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='363043265' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {1} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {3} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {2} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {9} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {8} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {6} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.050542s] ... ok {6} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000809s] ... 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 {8} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [2.286314s] ... 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 f656a80d-4774-4e44-bce0-8b0871ab9f9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:12,456 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes 0.593s 2023-04-17 17:33:12,456 80215 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-695927240"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed9d4d46-f9ff-49e3-b14e-b5850ec4a47c', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9d4d46-f9ff-49e3-b14e-b5850ec4a47c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes'} Body: b'{"volume": {"id": "f656a80d-4774-4e44-bce0-8b0871ab9f9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:12.296243", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-695927240", "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/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}], "user_id": "8ded73f0fabd4001bca236237b5f8ab0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:12,629 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c 0.163s 2023-04-17 17:33:12,630 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eea63f7-75b2-4c3f-a2e1-fd4e0e679884', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eea63f7-75b2-4c3f-a2e1-fd4e0e679884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'{"volume": {"id": "f656a80d-4774-4e44-bce0-8b0871ab9f9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:12.000000", "updated_at": "2023-04-17T17:33:13.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-695927240", "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/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}], "user_id": "8ded73f0fabd4001bca236237b5f8ab0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f915ee7916644e6e9d813c773ac3eb7a"}}' 2023-04-17 17:33:13,720 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-477 4-4e44-bce0-8b0871ab9f9c 0.077s 2023-04-17 17:33:13,720 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70c113d8-0dee-4e98-bf71-b59102a97709', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70c113d8-0dee-4e98-bf71-b59102a97709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'{"volume": {"id": "f656a80d-4774-4e44-bce0-8b0871ab9f9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:12.000000", "updated_at": "2023-04-17T17:33:13.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-695927240", "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/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}], "user_id": "8ded73f0fabd4001bca236237b5f8ab0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f915ee7916644e6e9d813c773ac3eb7a"}}' 2023-04-17 17:33:13,769 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c 0.037s 2023-04-17 17:33:13,770 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb7517a-4356-4e62-80c7-ebb50bc257c0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb7517a-4356-4e62-80c7-ebb50bc257c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'{"volume": {"id": "f656a80d-4774-4e44-bce0-8b0871ab9f9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:12.000000", "updated_at": "2023-04-17T17:33:13.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-695927240", "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/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}], "user_id": "8ded73f0fabd4001bca236237b5f8ab0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f915ee7916644e6e9d813c773ac3eb7a"}}' 2023-04-17 17:33:13,920 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c 0.139s 2023-04-17 17:33:13,921 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-f12508a8-614d-479d-bf98-6bf766b6ddd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'' 2023-04-17 17:33:14,147 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c 0.225s 2023-04-17 17:33:14,147 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-e582e2e7-55d7-4897-bd07-88ab828e85bc', 'x-openstack-request-id': 'req-e582e2e7-55d7-4897-bd07-88ab828e85bc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f656a80d-4774-4e44-bce0-8b0871ab9f9c could not be found."}}' {2} setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 f9edb439-f5e2-47b9-bb7d-67caa76ac816 failed to build and is in ERROR status {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.202112s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.023158s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.022548s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.330664s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010592s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.013151s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.041586s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.194098s] ... ok {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.230468s] ... 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-17 17:33:19,856 80211 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/4eda194e7f214008b9b13e6fb490878c/scheduler-stats/get_pools?detail=True 0.223s 2023-04-17 17:33:19,856 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d32731f-a1c7-4b66-8fc1-0dc5b4d0f00e', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d32731f-a1c7-4b66-8fc1-0dc5b4d0f00e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4eda194e7f214008b9b13e6fb490878c/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.045519s] ... 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-17 17:33:19,906 80211 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/4eda194e7f214008b9b13e6fb490878c/scheduler-stats/get_pools 0.042s 2023-04-17 17:33:19,906 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58443e21-c34e-4d5c-94a1-a036d54dcf9d', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58443e21-c34e-4d5c-94a1-a036d54dcf9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4eda194e7f214008b9b13e6fb490878c/scheduler-stats/get_pools'} Body: b'{"pools": []}' {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.437158s] ... 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 6f1e8f47-f0a9-4a7b-9214-62ac96a84326 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:20,201 80215 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/487a58c094ea414e941ba940dbc9cc9c/types 0.297s 2023-04-17 17:33:20,201 80215 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-1193940229", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94967cd5-fae2-4cf2-a081-8237be8a736f', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94967cd5-fae2-4cf2-a081-8237be8a736f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types'} Body: b'{"volume_type": {"id": "17842ac1-a2cd-4dce-a40c-ff4a7e65dde0", "name": "tempest-VolumeTypesTest-volume-type-1193940229", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:33:20,261 80215 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/487a58c094ea414e941ba940dbc9cc9c/types 0.056s 2023-04-17 17:33:20,261 80215 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-823529463", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923d8102-6977-425e-b57a-ee78c0ca018a', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923d8102-6977-425e-b57a-ee78c0ca018a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types'} Body: b'{"volume_type": {"id": "ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7", "name": "tempest-VolumeTypesTest-volume-type-823529463", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:33:20,757 80215 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/a7781d2dc26941fdafdf91795f19878c/volumes 0.492s 2023-04-17 17:33:20,758 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1468615781", "volume_type": "17842ac1-a2cd-4dce-a40c-ff4a7e65dde0", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-869e5959-461c-41d6-9b7f-20a4ae7a7ea5', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-869e5959-461c-41d6-9b7f-20a4ae7a7ea5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes'} Body: b'{"volume": {"id": "6f1e8f47-f0a9-4a7b-9214-62ac96a84326", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:20.693772", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1468615781", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1193940229", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}], "user_id": "0aaf70e8f64a4705bc638938a65ccd47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:20,810 80215 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/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.042s 2023-04-17 17:33:20,811 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ec86417-b5a1-4490-a499-4e43fba9946e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ec86417-b5a1-4490-a499-4e43fba9946e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'{"volume": {"id": "6f1e8f47-f0a9-4a7b-9214-62ac96a84326", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1468615781", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1193940229", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}], "user_id": "0aaf70e8f64a4705bc638938a65ccd47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7781d2dc26941fdafdf91795f19878c"}}' 2023-04-17 17:33:21,872 80215 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/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.049s 2023-04-17 17:33:21,872 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205c47f9-e553-494c-bc37-9daf87d4df6d', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205c47f9-e553-494c-bc37-9daf87d4df6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'{"volume": {"id": "6f1e8f47-f0a9-4a7b-9214-62ac96a84326", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "updated_at": "2023-04-17T17:33:21.000000", "name": "tempest-VolumeTypesTest-volume-1468615781", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1193940229", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4 a7b-9214-62ac96a84326"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}], "user_id": "0aaf70e8f64a4705bc638938a65ccd47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7781d2dc26941fdafdf91795f19878c"}}' 2023-04-17 17:33:21,923 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.039s 2023-04-17 17:33:21,923 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc2ff60-c6d2-4b14-8764-87e36bb737c4', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc2ff60-c6d2-4b14-8764-87e36bb737c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'{"volume": {"id": "6f1e8f47-f0a9-4a7b-9214-62ac96a84326", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "updated_at": "2023-04-17T17:33:21.000000", "name": "tempest-VolumeTypesTest-volume-1468615781", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1193940229", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}], "user_id": "0aaf70e8f64a4705bc638938a65ccd47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7781d2dc26941fdafdf91795f19878c"}}' 2023-04-17 17:33:22,077 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.142s 2023-04-17 17:33:22,078 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-1592700f-d86b-4812-97b0-2c8d9292d2f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'' 2023-04-17 17:33:22,098 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.020s 2023-04-17 17:33:22,098 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-c94b39b0-c33f-406e-8b75-7ba52ea08f3a', 'x-openstack-request-id': 'req-c94b39b0-c33f-406e-8b75-7ba 52ea08f3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6f1e8f47-f0a9-4a7b-9214-62ac96a84326 could not be found."}}' 2023-04-17 17:33:22,154 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7 0.055s 2023-04-17 17:33:22,155 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-1288b584-5e03-4b6b-bf79-b3cd50676e5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7'} Body: b'' 2023-04-17 17:33:22,206 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7 0.050s 2023-04-17 17:33:22,206 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-e223e7cb-43d8-4dd8-b352-9c6381642baa', 'x-openstack-request-id': 'req-e223e7cb-43d8-4dd8-b352-9c6381642baa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7 could not be found."}}' 2023-04-17 17:33:22,322 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/17842ac1-a2cd-4dce-a40c-ff4a7e65dde0 0.116s 2023-04-17 17:33:22,323 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-afe30195-8ade-48fd-b017-6fba64ba5f6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/17842ac1-a2cd-4dce-a40c-ff4a7e65dde0'} Body: b'' 2023-04-17 17:33:22,339 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/17842ac1-a2cd-4dce-a40c-ff4a7e65dde0 0.016s 2023-04-17 17:33:22,340 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-7d6b5268-b65a-4d79-8043-f3641de1cb58', 'x-openstack-request-id': 'req-7d6b5268-b65a-4d79-8043-f3641de1 cb58', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/17842ac1-a2cd-4dce-a40c-ff4a7e65dde0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 17842ac1-a2cd-4dce-a40c-ff4a7e65dde0 could not be found."}}' {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.128175s] ... ok {2} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.090047s] ... 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 2cd9fab8-83cc-49e7-97cc-803f1c9468fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:20,978 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types 0.172s 2023-04-17 17:33:20,978 80203 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-283941360"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bac7994-90e0-4a33-baaa-b99e91f53354', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bac7994-90e0-4a33-baaa-b99e91f53354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types'} Body: b'{"volume_type": {"id": "72431dcc-2ea8-48d5-883f-9874ab544eb9", "name": "tempest-GroupsTest-volume-type-283941360", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:33:21,030 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types 0.048s 2023-04-17 17:33:21,030 80203 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-2027545782"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e30cf6-8366-4f5b-a187-85798af649be', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e30cf6-8366-4f5b-a187-85798af649be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types'} Body: b'{"group_type": {"id": "c94bdee9-c6f1-46b0-a95e-456e592965e2", "name": "tempest-GroupsTest-group-type-2027545782", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:33:21,261 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups 0.227s 2023-04-17 17:33:21,261 80203 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": "c94bdee9-c6f1-46b0-a95e-456e592965e2", "volume_types": ["72431dcc-2ea8-48d5-883f-9874ab544eb9"], "name": "tempest-Group1-1981398517"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d158876-ba98-436f-abd4-b82deeb3c16e', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d158876-ba98-436f-abd4-b82deeb3c16e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups'} Body: b'{"group": {"id": "2cd9fab8-83cc-49e7-97cc-803f1c9468fe", "name": "tempest-Group1-1981398517"}}' 2023-04-17 17:33:21,313 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe 0.049s 2023-04-17 17:33:21,314 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack -Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f7dfde2-0780-4d6e-9ae5-cbad78ba5d76', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f7dfde2-0780-4d6e-9ae5-cbad78ba5d76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe'} Body: b'{"group": {"id": "2cd9fab8-83cc-49e7-97cc-803f1c9468fe", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "name": "tempest-Group1-1981398517", "description": null, "group_type": "c94bdee9-c6f1-46b0-a95e-456e592965e2", "volume_types": ["72431dcc-2ea8-48d5-883f-9874ab544eb9"]}}' 2023-04-17 17:33:22,370 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe 0.049s 2023-04-17 17:33:22,371 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0bff9f-ed80-4981-a10f-79794a8a0d8b', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c0bff9f-ed80-4981-a10f-79794a8a0d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe'} Body: b'{"group": {"id": "2cd9fab8-83cc-49e7-97cc-803f1c9468fe", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "name": "tempest-Group1-1981398517", "description": null, "group_type": "c94bdee9-c6f1-46b0-a95e-456e592965e2", "volume_types": ["72431dcc-2ea8-48d5-883f-9874ab544eb9"]}}' 2023-04-17 17:33:22,652 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/volumes/detail 0.276s 2023-04-17 17:33:22,653 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a50ba3d-ad90-4f69-b6d0-b9afcc0341f9', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a50ba3d-ad90-4f69-b6d0-b9afcc0341f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:33:22,744 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe/action 0.081s 2023-04-17 17:33:22,745 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-req uest-id': 'req-04ce4f44-c99b-4ba6-a8c2-0f79e5be031f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe/action'} Body: b'' 2023-04-17 17:33:22,760 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe 0.014s 2023-04-17 17:33:22,760 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-0b6910af-6173-4036-a4c9-ff0916e13d1f', 'x-openstack-request-id': 'req-0b6910af-6173-4036-a4c9-ff0916e13d1f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2cd9fab8-83cc-49e7-97cc-803f1c9468fe could not be found."}}' 2023-04-17 17:33:22,799 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types/c94bdee9-c6f1-46b0-a95e-456e592965e2 0.038s 2023-04-17 17:33:22,800 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-75fdaf5e-d29b-4b0f-9584-6c55e11fe6a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types/c94bdee9-c6f1-46b0-a95e-456e592965e2'} Body: b'' 2023-04-17 17:33:22,877 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/72431dcc-2ea8-48d5-883f-9874ab544eb9 0.077s 2023-04-17 17:33:22,878 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-a0de0469-de12-4543-9f1d-06bb11a63a98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/72431dcc-2ea8-48d5-883f-9874ab544eb9'} Body: b'' 2023-04-17 17:33:22,894 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/72431dcc-2ea8-48d5-883f-9874ab544eb9 0.016s 2023-04-17 17:33:22,895 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-031b0bad-014b-42e5-997d-7606148d7d11', 'x-openstack-request-id': 'req-031b0bad-014b-42e5-997d -7606148d7d11', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/72431dcc-2ea8-48d5-883f-9874ab544eb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 72431dcc-2ea8-48d5-883f-9874ab544eb9 could not be found."}}' {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.476890s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.041094s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.246030s] ... ok {2} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.624683s] ... 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 92c3b690-96d8-4f97-be89-c5d71d66a62f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:22,928 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types 0.031s 2023-04-17 17:33:22,929 80203 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-364412414"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7e238e9-c751-47d2-892a-3a344b2ce16d', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7e238e9-c751-47d2-892a-3a344b2ce16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types'} Body: b'{"volume_type": {"id": "fae4a22a-2db3-4737-8e6a-cc0a84aa98bb", "name": "tempest-GroupsTest-volume-type-364412414", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:33:22,977 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types 0.045s 2023-04-17 17:33:22,977 80203 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-832457857"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c03f453a-fbe5-4e86-890f-9389e8f969fe', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c03f453a-fbe5-4e86-890f-9389e8f969fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types'} Body: b'{"group_type": {"id": "e8096877-fb16-4c14-bbf6-19ec20639fcf", "name": "tempest-GroupsTest-group-type-832457857", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:33:23,121 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups 0.141s 2023-04-17 17:33:23,121 80203 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": "e8096877-fb16-4c14-bbf6-19ec20639fcf", "volume_types": ["fae4a22a-2db3-4737-8e6a-cc0a84aa98bb"], "name": "tempest-GroupsTest-Group-929111864"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03944b70-ed5d-49db-940d-9307f14489bd', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03944b70-ed5d-49db-940d-9307f14489bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups'} Body: b'{"group": {"id": "92c3b690-96d8-4f97-be89-c5d71d66a62f", "name": "tempest-GroupsTest-Group-929111864"}}' 2023-04-17 17:33:23,189 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f 0.065s 2023-04-17 17:33:23,189 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ced895-1cd8-4b2e-9787-e2c6f8347672', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ced895-1cd8-4b2e-9787-e2c6f8347672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f'} Body: b'{"group": {"id": "92c3b690-96d8-4f97-be89-c5d71d66a62f", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:33:23.000000", "name": "tempest-GroupsTest-Group-929111864", "description": null, "group_type": "e8096877-fb16-4c14-bbf6-19ec20639fcf", "volume_types": ["fae4a22a-2db3-4737-8e6a-cc0a84aa98bb"]}}' 2023-04-17 17:33:24,245 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f 0.048s 2023-04-17 17:33:24,246 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc9248d5-13f4-4024-94d9-b4d3e3174aab', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc9248d5-13f4-4024-94d9-b4d3e3174aab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f'} Body: b'{"group": {"id": "92c3b690-96d8-4f97-be89-c5d71d66a62f", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:33:23.000000", "name": "tempest-GroupsTest-Group-929111864", "description": null, "group_type": "e8096877-fb16-4c14-bbf6-19ec20639fcf", "volume_types": ["fae4a22a-2db3-4737-8e6a-cc0a84aa98bb"]}}' 2023-04-17 17:33:24,306 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/volumes/detail 0.056s 2023-04-17 17:33:24,307 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d664cdeb-2112-4420-a24c-8d1633a87dc0', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d664cdeb-2112-4420-a24c-8d1633a87dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:33:24,378 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f/action 0.060s 2023-04-17 17:33:24,378 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 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-93f7e059-76ee-4c00-a1f8-b93909c72dc d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f/action'} Body: b'' 2023-04-17 17:33:24,394 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f 0.015s 2023-04-17 17:33:24,394 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 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-97b0403f-cfd5-4298-a6d2-b72e58919cc9', 'x-openstack-request-id': 'req-97b0403f-cfd5-4298-a6d2-b72e58919cc9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 92c3b690-96d8-4f97-be89-c5d71d66a62f could not be found."}}' 2023-04-17 17:33:24,435 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types/e8096877-fb16-4c14-bbf6-19ec20639fcf 0.040s 2023-04-17 17:33:24,436 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 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-cfe77496-6225-4c29-b3f4-00a77c29e71c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types/e8096877-fb16-4c14-bbf6-19ec20639fcf'} Body: b'' 2023-04-17 17:33:24,503 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/fae4a22a-2db3-4737-8e6a-cc0a84aa98bb 0.067s 2023-04-17 17:33:24,504 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1adc5207-1fa7-4cfe-8792-2ca2ace689e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/fae4a22a-2db3-4737-8e6a-cc0a84aa98bb'} Body: b'' 2023-04-17 17:33:24,521 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/fae4a22a-2db3-4737-8e6a-cc0a84aa98bb 0.016s 2023-04-17 17:33:24,521 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 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-bfa91f06-1792-46a6-81c1-92c0861df8c5', 'x-openstack-request-id': 'req-bfa91f06-1792-46a6-81c1-92c0861df8c5', 'connection': 'close', 'status': ' 404', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/fae4a22a-2db3-4737-8e6a-cc0a84aa98bb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type fae4a22a-2db3-4737-8e6a-cc0a84aa98bb could not be found."}}' {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.012265s] ... ok {6} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.168325s] ... ok {2} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {2} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.166904s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.109833s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.343630s] ... ok {8} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.840417s] ... 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 e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:31,696 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes 0.459s 2023-04-17 17:33:31,697 80215 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-1336980750"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f53a299a-eb79-42b1-98d1-5597914d90e3', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f53a299a-eb79-42b1-98d1-5597914d90e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes'} Body: b'{"volume": {"id": "e7ff6bf4-8049-4fdf-9ea5-b3708687ca26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:31.621996", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1336980750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:31,776 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.066s 2023-04-17 17:33:31,776 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-076e3b02-4ffb-4911-a03c-ccdb21c53992', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-076e3b02-4ffb-4911-a03c-ccdb21c53992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'{"volume": {"id": "e7ff6bf4-8049-4fdf-9ea5-b3708687ca26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:32.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1336980750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:32,835 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.041s 2023-04-17 17:33:32,835 80215 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2708087c-5ed4-4515-af2d-c8e020a9fdd9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2708087c-5ed4-4515-af2d-c8e020a9fdd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'{"volume": {"id": "e7ff6bf4-8049-4fdf-9ea5-b3708687ca26", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:32.000000", "updated_at": "2023-04-17T17:33:32.000000", "name": "tempest-VolumesTransfersTest-Volume-1336980750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:32,895 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.048s 2023-04-17 17:33:32,895 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a3fc7f-7790-420b-925f-bfa1aebdf9f1', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a3fc7f-7790-420b-925f-bfa1aebdf9f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'{"volume": {"id": "e7ff6bf4-8049-4fdf-9ea5-b3708687ca26", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:32.000000", "updated_at": "2023-04-17T17:33:32.000000", "name": "tempest-VolumesTransfersTest-Volume-1336980750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:33,038 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.132s 2023-04-17 17:33:33,039 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:32 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-2d722e3e-bc85-4022-ba17-7782ec46da79', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'' 2023-04-17 17:33:33,073 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.034s 2023-04-17 17:33:33,074 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-c7980e00-f766-4676-8369-6bfc73ff8b84', 'x-openstack-request-id': 'req-c7980e00-f766-4676-8369-6bfc73ff8b84', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 could not be found."}}' {8} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.595075s] ... 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 1b53b47c-6544-421f-bc1c-afcc3b2de7c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:33,314 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes 0.237s 2023-04-17 17:33:33,315 80215 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-683513251"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12896013-18da-4d9f-9e01-db4693ed00bd', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12896013-18da-4d9f-9e01-db4693ed00bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes'} Body: b'{"volume": {"id": "1b53b47c-6544-421f-bc1c-afcc3b2de7c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:33.250370", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-683513251", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:33,373 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.048s 2023-04-17 17:33:33,374 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38201b50-663b-43fc-8c94-97781341daca', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38201b50-663b-43fc-8c94-97781341daca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'{"volume": {"id": "1b53b47c-6544-421f-bc1c-afcc3b2de7c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:33.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-683513251", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:34,435 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.050s 2023-04-17 17:33:34,436 80215 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb52d3fd-522a-4c6d-b6d5-45274721d20f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb52d3fd-522a-4c6d-b6d5-45274721d20f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'{"volume": {"id": "1b53b47c-6544-421f-bc1c-afcc3b2de7c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:33.000000", "updated_at": "2023-04-17T17:33:33.000000", "name": "tempest-VolumesTransfersTest-Volume-683513251", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:34,497 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.049s 2023-04-17 17:33:34,497 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d54c38e5-9c6c-4e9c-99be-bf39fab2d991', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d54c38e5-9c6c-4e9c-99be-bf39fab2d991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'{"volume": {"id": "1b53b47c-6544-421f-bc1c-afcc3b2de7c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:33.000000", "updated_at": "2023-04-17T17:33:33.000000", "name": "tempest-VolumesTransfersTest-Volume-683513251", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:34,647 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.140s 2023-04-17 17:33:34,648 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'con tent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c98d879-366b-4d3a-be30-d3351ed0185f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'' 2023-04-17 17:33:34,670 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.022s 2023-04-17 17:33:34,671 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-42ed85be-57be-424e-8a46-7a8db35c8363', 'x-openstack-request-id': 'req-42ed85be-57be-424e-8a46-7a8db35c8363', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1b53b47c-6544-421f-bc1c-afcc3b2de7c4 could not be found."}}' {6} 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 7963e10e-86c3-4035-b1b6-bcdd986a66bd failed to build and is in ERROR status {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.258682s] ... ok {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.999964s] ... 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 c571179d-6f68-4f2a-b4fa-5431daa236bb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:38,552 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes 0.533s 2023-04-17 17:33:38,553 80211 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-706439005"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f019652e-84e5-448a-8b16-f8351cb5f823', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f019652e-84e5-448a-8b16-f8351cb5f823', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes'} Body: b'{"volume": {"id": "c571179d-6f68-4f2a-b4fa-5431daa236bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:38.478208", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-706439005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:38,631 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.068s 2023-04-17 17:33:38,631 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-118d5557-0591-421f-8294-c87a655ba28c', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-118d5557-0591-421f-8294-c87a655ba28c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'{"volume": {"id": "c571179d-6f68-4f2a-b4fa-5431daa236bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:38.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-706439005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:39,682 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.039s 2023-04-17 17:33:39,682 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9e3f4eb-ad20-456a-b34b-2892876200f9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9e3f4eb-ad20-456a-b34b-2892876200f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'{"volume": {"id": "c571179d-6f68-4f2a-b4fa-5431daa236bb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:38.000000", "updated_at": "2023-04-17T17:33:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-706439005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:39,735 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.041s 2023-04-17 17:33:39,735 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b2b49f3-e139-46bb-9b7f-1faf97c57e8c', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b2b49f3-e139-46bb-9b7f-1faf97c57e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'{"volume": {"id": "c571179d-6f68-4f2a-b4fa-5431daa236bb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:38.000000", "updated_at": "2023-04-17T17:33:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-706439005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:39,980 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.233s 2023-04-17 17:33:39,980 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-febfdddd-4d1e-475e-b853-386d19c68bcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'' 2023-04-17 17:33:40,017 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.036s 2023-04-17 17:33:40,018 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b478346d-5888-4f9b-b33b-95bdcc5721fd', 'x-openstack-request-id': 'req-b478346d-5888-4f9b-b33b-95bdcc5721fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c571179d-6f68-4f2a-b4fa-5431daa236bb could not be found."}}' {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.560697s] ... 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 e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:40,217 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes 0.195s 2023-04-17 17:33:40,218 80211 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-1683240879"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe345617-56ad-494f-a473-51c875e966b8', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe345617-56ad-494f-a473-51c875e966b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes'} Body: b'{"volume": {"id": "e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:40.154844", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1683240879", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:40,274 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.046s 2023-04-17 17:33:40,274 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e1d746-32fc-4e1a-a578-08feec6588a4', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e1d746-32fc-4e1a-a578-08feec6588a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'{"volume": {"id": "e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:40.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1683240879", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:41,324 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.038s 2023-04-17 17:33:41,324 80211 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef85e4e1-3a50-4cb5-aaaa-94348da62cf9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef85e4e1-3a50-4cb5-aaaa-94348da62cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'{"volume": {"id": "e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:40.000000", "updated_at": "2023-04-17T17:33:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-1683240879", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:41,377 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.042s 2023-04-17 17:33:41,377 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e8976b6-52c1-44db-beae-1c5604523a15', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e8976b6-52c1-44db-beae-1c5604523a15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'{"volume": {"id": "e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:40.000000", "updated_at": "2023-04-17T17:33:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-1683240879", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:41,535 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.147s 2023-04-17 17:33:41,536 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63dc0257-faf9-4289-bc9c-69b70a4c04cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'' 2023-04-17 17:33:41,581 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.045s 2023-04-17 17:33:41,582 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-87590486-a20a-48bb-af10-c0fa98d18d11', 'x-openstack-request-id': 'req-87590486-a20a-48bb-af10-c0fa98d18d11', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb could not be found."}}' {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.749921s] ... 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 2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:41,519 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes 0.458s 2023-04-17 17:33:41,519 80203 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-1499179102", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49790bd7-7461-4a49-91ed-644a2605a49c', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49790bd7-7461-4a49-91ed-644a2605a49c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes'} Body: b'{"volume": {"id": "2a7462bc-f4d8-4b72-8f4c-40742b8c52b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:41.363782", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1499179102", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:41,582 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 0.053s 2023-04-17 17:33:41,582 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-317410c6-3a42-4f08-ad95-23bdf144a17c', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-317410c6-3a42-4f08-ad95-23bdf144a17c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4'} Body: b'{"volume": {"id": "2a7462bc-f4d8-4b72-8f4c-40742b8c52b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:41.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1499179102", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:42,648 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 0.055s 2023-04-17 17:33:42,648 80203 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09085997-86ee-45c6-b862-20ee5f63eddd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09085997-86ee-45c6-b862-20ee5f63eddd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4'} Body: b'{"volume": {"id": "2a7462bc-f4d8-4b72-8f4c-40742b8c52b4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:41.000000", "updated_at": "2023-04-17T17:33:42.000000", "name": "tempest-VolumesGetTest-Volume-1499179102", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:42,788 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 0.128s 2023-04-17 17:33:42,788 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-82dbf643-8dbb-4aa0-a842-7411c69e0a27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4'} Body: b'' 2023-04-17 17:33:42,808 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 0.019s 2023-04-17 17:33:42,809 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-d3e2631a-76fa-413c-8f9e-8ad881adc40e', 'x-openstack-request-id': 'req-d3e2631a-76fa-413c-8f9e-8ad881adc40e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 could not be found."}}' {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.559244s] ... 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 3462b871-5886-493d-a846-df636c8ea160 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:43,033 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes 0.222s 2023-04-17 17:33:43,034 80203 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-1421600798"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef90730-fc44-44ea-87af-df7bea24c4d0', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef90730-fc44-44ea-87af-df7bea24c4d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes'} Body: b'{"volume": {"id": "3462b871-5886-493d-a846-df636c8ea160", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:42.945912", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1421600798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:43,102 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.059s 2023-04-17 17:33:43,102 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62279e4b-a244-43fe-92ac-a32ef807d8b0', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62279e4b-a244-43fe-92ac-a32ef807d8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'{"volume": {"id": "3462b871-5886-493d-a846-df636c8ea160", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:43.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1421600798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:44,154 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.040s 2023-04-17 17:33:44,154 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee99af56-3157-4f19-867f-d1baa2a31033', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee99af56-3157-4f19-867f-d1baa2a31033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'{"volume": {"id": "3462b871-5886-493d-a846-df636c8ea160", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:43.000000", "updated_at": "2023-04-17T17:33:43.000000", "name": "tempest-VolumesGetTest-Volume-1421600798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:44,213 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.048s 2023-04-17 17:33:44,213 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578d29d8-2b17-4855-8ec3-f7f7e1918924', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578d29d8-2b17-4855-8ec3-f7f7e1918924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'{"volume": {"id": "3462b871-5886-493d-a846-df636c8ea160", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:43.000000", "updated_at": "2023-04-17T17:33:43.000000", "name": "tempest-VolumesGetTest-Volume-1421600798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:44,331 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.108s 2023-04-17 17:33:44,331 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8 ', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db419b68-a9f5-4128-8431-47f48f3748b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'' 2023-04-17 17:33:44,369 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.037s 2023-04-17 17:33:44,370 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1e99973-e2a9-4287-9b81-26c5a6a135f6', 'x-openstack-request-id': 'req-e1e99973-e2a9-4287-9b81-26c5a6a135f6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3462b871-5886-493d-a846-df636c8ea160 could not be found."}}' {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.984179s] ... 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 91cf46a5-d49d-45bb-960b-f473b32f93dc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:44,394 80203 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/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.021s 2023-04-17 17:33:44,394 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7ea389ec-f727-424c-9759-f78d467f3be5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:33:45,074 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes 0.679s 2023-04-17 17:33:45,074 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-VolumesGetTest-Volume-576623773", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-458c977f-d729-48a2-9279-e11180de60bc', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-458c977f-d729-48a2-9279-e11180de60bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes'} Body: b'{"volume": {"id": "91cf46a5-d49d-45bb-960b-f473b32f93dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:45.010628", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-576623773", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:45,127 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc 0.043s 2023-04-17 17:33:45,127 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbcc825-ad8b-4871-a2e6-8766a0291367', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bbcc825-ad8b-4871-a2e6-8766a0291367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc'} Body: b'{"volume": {"id": "91cf46a5-d49d-45bb-960b-f473b32f93dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:45.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-576623773", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:46,196 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc 0.056s 2023-04-17 17:33:46,196 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e19c48b-f5de-47c2-8c14-18c51876314d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e19c48b-f5de-47c2-8c14-18c51876314d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc'} Body: b'{"volume": {"id": "91cf46a5-d49d-45bb-960b-f473b32f93dc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:45.000000", "updated_at": "2023-04-17T17:33:45.000000", "name": "tempest-VolumesGetTest-Volume-576623773", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:46,332 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc 0.124s 2023-04-17 17:33:46,332 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65e70fa-e7cb-49dd-ac6c-dd02e245ec6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc'} Body: b'' 2023-04-17 17:33:46,355 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc 0.022s 2023-04-17 17:33:46,355 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-289be1c4-1fab-4124-831e-da1d181ec300', 'x-openstack-request-id': 'req-289be1c4-1fab-4124-831e-da1d181ec300', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 91cf46a5-d49d-45bb-960b-f473b32f93dc could not be found."}}' {8} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.842269s] ... 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 0d73d8e9-8d96-4075-8b97-7225d25a4109 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:45,681 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes 0.459s 2023-04-17 17:33:45,682 80215 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-2120053664"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73233847-135d-4059-b5c9-01542535db7d', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73233847-135d-4059-b5c9-01542535db7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes'} Body: b'{"volume": {"id": "0d73d8e9-8d96-4075-8b97-7225d25a4109", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:45.622400", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2120053664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 17:33:45,743 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.051s 2023-04-17 17:33:45,743 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64df27f2-eb64-4163-9663-748a63e776f9', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64df27f2-eb64-4163-9663-748a63e776f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'{"volume": {"id": "0d73d8e9-8d96-4075-8b97-7225d25a4109", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:46.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2120053664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:46,794 80215 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/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.039s 2023-04-17 17:33:46,795 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-902c8e91-c587-4d13-b677-b4b3b9ca0e45', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-902c8e91-c587-4d13-b677-b4b3b9ca0e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'{"volume": {"id": "0d73d8e9-8d96-4075-8b97-7225d25a4109", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:46.000000", "updated_at": "2023-04-17T17:33:46.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2120053664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:46,863 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.053s 2023-04-17 17:33:46,864 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a096d603-88ef-45b0-a14a-b992e94df5a4', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a096d603-88ef-45b0-a14a-b992e94df5a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'{"volume": {"id": "0d73d8e9-8d96-4075-8b97-7225d25a4109", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:46.000000", "updated_at": "2023-04-17T17:33:46.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2120053664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:47,023 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.140s 2023-04-17 17:33:47,024 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 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-4c5c41ad-ee73-47d9-acbf-b217391d6d9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'' 2023-04-17 17:33:47,062 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.037s 2023-04-17 17:33:47,063 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:47 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-6da7b246-c3a6-4ff3-8c8b-4176c060611c', 'x-openstack-request-id': 'req-6da7b246-c3a6-4ff3-8c8b-4176c060611c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0d73d8e9-8d96-4075-8b97-7225d25a4109 could not be found."}}' {8} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.708107s] ... 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 28d14f42-538c-4a8c-8414-5003eb81e734 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:47,286 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes 0.218s 2023-04-17 17:33:47,286 80215 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-576877359"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b54a6220-64d2-494c-8ce2-6511f49529a7', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b54a6220-64d2-494c-8ce2-6511f49529a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes'} Body: b'{"volume": {"id": "28d14f42-538c-4a8c-8414-5003eb81e734", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.219801", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-576877359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 17:33:47,338 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.042s 2023-04-17 17:33:47,338 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee4a4f50-d4f2-4b7e-9e89-83a52e81fb9e', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee4a4f50-d4f2-4b7e-9e89-83a52e81fb9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'{"volume": {"id": "28d14f42-538c-4a8c-8414-5003eb81e734", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-576877359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:48,399 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 57Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.040s 2023-04-17 17:33:48,400 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55affe4e-fe1c-420c-94c8-11201224c4d9', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55affe4e-fe1c-420c-94c8-11201224c4d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'{"volume": {"id": "28d14f42-538c-4a8c-8414-5003eb81e734", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": "2023-04-17T17:33:47.000000", "name": "tempest-VolumesTransfersV357Test-Volume-576877359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:48,451 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.040s 2023-04-17 17:33:48,451 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86726cef-bfd1-4f09-96fd-c861511f6cd9', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86726cef-bfd1-4f09-96fd-c861511f6cd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'{"volume": {"id": "28d14f42-538c-4a8c-8414-5003eb81e734", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": "2023-04-17T17:33:47.000000", "name": "tempest-VolumesTransfersV357Test-Volume-576877359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:48,750 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.287s 2023-04-17 17:33:48,750 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 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-d0bf1325-9e8e-4cd0-9284-26973196fa45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'' 2023-04-17 17:33:48,774 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.023s 2023-04-17 17:33:48,774 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 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-b77a37e8-22e4-4ad2-977a-825cfbb20ddf', 'x-openstack-request-id': 'req-b77a37e8-22e4-4ad2-977a-825cfbb20ddf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 28d14f42-538c-4a8c-8414-5003eb81e734 could not be found."}}' {6} 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 f37984f4-2d2a-4425-880e-4d0b9acc7f8b failed to build and is in ERROR status {6} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {9} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [7.791361s] ... 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 bdb069cb-f2a5-40dd-a6cb-5790c8e8640e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:45,528 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.133s 2023-04-17 17:33:45,529 80217 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-1512047704"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-df544065-08e1-421a-8b94-c9f6503386d1', 'date': 'Mon, 17 Apr 2023 17:33:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"5277caf8-5838-422f-9ca8-16949d46885d","name":"tempest-tagged-attachments-test-net-1512047704","tenant_id":"cded617c1870403f93541ea41d5ebd2d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"cded617c1870403f93541ea41d5ebd2d","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-17T17:33:44Z","updated_at":"2023-04-17T17:33:44Z","revision_number":1}}' 2023-04-17 17:33:46,826 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.296s 2023-04-17 17:33:46,826 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "5277caf8-5838-422f-9ca8-16949d46885d", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-f3edc95e-e6eb-4a0c-9e1b-cde2b516ae05', 'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"40f1b948-0d77-49e1-880e-1c888819abda","name":"","tenant_id":"cded617c1870403f93541ea41d5ebd2d","network_id":"5277caf8-5838-422f-9ca8-16949d46885d","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-17T17:33:45Z","updated_at":"2023-04-17T17:33:45Z","revision_number":0,"project_id":"cded617c1870403f93541ea41d5ebd2d"}}' 2023-04-17 17:33:47,128 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes 0.301s 2023-04-17 17:33:47,129 80217 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-1007090672"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d6396f-cef1-4604-b1cb-6bb05bec1a2e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d6396f-cef1-4604-b1cb-6bb05bec1a2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes'} Body: b'{"volume": {"id": "bdb069cb-f2a5-40dd-a6cb-5790c8e8640e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.032740", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1007090672", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}], "user_id": "58c1764837264a4f98a43ddae5167aa8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:47,199 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e 0.058s 2023-04-17 17:33:47,200 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b10bca-cc3a-4b4e-8318-e59fc7746a8d', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b10bca-cc3a-4b4e-8318-e59fc7746a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e'} Body: b'{"volume": {"id": "bdb069cb-f2a5-40dd-a6cb-5790c8e8640e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1007090672", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}], "user_id": "58c1764837264a4f98a43ddae5167aa8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cded617c1870403f93541ea41d5ebd2d"}}' 2023-04-17 17:33:48,251 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e 0.039s 2023-04-17 17:33:48,251 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9591992-0bf0-4cc1-a948-83c590560433', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9591992-0bf0-4cc1-a948-83c590560433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e'} Body: b'{"volume": {"id": "bdb069cb-f2a5-40dd-a6cb-5790c8e8640e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": "2023-04-17T17:33:47.000000", "name": "tempest-TaggedAttachmentsTest-volume-1007090672", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5- 40dd-a6cb-5790c8e8640e"}], "user_id": "58c1764837264a4f98a43ddae5167aa8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cded617c1870403f93541ea41d5ebd2d"}}' 2023-04-17 17:33:49,262 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/40f1b948-0d77-49e1-880e-1c888819abda 0.999s 2023-04-17 17:33:49,262 80217 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-5f28373a-e276-4eb6-bf98-192e22319893', 'date': 'Mon, 17 Apr 2023 17:33:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/40f1b948-0d77-49e1-880e-1c888819abda'} Body: b'' 2023-04-17 17:33:52,185 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/5277caf8-5838-422f-9ca8-16949d46885d 2.922s 2023-04-17 17:33:52,185 80217 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-8e53725c-0db1-4e81-8d0e-458770b67c16', 'date': 'Mon, 17 Apr 2023 17:33:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/5277caf8-5838-422f-9ca8-16949d46885d'} Body: b'' {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [2.355760s] ... 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 3327e566-1859-442c-b7e2-bb95074ef7cd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:56,357 80219 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes 1.033s 2023-04-17 17:33:56,358 80219 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-5236570"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76422d21-d56f-44e8-a0bc-9e55354762e1', 'content-length': '809', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76422d21-d56f-44e8-a0bc-9e55354762e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes'} Body: b'{"volume": {"id": "3327e566-1859-442c-b7e2-bb95074ef7cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:56.195133", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-5236570", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}], "user_id": "31966093cbec4f96be758907938cd4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:56,487 80219 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd 0.091s 2023-04-17 17:33:56,487 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41e81043-1dc2-48c6-8e5f-da2fe207b3bb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e81043-1dc2-48c6-8e5f-da2fe207b3bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd'} Body: b'{"volume": {"id": "3327e566-1859-442c-b7e2-bb95074ef7cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:56.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-5236570", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}], "user_id": "31966093cbec4f96be758907938cd4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "800d0329d89a4d59898cbeb74d01655f"}}' 2023-04-17 17:33:57,664 80219 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd 0.145s 2023-04-17 17:33:57,665 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d4f7f2a-015d-4ecc-962e-3c24dcca548d', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d4f7f2a-015d-4ecc-962e-3c24dcca548d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd'} Body: b'{"volume": {"id": "3327e566-1859-442c-b7e2-bb95074ef7cd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:56.000000", "updated_at": "2023-04-17T17:33:57.000000", "name": "tempest-TestVolumeSwap-volume-5236570", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}], "user_id": "31966093cbec4f96be758907938cd4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "800d0329d89a4d59898cbeb74d01655f"}}' {8} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.166230s] ... ok {5} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.851526s] ... 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 e13338f0-f150-4df7-b53e-5abd46d0b32e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:58,852 80209 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes 0.712s 2023-04-17 17:33:58,852 80209 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-1223666473", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e24b27ca-cb18-410e-ac47-ebf650759a02', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e24b27ca-cb18-410e-ac47-ebf650759a02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes'} Body: b'{"volume": {"id": "e13338f0-f150-4df7-b53e-5abd46d0b32e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:58.766023", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1223666473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}], "user_id": "7093de8d8baf466581cd8802d99c2868", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:58,912 80209 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e 0.041s 2023-04-17 17:33:58,913 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-947e8566-8379-4344-925b-ea84d5ad9e24', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-947e8566-8379-4344-925b-ea84d5ad9e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e'} Body: b'{"volume": {"id": "e13338f0-f150-4df7-b53e-5abd46d0b32e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:59.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1223666473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}], "user_id": "7093de8d8baf466581cd8802d99c2868", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9eb0c7a2fda04d229dd3964d5fc58887"}}' 2023-04-17 17:33:59,976 80209 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e 0.048s 2023-04-17 17:33:59,976 80209 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa942d90-ef47-4c22-9620-4f835f3af5f2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa942d90-ef47-4c22-9620-4f835f3af5f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e'} Body: b'{"volume": {"id": "e13338f0-f150-4df7-b53e-5abd46d0b32e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:59.000000", "updated_at": "2023-04-17T17:33:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1223666473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}], "user_id": "7093de8d8baf466581cd8802d99c2868", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9eb0c7a2fda04d229dd3964d5fc58887"}}' {6} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [5.185167s] ... 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 2260bb4c-07e2-4a5a-b85b-974b78fe7edb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:21,120 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.326s 2023-04-17 17:34:21,120 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-560081221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLWvSgr6BzUzlR6/N51HMEcWovXD3HxMwfOsHsjgk5Axm53p1THYSg+w9wY80wjSm8ybSLtt2epOribxMSYtLqr9YSEus5IKBGeoeKxIF9ATyqfy2csLAP8QKubbe79Zvw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b8311f-6ee0-4ba9-afe5-790e8d3d923e', 'x-compute-request-id': 'req-d1b8311f-6ee0-4ba9-afe5-790e8d3d923e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-560081221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLWvSgr6BzUzlR6/N51HMEcWovXD3HxMwfOsHsjgk5Axm53p1THYSg+w9wY80wjSm8ybSLtt2epOribxMSYtLqr9YSEus5IKBGeoeKxIF9ATyqfy2csLAP8QKubbe79Zvw==", "fingerprint": "b7:62:12:3e:ba:2c:5e:5a:a2:41:7d:d0:59:da:53:45", "user_id": "b4b4a0589c4946a2ab2ca9cf20ef8312"}}' 2023-04-17 17:34:21,500 80211 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.375s 2023-04-17 17:34:21,500 80211 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-342418829", "description": "tempest-secgroup-smoke-342418829 description", "project_id": "28f71906c48d4599b9087dae547a3c3d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-f382c3de-39cf-44ae-b86a-481dc81dd585', 'date': 'Mon, 17 Apr 2023 17:34:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "name": "tempest-secgroup-smoke-342418829", "stateful": true, "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "description": "tempest-secgroup-smoke-342418829 description", "shared": false, "security_group_rules": [{"id": "5d516f04-e3ac-477a-86f6-d39fa3937927", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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": 476, "description": null, "tags": [], "created_at": "2023-04-17T17:34:21Z", "updated_at": "2023-04-17T17:34:21Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}, {"id": "d6b9a11e-b4f9-494b-b6aa-f7103de83a77", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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": 477, "description": null, "tags": [], "created_at": "2023-04-17T17:34:21Z", "updated_at": "2023-04-17T17:34:21Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}], "tags": [], "created_at": "2023-04-17T17:34:21Z", "updated_at": "2023-04-17T17:34:21Z", "revision_number": 1, "project_id": " 28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:21,895 80211 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.393s 2023-04-17 17:34:21,895 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "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-5a7ed8d2-f636-457f-8a1a-e8ce88d97336', 'date': 'Mon, 17 Apr 2023 17:34:21 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": "60285a70-d61c-44b7-9255-7068c7de41c2", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:21Z", "updated_at": "2023-04-17T17:34:21Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:22,254 80211 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.358s 2023-04-17 17:34:22,255 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "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-2b1e9fdc-c6d8-47ed-a9fa-806a7912b318', 'date': 'Mon, 17 Apr 2023 17:34:22 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": "6e9cd919-feb5-4d6d-91c2-aa89bf9f9672", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:22Z", "updated_at": "2023-04-17T17:34:22Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:23,021 80211 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.766s 2023-04-17 17:34:23,022 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c17ff7b0-87eb-432d-94ae-edd63cb065e8', 'date': 'Mon, 17 Apr 2023 17:34:23 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": "849e2612-17fc-4bff-b206-5f8d52c85f84", "tenant_id": "28f71906c48d4599b 9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:22Z", "updated_at": "2023-04-17T17:34:22Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:23,198 80211 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.175s 2023-04-17 17:34:23,198 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-29e6c5e6-5eae-4e94-97f9-3994b96d807c', 'date': 'Mon, 17 Apr 2023 17:34:23 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": "74c4df5d-e8a4-414d-aeb9-d477ba8343c0", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:23Z", "updated_at": "2023-04-17T17:34:23Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:23,369 80211 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-17 17:34:23,370 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-303b1aad-09ad-4691-95a2-4825d2aba734', 'date': 'Mon, 17 Apr 2023 17:34:23 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": "46e16a29-fc9a-4c3a-bc41-d0be2cad88fd", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:23Z", "updated_at": "2023-04-17T17:34:23Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:23,891 80211 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.521s 2023-04-17 17:34:23,892 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ba5f22be-9b84-4534-91c0-51ef8d92e4ea', 'date': 'Mon, 17 Apr 2023 17:34:23 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": "a714d4e2-2bd4-4ff0-b4c0-ae070f8e68e1", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:23Z", "updated_at": "2023-04-17T17:34:23Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:24,217 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes 0.325s 2023-04-17 17:34:24,218 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1189534164", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-908f8823-fe45-41c2-abe9-8747ed82ade8', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-908f8823-fe45-41c2-abe9-8747ed82ade8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes'} Body: b'{"volume": {"id": "2260bb4c-07e2-4a5a-b85b-974b78fe7edb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:24.125112", "updated_at": null, "name": "tempest-TestStampPattern-volume-1189534164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}], "user_id": "b4b4a0589c4946a2ab2ca9cf20ef8312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:34:24,288 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb 0.061s 2023-04-17 17:34:24,289 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ad4da29-dcbb-4e6a-8e2c-bb9306569461', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ad4da29-dcbb-4e6a-8e2c-bb9306569461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb'} Body: b'{"volume": {"id": "2260bb4c-07e2-4a5a-b85b-974b78fe7edb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:24.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-1189534164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "me tadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}], "user_id": "b4b4a0589c4946a2ab2ca9cf20ef8312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:25,344 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb 0.043s 2023-04-17 17:34:25,344 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76749f64-36d2-4a00-906e-0a7e7281fc7f', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76749f64-36d2-4a00-906e-0a7e7281fc7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb'} Body: b'{"volume": {"id": "2260bb4c-07e2-4a5a-b85b-974b78fe7edb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:24.000000", "updated_at": "2023-04-17T17:34:24.000000", "name": "tempest-TestStampPattern-volume-1189534164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}], "user_id": "b4b4a0589c4946a2ab2ca9cf20ef8312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:25,498 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb 0.141s 2023-04-17 17:34:25,499 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5271e3f-6261-48bb-a831-42bbc7dd9abb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb'} Body: b'' 2023-04-17 17:34:25,524 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb 0.024s 2023-04-17 17:34:25,524 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-i d': 'req-943ef71e-8410-4d13-9932-eacdf899e20b', 'x-openstack-request-id': 'req-943ef71e-8410-4d13-9932-eacdf899e20b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2260bb4c-07e2-4a5a-b85b-974b78fe7edb could not be found."}}' 2023-04-17 17:34:25,930 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9f329aa5-6f59-4f8a-8842-007eafa48de1 0.405s 2023-04-17 17:34:25,930 80211 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-68be1420-4738-412b-8553-b36bf04c1c94', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9f329aa5-6f59-4f8a-8842-007eafa48de1'} Body: b'' 2023-04-17 17:34:25,968 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-560081221 0.037s 2023-04-17 17:34:25,969 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-257d4ea2-ce20-4f84-b841-057980b97411', 'x-compute-request-id': 'req-257d4ea2-ce20-4f84-b841-057980b97411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-560081221'} Body: b'' {6} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {8} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [3.946106s] ... 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 f5800b24-65cf-4ff0-a446-36a123568a28 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:39,813 80215 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.324s 2023-04-17 17:34:39,813 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-41217023", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN/SNM58MfCqxSJNMJuj+gr1a/1v12WbNFg45CysY72fc6oqccTmpyoqg4CKX2fuxFRwfBuBYz1mZMERnh+RmgHhlDhH0efNrCn++yNGdLazSCFUnv+Y71cHvL5o/5qttA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:39 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-7014936c-2f16-420f-8ad9-c14254744ddf', 'x-compute-request-id': 'req-7014936c-2f16-420f-8ad9-c14254744ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-41217023", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN/SNM58MfCqxSJNMJuj+gr1a/1v12WbNFg45CysY72fc6oqccTmpyoqg4CKX2fuxFRwfBuBYz1mZMERnh+RmgHhlDhH0efNrCn++yNGdLazSCFUnv+Y71cHvL5o/5qttA==", "fingerprint": "84:fd:e0:ce:e4:8f:92:54:ab:44:19:f7:09:07:03:1f", "user_id": "cf8127ef43e943a6b3a5b54465a899a6"}}' 2023-04-17 17:34:40,116 80215 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.300s 2023-04-17 17:34:40,117 80215 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-608360696", "description": "tempest-secgroup-smoke-608360696 description", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-80511a40-5321-430a-8964-51ea2481e849', 'date': 'Mon, 17 Apr 2023 17:34:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "name": "tempest-secgroup-smoke-608360696", "stateful": true, "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "description": "tempest-secgroup-smoke-608360696 description", "shared": false, "security_group_rules": [{"id": "88f61c45-cdca-4c7d-8218-79703b6f885d", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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": 532, "description": null, "tags": [], "created_at": "2023-04-17T17:34:39Z", "updated_at": "2023-04-17T17:34:39Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}, {"id": "df85cf3f-899c-4812-be2d-95a7d9971664", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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": 533, "description": null, "tags": [], "created_at": "2023-04-17T17:34:39Z", "updated_at": "2023-04-17T17:34:39Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}], "tags": [], "created_at": "2023-04-17T17:34:39Z", "updated_at": "2023-04-17T17:34:39Z", "revision_number": 1, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:40,475 80215 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.357s 2023-04-17 17:34:40,475 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "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-083f49a7-0628-4ab8-a8fc-a676f2c3cb0c', 'date': 'Mon, 17 Apr 2023 17:34:40 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": "dceda332-b5e9-4620-b627-263be23513cc", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:40Z", "updated_at": "2023-04-17T17:34:40Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:40,675 80215 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.199s 2023-04-17 17:34:40,676 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "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-cb7687f8-47ae-4106-800c-fb40c194538a', 'date': 'Mon, 17 Apr 2023 17:34:40 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": "9fe87ad6-4584-4b1c-8937-59aa34413926", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:40Z", "updated_at": "2023-04-17T17:34:40Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:40,851 80215 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.174s 2023-04-17 17:34:40,851 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-27e13a4f-3fc0-4e16-be1e-e7516c973c3b', 'date': 'Mon, 17 Apr 2023 17:34:40 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": "9710160f-2953-417e-becc-53f41bdefa9a", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:40Z", "updated_at": "2023-04-17T17:34:40Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:41,021 80215 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.169s 2023-04-17 17:34:41,022 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-f29ee3bd-6c8e-4c5e-b605-c1ac358fbdce', 'date': 'Mon, 17 Apr 2023 17:34:41 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": "5ca74206-abde-4690-958e-ec7a6d3d4f1a", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:40Z", "updated_at": "2023-04-17T17:34:40Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:41,202 80215 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.178s 2023-04-17 17:34:41,202 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4b2e0327-e051-4042-be4d-05a6ca5d132a', 'date': 'Mon, 17 Apr 2023 17:34:41 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": "fcbf8357-0268-4eb5-8d7c-0952a87f7d4f", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:41Z", "updated_at": "2023-04-17T17:34:41Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:41,369 80215 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.166s 2023-04-17 17:34:41,370 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "pro ject_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f5fd5347-6892-40b6-a6c0-c3af798e9edb', 'date': 'Mon, 17 Apr 2023 17:34:41 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": "7d83a0b9-1f84-40f2-a182-f99d5a581977", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:41Z", "updated_at": "2023-04-17T17:34:41Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:41,421 80215 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.044s 2023-04-17 17:34:41,421 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2805', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5797574d-32e2-4a8d-a0a5-5d57e2fa3b49', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cf8127ef43e943a6b3a5b54465a899a6", "name": "tempest-TestShelveInstance-29291410-project-member", "password_expires_at": null}, "audit_ids": ["InN60nFGSgSKj3qAfsvYTw"], "expires_at": "2023-04-17T18:34:41.000000Z", "issued_at": "2023-04-17T17:34:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1ca63fc8396b401f8ccd1efe011a8fc0", "name": "tempest-TestShelveInstance-29291410"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1ca63fc8396b401f8ccd1efe011a8fc0", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id ": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:41,422 80215 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '148b0705-3007-4121-9a66-65d43980d9ef', 'name': 'tempest-TestShelveInstance-1038231329-network', 'tenant_id': '1ca63fc8396b401f8ccd1efe011a8fc0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1ca63fc8396b401f8ccd1efe011a8fc0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18424, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:02Z', 'updated_at': '2023-04-17T17:34:02Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:41,939 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes 0.516s 2023-04-17 17:34:41,939 80215 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-1096370329", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-263decdb-59af-47f7-bd16-a47e2cf69449', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-263decdb-59af-47f7-bd16-a47e2cf69449', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes'} Body: b'{"volume": {"id": "f5800b24-65cf-4ff0-a446-36a123568a28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:41.873650", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1096370329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}], "user_id": "cf8127ef43e943a6b3a5b54465a899a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:34:41,996 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28 0.047s 2023-04-17 17:34:41,996 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ca8ad2-9255-4443-8b41-3185cac4574d', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id ': 'req-e6ca8ad2-9255-4443-8b41-3185cac4574d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28'} Body: b'{"volume": {"id": "f5800b24-65cf-4ff0-a446-36a123568a28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:42.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1096370329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}], "user_id": "cf8127ef43e943a6b3a5b54465a899a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:43,058 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28 0.050s 2023-04-17 17:34:43,058 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa934a20-0dc6-4c3d-bd02-2ed28e8fe436', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa934a20-0dc6-4c3d-bd02-2ed28e8fe436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28'} Body: b'{"volume": {"id": "f5800b24-65cf-4ff0-a446-36a123568a28", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:42.000000", "updated_at": "2023-04-17T17:34:42.000000", "name": "tempest-tempest.common.compute-volume-1096370329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}], "user_id": "cf8127ef43e943a6b3a5b54465a899a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:43,173 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28 0.104s 2023-04-17 17:34:43,174 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34: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-12c8fdd2-3a59-4154-bea8-016fa27b317e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28'} Body: b'' 2023-04-17 17:34:43,200 80215 INFO [tempest.lib.common.rest_client] Requ est (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28 0.026s 2023-04-17 17:34:43,201 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34: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-971cc5e7-b7ff-43a9-afd2-6cd1010a03da', 'x-openstack-request-id': 'req-971cc5e7-b7ff-43a9-afd2-6cd1010a03da', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f5800b24-65cf-4ff0-a446-36a123568a28 could not be found."}}' 2023-04-17 17:34:43,379 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8d226dfb-83f1-4513-8be4-ac9f78b67f38 0.176s 2023-04-17 17:34:43,379 80215 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-5c99b9da-3379-4800-979e-7d90471bb9ad', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:34:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8d226dfb-83f1-4513-8be4-ac9f78b67f38'} Body: b'' 2023-04-17 17:34:43,429 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-41217023 0.049s 2023-04-17 17:34:43,430 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34: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-a8e384df-598e-43ff-981b-c349e13c28b8', 'x-compute-request-id': 'req-a8e384df-598e-43ff-981b-c349e13c28b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-41217023'} Body: b'' {8} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [115.365092s] ... 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 c6861456-973f-43a2-ac4c-eeb669a641c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:30,185 80221 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.175s 2023-04-17 17:33:30,185 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:30 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-19c6bdfa-2d5b-455a-ba9b-82286782af1f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cbe09b575424462398089e0895c86828", "name": "tempest-DeleteServersTestJSON-1154435592-project-member", "password_expires_at": null}, "audit_ids": ["ouWej2-4S0ScCqMgATQWDA"], "expires_at": "2023-04-17T18:33:30.000000Z", "issued_at": "2023-04-17T17:33:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "618ff48e86e344939d81482da314300e", "name": "tempest-DeleteServersTestJSON-1154435592"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/618ff48e86e344939d81482da314300e", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:33:30,186 80221 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'fdb5560b-6924-411b-86db-443bcb6ef7f2', 'name': 'tempest-DeleteServersTestJSON-282302775-network', 'tenant_id': '618ff48e86e344939d81482da314300e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '618ff48e86e344939d81482da314300e', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33321, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:11Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:33:33,135 80221 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 2.948s 2023-04-17 17:33:33,135 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1484446540", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "fdb5560b-6924-411b-86db-443bcb6ef7f2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d587e2b8-cfd7-42a1-b8c0-7811fd53e0de', 'x-compute-request-id': 'req-d587e2b8-cfd7-42a1-b8c0-7811fd53e0de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ddeef235-f0ed-411b-8bf5-9a880394bb36", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "mSGDfhvtEV65"}}' 2023-04-17 17:33:33,302 80221 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/ddeef235-f0ed-411b-8bf5-9a880394bb36 0.161s 2023-04-17 17:33:33,302 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22410641-e5f9-4bd2-8f6d-e50394d3b413', 'x-compute-request-id': 'req-22410641-e5f9-4bd2-8f6d-e50394d3b413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36'} Body: b'{"server": {"id": "ddeef235-f0ed-411b-8bf5-9a880394bb36", "name": "tempest-DeleteServersTestJSON-server-1484446540", "status": "BUILD", "tenant_id": "618ff48e86e344939d81482da314300e", "user_id": "cbe09b575424462398089e0895c86828", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:33Z", "updated": "2023-04-17T17:33:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nu ll, "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-17 17:34:23,931 80221 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/ddeef235-f0ed-411b-8bf5-9a880394bb36 0.569s 2023-04-17 17:34:23,932 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:23 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-1a1edc08-b05d-4285-82fc-2a67b8571961', 'x-compute-request-id': 'req-1a1edc08-b05d-4285-82fc-2a67b8571961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36'} Body: b'{"server": {"id": "ddeef235-f0ed-411b-8bf5-9a880394bb36", "name": "tempest-DeleteServersTestJSON-server-1484446540", "status": "ACTIVE", "tenant_id": "618ff48e86e344939d81482da314300e", "user_id": "cbe09b575424462398089e0895c86828", "metadata": {}, "hostId": "1b4ed374213a1e3ea009d2678cfa5f0ec7d4f1d551f3f6cf8a7ee1e4", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:33Z", "updated": "2023-04-17T17:33:52Z", "addresses": {"tempest-DeleteServersTestJSON-282302775-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:98:cb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:34:23,944 80221 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:35:24,231 80221 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes 0.229s 2023-04-17 17:35:24,231 80221 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-1040459391"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7a0e20-aa80-4a58-b0a5-bd586ec80bea', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7a0e20-aa80-4a58-b0a5-bd586ec80bea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes'} Body: b'{"volume": {"id": "c6861456-973f-43a2-ac4c-eeb669a641c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:24. 168795", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1040459391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}], "user_id": "cbe09b575424462398089e0895c86828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:35:24,282 80221 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5 0.041s 2023-04-17 17:35:24,283 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6d8b362-5b43-46dc-87df-10b2d27b49f5', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6d8b362-5b43-46dc-87df-10b2d27b49f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5'} Body: b'{"volume": {"id": "c6861456-973f-43a2-ac4c-eeb669a641c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:24.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1040459391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}], "user_id": "cbe09b575424462398089e0895c86828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "618ff48e86e344939d81482da314300e"}}' 2023-04-17 17:35:25,353 80221 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5 0.060s 2023-04-17 17:35:25,354 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b96924da-ccfb-44bd-bb3b-1ac8c21c900c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b96924da-ccfb-44bd-bb3b-1ac8c21c900c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5'} Body: b'{"volume": {"id": "c6861456-973f-43a2-ac4c-eeb669a641c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:24.000000", "updated_at": "2023-04-17T17:35:24.000000", "name": "tempest-DeleteServersTestJSON-volume-1040459391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/vol umes/c6861456-973f-43a2-ac4c-eeb669a641c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}], "user_id": "cbe09b575424462398089e0895c86828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "618ff48e86e344939d81482da314300e"}}' {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [120.280068s] ... 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 2f660399-4927-4900-b4d7-31c41f0597f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:51,021 80201 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:33:51,499 80201 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.475s 2023-04-17 17:33:51,499 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1999371266", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGNA3nzT/eQwwUVq7FVq+WQky0pPjQAJUFSsfHG4AY4cBLpdgzedNQS6Cc0CHRBOmzmW0iPUkSyxk2SpIdk+jLjZmz+UsqyxxI97a2YS5M9WcvyIhUz4nuSC3800u6FkZg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-01f49a41-31bc-4c4a-b9cf-5610a3e366c0', 'x-compute-request-id': 'req-01f49a41-31bc-4c4a-b9cf-5610a3e366c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1999371266", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGNA3nzT/eQwwUVq7FVq+WQky0pPjQAJUFSsfHG4AY4cBLpdgzedNQS6Cc0CHRBOmzmW0iPUkSyxk2SpIdk+jLjZmz+UsqyxxI97a2YS5M9WcvyIhUz4nuSC3800u6FkZg==", "fingerprint": "9f:5d:21:8b:86:51:49:5b:be:9e:80:2a:8a:15:86:f9", "user_id": "cb9f6038c3d94f4b8176f52308996012"}}' 2023-04-17 17:33:51,508 80201 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1999371266 created 2023-04-17 17:33:52,884 80201 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.375s 2023-04-17 17:33:52,885 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--344371631", "description": "tempest-description--298909741"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-b4c50784-6849-4804-a77a-d4fb3b26eb41', 'date': 'Mon, 17 Apr 2023 17:33:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3aff5fae-f052-45be-894e-1f19370bd93b", "name": "tempest-securitygroup--344371631", "stateful": true, "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "description": "tempest-description--298909741", "shared": false, "security_group_rules": [{"id": "2c978f2b-a444-4ffd-9f1e-0006fb4d2bad", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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": 369, "description": null, "tags": [], "created_at": "2023-04-17T17:33:52Z", "updated_at": "2023-04-17T17:33:52Z", "revision_number": 0, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}, {"id": "c2b668c6-287a-439a-a210-d16ab87b3d81", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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": 367, "description": null, "tags": [], "created_at": "2023-04-17T17:33:51Z", "updated_at": "2023-04-17T17:33:51Z", "revision_number": 0, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}], "tags": [], "created_at": "2023-04-17T17:33:51Z", "updated_at": "2023-04-17T17:33:51Z", "revision_number": 1, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:33:53,372 80201 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 0.486s 2023-04-17 17:33:53,373 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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-48ff3000-3d44-4a9f-abcd-6c10e3c26bf4', 'date': 'Mon, 17 Apr 2023 17:33:53 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": "c3799532-1eda-4df8-b4a7-4b7536aecf99", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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-17T17:33:53Z", "updated_at": "2023-04-17T17:33:53Z", "revision_number": 0, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:33:53,700 80201 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 0.325s 2023-04-17 17:33:53,700 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fc6056e3-240e-4a23-bf40-cbfde77ca277', 'date': 'Mon, 17 Apr 2023 17:33:53 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": "b94c1dd9-745e-4a52-9a5b-061e4c12d4ea", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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-17T17:33:53Z", "updated_at": "2023-04-17T17:33:53Z", "revision_number": 0, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:33:53,701 80201 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--344371631 created 2023-04-17 17:33:55,083 80201 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 1.382s 2023-04-17 17:33:55,084 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c31ff1be-bc1a-4057-9ce1-1a7d7b845d7f', 'date': 'Mon, 17 Apr 2023 17:33:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "78bd5bba-af02-4d15-8fa5-1ae181ea0d8a", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "floating_ip_address": "172.24.4.218", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bd1e8586846543c88d468bb6b705d4a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:54Z", "updated_at": "2023-04-17T17:33:54Z", "revision_number": 0}}' 2023-04-17 17:33:55,084 80201 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '78bd5bba-af02-4d15-8fa5-1ae181ea0d8a', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'floating_ip_address': '172.24.4.218', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd1e8586846543c88d468bb6b705d4a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:54Z', 'updated_at': '2023-04-17T17:33:54Z', 'revision_number': 0, 'ip': '172.24.4.218'} created 2023-04-17 17:33:55,202 80201 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.111s 2023-04-17 17:33:55,203 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:55 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-2f57017a-fd9a-4578-abb5-993d64a9c01f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cb9f6038c3d94f4b8176f52308996012", "name": "tempest-VolumesAdminNegativeTest-1858597906-project-member", "password_expires_at": null}, "audit_ids": ["nktv9hWfQXyT5qRzwvL1QA"], "expires_at": "2023-04-17T18:33:55.000000Z", "issued_at": "2023-04-17T17:33:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e8586846543c88d468bb6b705d4a6", "name": "tempest-VolumesAdminNegativeTest-1858597906"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{" id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:33:55,203 80201 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'f1e38cf4-11c1-4f1d-a1f2-15d65da31617', 'name': 'tempest-VolumesAdminNegativeTest-1171459644-network', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd1e8586846543c88d468bb6b705d4a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27690, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:11Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:33:55,204 80201 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1999371266', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGNA3nzT/eQwwUVq7FVq+WQky0pPjQAJUFSsfHG4AY4cBLpdgzedNQS6Cc0CHRBOmzmW0iPUkSyxk2SpIdk+jLjZmz+UsqyxxI97a2YS5M9WcvyIhUz4nuSC3800u6FkZg==', 'fingerprint': '9f:5d:21:8b:86:51:49:5b:be:9e:80:2a:8a:15:86:f9', 'user_id': 'cb9f6038c3d94f4b8176f52308996012', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCweCeRQSYora8m1Oe72+qFcXAyXGIwDjpNkwCod4FUtqdeSoX/yuSX\nNHiTssYSyW2gBwYFK4EEACKhZANiAARjQN580/3kMMFFauxVavlkJMtKT40ACVBU\nrHxxuAGOHAS6XYM3nTUEugnNAh0QTps5ltIj1JEssZNkqSHZPoy42Zs/lLKsscSP\ne2tmEuTPVnL8iIVM+J7kgt/NNLuhZGY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3aff5fae-f052-45be-894e-1f19370bd93b', 'name': 'tempest-securitygroup--344371631', 'stateful': True, 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'description': 'tempest-description--298909741', 'shared': False, 'security_group_rules': [{'id': '2c978f2b-a444-4ffd-9f1e-0006fb4d2bad', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'security_group_id': '3aff5fae-f052-45be-894e-1f19370bd93b', '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': 369, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:52Z', 'updated_at': '2023-04-17T17:33:52Z', 'revision_number': 0, 'project_id': 'bd1e8586846543c88d468bb6b705d4a6'}, {'id': 'c2b668c6-287a-439a-a210-d16ab87b3d81', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'security_group_id': '3aff5fae-f052-45be-894e-1f19370bd93b', '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': 367, 'description': None, 'tags': [], 'created_at': '2023-0 4-17T17:33:51Z', 'updated_at': '2023-04-17T17:33:51Z', 'revision_number': 0, 'project_id': 'bd1e8586846543c88d468bb6b705d4a6'}], 'tags': [], 'created_at': '2023-04-17T17:33:51Z', 'updated_at': '2023-04-17T17:33:51Z', 'revision_number': 1, 'project_id': 'bd1e8586846543c88d468bb6b705d4a6'}, 'floating_ip': {'id': '78bd5bba-af02-4d15-8fa5-1ae181ea0d8a', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'floating_ip_address': '172.24.4.218', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd1e8586846543c88d468bb6b705d4a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:54Z', 'updated_at': '2023-04-17T17:33:54Z', 'revision_number': 0, 'ip': '172.24.4.218'}} 2023-04-17 17:33:57,552 80201 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 2.347s 2023-04-17 17:33:57,553 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-796323267", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "f1e38cf4-11c1-4f1d-a1f2-15d65da31617"}], "security_groups": [{"name": "tempest-securitygroup--344371631"}], "key_name": "tempest-keypair-1999371266", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fef228b-0376-4726-83a4-5ed8685fbb05', 'x-compute-request-id': 'req-5fef228b-0376-4726-83a4-5ed8685fbb05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0711a965-58ba-4238-aa35-b7f3d762c97d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--344371631"}], "adminPass": "D7hWcsWTmrt5"}}' 2023-04-17 17:33:57,874 80201 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/0711a965-58ba-4238-aa35-b7f3d762c97d 0.317s 2023-04-17 17:33:57,874 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54dd987f-17d1-48f1-af3e-1f8b7fe77d05', 'x-compute-request-id': 'req-54dd987f-17d1-48f1-af3e-1f8b7fe77d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d'} Body: b'{"server": {"id": "0711a965-58ba-4238-aa35-b7f3d762c97d", "name": "tempest-VolumesAdminNegativeTest-server-796323267", "status": "BUILD", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "user_id": "cb9f6038c3d94f4b8176f52308996012", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:58Z", "updated": "2023-04-17T17:33:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1999371266", "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-17 17:34:48,368 80201 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/0711a965-58ba-4238-aa35-b7f3d762c97d 0.430s 2023-04-17 17:34:48,368 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:47 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-e4f6b543-b2f0-46b7-bf52-00f367d8c5f2', 'x-compute-request-id': 'req-e4f6b543-b2f0-46b7-bf52-00f367d8c5f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d'} Body: b'{"server": {"id": "0711a965-58ba-4238-aa35-b7f3d762c97d", "name": "tempest-VolumesAdminNegativeTest-server-796323267", "status": "ACTIVE", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "user_id": "cb9f6038c3d94f4b8176f52308996012", "metadata": {}, "hostId": "4b9650ba0eff27f6c3d36d904d90d88f773151052776c75b022067d0", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:57Z", "updated": "2023-04-17T17:34:11Z", "addresses": {"tempest-VolumesAdminNegativeTest-1171459644-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:28:88"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1999371266", "OS-SRV-USG:launched_at": "2023-04-17T17:34:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--344371631"}], "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-17 17:34:48,381 80201 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:35:48,659 80201 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/0711a965-58ba-4238-aa35-b7f3d762c97d/os-interface 0.217s 2023-04-17 17:35:48,660 80201 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:48 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-3c9d51ee-2639-455f-ac11-83b39919e036', 'x-compute-request-id': 'req-3c9d51ee-2639-455f-ac11-83b39919e036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f1e38cf4-11c1-4f1d-a1f2-15d65da31617", "port_id": "358fa886-02f3-433a-a1af-d4d2bff8be35", "mac_addr": "fa:16:3e:a1:28:88", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "9147d03f-3539-4916-81e6-2adbc81c44de", "ip_address": "10.0.0.8"}]}]}' 2023-04-17 17:35:49,867 80201 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/78bd5bba-af02-4d15-8fa5-1ae181ea0d8a 1.201s 2023-04-17 17:35:49,867 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "358fa886-02f3-433a-a1af-d4d2bff8be35"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-108d4e25-9563-4a84-b085-cbfed54e4ffc', 'date': 'Mon, 17 Apr 2023 17:35:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/78bd5bba-af02-4d15-8fa5-1ae181ea0d8a'} Body: b'{"floatingip": {"id": "78bd5bba-af02-4d15-8fa5-1ae181ea0d8a", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "floating_ip_address": "172.24.4.218", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "b8b7758a-abd1-4786-8c13-d401e55715c2", "port_id": "358fa886-02f3-433a-a1af-d4d2bff8be35", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f1e38cf4-11c1-4f1d-a1f2-15d65da31617", "mac_address": "fa:16:3e:a1:28:88", "admin_state_up": true, "status": "ACTIVE", "device_id": "0711a965-58ba-4238-aa35-b7f3d762c97d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:54Z", "updated_at": "2023-04-17T17:35:49Z", "revision_number": 1, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:35:49,869 80201 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.218:22' as 'cirros' with public key authentication 2023-04-17 17:35:49,906 80201 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:35:49,961 80201 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:35:49,962 80201 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.218 successfully created 2023-04-17 17:35:50,175 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes 0.212s 2023-04-17 17:35:50,176 80201 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-1936116127"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0cf9835-085d-46ac-bb53-82afff6ba66a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-re quest-id': 'req-c0cf9835-085d-46ac-bb53-82afff6ba66a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes'} Body: b'{"volume": {"id": "2f660399-4927-4900-b4d7-31c41f0597f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:50.115195", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1936116127", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:35:50,229 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2 0.042s 2023-04-17 17:35:50,229 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a9bde71-4994-450b-98ab-5d6aba04bbb8', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a9bde71-4994-450b-98ab-5d6aba04bbb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2'} Body: b'{"volume": {"id": "2f660399-4927-4900-b4d7-31c41f0597f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:50.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1936116127", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:35:51,288 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2 0.047s 2023-04-17 17:35:51,288 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b971d1f7-46e6-40c6-8a05-3ed132c32d32', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b971d1f7-46e6-40c6-8a05-3ed132c32d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2'} Body: b'{"volume": {"id": "2f660399-4927-4900-b4d7-31c41f0597f2", "status": "er ror", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:50.000000", "updated_at": "2023-04-17T17:35:50.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1936116127", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd1e8586846543c88d468bb6b705d4a6"}}' {11} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [175.463113s] ... 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 e6a350a0-073c-4dc0-b895-e7f8aeb0417d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:26,456 80205 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:33:26,456 80205 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:33:26,692 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.232s 2023-04-17 17:33:26,692 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-328622868", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETy3qN91fAUY59vYTnM+st5lBmsgrYGghrdiDmNZuBShFM/gMR4GlDzNicctF6dMRMbYWda4SIaaWAx7hCS/iUHMA0EEUO+HKkLWyI2QTVq0VaormimlIiLwEnxEYg/qQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:26 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-dd433d5c-8628-4b77-966f-0d8b81642c6b', 'x-compute-request-id': 'req-dd433d5c-8628-4b77-966f-0d8b81642c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-328622868", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETy3qN91fAUY59vYTnM+st5lBmsgrYGghrdiDmNZuBShFM/gMR4GlDzNicctF6dMRMbYWda4SIaaWAx7hCS/iUHMA0EEUO+HKkLWyI2QTVq0VaormimlIiLwEnxEYg/qQ==", "fingerprint": "3d:09:bc:b1:b2:aa:62:1c:45:b1:94:c2:23:59:47:4d", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8"}}' 2023-04-17 17:33:26,697 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-328622868 created 2023-04-17 17:33:27,195 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.497s 2023-04-17 17:33:27,195 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2116216801", "description": "tempest-description--2085888040"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-741e0899-4a29-4fa4-9a37-48342305ddda', 'date': 'Mon, 17 Apr 2023 17:33:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "name": "tempest-securitygroup--2116216801", "stateful": true, "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "description": "tempest-description--2085888040", "shared": false, "security_group_rules": [{"id": "193b0ef0-7417-4c19-9a1e-fc3e34a455d2", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "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": 198, "description": null, "tags": [], "created_at": "2023-04-17T17:33:26Z", "updated_at": "2023-04-17T17:33:26Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}, {"id": "8b55606a-2fc9-4f2e-941e-00d7ce0f922a", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "ethertype": "IPv4", "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": 197, "description": null, "tags": [], "created_at": "2023-04-17T17:33:26Z", "updated_at": "2023-04-17T17:33:26Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}], "tags": [], "created_at": "2023-04-17T17:33:26Z", "updated_at": "2023-04-17T17:33:26Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:33:28,002 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.806s 2023-04-17 17:33:28,002 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "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-688b1494-a62f-4ff0-aa41-ea92eb587d8d', 'date': 'Mon, 17 Apr 2023 17:33:28 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": "6f151510-8ca3-47bf-9fa9-ec466968c866", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "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-17T17:33:27Z", "updated_at": "2023-04-17T17:33:27Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:33:29,349 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.346s 2023-04-17 17:33:29,349 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b02ce75b-f3c9-4ffa-827c-d1b5120b5b51', 'date': 'Mon, 17 Apr 2023 17:33: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": "974d81e9-567d-44a4-8fd5-2a1045e77038", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "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-17T17:33:28Z", "updated_at": "2023-04-17T17:33:28Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:33:29,350 80205 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2116216801 created 2023-04-17 17:33:33,208 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.857s 2023-04-17 17:33:33,208 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-ae038e6d-4d6f-4fec-b5e7-92aa6dc19fdf', 'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7cbadbb2-1039-43c0-aca9-7751ba8bd0e0", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.246", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "70d10a379e4e420e9c66476ae0b10507", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:31Z", "updated_at": "2023-04-17T17:33:31Z", "revision_number": 0}}' 2023-04-17 17:33:33,208 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7cbadbb2-1039-43c0-aca9-7751ba8bd0e0', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.246', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:31Z', 'updated_at': '2023-04-17T17:33:31Z', 'revision_number': 0, 'ip': '172.24.4.246'} created 2023-04-17 17:33:33,329 80205 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.113s 2023-04-17 17:33:33,329 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 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-a0fcdee8-2fbb-4bd3-8f8d-50854d40f17c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6cbcda57441d43e0bb8dfee4768df2a8", "name": "tempest-AttachVolumeNegativeTest-469494846-project-member", "password_expires_at": null}, "audit_ids": ["SBVZGagmQeC_dTWOD6-3cQ"], "expires_at": "2023-04-17T18:33:33.000000Z", "issued_at": "2023-04-17T17:33:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70d10a379e4e420e9c66476ae0b10507", "name": "tempest-AttachVolumeNegativeTest-469494846"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:33:33,330 80205 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'af0f7e21-142e-450a-9674-ea24c1cbc9aa', 'name': 'tempest-AttachVolumeNegativeTest-1104956119-network', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34068, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:10Z', 'revision_number': 1} available for tenant 2023-04-17 17:33:33,331 80205 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-328622868', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETy3qN91fAUY59vYTnM+st5lBmsgrYGghrdiDmNZuBShFM/gMR4GlDzNicctF6dMRMbYWda4SIaaWAx7hCS/iUHMA0EEUO+HKkLWyI2QTVq0VaormimlIiLwEnxEYg/qQ==', 'fingerprint': '3d:09:bc:b1:b2:aa:62:1c:45:b1:94:c2:23:59:47:4d', 'user_id': '6cbcda57441d43e0bb8dfee4768df2a8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDH+Q0liRu3hEcK/ozVG/P8YpnsCTzx3m2vZnhH/nHutnbLijHciDXE\ngjnl0HZe+eegBwYFK4EEACKhZANiAARE8t6jfdXwFGOfb2E5zPrLeZQZrIK2BoIa\n3Yg5jWbgUoRTP4DEeBpQ8zYnHLRenTETG2FnWuEiGmlgMe4Qkv4lBzANBBFDvhyp\nC1siNkE1atFWqK5oppSIi8BJ8RGIP6k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a3fcba60-a0d9-46bf-aea8-02d6966eb298', 'name': 'tempest-securitygroup--2116216801', 'stateful': True, 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'description': 'tempest-description--2085888040', 'shared': False, 'security_group_rules': [{'id': '193b0ef0-7417-4c19-9a1e-fc3e34a455d2', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': 'a3fcba60-a0d9-46bf-aea8-02d6966eb298', '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': 198, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:26Z', 'updated_at': '2023-04-17T17:33:26Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, {'id': '8b55606a-2fc9-4f2e-941e-00d7ce0f922a', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': 'a3fcba60-a0d9-46bf-aea8-02d6966eb298', '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': 197, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:26Z', 'updated_at': '2023-04-17T17:33:26Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c6 6476ae0b10507'}], 'tags': [], 'created_at': '2023-04-17T17:33:26Z', 'updated_at': '2023-04-17T17:33:26Z', 'revision_number': 1, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, 'floating_ip': {'id': '7cbadbb2-1039-43c0-aca9-7751ba8bd0e0', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.246', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:31Z', 'updated_at': '2023-04-17T17:33:31Z', 'revision_number': 0, 'ip': '172.24.4.246'}} 2023-04-17 17:33:36,150 80205 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 2.819s 2023-04-17 17:33:36,151 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1291197301", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "af0f7e21-142e-450a-9674-ea24c1cbc9aa"}], "security_groups": [{"name": "tempest-securitygroup--2116216801"}], "key_name": "tempest-keypair-328622868", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3714b783-9889-4e0b-b0cb-1a84006733df', 'x-compute-request-id': 'req-3714b783-9889-4e0b-b0cb-1a84006733df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2116216801"}], "adminPass": "password"}}' 2023-04-17 17:33:36,416 80205 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/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.262s 2023-04-17 17:33:36,417 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b73e2e2-69fd-4511-a236-9bd49946669c', 'x-compute-request-id': 'req-7b73e2e2-69fd-4511-a236-9bd49946669c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'{"server": {"id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "name": "tempest-AttachVolumeNegativeTest-server-1291197301", "status": "BUILD", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "h ttp://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:36Z", "updated": "2023-04-17T17:33:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-328622868", "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-17 17:34:27,373 80205 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/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.896s 2023-04-17 17:34:27,374 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:26 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-1b7e8d0a-bd4a-4a62-a2c6-fba60f1af145', 'x-compute-request-id': 'req-1b7e8d0a-bd4a-4a62-a2c6-fba60f1af145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'{"server": {"id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "name": "tempest-AttachVolumeNegativeTest-server-1291197301", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:36Z", "updated": "2023-04-17T17:33:52Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:2e:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-328622868", "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2116216801"}], "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-17 17:34:27,386 80205 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:35:27,704 80205 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/f2ab32f4-ce85-49d6-bf7d-a9219789a545/os-interface 0.258s 2023-04-17 17:35:27,705 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - H eaders: {'date': 'Mon, 17 Apr 2023 17:35:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a73207d-5274-4415-b5f9-022fb393f610', 'x-compute-request-id': 'req-3a73207d-5274-4415-b5f9-022fb393f610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "port_id": "725be64e-c050-49d6-a87d-5cb5b04e86c0", "mac_addr": "fa:16:3e:d7:2e:09", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "de4db7db-88fc-4ae3-ac6e-523e4a1eebae", "ip_address": "10.0.0.13"}]}]}' 2023-04-17 17:35:28,975 80205 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/7cbadbb2-1039-43c0-aca9-7751ba8bd0e0 1.265s 2023-04-17 17:35:28,975 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "725be64e-c050-49d6-a87d-5cb5b04e86c0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ab576147-3291-4fc1-b526-f3ea00de7a7f', 'date': 'Mon, 17 Apr 2023 17:35:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cbadbb2-1039-43c0-aca9-7751ba8bd0e0'} Body: b'{"floatingip": {"id": "7cbadbb2-1039-43c0-aca9-7751ba8bd0e0", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.246", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "3d1dc916-d96c-442f-a813-73f3b68d7e88", "port_id": "725be64e-c050-49d6-a87d-5cb5b04e86c0", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "mac_address": "fa:16:3e:d7:2e:09", "admin_state_up": true, "status": "ACTIVE", "device_id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:31Z", "updated_at": "2023-04-17T17:35:28Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:35:28,977 80205 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.246:22' as 'cirros' with public key authentication 2023-04-17 17:35:29,014 80205 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:35:29,036 80205 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:35:29,037 80205 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.246 successfully created 2023-04-17 17:35:29,111 80205 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/f2ab32f4-ce85-49d6-bf7d-a9219789a545/ips 0.073s 2023-04-17 17:35:29,111 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:29 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-a9c87fae-15d1-4fef-87e7-7e4ea8c8c3c2', 'x-compute-request-id': 'req-a9c87fae-15d1-4fef-87e7-7e4ea8c8c3c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce 85-49d6-bf7d-a9219789a545/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-17 17:35:29,367 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes 0.253s 2023-04-17 17:35:29,368 80205 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-1193010142"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-153a70ea-81d4-4a53-837d-231a28370ba9', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-153a70ea-81d4-4a53-837d-231a28370ba9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes'} Body: b'{"volume": {"id": "e6a350a0-073c-4dc0-b895-e7f8aeb0417d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:29.294852", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1193010142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:35:29,428 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d 0.050s 2023-04-17 17:35:29,429 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e280a8ab-6c58-48bc-8824-b447f96b48e9', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e280a8ab-6c58-48bc-8824-b447f96b48e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d'} Body: b'{"volume": {"id": "e6a350a0-073c-4dc0-b895-e7f8aeb0417d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:29.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1193010142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:35:30,482 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attac hed_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d 0.041s 2023-04-17 17:35:30,482 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37078a17-16d5-4095-907c-19149169ec16', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37078a17-16d5-4095-907c-19149169ec16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d'} Body: b'{"volume": {"id": "e6a350a0-073c-4dc0-b895-e7f8aeb0417d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:29.000000", "updated_at": "2023-04-17T17:35:29.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1193010142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:35:30,781 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.287s 2023-04-17 17:35:30,782 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:30 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-a0648d7a-e012-4223-86fa-6d795f533325', 'x-compute-request-id': 'req-a0648d7a-e012-4223-86fa-6d795f533325', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'' 2023-04-17 17:35:31,057 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.274s 2023-04-17 17:35:31,057 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18d5c64c-0e6d-4a53-ae5b-54c51a19e8cb', 'x-compute-request-id': 'req-18d5c64c-0e6d-4a53-ae5b-54c51a19e8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'{"server": {"id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "name": "tempest-AttachVolumeNegativeTest-server-1291197301", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:36Z", "updated": "2023-04-17T17:35:31Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:2e:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-328622868", "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2116216801"}], "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-17 17:36:21,156 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.037s 2023-04-17 17:36:21,156 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ca3a0fcf-8d06-4c99-85bb-c894dce7480b', 'x-compute-request-id': 'req-ca3a0fcf-8d06-4c99-85bb-c894dce7480b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f2ab32f4-ce85-49d6-bf7d-a9219789a545 could not be found."}}' 2023-04-17 17:36:21,187 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-328622868 0.029s 2023-04-17 17:36:21,188 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d39d5ae-9eb5-4a88-81dd-e7f0228c377f', 'x-compute-request-id': 'req-1d39d5ae-9eb5-4a88-81dd-e7f0228c377f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-328622868'} Body: b'' 2023-04-17 17:36:21,334 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a3fcba60-a0d9-46bf-aea8-02d6966eb298 0.145s 2023-04-17 17:36:21,334 80205 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-14a31173-d8d2-4d49-8043-092c1b61562f', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'connection': 'close', 'status': '204', 'content -location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a3fcba60-a0d9-46bf-aea8-02d6966eb298'} Body: b'' 2023-04-17 17:36:21,353 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a3fcba60-a0d9-46bf-aea8-02d6966eb298 0.018s 2023-04-17 17:36:21,353 80205 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-1e5ffe9a-f6bd-47cc-9e5b-d6221eb538b6', 'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a3fcba60-a0d9-46bf-aea8-02d6966eb298'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a3fcba60-a0d9-46bf-aea8-02d6966eb298 does not exist", "detail": ""}}' 2023-04-17 17:36:21,917 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7cbadbb2-1039-43c0-aca9-7751ba8bd0e0 0.562s 2023-04-17 17:36:21,918 80205 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-b23e7923-4866-441a-967f-e518451a75b9', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cbadbb2-1039-43c0-aca9-7751ba8bd0e0'} Body: b'' {11} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.191864s] ... ok {11} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.742654s] ... ok {11} 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 a003165c-3996-421e-9240-9580a71307d7 failed to build and is in ERROR status {11} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.054498s] ... 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 9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:36:35,273 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types 0.149s 2023-04-17 17:36:35,274 80221 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-731938465", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbbc6c79-31cf-4ea0-8237-a9307521089e', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbbc6c79-31cf-4ea0-8237-a9307521089e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types'} Body: b'{"volume_type": {"id": "7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe", "name": "tempest-VolumeTypesAccessTest-volume-type-731938465", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-17 17:36:35,427 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes 0.149s 2023-04-17 17:36:35,428 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4d0cc0-c5c3-4eac-a170-a3a889c83cef', 'x-openstack-request-id': 'req-6e4d0cc0-c5c3-4eac-a170-a3a889c83cef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe could not be found."}}' 2023-04-17 17:36:35,429 80221 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-17 17:36:35,468 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe/action 0.038s 2023-04-17 17:36:35,469 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "73dc3b4f42914ec58a0edc5b17b37b5a"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-ee83f705-9475-4b84-b3d0-909b067454ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe/action'} Body: b'' 2023-04-17 17:36:35,735 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes 0.265s 2023-04-17 17:36:35,736 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "7ca3ef15-aae1-4dfa-9804-8c27cfe3b6 fe", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1886633129"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c243ae6f-d034-488b-95cf-23427f13e98c', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c243ae6f-d034-488b-95cf-23427f13e98c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes'} Body: b'{"volume": {"id": "9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:35.671800", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1886633129", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-731938465", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}], "user_id": "5ed78d992dd04d70bc1bf5c042a3c4b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:36:35,801 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.052s 2023-04-17 17:36:35,802 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beb3d175-7199-4cc4-9a84-5bc0d36e957e', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beb3d175-7199-4cc4-9a84-5bc0d36e957e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'{"volume": {"id": "9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:36.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1886633129", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-731938465", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}], "user_id": "5ed78d992dd04d70bc1bf5c042a3c4b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73dc3b4f42914ec58a0edc5b17b37b5a"}}' 2023-04-17 17:36:36,864 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.046s 2023-04-17 17:36:36,865 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3626c441-dcbf-433f-9089-0aa480fae9a1', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3626c441-dcbf-433f-9089-0aa480fae9a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'{"volume": {"id": "9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:36.000000", "updated_at": "2023-04-17T17:36:36.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1886633129", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-731938465", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}], "user_id": "5ed78d992dd04d70bc1bf5c042a3c4b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73dc3b4f42914ec58a0edc5b17b37b5a"}}' 2023-04-17 17:36:36,925 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.047s 2023-04-17 17:36:36,925 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9622f5e-9dc6-4798-8a0b-cf9a6fd2262e', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9622f5e-9dc6-4798-8a0b-cf9a6fd2262e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'{"volume": {"id": "9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:36.000000", "updated_at": "2023-04-17T17:36:36.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1886633129", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-731938465", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}], "user_id": "5ed78d992dd04d70bc1bf5c042a3c4b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73dc3b4f42914ec58a0edc5b17b37b5a"}}' 2023-04-17 17:36:37,039 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.102s 2023-04-17 17:36:37,040 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-a90228cb-c424-4855-91e4-daf2fb68b7d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec5 8a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'' 2023-04-17 17:36:37,065 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.025s 2023-04-17 17:36:37,066 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-8a9940bb-848f-4074-884c-0e91adde746e', 'x-openstack-request-id': 'req-8a9940bb-848f-4074-884c-0e91adde746e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 could not be found."}}' 2023-04-17 17:36:37,098 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe/action 0.031s 2023-04-17 17:36:37,099 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "73dc3b4f42914ec58a0edc5b17b37b5a"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-80cb4255-44ef-4dfa-a370-dc241785d940', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe/action'} Body: b'' 2023-04-17 17:36:37,157 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe 0.057s 2023-04-17 17:36:37,157 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-e3e20d5a-ae0f-420e-b84b-d201dcdf5a88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe'} Body: b'' 2023-04-17 17:36:37,175 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe 0.017s 2023-04-17 17:36:37,176 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ecf424-15e9-4414-8cd3-47e07c03bdd4', 'x-openstack-request-id': 'req-42ecf424-15e9-4414-8cd3-47e07c03bdd4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe65 9a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe could not be found."}}' {11} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.288509s] ... ok {11} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {11} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {11} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {7} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [179.845674s] ... 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 ff724872-aa63-4ab6-8b65-8d0acd9ed9f8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:53,519 80213 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/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.240s 2023-04-17 17:33:53,520 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7a28821d-ae88-4482-aac3-e38004db6b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:33:54,761 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 1.207s 2023-04-17 17:33:54,762 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-b3ec76ca-dfb4-4290-855f-65dcc3428b41', '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": "ddf031285d5144b18c85edde02cb062e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e8f092e-58b0-4283-9790-92d661c52d35", "created_at": "2023-04-17T17:33:55Z", "updated_at": "2023-04-17T17:33:55Z", "tags": [], "self": "/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35", "file": "/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:33:57,959 80213 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-17 17:33:57,960 80213 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/3e8f092e-58b0-4283-9790-92d661c52d35/file 3.197s 2023-04-17 17:33:57,960 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2a323901-8ebd-4ff4-9454-c942972a632e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35/file'} Body: b'' 2023-04-17 17:33:57,961 80213 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:33:57,961 80213 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:33:58,242 80213 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.278s 2023-04-17 17:33:58,243 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1523922560", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI0rkyKp0V5SZOhxPHyUEtqECuAVMZHyYgaOG9wpVWBKD1Xh0wi6GZsBNwJBXSWnsHld+PZfVbQH52x7R9rVDPGGBwRCaULIlIQR6yfqca5udcRvzL8Ig5c9JL2pXdUfPw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-7ada5438-3e79-4651-b624-3ad4346c83eb', 'x-compute-request-id': 'req-7ada5438-3e79-4651-b624-3ad4346c83eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1523922560", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI0rkyKp0V5SZOhxPHyUEtqECuAVMZHyYgaOG9wpVWBKD1Xh0wi6GZsBNwJBXSWnsHld+PZfVbQH52x7R9rVDPGGBwRCaULIlIQR6yfqca5udcRvzL8Ig5c9JL2pXdUfPw==", "fingerprint": "bf:ef:e6:e1:62:82:92:0d:31:d6:82:d4:4f:0e:2f:2e", "user_id": "40fcde98cd664f57a18b27bfa71111e6"}}' 2023-04-17 17:33:58,249 80213 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1523922560 created 2023-04-17 17:33:58,957 80213 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.708s 2023-04-17 17:33:58,958 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--899509072", "description": "tempest-description--1461774612"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7ebf5f28-59cf-4410-b71c-975aa2f2bca0', 'date': 'Mon, 17 Apr 2023 17:33:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "name": "tempest-securitygroup--899509072", "stateful": true, "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "description": "tempest-description--1461774612", "shared": false, "security_group_rules": [{"id": "0136eca8-3467-4d30-b5fb-5f2c5fc32b61", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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": 391, "description": null, "tags": [], "created_ at": "2023-04-17T17:33:58Z", "updated_at": "2023-04-17T17:33:58Z", "revision_number": 0, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}, {"id": "59d265f6-42e9-4275-84be-9e6affa9fb8a", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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": 390, "description": null, "tags": [], "created_at": "2023-04-17T17:33:58Z", "updated_at": "2023-04-17T17:33:58Z", "revision_number": 0, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}], "tags": [], "created_at": "2023-04-17T17:33:58Z", "updated_at": "2023-04-17T17:33:58Z", "revision_number": 1, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:33:59,538 80213 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.579s 2023-04-17 17:33:59,539 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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-2dafb7e6-bf2d-469d-be18-6b499fc10251', 'date': 'Mon, 17 Apr 2023 17:33:59 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": "e073d4f5-5009-48cd-b6de-2d091d6e7b4f", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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-17T17:33:59Z", "updated_at": "2023-04-17T17:33:59Z", "revision_number": 0, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:34:01,747 80213 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 2.207s 2023-04-17 17:34:01,748 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-967aaa1f-db54-4f0b-b35c-cc1290571177', 'date': 'Mon, 17 Apr 2023 17:34: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": "98cc599b-25c5-4d08-b660-c2445a9d2683", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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-17T17:34:00Z", "updated_at": "2023-04-17T17:34:00Z", "revision_number": 0, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:34:01,748 80213 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--899509072 created 2023-04-17 17:34:05,140 80213 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.390s 2023-04-17 17:34:05,140 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c1621359-5ad1-4181-b018-04f8c83e05bd', 'date': 'Mon, 17 Apr 2023 17:34:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "41193216-e231-4541-95e8-8aa2765b1c7f", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "floating_ip_address": "172.24.4.240", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a6cbba34e8f449c39da5f07463fc4696", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:34:03Z", "updated_at": "2023-04-17T17:34:03Z", "revision_number": 0}}' 2023-04-17 17:34:05,141 80213 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '41193216-e231-4541-95e8-8aa2765b1c7f', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'floating_ip_address': '172.24.4.240', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a6cbba34e8f449c39da5f07463fc4696', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:03Z', 'updated_at': '2023-04-17T17:34:03Z', 'revision_number': 0, 'ip': '172.24.4.240'} created 2023-04-17 17:34:05,251 80213 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.104s 2023-04-17 17:34:05,251 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:05 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-f728e3e1-4e2b-4df6-845d-82f07682fca0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "40fcde98cd664f57a18b27bfa71111e6", "name": "tempest-AttachSCSIVolumeTestJSON-173041572-project-member", "password_expires_at": null}, "audit_ids": ["awrw4ytPTRySokhMrGF_Sg"], "expires_at": "2023-04-17T18:34:05.000000Z", "issued_at": "2023-04-17T17:34:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6cbba34e8f449c39da5f07463fc4696", "name": "tempest-AttachSCSIVolumeTestJSON-173041572"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a6cbba34e8f449c39da5f07463fc4696", "region": "RegionOne"}], "id ": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:05,252 80213 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '9768e882-d09d-4110-8ef9-1b7a3d6797f1', 'name': 'tempest-AttachSCSIVolumeTestJSON-1567452796-network', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a6cbba34e8f449c39da5f07463fc4696', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47960, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:05,252 80213 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1523922560', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI0rkyKp0V5SZOhxPHyUEtqECuAVMZHyYgaOG9wpVWBKD1Xh0wi6GZsBNwJBXSWnsHld+PZfVbQH52x7R9rVDPGGBwRCaULIlIQR6yfqca5udcRvzL8Ig5c9JL2pXdUfPw==', 'fingerprint': 'bf:ef:e6:e1:62:82:92:0d:31:d6:82:d4:4f:0e:2f:2e', 'user_id': '40fcde98cd664f57a18b27bfa71111e6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDI/6huZXn/oJcFhvOHftrYkqh75b4uw3slxuSIJKGhrDOqRttPdY0i\nCgQ1+9j9VS6gBwYFK4EEACKhZANiAASNK5MiqdFeUmTocTx8lBLahArgFTGR8mIG\njhvcKVVgSg9V4dMIuhmbATcCQV0lp7B5Xfj2X1W0B+dse0fa1QzxhgcEQmlCyJSE\nEesn6nGubnXEb8y/CIOXPSS9qV3VHz8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d', 'name': 'tempest-securitygroup--899509072', 'stateful': True, 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'description': 'tempest-description--1461774612', 'shared': False, 'security_group_rules': [{'id': '0136eca8-3467-4d30-b5fb-5f2c5fc32b61', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'security_group_id': '6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d', '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': 391, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:58Z', 'updated_at': '2023-04-17T17:33:58Z', 'revision_number': 0, 'project_id': 'a6cbba34e8f449c39da5f07463fc4696'}, {'id': '59d265f6-42e9-4275-84be-9e6affa9fb8a', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'security_group _id': '6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d', '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': 390, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:58Z', 'updated_at': '2023-04-17T17:33:58Z', 'revision_number': 0, 'project_id': 'a6cbba34e8f449c39da5f07463fc4696'}], 'tags': [], 'created_at': '2023-04-17T17:33:58Z', 'updated_at': '2023-04-17T17:33:58Z', 'revision_number': 1, 'project_id': 'a6cbba34e8f449c39da5f07463fc4696'}, 'floating_ip': {'id': '41193216-e231-4541-95e8-8aa2765b1c7f', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'floating_ip_address': '172.24.4.240', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a6cbba34e8f449c39da5f07463fc4696', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:03Z', 'updated_at': '2023-04-17T17:34:03Z', 'revision_number': 0, 'ip': '172.24.4.240'}} 2023-04-17 17:34:07,860 80213 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.607s 2023-04-17 17:34:07,861 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-681317961", "imageRef": "3e8f092e-58b0-4283-9790-92d661c52d35", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "9768e882-d09d-4110-8ef9-1b7a3d6797f1"}], "security_groups": [{"name": "tempest-securitygroup--899509072"}], "key_name": "tempest-keypair-1523922560", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02a27a0a-0904-415f-bb31-a39a820d8d86', 'x-compute-request-id': 'req-02a27a0a-0904-415f-bb31-a39a820d8d86', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--899509072"}], "adminPass": "MaGqbZo5wRfx"}}' 2023-04-17 17:34:08,393 80213 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/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.528s 2023-04-17 17:34:08,393 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:07 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-54179416-105a-45ef-af17-02cbe91882bf', 'x-compute-request-id': 'req-54179416-105a-45ef-af17-02cbe91882bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'{"server": {"id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "name": "tempest-AttachSCSIVolumeTestJSON-server-681317961", "status": "BUILD", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "user_id": "40fcde98cd664f57a18b27bfa71111e6", "metadata": {}, "hostId": "", "image": {"id": "3e8f092e-58b0-4283-9790-92d661c52d35", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3e8f092e-58b0-4283-9790-92d661c52d35"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:08Z", "updated": "2023-04-17T17:34:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1523922560", "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-17 17:34:58,767 80213 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/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.300s 2023-04-17 17:34:58,768 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5c3e725-4a38-4916-94db-0f17828014ab', 'x-compute-request-id': 'req-d5c3e725-4a38-4916-94db-0f17828014ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'{"server": {"id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "name": "tempest-AttachSCSIVolumeTestJSON-server-681317961", "status": "ACTIVE", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "user_id": "40fcde98cd664f57a18b27bfa71111e6", "metadata": {}, "hostId": "c21c055a0a0e6774f9c57865e300ca72c5f711d966ede1b9152bdb7a", "image": {"id": "3e8f092e-58b0-4283-9790-92d661c52d35", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3e8f092e-58b0-4283-9790-92d661c52d35"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:07Z", "updated": "2023-04-17T17:34:20Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1567452796-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:ee:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1523922560", "OS-SRV-USG:launched_at": "2023-04-17T17:34:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--899509072"}], "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-17 17:34:58,780 80213 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:35:58,997 80213 INFO [tempe st.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b/os-interface 0.160s 2023-04-17 17:35:58,998 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49686538-bd15-4a19-b17f-e0cb7e95202c', 'x-compute-request-id': 'req-49686538-bd15-4a19-b17f-e0cb7e95202c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9768e882-d09d-4110-8ef9-1b7a3d6797f1", "port_id": "d1ceb2db-ffee-4a4f-88f7-fd36b41ace5b", "mac_addr": "fa:16:3e:44:ee:b2", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6c62222d-f79b-4ee6-b667-0b3f18b42dbc", "ip_address": "10.0.0.12"}]}]}' 2023-04-17 17:36:00,148 80213 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/41193216-e231-4541-95e8-8aa2765b1c7f 1.146s 2023-04-17 17:36:00,149 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d1ceb2db-ffee-4a4f-88f7-fd36b41ace5b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-664ca0ff-897a-44ed-8348-37e8ed7cdb0f', 'date': 'Mon, 17 Apr 2023 17:36:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/41193216-e231-4541-95e8-8aa2765b1c7f'} Body: b'{"floatingip": {"id": "41193216-e231-4541-95e8-8aa2765b1c7f", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "floating_ip_address": "172.24.4.240", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "52bdf4d4-5240-41df-a922-9d93caf7bde5", "port_id": "d1ceb2db-ffee-4a4f-88f7-fd36b41ace5b", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9768e882-d09d-4110-8ef9-1b7a3d6797f1", "mac_address": "fa:16:3e:44:ee:b2", "admin_state_up": true, "status": "ACTIVE", "device_id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:34:03Z", "updated_at": "2023-04-17T17:35:59Z", "revision_number": 1, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:36:00,151 80213 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.240:22' as 'cirros' with public key authentication 2023-04-17 17:36:00,187 80213 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:36:00,216 80213 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:36:00,216 80213 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.240 successfully created 2023-04-17 17:36:00,445 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes 0.228s 2023-04-17 17:36:00,445 80213 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-1583647114"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:00 G MT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f157ec25-c37d-4d1d-a4c1-78fdcabe3018', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f157ec25-c37d-4d1d-a4c1-78fdcabe3018', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes'} Body: b'{"volume": {"id": "ff724872-aa63-4ab6-8b65-8d0acd9ed9f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:00.380615", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1583647114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}], "user_id": "40fcde98cd664f57a18b27bfa71111e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:36:00,494 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8 0.039s 2023-04-17 17:36:00,495 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4a16dc2-8273-4824-8a8e-6ef036e63e27', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4a16dc2-8273-4824-8a8e-6ef036e63e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8'} Body: b'{"volume": {"id": "ff724872-aa63-4ab6-8b65-8d0acd9ed9f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:00.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1583647114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}], "user_id": "40fcde98cd664f57a18b27bfa71111e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:36:01,555 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8 0.047s 2023-04-17 17:36:01,555 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99222fdc-7f82-4451-bc7f-24aceee20b56', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99222fdc-7f82-4451-bc7f-24aceee20b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8'} Body: b'{"volume": {"id": "ff724872-aa63-4ab6-8b65-8d0acd9ed9f8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:00.000000", "updated_at": "2023-04-17T17:36:01.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1583647114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}], "user_id": "40fcde98cd664f57a18b27bfa71111e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:36:01,689 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.122s 2023-04-17 17:36:01,689 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:01 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-8a96f462-e661-42e3-9483-410e58d718cc', 'x-compute-request-id': 'req-8a96f462-e661-42e3-9483-410e58d718cc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'' 2023-04-17 17:36:01,907 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.217s 2023-04-17 17:36:01,908 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ee65183-8b83-495f-8f53-7b7de0ea699c', 'x-compute-request-id': 'req-4ee65183-8b83-495f-8f53-7b7de0ea699c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'{"server": {"id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "name": "tempest-AttachSCSIVolumeTestJSON-server-681317961", "status": "ACTIVE", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "user_id": "40fcde98cd664f57a18b27bfa71111e6", "metadata": {}, "hostId": "c21c055a0a0e6774f9c57865e300ca72c5f711d966ede1b9152bdb7a", "image": {"id": "3e8f092e-58b0-4283-9790-92d661c52d35", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3e8f092e-58b0-4283-9790-92d661c52d35"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:07Z", "updated": "2023-04-17T17:36:02Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1567452796-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:ee:b2"}, {"version": 4, "addr": "172.24.4.240", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:ee:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": " self", "href": "http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1523922560", "OS-SRV-USG:launched_at": "2023-04-17T17:34:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--899509072"}], "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-17 17:36:52,008 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.039s 2023-04-17 17:36:52,009 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-734cef5a-3ac0-443c-bd65-eb4149074fff', 'x-compute-request-id': 'req-734cef5a-3ac0-443c-bd65-eb4149074fff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f8891b6c-e3ef-450f-883b-dbfbdb74695b could not be found."}}' 2023-04-17 17:36:52,045 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1523922560 0.036s 2023-04-17 17:36:52,046 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41dd2256-385b-4306-b1be-e2f92ad8cdc7', 'x-compute-request-id': 'req-41dd2256-385b-4306-b1be-e2f92ad8cdc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1523922560'} Body: b'' 2023-04-17 17:36:52,206 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d 0.160s 2023-04-17 17:36:52,207 80213 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-d3d99f77-7068-4c2f-af2c-f7e25c3acd4f', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d'} Body: b'' 2023-04-17 17:36:52,229 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d 0.022s 2023-04-17 17:36:52,230 80213 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-4a3d4e32-5430-418a-a397-d8a7c98f1faa', 'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d does not exist", "detail": ""}}' 2023-04-17 17:36:52,934 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/41193216-e231-4541-95e8-8aa2765b1c7f 0.704s 2023-04-17 17:36:52,935 80213 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-f2b7387e-015c-481f-a462-bf053a7970f9', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/41193216-e231-4541-95e8-8aa2765b1c7f'} Body: b'' 2023-04-17 17:36:53,104 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35 0.169s 2023-04-17 17:36:53,105 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-417945a5-8200-4a02-a9a7-74da1985dbdf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35'} Body: b'' 2023-04-17 17:36:53,122 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35 0.017s 2023-04-17 17:36:53,123 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9c320a94-4879-4e2c-ae3f-0201f474b124', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35'} Body: b'{"message": "No image found with ID 3e8f092e-58b0-4283-9790-92d661c52d35

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.627587s] ... 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 02d9e22d-1db1-4a66-a3e9-6a4d26369744 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:00,986 80213 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.435s 2023-04-17 17:37:00,986 80213 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-1689874196", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/02d9e22d-1db1-4a66-a3e9-6a4d26369744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3661c735-c61f-4ca6-9bf1-732660421f5c', 'x-compute-request-id': 'req-3661c735-c61f-4ca6-9bf1-732660421f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "02d9e22d-1db1-4a66-a3e9-6a4d26369744", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:37:00.873706", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1689874196", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-17 17:37:01,053 80213 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/02d9e22d-1db1-4a66-a3e9-6a4d26369744 0.062s 2023-04-17 17:37:01,054 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:00 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-2f462d95-c3fa-46b9-af45-0344be165b9c', 'x-compute-request-id': 'req-2f462d95-c3fa-46b9-af45-0344be165b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/02d9e22d-1db1-4a66-a3e9-6a4d26369744'} Body: b'{"volume": {"id": "02d9e22d-1db1-4a66-a3e9-6a4d26369744", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:37:01.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1689874196", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-17 17:37:02,170 80213 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/02d9e22d-1db1-4a66-a3e9-6a4d26369744 0.111s 2023-04-17 17:37:02,171 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:02 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-a669067e-bf47-4eb7-ab81-52af47555a42', 'x-compute-request-id': 'req-a669067e-bf47-4eb7-ab81-52af47555a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/02d9e22d-1db1-4a66-a3e9-6a4d26369744'} Body: b'{"volume": {"id": "02d9e22d-1db1-4a66-a3e9-6a4d26369744", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:37:01.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1689874196", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {7} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.832850s] ... 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 51948dac-3755-4aee-ae81-e28d49827620 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:04,644 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types 0.185s 2023-04-17 17:37:04,644 80213 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-1357456484"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbcd8216-04f0-44a5-837f-f1054ae127ad', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbcd8216-04f0-44a5-837f-f1054ae127ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types'} Body: b'{"volume_type": {"id": "9d283507-a62b-4554-8c44-e9b136e764bd", "name": "tempest-GroupSnapshotsV319Test-volume-type-1357456484", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:37:04,683 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/group_types 0.036s 2023-04-17 17:37:04,684 80213 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-592068889"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5eb0a4-f181-4a53-bdb6-f1941ffcc54e', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5eb0a4-f181-4a53-bdb6-f1941ffcc54e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/group_types'} Body: b'{"group_type": {"id": "1550a9e2-22da-40ae-bca3-62b2b5552faa", "name": "tempest-GroupSnapshotsV319Test-group-type-592068889", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:37:04,887 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups 0.201s 2023-04-17 17:37:04,888 80213 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": "1550a9e2-22da-40ae-bca3-62b2b5552faa", "volume_types": ["9d283507-a62b-4554-8c44-e9b136e764bd"], "name": "tempest-GroupSnapshotsV319Test-Group-936420519"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e416a11d-1028-4d20-a40b-f2a2f86f1878', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e416a11d-1028-4d20-a40b-f2a2f86f1878', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups'} Body: b'{"group": {"id": "51948dac-3755-4aee-ae81-e28d49827620", "name": "tempest-GroupSnapshotsV319Test-Group-936420519"}}' 2023-04-17 17:37:04,934 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620 0.044s 2023-04-17 17:37:04,934 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6c1e0e-077e-462d-88b4-f0cec3673eea', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6c1e0e-077e-462d-88b4-f0cec3673eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620'} Body: b'{"group": {"id": "51948dac-3755-4aee-ae81-e28d49827620", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:37:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-936420519", "description": null, "group_type": "1550a9e2-22da-40ae-bca3-62b2b5552faa", "volume_types": ["9d283507-a62b-4554-8c44-e9b136e764bd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:37:05,987 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620 0.047s 2023-04-17 17:37:05,987 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa01086c-519a-43ca-9dbd-c13ddb303527', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa01086c-519a-43ca-9dbd-c13ddb303527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620'} Body: b'{"group": {"id": "51948dac-3755-4aee-ae81-e28d49827620", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:37:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-936420519", "description": null, "group_type": "1550a9e2-22da-40ae-bca3-62b2b5552faa", "volume_types": ["9d283507-a62b-4554-8c44-e9b136e764bd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:37:06,081 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/volumes/detail 0.087s 2023-04-17 17:37:06,081 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c1f9488-6540-4604-9f04-58fc3068a8c3', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c1f9488-6540-4604-9f04-58fc3068a8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:37:06,165 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620/action 0.073s 2023-04-17 17:37:06,165 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '' } Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c1a8504-ecc1-44cb-afef-caf444408eae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620/action'} Body: b'' 2023-04-17 17:37:06,183 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620 0.017s 2023-04-17 17:37:06,183 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c0a9658-7ddf-4fd9-9142-734ff89c9535', 'x-openstack-request-id': 'req-4c0a9658-7ddf-4fd9-9142-734ff89c9535', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 51948dac-3755-4aee-ae81-e28d49827620 could not be found."}}' 2023-04-17 17:37:06,224 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/group_types/1550a9e2-22da-40ae-bca3-62b2b5552faa 0.040s 2023-04-17 17:37:06,224 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ab8b875-1bc2-445c-8d7d-e3147cda4695', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/group_types/1550a9e2-22da-40ae-bca3-62b2b5552faa'} Body: b'' 2023-04-17 17:37:06,272 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types/9d283507-a62b-4554-8c44-e9b136e764bd 0.047s 2023-04-17 17:37:06,272 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebf45a2b-f094-4db0-a7c7-a9c90371619d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types/9d283507-a62b-4554-8c44-e9b136e764bd'} Body: b'' 2023-04-17 17:37:06,290 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types/9d283507-a62b-4554-8c44-e9b136e764bd 0.017s 2023-04-17 17:37:06,290 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f8689f7-c187-4dbe-bbed-354831329318', 'x-openstack-request-id': 'req-1f8689f7-c187-4dbe-bbed-354831329318', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types/9d283507-a62b-4554-8c44-e9b136e764bd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 9d283507-a62b-4554-8c44-e9b136e764bd could not be found."}}' {7} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.791602s] ... 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 303c2f5e-abd6-402e-864e-991c82eaa113 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:09,263 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types 0.183s 2023-04-17 17:37:09,264 80213 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-606130606"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d993244b-950b-456a-9fff-22997604f98c', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d993244b-950b-456a-9fff-22997604f98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types'} Body: b'{"volume_type": {"id": "35bd5877-955f-4909-afac-b1883b10a4d7", "name": "tempest-GroupsV314Test-volume-type-606130606", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:37:09,300 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/group_types 0.033s 2023-04-17 17:37:09,300 80213 DEBUG [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-1557599547"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-530ac208-cf53-491c-b952-10324903daf3', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-530ac208-cf53-491c-b952-10324903daf3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/group_types'} Body: b'{"group_type": {"id": "48fb13a7-5717-4080-acb8-de2536719649", "name": "tempest-GroupsV314Test-group-type-1557599547", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:37:09,503 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups 0.200s 2023-04-17 17:37:09,504 80213 DEBUG [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": "48fb13a7-5717-4080-acb8-de2536719649", "volume_types": ["35bd5877-955f-4909-afac-b1883b10a4d7"], "name": "tempest-GroupsV314Test-Group-1836935870"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16db5188-d4b3-47da-9c38-d753da8fe10b', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16db5188-d4b3-47da-9c38-d753da8fe10b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups'} Body: b'{"group": {"id": "303c2f5e-abd6-402e-864e-991c82eaa113", "name": "tempest-GroupsV314Test-Group-1836935870"}}' 2023-04-17 17:37:09,539 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113 0.031s 2023-04-17 17:37:09,540 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eff9efc3-8001-42b0-b57c-d46ff5a96c34', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eff9efc3-8001-42b0-b57c-d46ff5a96c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113'} Body: b'{"group": {"id": "303c2f5e-abd6-402e-864e-991c82eaa113", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:37:09.000000", "name": "tempest-GroupsV314Test-Group-1836935870", "description": null, "group_type": "48fb13a7-5717-4080-acb8-de2536719649", "volume_types": ["35bd5877-955f-4909-afac-b1883b10a4d7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:37:10,581 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113 0.033s 2023-04-17 17:37:10,581 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e79ba37-da9a-41c5-bf30-555dad566da3', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e79ba37-da9a-41c5-bf30-555dad566da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113'} Body: b'{"group": {"id": "303c2f5e-abd6-402e-864e-991c82eaa113", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:37:09.000000", "name": "tempest-GroupsV314Test-Group-1836935870", "description": null, "group_type": "48fb13a7-5717-4080-acb8-de2536719649", "volume_types": ["35bd5877-955f-4909-afac-b1883b10a4d7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:37:10,658 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/volumes/detail 0.071s 2023-04-17 17:37:10,658 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f529f5d8-d79d-4432-aa4b-06cf58fd236d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f529f5d8-d79d-4432-aa4b-06cf58fd236d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:37:10,736 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113/action 0.067s 2023-04-17 17:37:10,737 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec232e1-e842-4e96-a166-91fc8b9c8a9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113/action'} Body: b'' 2023-04-17 17:37:10,755 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113 0.017s 2023-04-17 17:37:10,756 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-879515ab-8cbf-4a37-9593-77781bcbe8b2', 'x-openstack-request-id': 'req-879515ab-8cbf-4a37-9593-77781bcbe8b2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 303c2f5e-abd6-402e-864e-991c82eaa113 could not be found."}}' 2023-04-17 17:37:10,794 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/group_types/48fb13a7-5717-4080-acb8-de2536719649 0.038s 2023-04-17 17:37:10,794 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45c5e49-9434-4384-b766-5fd64d369162', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/group_types/48fb13a7-5717-4080-acb8-de2536719649'} Body: b'' 2023-04-17 17:37:10,854 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types/35bd5877-955f-4909-afac-b1883b10a4d7 0.059s 2023-04-17 17:37:10,854 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51cb2729-d0be-4df8-beab-769b6b93eeb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types/35bd5877-955f-4909-afac-b1883b10a4d7'} Body: b'' 2023-04-17 17:37:10,870 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types/35bd5877-955f-4909-afac-b1883b10a4d7 0.015s 2023-04-17 17:37:10,870 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Ve rsion', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7fcd934-7f38-4667-8244-7a6379527500', 'x-openstack-request-id': 'req-c7fcd934-7f38-4667-8244-7a6379527500', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types/35bd5877-955f-4909-afac-b1883b10a4d7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 35bd5877-955f-4909-afac-b1883b10a4d7 could not be found."}}' {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.028058s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.030531s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.024244s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.719602s] ... 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 a15a8236-e440-4fc2-9bd5-8ff0aad8a597 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:14,270 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes 0.373s 2023-04-17 17:37:14,270 80213 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-1469580997"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46340131-eba4-4c4a-a8d7-e0cb77323814', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46340131-eba4-4c4a-a8d7-e0cb77323814', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes'} Body: b'{"volume": {"id": "a15a8236-e440-4fc2-9bd5-8ff0aad8a597", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:14.193081", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1469580997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}], "user_id": "9bb7da59f96f4361be10807aed17fb7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:37:14,321 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.041s 2023-04-17 17:37:14,321 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a4dc31e-fe24-449f-bc47-9c9441d2eae1', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a4dc31e-fe24-449f-bc47-9c9441d2eae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'{"volume": {"id": "a15a8236-e440-4fc2-9bd5-8ff0aad8a597", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:14.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1469580997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}], "user_id": "9bb7da59f96f4361be10807aed17fb7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8048028058743de82518f0422a5ca73"}}' 2023-04-17 17:37:15,373 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.041s 2023-04-17 17:37:15,373 80213 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6791a236-915c-4499-a70a-a52e18a60164', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6791a236-915c-4499-a70a-a52e18a60164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'{"volume": {"id": "a15a8236-e440-4fc2-9bd5-8ff0aad8a597", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:14.000000", "updated_at": "2023-04-17T17:37:14.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1469580997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}], "user_id": "9bb7da59f96f4361be10807aed17fb7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8048028058743de82518f0422a5ca73"}}' 2023-04-17 17:37:15,428 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.044s 2023-04-17 17:37:15,428 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51be557c-27aa-4803-9c75-a5c54694cfeb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51be557c-27aa-4803-9c75-a5c54694cfeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'{"volume": {"id": "a15a8236-e440-4fc2-9bd5-8ff0aad8a597", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:14.000000", "updated_at": "2023-04-17T17:37:14.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1469580997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}], "user_id": "9bb7da59f96f4361be10807aed17fb7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8048028058743de82518f0422a5ca73"}}' 2023-04-17 17:37:15,555 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.116s 2023-04-17 17:37:15,555 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc55d64d-0529-4c23-a576-2e1ddf03901c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'' 2023-04-17 17:37:15,614 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.058s 2023-04-17 17:37:15,615 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f23e73a6-3630-4f3b-a563-4f54d53300c4', 'x-openstack-request-id': 'req-f23e73a6-3630-4f3b-a563-4f54d53300c4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a15a8236-e440-4fc2-9bd5-8ff0aad8a597 could not be found."}}' {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.025964s] ... ok {2} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [170.200849s] ... 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 2a95d91e-7da7-4b48-989a-d3a4267cd529 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:27,267 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.311s 2023-04-17 17:34:27,267 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-784024705", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDS5IfCIqcw54T22sSQxOb57X9YP7qwRlmDDHcPViP1FL1hJ7H/9H8+CO7VXtYU/NHQ8MQKj/82S68fnJu/F6xW2G/RRQM9yVEEfwAaawrP+Adsdzv3kxe8r/cs2d9bFlg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:26 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-fac0b06a-201e-4c4a-a85b-f64b682c78d3', 'x-compute-request-id': 'req-fac0b06a-201e-4c4a-a85b-f64b682c78d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-784024705", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDS5IfCIqcw54T22sSQxOb57X9YP7qwRlmDDHcPViP1FL1hJ7H/9H8+CO7VXtYU/NHQ8MQKj/82S68fnJu/F6xW2G/RRQM9yVEEfwAaawrP+Adsdzv3kxe8r/cs2d9bFlg==", "fingerprint": "4e:b5:8b:ec:d0:30:25:84:a8:1b:d0:d8:d5:c6:15:95", "user_id": "508ea3148bac4da2bb9e832a227deebe"}}' 2023-04-17 17:34:27,761 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.490s 2023-04-17 17:34:27,761 80203 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-1035749048", "description": "tempest-secgroup-smoke-1035749048 description", "project_id": "799065b9ead7462390f42db66b8db015"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-8c84abed-e32b-43eb-b444-e27f16ab7a23', 'date': 'Mon, 17 Apr 2023 17:34:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "name": "tempest-secgroup-smoke-1035749048", "stateful": true, "tenant_id": "799065b9ead7462390f42db66b8db015", "description": "tempest-secgroup-smoke-1035749048 description", "shared": false, "security_group_rules": [{"id": "a9ad7cad-8528-4047-9f4f-756344108331", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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": 503, "description": null, "tags": [], "created_at": "2023-04-17T17:34:27Z", "updated_at": "2023-04-17T17:34:27Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}, {"id": "f8f3ec8b-33a0-4596-9998-795bbc1955e1", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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": 504, "description": null, "tags": [], "created_at": "2023-04-17T17:34:27Z", "updated_at": "2023-04-17T17:34:27Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}], "tags": [], "created_at": "2023-04-17T17:34:27Z", "updated_at": "2023-04-17T17:34:27Z", "revision_number": 1, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:28,568 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.806s 2023-04-17 17:34:28,569 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "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-4dd104db-b93f-4303-b484-bc862dd2f195', 'date': 'Mon, 17 Apr 2023 17:34:28 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": "f32b8573-a874-4d6a-a44c-5082ebd7c75a", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:28Z", "updated_at": "2023-04-17T17:34:28Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:28,923 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.353s 2023-04-17 17:34:28,923 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "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-c077607a-f6ad-43ee-803d-7cfeb3b4ff02', 'date': 'Mon, 17 Apr 2023 17:34:28 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": "814922ee-b5ec-4164-9fad-1879f8d71c1d", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:28Z", "updated_at": "2023-04-17T17:34:28Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:29,239 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.315s 2023-04-17 17:34:29,240 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ae888288-5b28-440f-93f4-bb1ab3c51705', 'date': 'Mon, 17 Apr 2023 17:34: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": "627c4c1d-4e0a-4ea3-ace3-77d5d9d572e0", "tenant_id": "799065b9 ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:29Z", "updated_at": "2023-04-17T17:34:29Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:29,753 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.512s 2023-04-17 17:34:29,753 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-060d24bf-debb-47f5-b051-d49b546d3292', 'date': 'Mon, 17 Apr 2023 17:34: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": "9c9421db-ec59-4863-bc8e-dd57d3b4b22b", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:29Z", "updated_at": "2023-04-17T17:34:29Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:30,094 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.340s 2023-04-17 17:34:30,095 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-2b75bf90-91e7-4d76-8505-b65f82857790', 'date': 'Mon, 17 Apr 2023 17:34: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": "4c0b5bda-91b5-4fe4-b506-3290e6d0a754", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:29Z", "updated_at": "2023-04-17T17:34:29Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:30,455 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.359s 2023-04-17 17:34:30,455 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a9bc649b-941a-4565-bd37-aa32de380ccd', 'date': 'Mon, 17 Apr 2023 17:34: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": "28e23f3f-838e-4d97-af27-578f083f1908", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:30Z", "updated_at": "2023-04-17T17:34:30Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:30,496 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-17 17:34:30,497 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:30 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-36fa1d5a-4090-44c9-9e7b-089ea7cb93cc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "508ea3148bac4da2bb9e832a227deebe", "name": "tempest-SnapshotDataIntegrityTests-1490752994-project-member", "password_expires_at": null}, "audit_ids": ["MKfFXLsmSzyCAKOwUZoj5A"], "expires_at": "2023-04-17T18:34:30.000000Z", "issued_at": "2023-04-17T17:34:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "799065b9ead7462390f42db66b8db015", "name": "tempest-SnapshotDataIntegrityTests-1490752994"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/799065b9ead7462390f42db66b8db015", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:30,497 80203 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'f4d56e40-4b5d-4ba1-9502-325184023eaa', 'name': 'tempest-SnapshotDataIntegrityTests-94423770-network', 'tenant_id': '799065b9ead7462390f42db66b8db015', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '799065b9ead7462390f42db66b8db015', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5644, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:48Z', 'updated_at': '2023-04-17T17:33:49Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:33,239 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 2.740s 2023-04-17 17:34:33,240 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "networks": [{"uuid": "f4d56e40-4b5d-4ba1-9502-325184023eaa"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b4fdf14-e4b4-409c-94ea-dcf4b1c1b627', 'x-compute-request-id': 'req-6b4fdf14-e4b4-409c-94ea-dcf4b1c1b627', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "adminPass": "ZU6nS9LUosq4"}}' 2023-04-17 17:34:33,681 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.435s 2023-04-17 17:34:33,681 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:33 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-1e7a885c-e6cf-4ca7-bbf7-5a151d2a2f24', 'x-compute-request-id': 'req-1e7a885c-e6cf-4ca7-bbf7-5a151d2a2f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "status": "BUILD", "tenant_id": "799065b9ead7462390f42db66b8db015", "user_id": "508ea3148bac4da2bb9e832a227deebe", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:33Z", "updated": "2023-04-17T17:34:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "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-17 17:35:23,990 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.246s 2023-04-17 17:35:23,990 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-206b8314-efe2-4c7a-b6e2-001491d35126', 'x-compute-request-id': 'req-206b8314-efe2-4c7a-b6e2-001491d35126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "status": "ACTIVE", "tenant_id": "799065b9ead7462390f42db66b8db015", "user_id": "508ea3148bac4da2bb9e832a227deebe", "metadata": {}, "hostId": "b87808f7e6ddf99b247de0ba22ea44f9e8b3796574ce68f7396c2770", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:33Z", "updated": "2023-04-17T17:34:42Z", "addresses": {"tempest-SnapshotDataIntegrityTests-94423770-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:19:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "OS-SRV-USG:launched_at": "2023-04-17T17:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "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-17 17:35:24,002 80203 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:36:24,294 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.232s 2023-04-17 17:36:24,294 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1ccb7e5-fae1-4287-8a01-03c4f2f08e85', 'x-compute-request-id': 'req-a1ccb7e5-fae1-4287-8a01-03c4f2f08e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "status": "ACTIVE", "tenant_id": "799065b9ead7462390f42db66b8db015", "user_id": "508ea3148bac4da2bb9e832a227deebe", "metadata": {}, "hostId": "b87808f7e6ddf99b247de0ba22ea44f9e8b3796574ce68f7396c2770", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:33Z", "updated": "2023-04-17T17:34:42Z", "addresses": {"tempest-SnapshotDataIntegrityTests-94423770-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:19:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "OS-SRV-USG:launched_at": "2023-04-17T17:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "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-17 17:36:24,563 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes 0.256s 2023-04-17 17:36:24,563 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-16198157", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aebdfac-3d53-4dcb-9c05-8512f3d992c7', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aebdfac-3d53-4dcb-9c05-8512f3d992c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes'} Body: b'{"volume": {"id": "2a95d91e-7da7-4b48-989a-d3a4267cd529", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:24.498808", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-16198157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-9 89a-d3a4267cd529"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}], "user_id": "508ea3148bac4da2bb9e832a227deebe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:36:24,614 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529 0.042s 2023-04-17 17:36:24,615 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c734f23-4924-4883-bc4d-060f66732eca', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c734f23-4924-4883-bc4d-060f66732eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529'} Body: b'{"volume": {"id": "2a95d91e-7da7-4b48-989a-d3a4267cd529", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:24.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-16198157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}], "user_id": "508ea3148bac4da2bb9e832a227deebe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:36:25,668 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529 0.041s 2023-04-17 17:36:25,668 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40080314-61f9-413f-a446-7ac55b85ef0f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40080314-61f9-413f-a446-7ac55b85ef0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529'} Body: b'{"volume": {"id": "2a95d91e-7da7-4b48-989a-d3a4267cd529", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:24.000000", "updated_at": "2023-04-17T17:36:25.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-16198157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}], "user_id": "508ea3148bac4da2bb9e832a227deebe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiatta ch": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:36:25,800 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529 0.121s 2023-04-17 17:36:25,801 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a83f500-b205-4205-8326-b20c8b40f13a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529'} Body: b'' 2023-04-17 17:36:25,824 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529 0.023s 2023-04-17 17:36:25,824 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-380e8818-7f2c-413a-8124-d0252d1ffd78', 'x-openstack-request-id': 'req-380e8818-7f2c-413a-8124-d0252d1ffd78', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2a95d91e-7da7-4b48-989a-d3a4267cd529 could not be found."}}' 2023-04-17 17:36:25,945 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.120s 2023-04-17 17:36:25,945 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 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-cfaa0019-8fb9-4966-97f2-b66d70cedc92', 'x-compute-request-id': 'req-cfaa0019-8fb9-4966-97f2-b66d70cedc92', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'' 2023-04-17 17:36:26,617 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.671s 2023-04-17 17:36:26,618 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e30f5887-78aa-4b23-bd17-d7786e370571', 'x-compute-request-id': 'req-e30f5887-78aa-4b23-bd17-d7786e370571', 'connection': 'close', 'status': '200', 'content-location': ' http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "status": "ACTIVE", "tenant_id": "799065b9ead7462390f42db66b8db015", "user_id": "508ea3148bac4da2bb9e832a227deebe", "metadata": {}, "hostId": "b87808f7e6ddf99b247de0ba22ea44f9e8b3796574ce68f7396c2770", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:33Z", "updated": "2023-04-17T17:36:26Z", "addresses": {"tempest-SnapshotDataIntegrityTests-94423770-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:19:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "OS-SRV-USG:launched_at": "2023-04-17T17:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "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-17 17:37:16,706 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.033s 2023-04-17 17:37:16,707 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:16 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-1903237a-4c0e-496b-8fc5-b874f173b975', 'x-compute-request-id': 'req-1903237a-4c0e-496b-8fc5-b874f173b975', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 82155ce4-e6ec-4ca5-a5f1-0349af7a2678 could not be found."}}' 2023-04-17 17:37:17,004 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/2ddd4928-49a6-4e9e-bc33-60aac34dc33a 0.297s 2023-04-17 17:37:17,005 80203 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-e09eb8b8-4b4d-41e4-b707-066ece8edea4', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:37:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2ddd4928-49a6-4e9e-bc33-60aac34dc33a'} Body: b'' 2023-04-17 17:37:17,148 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-784024705 0.143s 2023-04-17 17:37:17,149 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37: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-59864336-1182-45c4-9d3d-d682dc95de43', 'x-compute-request-id': 'req-59864336-1182-45c4-9d3d-d682dc95de43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-784024705'} Body: b'' {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.181512s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.249084s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.012304s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.131587s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.020620s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.019037s] ... ok {0} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [235.924817s] ... 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 c6521fe0-87ee-42af-9547-d8bbfc175c17 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:26,495 80199 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:33:26,697 80199 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.199s 2023-04-17 17:33:26,698 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1425694538", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAq+BzuxOK8loeWCX7+gm1vtBvHjKX/RB2/Ksbqc7d8Sd4w/uR+fvKlIbAKgPdXXHXmWGfsY644kMqiq2d9A+lV14DR/jIn5cY2HIczrH02adOJG295uKxk0lnYHrPw5Hw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6909bae-a796-4168-a9a4-3833745e36db', 'x-compute-request-id': 'req-e6909bae-a796-4168-a9a4-3833745e36db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1425694538", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAq+BzuxOK8loeWCX7+gm1vtBvHjKX/RB2/Ksbqc7d8Sd4w/uR+fvKlIbAKgPdXXHXmWGfsY644kMqiq2d9A+lV14DR/jIn5cY2HIczrH02adOJG295uKxk0lnYHrPw5Hw==", "fingerprint": "ce:0e:23:eb:68:17:17:fa:91:a7:8f:52:fc:1b:c3:e7", "user_id": "a6e712adada44971a7fcac5fe1881883"}}' 2023-04-17 17:33:26,703 80199 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1425694538 created 2023-04-17 17:33:27,972 80199 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 1.269s 2023-04-17 17:33:27,973 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1798009526", "description": "tempest-description--1307981375"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-17d6ae4d-fca6-42f6-844b-85f8b731abb2', 'date': 'Mon, 17 Apr 2023 17:33:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "name": "tempest-securitygroup--1798009526", "stateful": true, "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "description": "tempest-description--1307981375", "shared": false, "security_group_rules": [{"id": "3025f06a-01fe-408e-94bd-d7302db56c0f", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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": 202, "description": null, "tags": [], "created_at": "2023-04-17T17:33:27Z", "updated_at": "2023-04-17T17:33:27Z", "revision_number": 0, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}, {"id": "8636015b-7212-4ff6-af25-5efb88f6b2a0", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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": 201, "description": null, "tags": [], "created_at": "2023-04-17T17:33:27Z", "updated_at": "2023-04-17T17:33:27Z", "revision_number": 0, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}], "tags": [], "created_at": "2023-04-17T17:33:27Z", "updated_at": "2023-04-17T17:33:27Z", "revision_number": 1, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:33:29,511 80199 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 1.537s 2023-04-17 17:33:29,511 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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-1e13c5b0-b52f-4890-a14f-277f0769d2ef', 'date': 'Mon, 17 Apr 2023 17:33: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": "ded7002c-6640-48c0-975c-1a1e460d51ee", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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-17T17:33:28Z", "updated_at": "2023-04-17T17:33:28Z", "revision_number": 0, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:33:30,310 80199 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.798s 2023-04-17 17:33:30,310 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-58ec4ff0-b61c-4f9b-8934-1057883ddfab', 'date': 'Mon, 17 Apr 2023 17:33: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": "5ef412f4-43e0-4728-b533-5e68c1584fe5", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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-17T17:33:29Z", "updated_at": "2023-04-17T17:33:29Z", "revision_number": 0, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:33:30,311 80199 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1798009526 created 2023-04-17 17:33:34,254 80199 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 3.943s 2023-04-17 17:33:34,255 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-982 5-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-790e9b9f-3f00-4337-8864-98dae00fa60f', 'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fff530c2-e9c9-4d63-8916-0008ff3fc22b", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "floating_ip_address": "172.24.4.43", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b5443ac3e3e45888d6a42642e53c687", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:32Z", "updated_at": "2023-04-17T17:33:32Z", "revision_number": 0}}' 2023-04-17 17:33:34,255 80199 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fff530c2-e9c9-4d63-8916-0008ff3fc22b', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'floating_ip_address': '172.24.4.43', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b5443ac3e3e45888d6a42642e53c687', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:32Z', 'updated_at': '2023-04-17T17:33:32Z', 'revision_number': 0, 'ip': '172.24.4.43'} created 2023-04-17 17:33:34,385 80199 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.123s 2023-04-17 17:33:34,386 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e389732a-fa43-4666-9ab2-390d3788f58d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a6e712adada44971a7fcac5fe1881883", "name": "tempest-ServerStableDeviceRescueTest-1249806725-project-member", "password_expires_at": null}, "audit_ids": ["yzqLrBLZRFeft_jF1FNVIA"], "expires_at": "2023-04-17T18:33:34.000000Z", "issued_at": "2023-04-17T17:33:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b5443ac3e3e45888d6a42642e53c687", "name": "tempest-ServerStableDeviceRescueTest-1249806725"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b5443ac3e3e45888d6a42642e53c687", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": " neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:33:34,386 80199 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'ac40266d-4256-4260-b1ae-353bf8431bd0', 'name': 'tempest-ServerStableDeviceRescueTest-1669869925-network', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b5443ac3e3e45888d6a42642e53c687', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28990, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:33:34,387 80199 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1425694538', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAq+BzuxOK8loeWCX7+gm1vtBvHjKX/RB2/Ksbqc7d8Sd4w/uR+fvKlIbAKgPdXXHXmWGfsY644kMqiq2d9A+lV14DR/jIn5cY2HIczrH02adOJG295uKxk0lnYHrPw5Hw==', 'fingerprint': 'ce:0e:23:eb:68:17:17:fa:91:a7:8f:52:fc:1b:c3:e7', 'user_id': 'a6e712adada44971a7fcac5fe1881883', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAJ6N13hlxYFYPW+BtNavmL4vvB/EmGK7V2iFCkKqQeluDkCkn8vyQT\nBMmoiI6pW0egBwYFK4EEACKhZANiAAQKvgc7sTivJaHlgl+/oJtb7Qbx4yl/0Qdv\nyrG6nO3fEneMP7kfn7ypSGwCoD3V1x15lhn7GOuOJDKoqtnfQPpVdeA0f4yJ+XGN\nhyHM6x9NmnTiRtvebisZNJZ2B6z8OR8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e6bea0ac-fba8-48b5-b0d9-ea84bc219a93', 'name': 'tempest-securitygroup--1798009526', 'stateful': True, 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'description': 'tempest-description--1307981375', 'shared': False, 'security_group_rules': [{'id': '3025f06a-01fe-408e-94bd-d7302db56c0f', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'security_group_id': 'e6bea0ac-fba8-48b5-b0d9-ea84bc219a93', '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': 202, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:27Z', 'updated_at': '2023-04-17T17:33:27Z', 'revision_number': 0, 'project_id': '2b5443ac3e3e45888d6a42642e53c687'}, {'id': '8636015b-7212-4ff6-af25-5efb88f6b2a0', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'security_group_id': 'e6bea0ac-fba8-48b5-b0d9-ea84bc219a93', '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': 201, 'description': No ne, 'tags': [], 'created_at': '2023-04-17T17:33:27Z', 'updated_at': '2023-04-17T17:33:27Z', 'revision_number': 0, 'project_id': '2b5443ac3e3e45888d6a42642e53c687'}], 'tags': [], 'created_at': '2023-04-17T17:33:27Z', 'updated_at': '2023-04-17T17:33:27Z', 'revision_number': 1, 'project_id': '2b5443ac3e3e45888d6a42642e53c687'}, 'floating_ip': {'id': 'fff530c2-e9c9-4d63-8916-0008ff3fc22b', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'floating_ip_address': '172.24.4.43', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b5443ac3e3e45888d6a42642e53c687', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:32Z', 'updated_at': '2023-04-17T17:33:32Z', 'revision_number': 0, 'ip': '172.24.4.43'}} 2023-04-17 17:33:35,884 80199 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 1.495s 2023-04-17 17:33:35,884 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-208750553", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "ac40266d-4256-4260-b1ae-353bf8431bd0"}], "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "key_name": "tempest-keypair-1425694538", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abad4f1d-392e-4e0a-9ae4-21a9f23a40ae', 'x-compute-request-id': 'req-abad4f1d-392e-4e0a-9ae4-21a9f23a40ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "adminPass": "DwUTfEjXZb8o"}}' 2023-04-17 17:33:36,073 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f 0.185s 2023-04-17 17:33:36,073 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:35 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-62a86b2c-6bcd-47ae-ac3e-4f3035f152b0', 'x-compute-request-id': 'req-62a86b2c-6bcd-47ae-ac3e-4f3035f152b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "name": "tempest-ServerStableDeviceRescueTest-server-208750553", "status": "BUILD", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "user_id": "a6e712adada44971a7fcac5fe1881883", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:36Z", "updated": "2023-04-17T17:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1425694538", "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-17 17:34:26,684 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f 0.548s 2023-04-17 17:34:26,684 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:26 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-60b57b67-50ce-42ba-b038-8ffcda796542', 'x-compute-request-id': 'req-60b57b67-50ce-42ba-b038-8ffcda796542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "name": "tempest-ServerStableDeviceRescueTest-server-208750553", "status": "ACTIVE", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "user_id": "a6e712adada44971a7fcac5fe1881883", "metadata": {}, "hostId": "ec9934c51d1cdbb26be84d10db574d3993a4cc0b08bcbeebc6d4da50", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:35Z", "updated": "2023-04-17T17:33:53Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1669869925-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1425694538", "OS-SRV-USG:launched_at": "2023-04-17T17:33:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "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-17 17:34:26,700 80199 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:35:26,992 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f/os-interface 0.234s 2023-04-17 17:35:26,9 92 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35: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-7499c29c-0202-46fc-a044-cc5f97d308cc', 'x-compute-request-id': 'req-7499c29c-0202-46fc-a044-cc5f97d308cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "ac40266d-4256-4260-b1ae-353bf8431bd0", "port_id": "f9b1ac87-92c9-4ca2-9721-54337c3c8811", "mac_addr": "fa:16:3e:22:b7:3b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d63c05d5-1cff-49f9-ad91-c030dd03b4ff", "ip_address": "10.0.0.10"}]}]}' 2023-04-17 17:35:28,301 80199 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/fff530c2-e9c9-4d63-8916-0008ff3fc22b 1.305s 2023-04-17 17:35:28,302 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f9b1ac87-92c9-4ca2-9721-54337c3c8811"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-06e3c4e9-a71b-4ecb-9827-274cc2ebec64', 'date': 'Mon, 17 Apr 2023 17:35:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fff530c2-e9c9-4d63-8916-0008ff3fc22b'} Body: b'{"floatingip": {"id": "fff530c2-e9c9-4d63-8916-0008ff3fc22b", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "floating_ip_address": "172.24.4.43", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "e475a789-7942-46d3-8d1e-1c9dbb8fce4d", "port_id": "f9b1ac87-92c9-4ca2-9721-54337c3c8811", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "ac40266d-4256-4260-b1ae-353bf8431bd0", "mac_address": "fa:16:3e:22:b7:3b", "admin_state_up": true, "status": "ACTIVE", "device_id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:32Z", "updated_at": "2023-04-17T17:35:27Z", "revision_number": 1, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:35:28,304 80199 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.43:22' as 'cirros' with public key authentication 2023-04-17 17:35:28,392 80199 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:35:28,414 80199 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:35:28,414 80199 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.43 successfully created 2023-04-17 17:35:29,597 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f/action 1.182s 2023-04-17 17:35:29,598 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1292472391"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:28 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/50c84e85-48d8-401e-a501-7d951 2a90a77', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8aba0b5-7517-45b7-83df-d9758117cc41', 'x-compute-request-id': 'req-c8aba0b5-7517-45b7-83df-d9758117cc41', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f/action'} Body: b'' 2023-04-17 17:35:29,651 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.050s 2023-04-17 17:35:29,651 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4119b8e6-a5e7-45cf-97b3-8509a4c37b14', 'x-compute-request-id': 'req-4119b8e6-a5e7-45cf-97b3-8509a4c37b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"image": {"id": "50c84e85-48d8-401e-a501-7d9512a90a77", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883"}, "created": "2023-04-17T17:35:29Z", "updated": "2023-04-17T17:35:29Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50c84e85-48d8-401e-a501-7d9512a90a77"}], "server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}]}}}' 2023-04-17 17:36:19,748 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.072s 2023-04-17 17:36:19,748 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c63e61a8-7b94-41af-81bd-8f8598690388', 'x-compute-request-id': 'req-c63e61a8-7b94-41af-81bd-8f8598690388', 'connection': 'close', 'status': '200', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"image": {"id": "50c84e85-48d8-401e-a501-7d9512a90a77", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_id": "2b5443ac3e3e45888d6a42642e53c687", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883"}, "created": "2023-04-17T17:35:29Z", "updated": "2023-04-17T17:35:36Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50c84e85-48d8-401e-a501-7d9512a90a77"}], "server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}]}}}' 2023-04-17 17:36:20,090 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.336s 2023-04-17 17:36:20,090 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50939a99-e32f-4570-8f2c-e493fc202ff1', 'x-compute-request-id': 'req-50939a99-e32f-4570-8f2c-e493fc202ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"image": {"id": "50c84e85-48d8-401e-a501-7d9512a90a77", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_id": "2b5443ac3e3e45888d6a42642e53c687", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883"}, "created": "2023-04-17T17:35:29Z", "updated": "2023-04-17T17:35:36Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel" : "bookmark", "href": "http://10.0.0.210/compute/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50c84e85-48d8-401e-a501-7d9512a90a77"}], "server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}]}}}' 2023-04-17 17:36:20,333 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f 0.236s 2023-04-17 17:36:20,333 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:20 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-90ce0a7f-79e5-462d-a474-bdf77b37c74f', 'x-compute-request-id': 'req-90ce0a7f-79e5-462d-a474-bdf77b37c74f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "name": "tempest-ServerStableDeviceRescueTest-server-208750553", "status": "ACTIVE", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "user_id": "a6e712adada44971a7fcac5fe1881883", "metadata": {}, "hostId": "ec9934c51d1cdbb26be84d10db574d3993a4cc0b08bcbeebc6d4da50", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:35Z", "updated": "2023-04-17T17:35:36Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1669869925-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}, {"version": 4, "addr": "172.24.4.43", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1425694538", "OS-SRV-USG:launched_at": "2023-04-17T17:33:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "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-17 17:37:20,540 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.134s 2023-04-17 17:37:20,540 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5fa6ba62-7168-403f-9deb-f8ea8faa94a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/50 c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_id": "2b5443ac3e3e45888d6a42642e53c687", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "7b080c6f6299047b2275f92eb47efe81", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2b5443ac3e3e45888d6a42642e53c687", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "743cb89fbb661b410a861d2537858494b85ed6c3744cae3711dde254a4e3cd9d5e9885698db36289a4a726cf29fcbc9fd9d4f9dd453305a0e9ac60b89aef85e7", "id": "50c84e85-48d8-401e-a501-7d9512a90a77", "created_at": "2023-04-17T17:35:29Z", "updated_at": "2023-04-17T17:37:20Z", "tags": [], "self": "/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77", "file": "/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:37:20,667 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.126s 2023-04-17 17:37:20,667 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-27bbb83b-8ad1-41c5-b742-e947873bac89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_id": "2b5443ac3e3e45888d6a42642e53c687", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "7b080c6f6299047b2275f92eb47efe81", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2b5443ac3e3e45888d6a42642e53c687", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "743cb89fbb661b410a861d2537858494b85ed6c3744cae3711dde254a4e3cd9d5e9885698db36289a4a726cf29fcbc9fd9d4f9dd453305a0e9ac60b89aef85e7", "id": "50c84e85-48d8-401e-a501-7d9512a90a77", "created_at": "2023-04-17T17:35:29Z", "updated_at": "2023-04-17T17:37:21Z", "tags": [], "self": "/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77", "file": "/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:37:21,029 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f 0.361s 2023-04-17 17:37:21,029 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:20 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-5dce6aae-6a4d-453d-bfa6-b90d575c75ac', 'x-compute-request-id': 'req-5dce6aae-6a4d-453d-bfa6-b90d575c75ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "name": "tempest-ServerStableDeviceRescueTest-server-208750553", "status": "ACTIVE", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "user_id": "a6e712adada44971a7fcac5fe1881883", "metadata": {}, "hostId": "ec9934c51d1cdbb26be84d10db574d3993a4cc0b08bcbeebc6d4da50", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:35Z", "updated": "2023-04-17T17:35:36Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1669869925-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}, {"version": 4, "addr": "172.24.4.43", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1425694538", "OS-SRV-USG:launched_at": "2023-04-17T17:33:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "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-17 17:37:21,298 80199 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/2b5443ac3e3e45888d6a42642e53c687/volumes 0.257s 2023-04-17 17:37:21,299 80199 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-2116691382"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-031df50a-8163-4e5d-ad51-d91b0aa92475', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-031df50a-8163-4e5d-ad51-d91b0aa92475', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes'} Body: b'{"volume": {"id": "c6521fe0-87ee-42af-9547-d8bbfc175c17", "status": "creating", "size": 1, "availability_zone": " nova", "created_at": "2023-04-17T17:37:21.233884", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-2116691382", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}], "user_id": "a6e712adada44971a7fcac5fe1881883", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:37:21,354 80199 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/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17 0.045s 2023-04-17 17:37:21,354 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5df27d7-8579-4581-b700-44c6bdb63b62', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5df27d7-8579-4581-b700-44c6bdb63b62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17'} Body: b'{"volume": {"id": "c6521fe0-87ee-42af-9547-d8bbfc175c17", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:21.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-2116691382", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}], "user_id": "a6e712adada44971a7fcac5fe1881883", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:37:22,407 80199 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/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17 0.041s 2023-04-17 17:37:22,407 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d5b9d42-662a-4134-b49a-f0c33953637f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d5b9d42-662a-4134-b49a-f0c33953637f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17'} Body: b'{"volume": {"id": "c6521fe0-87ee-42af-9547-d8bbfc175c17", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:21.000000", "updated_at": "2023-04-17T17:37:21.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-2116691382", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadat a": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}], "user_id": "a6e712adada44971a7fcac5fe1881883", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b5443ac3e3e45888d6a42642e53c687"}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [171.829604s] ... 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 5d957b20-cbd9-484f-96e7-46d4fae973a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:31,202 80219 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:34:31,202 80219 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:34:31,326 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.121s 2023-04-17 17:34:31,326 80219 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-1405748905", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIpnj8oCZHmjWh4/gDcz84BMNxab+jfpVXMZimwXu11yrREHMuJOd47ZIl/xfean6CCKPsZ2ZPqMHgkScca7uI2jKhP6nny/rcjVXtc4nflfFs6mX5AGKoSPNpUMg1KLOA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:31 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-b3966d10-acda-4a24-a01d-6c2de97af5ad', 'x-compute-request-id': 'req-b3966d10-acda-4a24-a01d-6c2de97af5ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1405748905", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIpnj8oCZHmjWh4/gDcz84BMNxab+jfpVXMZimwXu11yrREHMuJOd47ZIl/xfean6CCKPsZ2ZPqMHgkScca7uI2jKhP6nny/rcjVXtc4nflfFs6mX5AGKoSPNpUMg1KLOA==", "fingerprint": "fb:bf:7d:5e:7d:dd:95:5e:ad:25:45:9a:a8:17:37:6b", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd"}}' 2023-04-17 17:34:31,329 80219 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1405748905 created 2023-04-17 17:34:32,156 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.826s 2023-04-17 17:34:32,157 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--916835733", "description": "tempest-description--223892106"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-7c370bc4-efc1-4737-8c2f-821031a3051c', 'date': 'Mon, 17 Apr 2023 17:34:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "name": "tempest-securitygroup--916835733", "stateful": true, "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "description": "tempest-description--223892106", "shared": false, "security_group_rules": [{"id": "59a00ae7-ec27-47d3-b730-186417e0e14c", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "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": 516, "description": null, "tags": [], "created_at": "2023-04-17T17:34:31Z", "updated_at": "2023-04-17T17:34:31Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}, {"id": "73374672-dfdc-48b4-8a3c-ad3a74ea7027", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "ethertype": "IPv4", "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": 515, "description": null, "tags": [], "created_at": "2023-04-17T17:34:31Z", "updated_at": "2023-04-17T17:34:31Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}], "tags": [], "created_at": "2023-04-17T17:34:31Z", "updated_at": "2023-04-17T17:34:31Z", "revision_number": 1, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:34:32,817 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.660s 2023-04-17 17:34:32,817 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "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-2beb75b3-e381-4ccf-9dd8-6b85161aec23', 'date': 'Mon, 17 Apr 2023 17:34:32 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": "38c0c3ba-a904-4a2d-866f-a31c3d50355c", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "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-17T17:34:32Z", "updated_at": "2023-04-17T17:34:32Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:34:34,148 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.330s 2023-04-17 17:34:34,149 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-70434fa3-417d-4ae6-bead-3e54fd1f6f31', 'date': 'Mon, 17 Apr 2023 17:34: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": "d007f967-553b-43bf-b57d-61bcf142bf99", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "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-17T17:34:33Z", "updated_at": "2023-04-17T17:34:33Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:34:34,149 80219 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--916835733 created 2023-04-17 17:34:36,500 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.349s 2023-04-17 17:34:36,500 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4f305f2a-3cd5-48c6-acd8-81259eb53a47', 'date': 'Mon, 17 Apr 2023 17:34:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "45f7679a-64e4-4cf9-99ce-59d4b6fabfea", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "floating_ip_address": "172.24.4.244", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:34:35Z", "updated_at": "2023-04-17T17:34:35Z", "revision_number": 0}}' 2023-04-17 17:34:36,500 80219 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '45f7679a-64e4-4cf9-99ce-59d4b6fabfea', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'floating_ip_address': '172.24.4.244', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:35Z', 'updated_at': '2023-04-17T17:34:35Z', 'revision_number': 0, 'ip': '172.24.4.244'} created 2023-04-17 17:34:36,589 80219 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.084s 2023-04-17 17:34:36,590 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a5c3bc72-5d2f-400f-95ca-f1f63ff81b2e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c9e3172f6aeb401cbea2e81c86c614fd", "name": "tempest-AttachVolumeShelveTestJSON-993962804-project-member", "password_expires_at": null}, "audit_ids": ["9GowM44nTDKti_r3_gecUQ"], "expires_at": "2023-04-17T18:34:36.000000Z", "issued_at": "2023-04-17T17:34:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "name": "tempest-AttachVolumeShelveTestJSON-993962804"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", " interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:36,590 80219 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'e0742a03-1fe4-4912-8730-b7fd4fdc4bf3', 'name': 'tempest-AttachVolumeShelveTestJSON-1075481871-network', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16797, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:19Z', 'updated_at': '2023-04-17T17:34:19Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:36,591 80219 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1405748905', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIpnj8oCZHmjWh4/gDcz84BMNxab+jfpVXMZimwXu11yrREHMuJOd47ZIl/xfean6CCKPsZ2ZPqMHgkScca7uI2jKhP6nny/rcjVXtc4nflfFs6mX5AGKoSPNpUMg1KLOA==', 'fingerprint': 'fb:bf:7d:5e:7d:dd:95:5e:ad:25:45:9a:a8:17:37:6b', 'user_id': 'c9e3172f6aeb401cbea2e81c86c614fd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAdjA99FzRa16PMolHAGjmG7C5a4L0qUrRPoZlJEEWSLMp8tvcQOAud\ntkr2fOO5tSugBwYFK4EEACKhZANiAASKZ4/KAmR5o1oeP4A3M/OATDcWm/o36VVz\nGYpsF7tdcq0RBzLiTneO2SJf8X3mp+ggij7GdmT6jB4JEnHGu7iNoyoT+p58v63I\n1V7XOJ35XxbOpl+QBiqEjzaVDINSizg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2861730d-6077-462b-a72b-5ff30b8b45ef', 'name': 'tempest-securitygroup--916835733', 'stateful': True, 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': 'tempest-description--223892106', 'shared': False, 'security_group_rules': [{'id': '59a00ae7-ec27-47d3-b730-186417e0e14c', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'security_group_id': '2861730d-6077-462b-a72b-5ff30b8b45ef', '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': 516, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:34:31Z', 'updated_at': '2023-04-17T17:34:31Z', 'revision_number': 0, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}, {'id': '73374672-dfdc-48b4-8a3c-ad3a74ea7027', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'security_group_id': '2861730d-6077-462b-a72b-5ff30b8b45ef', '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': 515, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:34:31Z', 'updated_at': '2023-0 4-17T17:34:31Z', 'revision_number': 0, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}], 'tags': [], 'created_at': '2023-04-17T17:34:31Z', 'updated_at': '2023-04-17T17:34:31Z', 'revision_number': 1, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}, 'floating_ip': {'id': '45f7679a-64e4-4cf9-99ce-59d4b6fabfea', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'floating_ip_address': '172.24.4.244', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:35Z', 'updated_at': '2023-04-17T17:34:35Z', 'revision_number': 0, 'ip': '172.24.4.244'}} 2023-04-17 17:34:38,606 80219 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.014s 2023-04-17 17:34:38,606 80219 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-2061242543", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3"}], "security_groups": [{"name": "tempest-securitygroup--916835733"}], "key_name": "tempest-keypair-1405748905", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277', '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-2913398a-cb59-4b3f-b6fd-52bdcdedba61', 'x-compute-request-id': 'req-2913398a-cb59-4b3f-b6fd-52bdcdedba61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--916835733"}], "adminPass": "password"}}' 2023-04-17 17:34:38,694 80219 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/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.085s 2023-04-17 17:34:38,694 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:38 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-977c8d51-9348-4c49-864c-f87ad3944185', 'x-compute-request-id': 'req-977c8d51-9348-4c49-864c-f87ad3944185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'{"server": {"id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "name": "tempest-AttachVolumeShelveTestJSON-server-2061242543", "status": "BUILD", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e 3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1405748905", "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-17 17:35:29,070 80219 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/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.313s 2023-04-17 17:35:29,071 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1588', '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-ce608f71-8b42-4034-a618-ae65cd959913', 'x-compute-request-id': 'req-ce608f71-8b42-4034-a618-ae65cd959913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'{"server": {"id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "name": "tempest-AttachVolumeShelveTestJSON-server-2061242543", "status": "ACTIVE", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "91b5507a2c779c7e6bff04e69804d516c6830b8607b8f5d237dbbbcc", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:38Z", "updated": "2023-04-17T17:34:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:1b:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1405748905", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--916835733"}], "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-17 17:35:29,085 80219 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:36:29,323 80219 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/ 71bc60a8-8430-4110-aa0a-0141b6cf2277/os-interface 0.177s 2023-04-17 17:36:29,323 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87650346-fec8-4605-9473-8e6d3e744dc3', 'x-compute-request-id': 'req-87650346-fec8-4605-9473-8e6d3e744dc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3", "port_id": "4952b9cf-9376-4952-9f11-0a6d6f3355a5", "mac_addr": "fa:16:3e:43:1b:60", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c52c4d42-bcb5-4b70-bdf5-207f817333d0", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 17:36:30,101 80219 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/45f7679a-64e4-4cf9-99ce-59d4b6fabfea 0.773s 2023-04-17 17:36:30,101 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4952b9cf-9376-4952-9f11-0a6d6f3355a5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-fb3c38e5-b892-4464-bdf1-d31073f211de', 'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45f7679a-64e4-4cf9-99ce-59d4b6fabfea'} Body: b'{"floatingip": {"id": "45f7679a-64e4-4cf9-99ce-59d4b6fabfea", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "floating_ip_address": "172.24.4.244", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "b12cfe48-8576-4756-9c68-d4b521da9cd1", "port_id": "4952b9cf-9376-4952-9f11-0a6d6f3355a5", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3", "mac_address": "fa:16:3e:43:1b:60", "admin_state_up": true, "status": "ACTIVE", "device_id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:34:35Z", "updated_at": "2023-04-17T17:36:29Z", "revision_number": 1, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:36:30,104 80219 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.244:22' as 'cirros' with public key authentication 2023-04-17 17:36:30,153 80219 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:36:30,183 80219 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:36:30,184 80219 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.244 successfully created 2023-04-17 17:36:30,223 80219 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/71bc60a8-8430-4110-aa0a-0141b6cf2277/ips 0.038s 2023-04-17 17:36:30,223 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'compu te 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59080c52-f2e8-45ae-aa00-dd2027baa218', 'x-compute-request-id': 'req-59080c52-f2e8-45ae-aa00-dd2027baa218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-17 17:36:30,446 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes 0.220s 2023-04-17 17:36:30,447 80219 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-830663400"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0db83ce-15f1-4ada-bbf6-341fc2c7c6e5', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0db83ce-15f1-4ada-bbf6-341fc2c7c6e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes'} Body: b'{"volume": {"id": "5d957b20-cbd9-484f-96e7-46d4fae973a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:30.384988", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-830663400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}], "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:36:30,513 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2 0.057s 2023-04-17 17:36:30,514 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00917588-b1db-417c-91e7-cebbdde956d8', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00917588-b1db-417c-91e7-cebbdde956d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2'} Body: b'{"volume": {"id": "5d957b20-cbd9-484f-96e7-46d4fae973a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:30.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-830663400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}], "user_id": "c9e 3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:36:31,580 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2 0.054s 2023-04-17 17:36:31,581 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7480f86-03c1-47ee-9bfe-8c3b7a08b984', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7480f86-03c1-47ee-9bfe-8c3b7a08b984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2'} Body: b'{"volume": {"id": "5d957b20-cbd9-484f-96e7-46d4fae973a2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:30.000000", "updated_at": "2023-04-17T17:36:31.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-830663400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}], "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:36:31,804 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.205s 2023-04-17 17:36:31,804 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 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-a4c5f46b-f743-4712-80fb-e4a4e6e556a9', 'x-compute-request-id': 'req-a4c5f46b-f743-4712-80fb-e4a4e6e556a9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'' 2023-04-17 17:36:32,084 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.278s 2023-04-17 17:36:32,084 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1594', '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-5d3e4614-0e78-4090-91cb-02fbdb6478e8', 'x-compute-request-id': 'req-5d3e4614-0e78-4090-91cb-02fbdb6478e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'{"server": {"id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "name": "tempest-AttachVolumeShelveTestJSON-server-2061242543", "status": "ACTIVE", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "91b5507a2c779c7e6bff04e69804d516c6830b8607b8f5d237dbbbcc", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:38Z", "updated": "2023-04-17T17:36:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:1b:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1405748905", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--916835733"}], "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-17 17:37:22,204 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.043s 2023-04-17 17:37:22,204 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:22 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-bcdfd772-3100-4665-97d9-8932263dbee7', 'x-compute-request-id': 'req-bcdfd772-3100-4665-97d9-8932263dbee7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 71bc60a8-8430-4110-aa0a-0141b6cf2277 could not be found."}}' 2023-04-17 17:37:22,235 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1405748905 0.030s 2023-04-17 17:37:22,235 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:22 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-0430f6e8-17b3-4094-b780-ec1ed12f2898', 'x-compute-request-id': 'req-0430f6e8-17b3-4094-b780-ec1ed12f2898', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1405748905'} Body: b'' 2023-04-17 17:37:22,384 80219 INFO [tempest.lib.common.rest_client] Request (Att achVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/2861730d-6077-462b-a72b-5ff30b8b45ef 0.148s 2023-04-17 17:37:22,384 80219 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-f2cb488a-e28c-49fe-8cbc-426d4fdcdd01', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:37:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2861730d-6077-462b-a72b-5ff30b8b45ef'} Body: b'' 2023-04-17 17:37:22,406 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/2861730d-6077-462b-a72b-5ff30b8b45ef 0.021s 2023-04-17 17:37:22,406 80219 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-2ed87c9d-b13f-466a-851d-9f590d50adc1', 'date': 'Mon, 17 Apr 2023 17:37:22 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2861730d-6077-462b-a72b-5ff30b8b45ef'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2861730d-6077-462b-a72b-5ff30b8b45ef does not exist", "detail": ""}}' 2023-04-17 17:37:23,030 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/45f7679a-64e4-4cf9-99ce-59d4b6fabfea 0.623s 2023-04-17 17:37:23,030 80219 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-b8c42ca1-76a8-4e4b-9bb4-95d8d2215941', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45f7679a-64e4-4cf9-99ce-59d4b6fabfea'} Body: b'' {7} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.659552s] ... 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 5638064f-b916-4be2-852d-99aff52de32c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:22,210 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes 0.348s 2023-04-17 17:37:22,210 80213 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-649572695"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ab7ee1-389e-4e02-992c-c8cb7a675150', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ab7ee1-389e-4e02-992c-c8cb7a675150', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes'} Body: b'{"volume": {"id": "5638064f-b916-4be2-852d-99aff52de32c", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:37:22.151317", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-649572695", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}], "user_id": "c21ef64c7d0c4306870e7ee88164814b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:37:22,262 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.041s 2023-04-17 17:37:22,262 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4936d17c-07b4-4bf8-99ae-31a7325a43a3', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4936d17c-07b4-4bf8-99ae-31a7325a43a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'{"volume": {"id": "5638064f-b916-4be2-852d-99aff52de32c", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:37:22.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-649572695", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}], "user_id": "c21ef64c7d0c4306870e7ee88164814b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5261d139ac57419ba9d924d9da612d69"}}' 2023-04-17 17:37:23,320 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.045s 2023-04-17 17:37:23,320 80213 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beb379b3-07eb-490c-9375-42241dae0448', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beb379b3-07eb-490c-9375-42241dae0448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'{"volume": {"id": "5638064f-b916-4be2-852d-99aff52de32c", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:37:22.000000", "updated_at": "2023-04-17T17:37:22.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-649572695", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}], "user_id": "c21ef64c7d0c4306870e7ee88164814b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5261d139ac57419ba9d924d9da612d69"}}' 2023-04-17 17:37:23,380 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.048s 2023-04-17 17:37:23,381 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e58ebe-c669-48d8-b10d-2aa416bb86fc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e58ebe-c669-48d8-b10d-2aa416bb86fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'{"volume": {"id": "5638064f-b916-4be2-852d-99aff52de32c", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:37:22.000000", "updated_at": "2023-04-17T17:37:22.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-649572695", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}], "user_id": "c21ef64c7d0c4306870e7ee88164814b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5261d139ac57419ba9d924d9da612d69"}}' 2023-04-17 17:37:23,498 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.107s 2023-04-17 17:37:23,499 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2912d37-669a-4c86-ab71-bdda696d9ce3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'' 2023-04-17 17:37:23,520 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.020s 2023-04-17 17:37:23,520 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c9e4c7-6586-4410-9cb9-4823ff1d88a3', 'x-openstack-request-id': 'req-02c9e4c7-6586-4410-9cb9-4823ff1d88a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5638064f-b916-4be2-852d-99aff52de32c could not be found."}}' {7} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.534974s] ... 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 da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:25,626 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes 0.408s 2023-04-17 17:37:25,627 80213 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-1276268203"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773b3d1c-593c-4af5-878f-2ca351181139', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773b3d1c-593c-4af5-878f-2ca351181139', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes'} Body: b'{"volume": {"id": "da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:25.558613", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1276268203", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-17 17:37:25,684 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17 0.048s 2023-04-17 17:37:25,684 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbfc6668-60a8-4126-ab44-69de29b36b78', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbfc6668-60a8-4126-ab44-69de29b36b78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17'} Body: b'{"volume": {"id": "da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:26.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1276268203", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "8b8bf8e27eae4324887816c05fba9eb9"}}' 2023-04-17 17:37:26,740 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17 0.043s 2023-04-17 17:37:26,741 80213 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0b71f54-9f7c-4a5f-a4ca-3a97de585e2e', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0b71f54-9f7c-4a5f-a4ca-3a97de585e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17'} Body: b'{"volume": {"id": "da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:26.000000", "updated_at": "2023-04-17T17:37:26.000000", "name": "tempest-VolumeRevertTests-Volume-1276268203", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "8b8bf8e27eae4324887816c05fba9eb9"}}' {7} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.322533s] ... 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 56635c07-f21b-4d4d-bffa-9f71e511ac8c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:26,963 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes 0.207s 2023-04-17 17:37:26,963 80213 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-1617003080"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7c070f2-e781-49bf-a32d-c3dad0c9223f', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7c070f2-e781-49bf-a32d-c3dad0c9223f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes'} Body: b'{"volume": {"id": "56635c07-f21b-4d4d-bffa-9f71e511ac8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:26.891968", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1617003080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-17 17:37:27,015 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c 0.041s 2023-04-17 17:37:27,015 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9308d15d-2648-4fda-b3d3-a1360e30266c', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9308d15d-2648-4fda-b3d3-a1360e30266c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c'} Body: b'{"volume": {"id": "56635c07-f21b-4d4d-bffa-9f71e511ac8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:27.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1617003080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "8b8bf8e27eae4324887816c05fba9eb9"}}' 2023-04-17 17:37:28,066 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c 0.039s 2023-04-17 17:37:28,066 80213 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ccbe0c9-a3d7-4d7e-bd01-4b9e73db4cf8', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ccbe0c9-a3d7-4d7e-bd01-4b9e73db4cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c'} Body: b'{"volume": {"id": "56635c07-f21b-4d4d-bffa-9f71e511ac8c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:27.000000", "updated_at": "2023-04-17T17:37:27.000000", "name": "tempest-VolumeRevertTests-Volume-1617003080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "8b8bf8e27eae4324887816c05fba9eb9"}}' {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.327733s] ... 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 d056696b-6246-4229-a81d-39ef90367412 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:35:51,400 80201 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-17 17:35:51,401 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:51 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-21176968-70f0-4e5d-a952-a95ae96b5ba1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cb9f6038c3d94f4b8176f52308996012", "name": "tempest-VolumesAdminNegativeTest-1858597906-project-member", "password_expires_at": null}, "audit_ids": ["wGBYRaoIQPGpR0YTP2fYlQ"], "expires_at": "2023-04-17T18:35:51.000000Z", "issued_at": "2023-04-17T17:35:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e8586846543c88d468bb6b705d4a6", "name": "tempest-VolumesAdminNegativeTest-1858597906"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:35:51,401 80201 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'f1e38cf4-11c1-4f1d-a1f2-15d65da31617', 'name': 'tempest-VolumesAdminNegativeTest-1171459644-network', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd1e8586846543c88d 468bb6b705d4a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27690, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:11Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:35:51,906 80201 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.504s 2023-04-17 17:35:51,906 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-996763478", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "f1e38cf4-11c1-4f1d-a1f2-15d65da31617"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8d006cb-4032-4d3c-8346-706d2145423a', 'x-compute-request-id': 'req-b8d006cb-4032-4d3c-8346-706d2145423a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "35fe8580-9a68-44c2-8b86-9c28144bd2f1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "cPR5AiyiL5cQ"}}' 2023-04-17 17:35:51,976 80201 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/35fe8580-9a68-44c2-8b86-9c28144bd2f1 0.067s 2023-04-17 17:35:51,976 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae2cec08-ed40-4f7c-a898-e255e1bf2159', 'x-compute-request-id': 'req-ae2cec08-ed40-4f7c-a898-e255e1bf2159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1'} Body: b'{"server": {"id": "35fe8580-9a68-44c2-8b86-9c28144bd2f1", "name": "tempest-VolumesAdminNegativeTest-server-996763478", "status": "BUILD", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "user_id": "cb9f6038c3d94f4b8176f52308996012", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:35:52Z", "updated": "2023-04-17T17:35:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}], "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": []}}' 2023-04-17 17:36:42,257 80201 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/35fe8580-9a68-44c2-8b86-9c28144bd2f1 0.219s 2023-04-17 17:36:42,257 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:42 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-9b92b12d-c4dc-4ae6-9d54-3b320737654f', 'x-compute-request-id': 'req-9b92b12d-c4dc-4ae6-9d54-3b320737654f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1'} Body: b'{"server": {"id": "35fe8580-9a68-44c2-8b86-9c28144bd2f1", "name": "tempest-VolumesAdminNegativeTest-server-996763478", "status": "ACTIVE", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "user_id": "cb9f6038c3d94f4b8176f52308996012", "metadata": {}, "hostId": "4b9650ba0eff27f6c3d36d904d90d88f773151052776c75b022067d0", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:35:51Z", "updated": "2023-04-17T17:35:58Z", "addresses": {"tempest-VolumesAdminNegativeTest-1171459644-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:11:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:35:58.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-17 17:36:42,268 80201 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:37:42,519 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes 0.190s 2023-04-17 17:37:42,519 80201 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-1232714438"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40e7cbb3-64d0-443e-b6cf-645b06505411', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e7cbb3-64d0-443e-b6cf-645b06505411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes'} Body: b'{"volume": {"id": "d0566 96b-6246-4229-a81d-39ef90367412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:42.461452", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1232714438", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:37:42,569 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412 0.041s 2023-04-17 17:37:42,570 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-237270b1-bc82-4981-9eaa-0236a65f5830', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-237270b1-bc82-4981-9eaa-0236a65f5830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412'} Body: b'{"volume": {"id": "d056696b-6246-4229-a81d-39ef90367412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:42.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1232714438", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:37:43,619 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412 0.038s 2023-04-17 17:37:43,620 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6095f219-091b-4f54-9e17-9ce029ad39fb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6095f219-091b-4f54-9e17-9ce029ad39fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412'} Body: b'{"volume": {"id": "d056696b-6246-4229-a81d-39ef90367412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:42.000000", "updated_at": "2023-04-17T17:37:43.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1232714438", "description": null, "volume_type ": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd1e8586846543c88d468bb6b705d4a6"}}' {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.686140s] ... ok {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.217851s] ... ok {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.148544s] ... ok {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.173863s] ... ok {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.022638s] ... ok {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.030443s] ... ok {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.165631s] ... ok {0} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {0} setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 76ebe8ef-7711-4a21-a30a-879bb8ca64b6 failed to build and is in ERROR status {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.164801s] ... ok {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [234.685392s] ... 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 7924fef7-eb7b-4919-b22d-d048efe4d4a8 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-17T17:37:42Z', 'message': 'Build of instance 7924fef7-eb7b-4919-b22d-d048efe4d4a8 aborted: Volume 135cdd04-bc6b-41af-959b-3aecd7001e19 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-a654f3a5-5bca-448e-a45c-26b4e794065d. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:34,461 80209 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.037s 2023-04-17 17:34:34,461 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:34 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-dc6421ac-145c-4383-b621-677394a8ab82', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919-project-member", "password_expires_at": null}, "audit_ids": ["oqtWTbpRSbK6UcZukNg2rw"], "expires_at": "2023-04-17T18:34:34.000000Z", "issued_at": "2023-04-17T17:34:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63c872fffe164507ab615963a791bfb9", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:34,462 80209 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '30e36505-103b-4c7d-8408-02de3c5258b5', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1865747356-network', 'tenant_id': '63c872fffe164507ab615963a791bfb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '63c872fffe164507ab615963a791bfb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65226, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:18Z', 'updated_at': '2023-04-17T17:34:18Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:35,757 80209 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.294s 2023-04-17 17:34:35,757 80209 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-1097947059", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "30e36505-103b-4c7d-8408-02de3c5258b5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e', '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-33a9f7fc-32f3-411a-ab86-35cb631eb8b0', 'x-compute-request-id': 'req-33a9f7fc-32f3-411a-ab86-35cb631eb8b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "337c511a-a2ed-484e-ab48-31618fa2755e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "rz2cGz3H6YCJ"}}' 2023-04-17 17:34:36,148 80209 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/337c511a-a2ed-484e-ab48-31618fa2755e 0.388s 2023-04-17 17:34:36,149 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:35 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-7c600772-d6ae-4eed-b081-d6593c7118c8', 'x-compute-request-id': 'req-7c600772-d6ae-4eed-b081-d6593c7118c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e'} Body: b'{"server": {"id": "337c511a-a2ed-484e-ab48-31618fa2755e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1097947059", "status": "BUILD", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:34:36Z", "updated": "2023-04-17T17:34:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33 7c511a-a2ed-484e-ab48-31618fa2755e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}], "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-17 17:35:26,512 80209 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/337c511a-a2ed-484e-ab48-31618fa2755e 0.299s 2023-04-17 17:35:26,513 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39e6555e-7cc1-49ec-b739-b83aa5f5c708', 'x-compute-request-id': 'req-39e6555e-7cc1-49ec-b739-b83aa5f5c708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e'} Body: b'{"server": {"id": "337c511a-a2ed-484e-ab48-31618fa2755e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1097947059", "status": "ACTIVE", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "21a42167be7408940bb244b35ff22c1d035fd55d2132c6f6fbe97331", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:34:35Z", "updated": "2023-04-17T17:34:47Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1865747356-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:1a:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:35:26,528 80209 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:36:27,645 80209 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/337c511a-a2ed-484e-ab48-31618fa2755e/action 1.059s 2023-04-17 17:36:27,645 80209 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-ServerBootFromVolumeS tableRescueTest-image-801582708"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:26 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-33c3ef12-583a-4b4b-91a7-08ae7901dbd3', 'x-compute-request-id': 'req-33c3ef12-583a-4b4b-91a7-08ae7901dbd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e/action'} Body: b'{"image_id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00"}' 2023-04-17 17:36:27,668 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.020s 2023-04-17 17:36:27,668 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c7122915-c3d2-497e-a3a7-54c4be44dcb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:28,692 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.022s 2023-04-17 17:36:28,692 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8b60c9ba-4345-4d11-8e92-005a2618e622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-Server BootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:29,717 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.023s 2023-04-17 17:36:29,717 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3c8cc201-0f12-439b-8505-eb870065bf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:30,745 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.026s 2023-04-17 17:36:30,746 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4cfa6e14-3962-48be-a50f-093a5daf807a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:31,770 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.022s 2023-04-17 17:36:31,770 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d0ef22ac-7520-43de-b0b7-24d9caa56979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:32,807 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.035s 2023-04-17 17:36:32,807 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-ty pe': 'application/json', 'x-openstack-request-id': 'req-31a25aa9-e13d-4e5b-8b2d-7227b3bb6e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:33,926 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.117s 2023-04-17 17:36:33,926 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-93020aff-3572-4d74-b7f1-094dda9230ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:34,978 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.050s 2023-04-17 17:36:34,979 80209 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8a6c9699-f7bb-4de3-9dfc-995691433277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:35Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:36,022 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.041s 2023-04-17 17:36:36,022 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-99305813-d31e-4f5d-8271-9e63f2422b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "create d_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:36Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:37,054 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.030s 2023-04-17 17:36:37,054 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0e9982f3-787b-4a88-9f5f-6224f4bf7850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b2616480d39803ba063b5da19dad6628", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "eb46d80c1a9b36c77011a3881100fd6c34f877b2bd807221e43558a20199e6670d48d89c555ce3dd37812c6783e180cf79195d05852b7484956db98c99f1aeef", "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:37Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:37,087 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.032s 2023-04-17 17:36:37,087 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e89c801a-e981-4733-827b-61abc47ff691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b2616480d39803ba063b5da19dad6628", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "eb46d80c1a9b36c77011a3881100fd6c34f877b2bd807221e43558a20199e6670d48d89c555ce3dd37812c6783e180cf79195d05852b7484956db98c99f1aeef", "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:37Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:37,407 80209 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/337c511a-a2ed-484e-ab48-31618fa2755e 0.319s 2023-04-17 17:36:37,407 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc2c0d0e-9386-4717-9ae0-32833de12026', 'x-compute-request-id': 'req-bc2c0d0e-9386-4717-9ae0-32833de12026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e'} Body: b'{"server": {"id": "337c511a-a2ed-484e-ab48-31618fa2755e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1097947059", "status": "ACTIVE", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "21a42167be7408940bb244b35ff22c1d035fd55d2132c6f6fbe97331", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:34:35Z", "updated": "2023-04-17T17:36:37Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1865747356-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:1a:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:37:37,608 80209 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.120s 2023-04-17 17:37:37,609 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:37 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-3e10c3ba-55dd-401c-b724-f09ca19baac0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919-project-member", "password_expires_at": null}, "audit_ids": ["kWVg0QM4TN6YI8NTQGawqw"], "expires_at": "2023-04-17T18:37:37.000000Z", "issued_at": "2023-04-17T17:37:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63c872fffe164507ab615963a791bfb9", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:37:37,609 80209 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '30e36505-103b-4c7d-8408-02de3c5258b5', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1865747356-network', 'tenant_id': '63c872fffe164507ab615963a791bfb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63c872fffe164507ab615963a791bfb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6 5226, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:18Z', 'updated_at': '2023-04-17T17:34:18Z', 'revision_number': 1} available for tenant 2023-04-17 17:37:38,196 80209 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.586s 2023-04-17 17:37:38,197 80209 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-543378232", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "30e36505-103b-4c7d-8408-02de3c5258b5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8', '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-a654f3a5-5bca-448e-a45c-26b4e794065d', 'x-compute-request-id': 'req-a654f3a5-5bca-448e-a45c-26b4e794065d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7924fef7-eb7b-4919-b22d-d048efe4d4a8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "GwVysowd5hXs"}}' 2023-04-17 17:37:38,276 80209 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/7924fef7-eb7b-4919-b22d-d048efe4d4a8 0.076s 2023-04-17 17:37:38,276 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:38 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-c02b0c4a-9985-499a-a07a-7b9cde6044da', 'x-compute-request-id': 'req-c02b0c4a-9985-499a-a07a-7b9cde6044da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8'} Body: b'{"server": {"id": "7924fef7-eb7b-4919-b22d-d048efe4d4a8", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-543378232", "status": "BUILD", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:37:38Z", "updated": "2023-04-17T17:37:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}, {"rel": "bookmark", "href": "http://10.0.0. 210/compute/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}], "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-17 17:38:28,512 80209 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/7924fef7-eb7b-4919-b22d-d048efe4d4a8 0.173s 2023-04-17 17:38:28,512 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49cff114-14ba-4e1b-9737-a2026a396102', 'x-compute-request-id': 'req-49cff114-14ba-4e1b-9737-a2026a396102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8'} Body: b'{"server": {"id": "7924fef7-eb7b-4919-b22d-d048efe4d4a8", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-543378232", "status": "ERROR", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:37:38Z", "updated": "2023-04-17T17:37:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-17T17:37:42Z", "message": "Build of instance 7924fef7-eb7b-4919-b22d-d048efe4d4a8 aborted: Volume 135cdd04-bc6b-41af-959b-3aecd7001e19 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:38:28,527 80209 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-17 17:38:29,054 80209 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/7924fef7-eb7b-4919-b22d-d048efe4d4a8 0.526s 2023-04-17 17:38:29,054 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:28 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-7d72479f-8f74-4dc3-98b0-6c65bbcf68d5', 'x-compute-request-id': 'req-7d72479f-8f74-4dc3-98b0-6c65bbcf68d5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8'} Body: b'' 2023-04-17 17:38:29,101 80209 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8 0.046s 2023-04-17 17:38:29,102 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:29 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-8e3cf46b-1e16-4e41-8bb9-6b37d9f22776', 'x-compute-request-id': 'req-8e3cf46b-1e16-4e41-8bb9-6b37d9f22776', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7924fef7-eb7b-4919-b22d-d048efe4d4a8 could not be found."}}' {0} 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 9acbd325-a0c1-4a7c-a989-feecf97ed2fe failed to build and is in ERROR status {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.801137s] ... 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 9d01be1f-f255-476b-9f11-c996f39f573a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:45,835 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.239s 2023-04-17 17:38:45,835 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c98d79f8-5367-4ab6-9a8f-842386f0521d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:38:46,161 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes 0.325s 2023-04-17 17:38:46,162 80199 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-1064442305", "snapshot_id": null, "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83cc8433-f36d-45f5-b0b0-1317120df026', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83cc8433-f36d-45f5-b0b0-1317120df026', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes'} Body: b'{"volume": {"id": "9d01be1f-f255-476b-9f11-c996f39f573a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:46.107440", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1064442305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:46,213 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a 0.041s 2023-04-17 17:38:46,213 80199 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad0969f-f848-4ca0-b902-b32951de4701', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad0969f-f848-4ca0-b902-b32951de4701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a'} Body: b'{"volume": {"id": "9d01be1f-f255-476b-9f11-c996f39f573a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:46.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1064442305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:47,264 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a 0.039s 2023-04-17 17:38:47,264 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5b0f20b-eefc-4665-a590-529540964b83', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5b0f20b-eefc-4665-a590-529540964b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a'} Body: b'{"volume": {"id": "9d01be1f-f255-476b-9f11-c996f39f573a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:46.000000", "updated_at": "2023-04-17T17:38:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1064442305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:47,373 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a 0.096s 2023-04-17 17:38:47,373 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 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-21dc7b6c-1fbd-4197-82a0-fdd84ade7f18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a'} Body: b'' 2023-04-17 17:38:47,395 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a 0.021s 2023-04-17 17:38:47,395 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38: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-55cb68f2-76d5-4289-befc-b4935157140c', 'x-openstack-request-id': 'req-55cb68f2-76d5-4289-befc-b4935157140c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9d01be1f-f255-476b-9f11-c996f39f573a could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.636584s] ... 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 ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:47,417 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.018s 2023-04-17 17:38:47,417 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-83445b8e-2da5-4fc2-9869-b49816023aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:38:47,752 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes 0.334s 2023-04-17 17:38:47,752 80199 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-46480342", "snapshot_id": null, "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ac53ba-95b6-43ed-9338-98d26303c96d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ac53ba-95b6-43ed-9338-98d26303c96d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes'} Body: b'{"volume": {"id": "ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:47.693223", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-46480342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:47,799 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c 0.037s 2023-04-17 17:38:47,799 80199 DEBUG [tempest.lib.common.rest_client] Request - He aders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f7c5d7f-9821-414c-86e1-da143e99bbe1', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f7c5d7f-9821-414c-86e1-da143e99bbe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c'} Body: b'{"volume": {"id": "ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:48.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-46480342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:48,880 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c 0.069s 2023-04-17 17:38:48,881 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-688b6993-6907-43e4-b4bb-db3a895ef5eb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-688b6993-6907-43e4-b4bb-db3a895ef5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c'} Body: b'{"volume": {"id": "ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:48.000000", "updated_at": "2023-04-17T17:38:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-46480342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,008 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c 0.117s 2023-04-17 17:38:49,009 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'conten t-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9223f1b1-9eb0-47bd-bf42-7e3a6d4b36c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c'} Body: b'' 2023-04-17 17:38:49,033 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c 0.024s 2023-04-17 17:38:49,034 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7358f86-1469-4c3e-b87f-0f75be418d74', 'x-openstack-request-id': 'req-a7358f86-1469-4c3e-b87f-0f75be418d74', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.075911s] ... 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 5470d949-1149-477c-aa32-f1a5cbfd33aa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:49,036 80199 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-17 17:38:49,107 80199 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.065s 2023-04-17 17:38:49,107 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1579819877", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLPQ07OzLTBFkxW+gZBuKqzijxs0f/Y6pKivDESMo0nTuUprjWTGcBqUHcA2fBwe50A+fC1apt+/VAP1loSjvRrHXyDM1QhWkeuCM4vi0hkuq6HE5zl7KpOMusF92zSP8A=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f7b00ad-88d7-4aab-9a81-0d015d60ba17', 'x-compute-request-id': 'req-9f7b00ad-88d7-4aab-9a81-0d015d60ba17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1579819877", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLPQ07OzLTBFkxW+gZBuKqzijxs0f/Y6pKivDESMo0nTuUprjWTGcBqUHcA2fBwe50A+fC1apt+/VAP1loSjvRrHXyDM1QhWkeuCM4vi0hkuq6HE5zl7KpOMusF92zSP8A==", "fingerprint": "4e:b9:f3:14:b2:c5:07:8f:8d:85:fc:98:c8:9e:b8:ca", "user_id": "27bada3cde0a4c6392d47d01b8bb7603"}}' 2023-04-17 17:38:49,269 80199 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.159s 2023-04-17 17:38:49,269 80199 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-149163407", "description": "tempest-secgroup-smoke-149163407 description", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-dc96517e-7ee4-43ee-83f6-15448f020780', 'date': 'Mon, 17 Apr 2023 17:38:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "name": "tempest-secgroup-smoke-149163407", "stateful": true, "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "description": "tempest-secgroup-smoke-149163407 description", "shared": false, "security_group_rules": [{"id": "028998ed-a1e7-483e-8b1b-af1a4416416c", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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": 726, "description": null, "tags": [], "created_at": "2023-04-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}, {"id": "16e540dd-41e9-4fdd-8f4c-e878529cf60e", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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": 725, "description": null, "tags": [], "created_at": "2023-04-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863 ba64b1f91e52e8e3d6724ff"}], "tags": [], "created_at": "2023-04-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 1, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,427 80199 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.157s 2023-04-17 17:38:49,427 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "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-7d1baea6-4eb5-4701-969d-570d8ead8546', 'date': 'Mon, 17 Apr 2023 17:38:49 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": "4a2d65b9-27a4-4c34-b89a-f3edf1cc9810", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,578 80199 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.150s 2023-04-17 17:38:49,578 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "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-643667e7-1e44-48ca-95cf-d3b0e050f1f4', 'date': 'Mon, 17 Apr 2023 17:38:49 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": "4a62022b-3b76-4df6-b2d8-536bc477ac29", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,742 80199 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.164s 2023-04-17 17:38:49,743 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d659a50f-093a-4388-8b24-d4472e8bf83b', 'date': 'Mon, 17 Apr 2023 17:38:49 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": "78f2b121-b23c-46ec-a4da-023e2e3885de", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,900 80199 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.157s 2023-04-17 17:38:49,901 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6b1b09ff-acbb-4bc6-8fbf-eb86dc28444b', 'date': 'Mon, 17 Apr 2023 17:38:49 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": "369c1ae1-9af6-4fbd-8797-966c345f2bbf", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:50,158 80199 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.256s 2023-04-17 17:38:50,158 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-18e99c6b-f008-4385-b450-424c0d1a0c61', 'date': 'Mon, 17 Apr 2023 17:38:50 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": "25a6c87d-64c9-432c-92cd-da27a872d7bd", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:50Z", "updated_at": "2023-04-17T17:38:50Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:50,318 80199 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.159s 2023-04-17 17:38:50,318 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1e71f8eb-88d1-435d-8de9-f0b809bcb8ff', 'date': 'Mon, 17 Apr 2023 17:38:50 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": "c7857038-cf6e-4b1f-aac6-9b0aab37b90a", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:50Z", "updated_at": "2023-04-17T17:38:50Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:50,318 80199 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-17 17:38:50,341 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.022s 2023-04-17 17:38:50,342 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3f8d07ed-eb61-4789-8f38-145d95a6acfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:38:50,665 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes 0.323s 2023-04-17 17:38:50,666 80199 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-1473393998", "snapshot_id": null, "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d11706ee-5204-4933-bb24-b7fd8a824707', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d11706ee-5204-4933-bb24-b7fd8a824707', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes' } Body: b'{"volume": {"id": "5470d949-1149-477c-aa32-f1a5cbfd33aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:50.598495", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1473393998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:50,721 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa 0.044s 2023-04-17 17:38:50,721 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2f06c5-2749-4776-a7d8-f062799012c9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2f06c5-2749-4776-a7d8-f062799012c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa'} Body: b'{"volume": {"id": "5470d949-1149-477c-aa32-f1a5cbfd33aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:51.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1473393998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:51,774 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa 0.041s 2023-04-17 17:38:51,774 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0463de0-81a3-499c-9197-b1f507d46590', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0463de0-81a3-499c-9197-b1f507d46590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa'} Body: b'{"volume": {"id": "5470d949-1149-477c-aa32-f1a5cbfd33aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:51.000000", "updated_at": "2023-04-17T17:38:51.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1473393998", "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/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:51,892 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa 0.107s 2023-04-17 17:38:51,893 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf2cb65b-b685-40fc-a5a0-431b7bd20002', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa'} Body: b'' 2023-04-17 17:38:51,914 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa 0.021s 2023-04-17 17:38:51,914 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0033453b-0f42-424d-8031-d24eeec151c8', 'x-openstack-request-id': 'req-0033453b-0f42-424d-8031-d24eeec151c8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5470d949-1149-477c-aa32-f1a5cbfd33aa could not be found."}}' 2023-04-17 17:38:52,074 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/05fffd12-054d-4a4f-8534-29b7c8c5f6e5 0.159s 2023-04-17 17:38:52,074 80199 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-30f1428d-3f5f-4948-ae02-d0dc9942aa50', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:38:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/05fffd12-054d-4a4f-8534-29b7c8c5f6e5'} Body: b'' 2023-04-17 17:38:52,111 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1579819877 0.036s 2023-04-17 17:38:52,111 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141a577e-baeb-4a26-a2bc-d9216fa6c907', 'x-compute-request-id': 'req-141a577e-baeb-4a26-a2bc-d9216fa6c907', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1579819877'} Body: b'' {0} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {0} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.286142s] ... 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 332b1a40-4d71-4611-92a0-d0045a506587 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:59,606 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.342s 2023-04-17 17:38:59,606 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1084257440"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1526e87e-b03c-4e82-bf3a-7901c78d8084', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1526e87e-b03c-4e82-bf3a-7901c78d8084', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "332b1a40-4d71-4611-92a0-d0045a506587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:59.542893", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1084257440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:59,826 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.210s 2023-04-17 17:38:59,827 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-582636186"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcb2ba22-4098-4f88-800a-e9f904f25bb1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcb2ba22-4098-4f88-800a-e9f904f25bb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "e5e66f5f-372d-4342-93dc-536f9ea30a95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:59.754053", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-582636186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/e5e66f5f-372d-4342-93dc-536f9ea30a95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/e5e66f5f-372d-4342-93dc-536f9ea30a95"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:00,047 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.208s 2023-04-17 17:39:00,048 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-615642908"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f4b7429-02b9-4c02-9ba4-d2c45c1b1c65', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f4b7429-02b9-4c02-9ba4-d2c45c1b1c65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "705391a2-b5d7-4767-b8a4-a3c8d48d5f04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:59.986100", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-615642908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/705391a2-b5d7-4767-b8a4-a3c8d48d5f04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/705391a2-b5d7-4767-b8a4-a3c8d48d5f04"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:00,237 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.179s 2023-04-17 17:39:00,238 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1744232315"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb468b37-bf1b-4536-9f9f-3fa45e9f8784', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb468b37-bf1b-4536-9f9f-3fa45e9f8784', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "73d0b692-e819-47c6-a63a-3eb7fbbe7d99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:00.177845", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1744232315", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/73d0b692-e819-47c6-a63a-3eb7fbbe7d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/73d0b692-e819-47c6-a63a-3eb7fbbe7d99"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:00,438 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.191s 2023-04-17 17:39:00,439 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-1230528957"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ad064e-8167-49c5-ab41-fcbb2deb74c0', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ad064e-8167-49c5-ab41-fcbb2deb74c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "4ada26b5-f3c7-4d1c-b680-ba6526777d9d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:00.377438", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1230528957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/4ada26b5-f3c7-4d1c-b680-ba6526777d9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/4ada26b5-f3c7-4d1c-b680-ba6526777d9d"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:00,487 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587 0.039s 2023-04-17 17:39:00,487 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0441b49-93da-4ab5-a019-9266b112e08d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0441b49-93da-4ab5-a019-9266b112e08d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587'} Body: b'{"volume": {"id": "332b1a40-4d71-4611-92a0-d0045a506587", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:00.000000", "updated_at": "2023-04-17T17:39:00.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1084257440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab27389e46ec4617a1ee46bbc167a839"}}' 2023-04-17 17:39:01,537 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587 0.039s 2023-04-17 17:39:01,538 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-480f257b-8a0a-473d-888a-31e7e8e5966b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-480f257b-8a0a-473d-888a-31e7e8e5966b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587'} Body: b'{"volume": {"id": "332b1a40-4d71-4611-92a0-d0045a506587", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:00.000000", "updated_at": "2023-04-17T17:39:00.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1084257440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab27389e46ec4617a1ee46bbc167a839"}}' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [167.683693s] ... 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 12841f6a-092f-4260-b46b-33303177db3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:36:21,921 80205 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:36:21,922 80205 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:36:21,973 80205 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-17 17:36:21,974 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-466913357", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPYGM7TCIEea2NrfYqx3cHOOTL3mi2XVT7f+gq/ZodBX91kDRxNKVeDpbp07ToQ/gejuEPAZmv04W2fC3xC4FAc2yfJETAIg24f1z/1RTRoS+gxfXI31WCaXi4xYCRgVA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:21 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-734947e5-7dbd-4b26-b816-dd932f5d8bea', 'x-compute-request-id': 'req-734947e5-7dbd-4b26-b816-dd932f5d8bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-466913357", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPYGM7TCIEea2NrfYqx3cHOOTL3mi2XVT7f+gq/ZodBX91kDRxNKVeDpbp07ToQ/gejuEPAZmv04W2fC3xC4FAc2yfJETAIg24f1z/1RTRoS+gxfXI31WCaXi4xYCRgVA==", "fingerprint": "c3:66:07:d7:d9:61:dc:99:39:62:5b:40:66:c1:93:76", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8"}}' 2023-04-17 17:36:21,976 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-466913357 created 2023-04-17 17:36:22,135 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.158s 2023-04-17 17:36:22,136 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--83131375", "description": "tempest-description--1525912764"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-83ef3ff6-72fd-4232-8acf-100a7d771398', 'date': 'Mon, 17 Apr 2023 17:36:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "name": "tempest-securitygroup--83131375", "stateful": true, "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "description": "tempest-description--1525912764", "shared": false, "security_group_rules": [{"id": "88519a10-ebf0-4115-bd56-a714da152612", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "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": 545, "description": null, "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}, {"id": "e04ae655-890f-42e3-b071-8810aaba32de", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalize d_cidr": null, "remote_group_id": null, "standard_attr_id": 546, "description": null, "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}], "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:36:22,313 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-17 17:36:22,314 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "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-e3e37f82-03c7-4d31-9e26-4c2c4f19510c', 'date': 'Mon, 17 Apr 2023 17:36:22 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": "fb876259-9066-4353-b03f-27404a0d06d1", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "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-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:36:22,490 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-17 17:36:22,491 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-194fb208-55e6-4bde-98e9-89d2facffcaf', 'date': 'Mon, 17 Apr 2023 17:36:22 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": "ac768a5d-b33f-4a21-9050-89f5ca942b6f", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "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-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:36:22,491 80205 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--83131375 created 2023-04-17 17:36:23,281 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.789s 2023-04-17 17:36:23,281 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-opens tack-request-id': 'req-201cf0b1-1712-4283-b5cb-fa544e3a799f', 'date': 'Mon, 17 Apr 2023 17:36:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e6f39cc7-f352-40be-b407-fda7f3dfd00d", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.126", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "70d10a379e4e420e9c66476ae0b10507", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0}}' 2023-04-17 17:36:23,282 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e6f39cc7-f352-40be-b407-fda7f3dfd00d', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 0, 'ip': '172.24.4.126'} created 2023-04-17 17:36:23,550 80205 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.263s 2023-04-17 17:36:23,553 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:23 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-fe144624-07ce-4843-99ab-8b9ca5da13cf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6cbcda57441d43e0bb8dfee4768df2a8", "name": "tempest-AttachVolumeNegativeTest-469494846-project-member", "password_expires_at": null}, "audit_ids": ["bdoyDdrQREiP17RvF6ijeA"], "expires_at": "2023-04-17T18:36:23.000000Z", "issued_at": "2023-04-17T17:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70d10a379e4e420e9c66476ae0b10507", "name": "tempest-AttachVolumeNegativeTest-469494846"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0 .210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:36:23,554 80205 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'af0f7e21-142e-450a-9674-ea24c1cbc9aa', 'name': 'tempest-AttachVolumeNegativeTest-1104956119-network', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34068, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:10Z', 'revision_number': 1} available for tenant 2023-04-17 17:36:23,555 80205 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-466913357', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPYGM7TCIEea2NrfYqx3cHOOTL3mi2XVT7f+gq/ZodBX91kDRxNKVeDpbp07ToQ/gejuEPAZmv04W2fC3xC4FAc2yfJETAIg24f1z/1RTRoS+gxfXI31WCaXi4xYCRgVA==', 'fingerprint': 'c3:66:07:d7:d9:61:dc:99:39:62:5b:40:66:c1:93:76', 'user_id': '6cbcda57441d43e0bb8dfee4768df2a8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAG59Dr9eoBBP9J6vUQC0HH0pjanrLB6GJraTeECoi+1HCVirrDEuNy\n0BRtT2s3mgygBwYFK4EEACKhZANiAART2BjO0wiBHmtja32Ksd3Bzjky95otl1U+\n3/oKv2aHQV/dZA0cTSlXg6W6dO06EP4Ho7hDwGZr9OFtnwt8QuBQHNsnyREwCINu\nH9c/9UU0aEvoMX1yN9Vgml4uMWAkYFQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9376f72f-387f-46dd-bf6c-82d09011dd2f', 'name': 'tempest-securitygroup--83131375', 'stateful': True, 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'description': 'tempest-description--1525912764', 'shared': False, 'security_group_rules': [{'id': '88519a10-ebf0-4115-bd56-a714da152612', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': '9376f72f-387f-46dd-bf6c-82d09011dd2f', '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': 545, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, {'id': 'e04ae655-890f-42e3-b071-8810aaba32de', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': '9376f72f-387f-46dd-bf6c-82d09011dd2f', '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': 546, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}], 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 1, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, 'floating_ip': {'id': 'e6f39cc7-f352-40be-b407-fda7f3dfd00d', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 0, 'ip': '172.24.4.126'}} 2023-04-17 17:36:24,926 80205 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 1.369s 2023-04-17 17:36:24,926 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1425938846", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "af0f7e21-142e-450a-9674-ea24c1cbc9aa"}], "security_groups": [{"name": "tempest-securitygroup--83131375"}], "key_name": "tempest-keypair-466913357", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2f17701-8990-4ec3-9d51-92b0c5a6b746', 'x-compute-request-id': 'req-a2f17701-8990-4ec3-9d51-92b0c5a6b746', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--83131375"}], "adminPass": "password"}}' 2023-04-17 17:36:25,001 80205 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/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.072s 2023-04-17 17:36:25,002 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c98a949-3d36-4725-9052-c1f296adac10', 'x-compute-request-id': 'req-3c98a949-3d36-4725-9052-c1f296adac10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'{"server": {"id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "name": "tempest-AttachVolumeNegativeTest-server-1425938846", "status": "BUILD", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ 82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:36:25Z", "updated": "2023-04-17T17:36:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-466913357", "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-17 17:37:15,284 80205 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/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.222s 2023-04-17 17:37:15,285 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4995fa9-5b88-43ac-8fca-c814213e2912', 'x-compute-request-id': 'req-b4995fa9-5b88-43ac-8fca-c814213e2912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'{"server": {"id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "name": "tempest-AttachVolumeNegativeTest-server-1425938846", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:36:24Z", "updated": "2023-04-17T17:36:34Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:d9:2c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-466913357", "OS-SRV-USG:launched_at": "2023-04-17T17:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--83131375"}], "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-17 17:37:15,296 80205 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:38:15,562 80205 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/724dac7a-d0c4-47c5-9faf-c32e8cab0459/os-interface 0.209s 2023-04-17 17:38:15,563 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:15 G MT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edac0ca6-57de-4cca-a418-b44a67dc8e29', 'x-compute-request-id': 'req-edac0ca6-57de-4cca-a418-b44a67dc8e29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "port_id": "69672cf1-09b2-4035-8125-023e26e1c6f6", "mac_addr": "fa:16:3e:2b:d9:2c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "de4db7db-88fc-4ae3-ac6e-523e4a1eebae", "ip_address": "10.0.0.6"}]}]}' 2023-04-17 17:38:16,329 80205 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/e6f39cc7-f352-40be-b407-fda7f3dfd00d 0.762s 2023-04-17 17:38:16,330 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "69672cf1-09b2-4035-8125-023e26e1c6f6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ecd6569b-4520-4f53-bd58-36099f54cd39', 'date': 'Mon, 17 Apr 2023 17:38:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e6f39cc7-f352-40be-b407-fda7f3dfd00d'} Body: b'{"floatingip": {"id": "e6f39cc7-f352-40be-b407-fda7f3dfd00d", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.126", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "3d1dc916-d96c-442f-a813-73f3b68d7e88", "port_id": "69672cf1-09b2-4035-8125-023e26e1c6f6", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "mac_address": "fa:16:3e:2b:d9:2c", "admin_state_up": true, "status": "ACTIVE", "device_id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:38:15Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:38:16,332 80205 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.126:22' as 'cirros' with public key authentication 2023-04-17 17:38:16,368 80205 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:38:16,391 80205 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:38:16,391 80205 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.126 successfully created 2023-04-17 17:38:16,431 80205 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/724dac7a-d0c4-47c5-9faf-c32e8cab0459/ips 0.038s 2023-04-17 17:38:16,431 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:16 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-3addfd9f-d3a1-4da3-8629-3e03822197ce', 'x-compute-request-id': 'req-3addfd9f-d3a1-4da3-8629-3e03822197ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459/ips'} Body: b'{"address es": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-17 17:38:16,639 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes 0.205s 2023-04-17 17:38:16,640 80205 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-659107998"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35c2ff4-bc63-4868-a75b-cf2e4302eed1', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35c2ff4-bc63-4868-a75b-cf2e4302eed1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes'} Body: b'{"volume": {"id": "12841f6a-092f-4260-b46b-33303177db3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:16.572165", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-659107998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:16,694 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f 0.044s 2023-04-17 17:38:16,695 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef3c658-bfad-4709-873c-dbe36bbd1f72', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef3c658-bfad-4709-873c-dbe36bbd1f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f'} Body: b'{"volume": {"id": "12841f6a-092f-4260-b46b-33303177db3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:17.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-659107998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:38:17,745 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/70d10a3 79e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f 0.038s 2023-04-17 17:38:17,745 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73afb40b-b5b6-4b95-8f17-d84fe0388df5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73afb40b-b5b6-4b95-8f17-d84fe0388df5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f'} Body: b'{"volume": {"id": "12841f6a-092f-4260-b46b-33303177db3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:17.000000", "updated_at": "2023-04-17T17:38:17.000000", "name": "tempest-AttachVolumeNegativeTest-volume-659107998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:38:17,878 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.121s 2023-04-17 17:38:17,879 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:17 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-74f41fec-0747-48aa-aec8-6c851442419c', 'x-compute-request-id': 'req-74f41fec-0747-48aa-aec8-6c851442419c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'' 2023-04-17 17:38:18,262 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.382s 2023-04-17 17:38:18,262 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14f7aebf-337e-4d1e-a862-d52462a960e9', 'x-compute-request-id': 'req-14f7aebf-337e-4d1e-a862-d52462a960e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'{"server": {"id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "name": "tempest-AttachVolumeNegativeTest-server-1425938846", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image" : {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:36:24Z", "updated": "2023-04-17T17:38:18Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:d9:2c"}, {"version": 4, "addr": "172.24.4.126", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:d9:2c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-466913357", "OS-SRV-USG:launched_at": "2023-04-17T17:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--83131375"}], "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-17 17:39:08,617 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.281s 2023-04-17 17:39:08,617 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:08 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-350bd834-09cb-4f9d-a71e-0e69f3eea4b4', 'x-compute-request-id': 'req-350bd834-09cb-4f9d-a71e-0e69f3eea4b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 724dac7a-d0c4-47c5-9faf-c32e8cab0459 could not be found."}}' 2023-04-17 17:39:08,649 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-466913357 0.031s 2023-04-17 17:39:08,650 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:08 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-34065d3c-b7e3-4f32-af6d-78893b56bc4c', 'x-compute-request-id': 'req-34065d3c-b7e3-4f32-af6d-78893b56bc4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-466913357'} Body: b'' 2023-04-17 17:39:08,805 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9376f72f-387f-46dd-bf6c-82d09011dd2f 0.155s 2023-04-17 17:39:08,806 80205 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-e50c7dd6-f958-4cec-8383-8f8c2911d38a', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:39:08 GMT', 'connecti on': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9376f72f-387f-46dd-bf6c-82d09011dd2f'} Body: b'' 2023-04-17 17:39:08,832 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9376f72f-387f-46dd-bf6c-82d09011dd2f 0.026s 2023-04-17 17:39:08,833 80205 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-a21f1ab5-9cf6-4045-98b3-532dd7a43be0', 'date': 'Mon, 17 Apr 2023 17:39:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9376f72f-387f-46dd-bf6c-82d09011dd2f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9376f72f-387f-46dd-bf6c-82d09011dd2f does not exist", "detail": ""}}' 2023-04-17 17:39:09,604 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e6f39cc7-f352-40be-b407-fda7f3dfd00d 0.770s 2023-04-17 17:39:09,604 80205 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-a00c4754-735a-4325-bbed-6afa02adcdd7', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:39:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e6f39cc7-f352-40be-b407-fda7f3dfd00d'} Body: b'' {9} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [173.200145s] ... 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 affbf667-3bfb-48bc-b2a8-dc9572b59136 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:36:31,289 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.523s 2023-04-17 17:36:31,290 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b33b8354-20b5-42da-b968-e8b99e234341', 'x-compute-request-id': 'req-b33b8354-20b5-42da-b968-e8b99e234341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:36:31,479 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.177s 2023-04-17 17:36:31,479 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c443d27-69aa-42f1-8b5b-44ae8c259c61', 'x-compute-request-id': 'req-6c443d27-69aa-42f1-8b5b-44ae8c259c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", " href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:37:21,793 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.239s 2023-04-17 17:37:21,793 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3c0bb97-9b97-4225-a46e-6a84b79660c0', 'x-compute-request-id': 'req-c3c0bb97-9b97-4225-a46e-6a84b79660c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:37:22,056 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.250s 2023-04-17 17:37:22,056 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers : {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba0dbc2a-fa1b-47f4-901b-c3b697996ec8', 'x-compute-request-id': 'req-ba0dbc2a-fa1b-47f4-901b-c3b697996ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:38:22,357 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes 0.279s 2023-04-17 17:38:22,358 80217 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-303435958"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39247037-15de-4a2e-b41b-ed08fe4038bc', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39247037-15de-4a2e-b41b-ed08fe4038bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes'} Body: b'{"volume": {"id": "affbf667-3bfb-48bc-b2a8-dc9572b59136", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:22.278289", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-303435958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []} }' 2023-04-17 17:38:22,419 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136 0.051s 2023-04-17 17:38:22,419 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d032828-7a1a-40a6-9bde-1c8e19ee42a2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d032828-7a1a-40a6-9bde-1c8e19ee42a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136'} Body: b'{"volume": {"id": "affbf667-3bfb-48bc-b2a8-dc9572b59136", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:22.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-303435958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:38:23,474 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136 0.044s 2023-04-17 17:38:23,475 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd575c0-36b1-41af-9e87-d5b229c2a255', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd575c0-36b1-41af-9e87-d5b229c2a255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136'} Body: b'{"volume": {"id": "affbf667-3bfb-48bc-b2a8-dc9572b59136", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:22.000000", "updated_at": "2023-04-17T17:38:22.000000", "name": "tempest-ServerActionsTestJSON-volume-303435958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:38:23,893 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.406s 2023-04-17 17:38:23,894 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21e18c6b-60fa-481b-8768-db273af4394d', 'x-compute-request-id': 'req-21e18c6b-60fa-481b-8768-db273af4394d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {1} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.743606s] ... 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 8a19bef4-14d7-4fa5-a648-b5517e2a3820 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:39:45,964 80201 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes 0.611s 2023-04-17 17:39:45,965 80201 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-1494723704", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d029ea-6d4d-4a12-b7ec-cc2079313e1d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d029ea-6d4d-4a12-b7ec-cc2079313e1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes'} Body: b'{"volume": {"id": "8a19bef4-14d7-4fa5-a648-b5517e2a3820", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:45.896520", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1494723704", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}], "user_id": "0b985ad480614cb788055b03085d4af0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:46,023 80201 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820 0.045s 2023-04-17 17:39:46,023 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-081244c9-b268-4ed6-8729-cb6ae10bdec4', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-081244c9-b268-4ed6-8729-cb6ae10bdec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820'} Body: b'{"volume": {"id": "8a19bef4-14d7-4fa5-a648-b5517e2a3820", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:46.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1494723704", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}], "user_id": "0b985ad480614cb788055b03085d4af0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4622643f84124edabe1ef6f6b6bb87e3"}}' 2023-04-17 17:39:47,083 80201 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820 0.047s 2023-04-17 17:39:47,083 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c34645d9-e0c2-4882-9f82-e1389814aa5d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c34645d9-e0c2-4882-9f82-e1389814aa5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820'} Body: b'{"volume": {"id": "8a19bef4-14d7-4fa5-a648-b5517e2a3820", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:46.000000", "updated_at": "2023-04-17T17:39:46.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1494723704", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}], "user_id": "0b985ad480614cb788055b03085d4af0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4622643f84124edabe1ef6f6b6bb87e3"}}' {1} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.346765s] ... ok {1} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.237308s] ... ok {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.175577s] ... ok {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.104636s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.390926s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.034078s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.043860s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.671920s] ... 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 585a5c96-2420-4eaa-8c1e-d4d917e2a34d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:02,865 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/bc124345e5c44bb788a5f1d968efd8e4/os-quota-sets/8523a6bc3cdb4df1be385e2fa5c4d626?usage=True 0.041s 2023-04-17 17:40:02,866 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35ac11e8-15d5-42a1-b59a-6f1af760f5bc', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35ac11e8-15d5-42a1-b59a-6f1af760f5bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc124345e5c44bb788a5f1d968efd8e4/os-quota-sets/8523a6bc3cdb4df1be385e2fa5c4d626?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": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:03,204 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes 0.329s 2023-04-17 17:40:03,204 80201 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-1717372574"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c88d4057-5b10-4a20-be0b-2a0baef3ec15', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c88d4057-5b10-4a20-be0b-2a0baef3ec15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes'} Body: b'{"volume": {"id": "585a5c96-2420-4eaa-8c1e-d4d917e2a34d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:03.140499", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1717372574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:40:03,255 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.040s 2023-04-17 17:40:03,255 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d23945-5eb6-4099-ad1f-1ea6dc6d8803', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23d23945-5eb6-4099-ad1f-1ea6dc6d8803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'{"volume": {"id": "585a5c96-2420-4eaa-8c1e-d4d917e2a34d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:03.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1717372574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:04,310 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.043s 2023-04-17 17:40:04,310 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d10b13a-0398-4f72-a145-5fc116aa7b08', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d10b13a-0398-4f72-a145-5fc116aa7b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'{"volume": {"id": "585a5c96-2420-4eaa-8c1e-d4d917e2a34d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:03.000000", "updated_at": "2023-04-17T17:40:03.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1717372574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:04,360 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.037s 2023-04-17 17:40:04,360 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-740369c8-46dc-4761-b428-bacc58c2a7fd', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-740369c8-46dc-4761-b428-bacc58c2a7fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'{"volume": {"id": "585a5c96-2420-4eaa-8c1e-d4d917e2a34d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:03.000000", "updated_at": "2023-04-17T17:40:03.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1717372574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:04,469 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.097s 2023-04-17 17:40:04,470 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40: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-16f19f0e-0125-4389-a516-5e3dc5d411b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'' 2023-04-17 17:40:04,493 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.023s 2023-04-17 17:40:04,493 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40: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-66669c2c-c3b9-423d-91e2-22576f1e1304', 'x-openstack-request-id': 'req-66669c2c-c3b9-423d-91e2-22576f1e1304', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 585a5c96-2420-4eaa-8c1e-d4d917e2a34d could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.517819s] ... 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 fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:04,676 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes 0.178s 2023-04-17 17:40:04,676 80201 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-1946164849"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4b0d650-f4f4-46ca-89f3-932e3ed89fd8', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4b0d650-f4f4-46ca-89f3-932e3ed89fd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes'} Body: b'{"volume": {"id": "fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:04.618051", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1946164849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:40:04,728 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.042s 2023-04-17 17:40:04,728 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc0eb75-45fd-4e54-a8a5-21dec236e777', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc0eb75-45fd-4e54-a8a5-21dec236e777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'{"volume": {"id": "fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:05.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1946164849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:05,782 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.042s 2023-04-17 17:40:05,783 80201 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb4ec686-2e6d-4015-b0c6-d670a88bb228', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb4ec686-2e6d-4015-b0c6-d670a88bb228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'{"volume": {"id": "fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:05.000000", "updated_at": "2023-04-17T17:40:05.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1946164849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:05,831 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.037s 2023-04-17 17:40:05,832 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-376c2ede-5faf-4fa9-973c-45a8799056eb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376c2ede-5faf-4fa9-973c-45a8799056eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'{"volume": {"id": "fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:05.000000", "updated_at": "2023-04-17T17:40:05.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1946164849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:05,949 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.105s 2023-04-17 17:40:05,949 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:05 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1239189b-435d-42f7-ad73-35485403627a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'' 2023-04-17 17:40:06,012 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.062s 2023-04-17 17:40:06,013 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-049ffdc3-216c-427e-8c8f-75cba3648285', 'x-openstack-request-id': 'req-049ffdc3-216c-427e-8c8f-75cba3648285', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.054244s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.286705s] ... ok {4} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.146655s] ... 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 1826358b-b8ab-4cfe-87a2-ab0e0722ad88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:04,519 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58 0.242s 2023-04-17 17:38:04,519 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff2e19c0-169f-4a52-8a0f-d85bd57dd6f2', 'x-compute-request-id': 'req-ff2e19c0-169f-4a52-8a0f-d85bd57dd6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58'} Body: b'{"server": {"id": "b5fd68bf-3827-41f7-9ffa-ce1060e95f58", "name": "tempest-ServersNegativeTestJSON-server-720085354", "status": "ACTIVE", "tenant_id": "b5413283bcdd4120a73a64d76459853a", "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "metadata": {}, "hostId": "5c1ea77484c9dd4de1246577d36f31fec32604cc05ef58758fcdaf5f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:30Z", "updated": "2023-04-17T17:33:51Z", "addresses": {"tempest-ServersNegativeTestJSON-24618206-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:39:04,980 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes 0.447s 2023-04-17 17:39:04,980 80207 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-1989854593"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3131151a-4c58-4317-8b5e-e550573c00e4', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3131151a-4c58-4317-8b5e-e550573c00e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes'} Body: b'{"volume": {"id": "1826358b-b8ab-4cfe-87a2-ab0e0722ad88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:04.875021", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1989854593", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:05,034 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88 0.044s 2023-04-17 17:39:05,034 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6464624c-1ffb-40b6-944b-c60b51a9bb6f', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6464624c-1ffb-40b6-944b-c60b51a9bb6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88'} Body: b'{"volume": {"id": "1826358b-b8ab-4cfe-87a2-ab0e0722ad88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:05.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1989854593", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5413283bcdd4120a73a64d76459853a"}}' 2023-04-17 17:39:06,097 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88 0.051s 2023-04-17 17:39:06,097 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acd9f151-db65-4837-8dcc-428a3c36d4be', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acd9f151-db65-4837-8dcc-428a3c36d4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88'} Body: b'{"volume": {"id": "1826358b-b8ab-4cfe-87a2-ab0e0722ad88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:05.000000", "updated_at": "2023-04-17T17:39:05.000000", "name": "tempest-ServersNegativeTestJSON-volume-1989854593", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "b5413283bcdd4120a73a64d76459853a"}}' 2023-04-17 17:39:06,350 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58 0.241s 2023-04-17 17:39:06,350 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b5793a4-8315-4a13-9645-8405f8324d05', 'x-compute-request-id': 'req-3b5793a4-8315-4a13-9645-8405f8324d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58'} Body: b'{"server": {"id": "b5fd68bf-3827-41f7-9ffa-ce1060e95f58", "name": "tempest-ServersNegativeTestJSON-server-720085354", "status": "ACTIVE", "tenant_id": "b5413283bcdd4120a73a64d76459853a", "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "metadata": {}, "hostId": "5c1ea77484c9dd4de1246577d36f31fec32604cc05ef58758fcdaf5f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:30Z", "updated": "2023-04-17T17:33:51Z", "addresses": {"tempest-ServersNegativeTestJSON-24618206-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [166.933962s] ... 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 fdad26d9-de2a-45b2-a3de-5c6f79b78a59 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:23,034 80219 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:37:23,034 80219 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:37:23,091 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-04-17 17:37:23,092 80219 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-501140789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7oj3RfhOOZsiMYhbgELLph77i7sLLfkOvTH2ZYOx1HfgFf0nbxf2T7jQ+RnBva7hLR6sz80T8q12VwQM0sZjdDcA1VNWsYvyjABWtgWWgYzEZTZqbMPJqWLlnOgR0W6w=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b45ef0f-4524-4336-b995-fc6a4827876e', 'x-compute-request-id': 'req-2b45ef0f-4524-4336-b995-fc6a4827876e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-501140789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7oj3RfhOOZsiMYhbgELLph77i7sLLfkOvTH2ZYOx1HfgFf0nbxf2T7jQ+RnBva7hLR6sz80T8q12VwQM0sZjdDcA1VNWsYvyjABWtgWWgYzEZTZqbMPJqWLlnOgR0W6w==", "fingerprint": "d8:d5:57:79:f4:c4:50:69:b4:d8:01:1d:19:16:ee:5f", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd"}}' 2023-04-17 17:37:23,094 80219 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-501140789 created 2023-04-17 17:37:23,260 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.165s 2023-04-17 17:37:23,260 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1536001981", "description": "tempest-description--1933873947"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-7b3a127b-4db0-420c-a34a-0b19ba458c11', 'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "name": "tempest-securitygroup--1536001981", "stateful": true, "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "description": "tempest-description--1933873947", "shared": false, "security_group_rules": [{"id": "093d8b16-be42-45cc-87c9-9fe3c25e5807", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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": 651, "description": null, "tags": [], "created_at": "2023-04-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}, {"id": "6aff890f-580d-4dab-82fd-829c7913ee32", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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": 652, "description": null, "tags": [], "created_at": "2023-04-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}], "tags": [], "created_at": "2023-04-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 1, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:37:23,421 80219 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-17 17:37:23,421 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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-0e31ea0e-14d6-4c31-9d23-990aab53b7e9', 'date': 'Mon, 17 Apr 2023 17:37:23 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": "a445e470-a411-4436-be8b-531b76268c68", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:37:23,608 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-17 17:37:23,608 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b1df9825-2d28-498f-805f-9b3a20d858b7', 'date': 'Mon, 17 Apr 2023 17:37:23 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": "6f219966-eed2-4133-8ca3-bf2fe082a24b", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:37:23,609 80219 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1536001981 created 2023-04-17 17:37:24,537 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.928s 2023-04-17 17:37:24,538 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-fc7acb22-1851-45a1-a908-da962004a3ea', 'date': 'Mon, 17 Apr 2023 17:37:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6eb62bfe-d7ad-467c-9385-24846a9b5314", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "floating_ip_address": "172.24.4.4", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:37:24Z", "updated_at": "2023-04-17T17:37:24Z", "revision_number": 0}}' 2023-04-17 17:37:24,538 80219 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6eb62bfe-d7ad-467c-9385-24846a9b5314', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'floating_ip_address': '172.24.4.4', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:37:24Z', 'updated_at': '2023-04-17T17:37:24Z', 'revision_number': 0, 'ip': '172.24.4.4'} created 2023-04-17 17:37:24,625 80219 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.081s 2023-04-17 17:37:24,625 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a7f9116-b9a6-41af-b602-eb075e0d78fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c9e3172f6aeb401cbea2e81c86c614fd", "name": "tempest-AttachVolumeShelveTestJSON-993962804-project-member", "password_expires_at": null}, "audit_ids": ["dJbfQcUpT322zyRKfZ-Vng"], "expires_at": "2023-04-17T18:37:24.000000Z", "issued_at": "2023-04-17T17:37:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "name": "tempest-AttachVolumeShelveTestJSON-993962804"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "inte rface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:37:24,626 80219 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'e0742a03-1fe4-4912-8730-b7fd4fdc4bf3', 'name': 'tempest-AttachVolumeShelveTestJSON-1075481871-network', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16797, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:19Z', 'updated_at': '2023-04-17T17:34:19Z', 'revision_number': 1} available for tenant 2023-04-17 17:37:24,626 80219 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-501140789', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7oj3RfhOOZsiMYhbgELLph77i7sLLfkOvTH2ZYOx1HfgFf0nbxf2T7jQ+RnBva7hLR6sz80T8q12VwQM0sZjdDcA1VNWsYvyjABWtgWWgYzEZTZqbMPJqWLlnOgR0W6w==', 'fingerprint': 'd8:d5:57:79:f4:c4:50:69:b4:d8:01:1d:19:16:ee:5f', 'user_id': 'c9e3172f6aeb401cbea2e81c86c614fd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCn2dDToYpiejdWP1PDKFGJ9PEWAwn8zScEdyq6s6LiA5YaK7hrV1Da\ngSun+T6+JVWgBwYFK4EEACKhZANiAAQe6I90X4TjmbIjGIW4BCy6Ye+4u7Cy35Dr\n0x9mWDsdR34BX9J28X9k+40PkZwb2u4S0erM/NE/KtdlcEDNLGY3Q3ANVTVrGL8o\nwAVrYFloGMxGU2amzDyali5ZzoEdFus=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ce5f37c9-d38c-4263-9286-4b2d38e7d66a', 'name': 'tempest-securitygroup--1536001981', 'stateful': True, 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': 'tempest-description--1933873947', 'shared': False, 'security_group_rules': [{'id': '093d8b16-be42-45cc-87c9-9fe3c25e5807', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'security_group_id': 'ce5f37c9-d38c-4263-9286-4b2d38e7d66a', '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': 651, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:37:23Z', 'updated_at': '2023-04-17T17:37:23Z', 'revision_number': 0, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}, {'id': '6aff890f-580d-4dab-82fd-829c7913ee32', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'security_group_id': 'ce5f37c9-d38c-4263-9286-4b2d38e7d66a', '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': 652, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:37:23Z', 'updated_at': '2023-04-1 7T17:37:23Z', 'revision_number': 0, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}], 'tags': [], 'created_at': '2023-04-17T17:37:23Z', 'updated_at': '2023-04-17T17:37:23Z', 'revision_number': 1, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}, 'floating_ip': {'id': '6eb62bfe-d7ad-467c-9385-24846a9b5314', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'floating_ip_address': '172.24.4.4', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:37:24Z', 'updated_at': '2023-04-17T17:37:24Z', 'revision_number': 0, 'ip': '172.24.4.4'}} 2023-04-17 17:37:25,440 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.812s 2023-04-17 17:37:25,440 80219 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-1617736297", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3"}], "security_groups": [{"name": "tempest-securitygroup--1536001981"}], "key_name": "tempest-keypair-501140789", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e', '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-d99ada2e-0790-4569-a0e4-097394be5640', 'x-compute-request-id': 'req-d99ada2e-0790-4569-a0e4-097394be5640', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dceda472-fdb2-481b-8be3-10a3411b793e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1536001981"}], "adminPass": "password"}}' 2023-04-17 17:37:25,554 80219 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/dceda472-fdb2-481b-8be3-10a3411b793e 0.111s 2023-04-17 17:37:25,555 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:25 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-d4d42525-20b9-4582-8b02-761254cd7c92', 'x-compute-request-id': 'req-d4d42525-20b9-4582-8b02-761254cd7c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'{"server": {"id": "dceda472-fdb2-481b-8be3-10a3411b793e", "name": "tempest-AttachVolumeShelveTestJSON-server-1617736297", "status": "BUILD", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6 aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:37:25Z", "updated": "2023-04-17T17:37:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-501140789", "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-17 17:38:15,854 80219 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/dceda472-fdb2-481b-8be3-10a3411b793e 0.237s 2023-04-17 17:38:15,855 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1588', '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-b787c17c-19f4-4fb2-8899-2182952f076f', 'x-compute-request-id': 'req-b787c17c-19f4-4fb2-8899-2182952f076f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'{"server": {"id": "dceda472-fdb2-481b-8be3-10a3411b793e", "name": "tempest-AttachVolumeShelveTestJSON-server-1617736297", "status": "ACTIVE", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "91b5507a2c779c7e6bff04e69804d516c6830b8607b8f5d237dbbbcc", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:37:25Z", "updated": "2023-04-17T17:37:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:d5:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-501140789", "OS-SRV-USG:launched_at": "2023-04-17T17:37:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1536001981"}], "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-17 17:38:15,868 80219 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:39:16,084 80219 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/dceda47 2-fdb2-481b-8be3-10a3411b793e/os-interface 0.158s 2023-04-17 17:39:16,084 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18b61f6c-397b-41fa-a93f-c1a6b42420af', 'x-compute-request-id': 'req-18b61f6c-397b-41fa-a93f-c1a6b42420af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3", "port_id": "cd1abbbd-2cd8-431f-bd32-4824d370714c", "mac_addr": "fa:16:3e:c6:d5:c7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c52c4d42-bcb5-4b70-bdf5-207f817333d0", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 17:39:17,012 80219 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/6eb62bfe-d7ad-467c-9385-24846a9b5314 0.923s 2023-04-17 17:39:17,012 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "cd1abbbd-2cd8-431f-bd32-4824d370714c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-95a9b636-59c9-48be-97cb-9053d8d57727', 'date': 'Mon, 17 Apr 2023 17:39:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6eb62bfe-d7ad-467c-9385-24846a9b5314'} Body: b'{"floatingip": {"id": "6eb62bfe-d7ad-467c-9385-24846a9b5314", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "floating_ip_address": "172.24.4.4", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "b12cfe48-8576-4756-9c68-d4b521da9cd1", "port_id": "cd1abbbd-2cd8-431f-bd32-4824d370714c", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3", "mac_address": "fa:16:3e:c6:d5:c7", "admin_state_up": true, "status": "ACTIVE", "device_id": "dceda472-fdb2-481b-8be3-10a3411b793e", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:37:24Z", "updated_at": "2023-04-17T17:39:16Z", "revision_number": 1, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:39:17,013 80219 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.4:22' as 'cirros' with public key authentication 2023-04-17 17:39:17,046 80219 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:39:17,068 80219 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:39:17,069 80219 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.4 successfully created 2023-04-17 17:39:17,106 80219 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/dceda472-fdb2-481b-8be3-10a3411b793e/ips 0.037s 2023-04-17 17:39:17,107 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x- openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9919dc0c-d071-4c46-a13f-7ba178229bc4', 'x-compute-request-id': 'req-9919dc0c-d071-4c46-a13f-7ba178229bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-17 17:39:17,329 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes 0.219s 2023-04-17 17:39:17,329 80219 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-2061977448"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0cbd9c2-e280-417b-8a8b-29cd8728d171', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0cbd9c2-e280-417b-8a8b-29cd8728d171', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes'} Body: b'{"volume": {"id": "fdad26d9-de2a-45b2-a3de-5c6f79b78a59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:17.260780", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2061977448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}], "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:17,388 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59 0.040s 2023-04-17 17:39:17,388 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f12a443f-5a67-4524-ab2c-ddee1312e104', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f12a443f-5a67-4524-ab2c-ddee1312e104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59'} Body: b'{"volume": {"id": "fdad26d9-de2a-45b2-a3de-5c6f79b78a59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:17.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2061977448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}], "user_id": "c9e3172f6aeb4 01cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:39:18,446 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59 0.045s 2023-04-17 17:39:18,446 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9823d9f0-aa91-445d-9fa1-d239d9a6b700', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9823d9f0-aa91-445d-9fa1-d239d9a6b700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59'} Body: b'{"volume": {"id": "fdad26d9-de2a-45b2-a3de-5c6f79b78a59", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:17.000000", "updated_at": "2023-04-17T17:39:17.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2061977448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}], "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:39:18,627 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e 0.170s 2023-04-17 17:39:18,628 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39: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-31f682e5-c7cb-4478-8381-bad39f0b4ffb', 'x-compute-request-id': 'req-31f682e5-c7cb-4478-8381-bad39f0b4ffb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'' 2023-04-17 17:39:18,900 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e 0.272s 2023-04-17 17:39:18,900 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:18 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-f5928e7b-65ce-4d0e-a371-7ff8bf216631', 'x-compute-request-id': 'req-f59 28e7b-65ce-4d0e-a371-7ff8bf216631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'{"server": {"id": "dceda472-fdb2-481b-8be3-10a3411b793e", "name": "tempest-AttachVolumeShelveTestJSON-server-1617736297", "status": "ACTIVE", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "91b5507a2c779c7e6bff04e69804d516c6830b8607b8f5d237dbbbcc", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:37:25Z", "updated": "2023-04-17T17:39:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:d5:c7"}, {"version": 4, "addr": "172.24.4.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:d5:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-501140789", "OS-SRV-USG:launched_at": "2023-04-17T17:37:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1536001981"}], "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-17 17:40:09,250 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e 0.288s 2023-04-17 17:40:09,250 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:08 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-1c9b716a-a5e2-4a9d-8e3d-8db0c9c8e39e', 'x-compute-request-id': 'req-1c9b716a-a5e2-4a9d-8e3d-8db0c9c8e39e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dceda472-fdb2-481b-8be3-10a3411b793e could not be found."}}' 2023-04-17 17:40:09,280 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-501140789 0.028s 2023-04-17 17:40:09,280 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40: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-2454c694-815e-420c-982d-072a34ba1544', 'x-compute-request-id': 'req-2454c694-815e-420c-982d-072a34ba1544', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-50114078 9'} Body: b'' 2023-04-17 17:40:09,476 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ce5f37c9-d38c-4263-9286-4b2d38e7d66a 0.196s 2023-04-17 17:40:09,477 80219 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-406dd3c7-be08-4906-bfd3-092e50c9b760', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:40:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce5f37c9-d38c-4263-9286-4b2d38e7d66a'} Body: b'' 2023-04-17 17:40:09,495 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ce5f37c9-d38c-4263-9286-4b2d38e7d66a 0.018s 2023-04-17 17:40:09,495 80219 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-d7d22272-b4e9-4ffc-98e6-424dc01bc978', 'date': 'Mon, 17 Apr 2023 17:40:09 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce5f37c9-d38c-4263-9286-4b2d38e7d66a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ce5f37c9-d38c-4263-9286-4b2d38e7d66a does not exist", "detail": ""}}' 2023-04-17 17:40:09,966 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/6eb62bfe-d7ad-467c-9385-24846a9b5314 0.470s 2023-04-17 17:40:09,967 80219 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-e277b263-40fb-43fc-b3f8-098b8212de2c', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:40:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6eb62bfe-d7ad-467c-9385-24846a9b5314'} Body: b'' {1} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 6fea0d32-40ff-4da5-b5b1-cf5c149fe4d3 failed to build and is in ERROR status {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.510868s] ... 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 23f07cad-1a62-4c9b-80a4-70722ff318f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:14,668 80201 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes 0.379s 2023-04-17 17:40:14,668 80201 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-374925097"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dff2247-6b7c-4865-99bc-c96246ba3dca', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dff2247-6b7c-4865-99bc-c96246ba3dca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes'} Body: b'{"volume": {"id": "23f07cad-1a62-4c9b-80a4-70722ff318f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:14.596832", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-374925097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}], "user_id": "77c568324b074beaa8b74846b35d649e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:40:14,726 80201 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1 0.048s 2023-04-17 17:40:14,726 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5acdbed1-d6c1-4566-a7d6-8d4f2aec58c0', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5acdbed1-d6c1-4566-a7d6-8d4f2aec58c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1'} Body: b'{"volume": {"id": "23f07cad-1a62-4c9b-80a4-70722ff318f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:15.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-374925097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}], "user_id": "77c568324b074beaa8b74846b35d649e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97e05cfffb83458486c6835b14f69a76"}}' 2023-04-17 17:40:15,786 80201 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad- 1a62-4c9b-80a4-70722ff318f1 0.047s 2023-04-17 17:40:15,786 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e22c66a6-c396-4d7f-9b60-00d90fcef56c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e22c66a6-c396-4d7f-9b60-00d90fcef56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1'} Body: b'{"volume": {"id": "23f07cad-1a62-4c9b-80a4-70722ff318f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:15.000000", "updated_at": "2023-04-17T17:40:15.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-374925097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}], "user_id": "77c568324b074beaa8b74846b35d649e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97e05cfffb83458486c6835b14f69a76"}}' {10} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.591243s] ... 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 7d607ca0-1a69-41b5-aea1-3b9f55137701 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:14,836 80219 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.447s 2023-04-17 17:40:14,837 80219 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-491679588"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/7d607ca0-1a69-41b5-aea1-3b9f55137701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf9f3da4-6a82-4f29-99d3-7aec1973fccd', 'x-compute-request-id': 'req-cf9f3da4-6a82-4f29-99d3-7aec1973fccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "7d607ca0-1a69-41b5-aea1-3b9f55137701", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:40:14.726332", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-491679588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-17 17:40:14,901 80219 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/7d607ca0-1a69-41b5-aea1-3b9f55137701 0.058s 2023-04-17 17:40:14,902 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:14 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-fb0cda34-a3a4-4fd6-8fe0-0e9bd47f9af0', 'x-compute-request-id': 'req-fb0cda34-a3a4-4fd6-8fe0-0e9bd47f9af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7d607ca0-1a69-41b5-aea1-3b9f55137701'} Body: b'{"volume": {"id": "7d607ca0-1a69-41b5-aea1-3b9f55137701", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:40:15.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-491679588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-17 17:40:15,972 80219 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/7d607ca0-1a69-41b5-aea1-3b9f55137701 0.065s 2023-04-17 17:40:15,973 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:15 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-148be83a-3067-4d29-984d-5d1430fbf070', 'x-compute-request-id': 'req-148be83a-3067-4d29-984d-5d1430fbf070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7d607ca0-1a69-41b5-aea1-3b9f55137701'} Body: b'{"volume": {"id": "7d607ca0-1a69-41b5-aea1-3b9f55137701", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T1 7:40:15.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-491679588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {10} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.183156s] ... ok {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.016818s] ... ok {1} 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 52c66811-5b75-4104-afdc-32e29481c3c8 failed to build and is in ERROR status {10} setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 aa4d6727-00bb-4afa-bb20-8dbf7a8f68b5 failed to build and is in ERROR status {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.017288s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.019072s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.121139s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.019328s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.024803s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.017890s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.018237s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.013121s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.014029s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.033998s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.037588s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.031857s] ... ok {10} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {9} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [122.546295s] ... 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 f9446c70-d315-416c-9705-1b4dddda3436 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:39:24,186 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.217s 2023-04-17 17:39:24,186 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74526ede-8869-4ae4-b5b6-8001f9716e2a', 'x-compute-request-id': 'req-74526ede-8869-4ae4-b5b6-8001f9716e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:39:24,495 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.297s 2023-04-17 17:39:24,495 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8daeb927-8259-4661-8d41-088eb747fcea', 'x-compute-request-id': 'req-8daeb927-8259-4661-8d41-088eb747fcea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:39:24,702 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.194s 2023-04-17 17:39:24,702 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0479ece0-6c24-432a-93c8-be1c5e3120b4', 'x-compute-request-id': 'req-0479ece0-6c24-432a-93c8-be1c5e3120b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:40:25,109 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/6952e 4623737462a8b8f31ada0786922/volumes 0.355s 2023-04-17 17:40:25,110 80217 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-1647050843"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb92c07f-035c-41af-ac2e-8269cb7fa791', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb92c07f-035c-41af-ac2e-8269cb7fa791', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes'} Body: b'{"volume": {"id": "f9446c70-d315-416c-9705-1b4dddda3436", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:25.050015", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1647050843", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:40:25,160 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436 0.041s 2023-04-17 17:40:25,161 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb0cc3f-f767-4cb5-873f-9a9f7aabdeb0', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb0cc3f-f767-4cb5-873f-9a9f7aabdeb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436'} Body: b'{"volume": {"id": "f9446c70-d315-416c-9705-1b4dddda3436", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:25.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1647050843", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:40:26,226 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436 0.054s 2023-04-17 17:40:26,227 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05def6b3-801e-4d85-8c03-54d67f4f63b1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05def6b3-801e-4d85-8c03-54d67f4f63b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436'} Body: b'{"volume": {"id": "f9446c70-d315-416c-9705-1b4dddda3436", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:25.000000", "updated_at": "2023-04-17T17:40:25.000000", "name": "tempest-ServerActionsTestJSON-volume-1647050843", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:40:26,237 80217 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-17 17:40:26,471 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.233s 2023-04-17 17:40:26,471 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b9473f4-561d-45ed-a366-82a20ae5e616', 'x-compute-request-id': 'req-6b9473f4-561d-45ed-a366-82a20ae5e616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": nul l, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.714834s] ... 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 f08241fd-f22d-40bc-959c-b651f54209fa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:39:09,607 80205 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:39:09,608 80205 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:39:09,657 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2023-04-17 17:39:09,658 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1774007176", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAo9N9SBuJhclT8juo+8b12wFHt6NAGkiNJ7ehKBJpONVCEdE5A5Z07CTu/29gUxG4MbfJbnV7zB79yx1xwbUeMcly3EFdfbDUvERXf8MjB5TvVw2q1v1JpXpPJwCgl4Q=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9f2bf49-bade-4169-a06d-c7b83dc41d07', 'x-compute-request-id': 'req-d9f2bf49-bade-4169-a06d-c7b83dc41d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1774007176", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAo9N9SBuJhclT8juo+8b12wFHt6NAGkiNJ7ehKBJpONVCEdE5A5Z07CTu/29gUxG4MbfJbnV7zB79yx1xwbUeMcly3EFdfbDUvERXf8MjB5TvVw2q1v1JpXpPJwCgl4Q==", "fingerprint": "b1:2d:af:55:ec:7b:b4:47:ee:e5:d0:0c:34:8d:cb:06", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8"}}' 2023-04-17 17:39:09,660 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1774007176 created 2023-04-17 17:39:09,818 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.157s 2023-04-17 17:39:09,818 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1006767162", "description": "tempest-description--2105630165"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-fcbe4ed9-44c6-4b4f-aa20-cbd3b3342080', 'date': 'Mon, 17 Apr 2023 17:39:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "name": "tempest-securitygroup--1006767162", "stateful": true, "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "description": "tempest-description--2105630165", "shared": false, "security_group_rules": [{"id": "5f6167fe-5658-4d63-962b-82257d98e151", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "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": 740, "description": null, "tags": [], "created_at": "2023-04-17T17:39:09Z", "updated_at": "2023-04-17T17:39:09Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}, {"id": "87b52fcd-8639-4b7e-a7ff-9bcba7db8e34", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "ethertype": "IPv4", "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": 739, "description": null, "tags": [], "created_at": "2023-04-17T17:39:09Z", "updated_at": "2023-04-17T17:39:09Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}], "tags": [], "created_at": "2023-04-17T17:39:09Z", "updated_at": "2023-04-17T17:39:09Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:39:09,976 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-04-17 17:39:09,976 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "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-9efcce78-1516-4453-9321-22dc146ffac9', 'date': 'Mon, 17 Apr 2023 17:39:09 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": "5b459463-1035-47bc-81d0-9f1601572586", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "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-17T17:39:09Z", "updated_at": "2023-04-17T17:39:09Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:39:10,152 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-17 17:39:10,153 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fa3a3750-6b7b-4c9e-a15d-218f4a3d2d34', 'date': 'Mon, 17 Apr 2023 17:39: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": "f96271ae-b6d5-445b-9dce-c9fbb55c0083", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "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-17T17:39:10Z", "updated_at": "2023-04-17T17:39:10Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:39:10,153 80205 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1006767162 created 2023-04-17 17:39:10,934 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.780s 2023-04-17 17:39:10,934 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-409f08ad-6a03-4042-a6fd-9b776fd01b90', 'date': 'Mon, 17 Apr 2023 17:39:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0f74aa4e-11cf-4711-94cc-6d229a5e8321", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.91", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "70d10a379e4e420e9c66476ae0b10507", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:39:10Z", "updated_at": "2023-04-17T17:39:10Z", "revision_number": 0}}' 2023-04-17 17:39:10,935 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0f74aa4e-11cf-4711-94cc-6d229a5e8321', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.91', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:39:10Z', 'updated_at': '2023-04-17T17:39:10Z', 'revision_number': 0, 'ip': '172.24.4.91'} created 2023-04-17 17:39:10,979 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-04-17 17:39:10,980 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:10 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-f16b5277-e667-4da5-8f5e-c96e3da47210', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6cbcda57441d43e0bb8dfee4768df2a8", "name": "tempest-AttachVolumeNegativeTest-469494846-project-member", "password_expires_at": null}, "audit_ids": ["xZ6boqvEQAi8SkJKn-mBSw"], "expires_at": "2023-04-17T18:39:10.000000Z", "issued_at": "2023-04-17T17:39:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70d10a379e4e420e9c66476ae0b10507", "name": "tempest-AttachVolumeNegativeTest-469494846"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volu me/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:39:10,980 80205 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'af0f7e21-142e-450a-9674-ea24c1cbc9aa', 'name': 'tempest-AttachVolumeNegativeTest-1104956119-network', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34068, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:10Z', 'revision_number': 1} available for tenant 2023-04-17 17:39:10,980 80205 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1774007176', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAo9N9SBuJhclT8juo+8b12wFHt6NAGkiNJ7ehKBJpONVCEdE5A5Z07CTu/29gUxG4MbfJbnV7zB79yx1xwbUeMcly3EFdfbDUvERXf8MjB5TvVw2q1v1JpXpPJwCgl4Q==', 'fingerprint': 'b1:2d:af:55:ec:7b:b4:47:ee:e5:d0:0c:34:8d:cb:06', 'user_id': '6cbcda57441d43e0bb8dfee4768df2a8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAWf3ouV6ypYkJeLddsBWdCG+0Ym/rf7hI5dS9Zwf9MDfmdFjPC47KY\n5ZLdZOinTaqgBwYFK4EEACKhZANiAATgKPTfUgbiYXJU/I7qPvG9dsBR7ejQBpIj\nSe3oSgSaTjVQhHROQOWdOwk7v9vYFMRuDG3yW51e8we/csdccG1HjHJctxBXX2w1\nLxEV3/DIweU71cNqtb9SaV6TycAoJeE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '14668095-408c-4d20-b1dd-47a83e2bc76d', 'name': 'tempest-securitygroup--1006767162', 'stateful': True, 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'description': 'tempest-description--2105630165', 'shared': False, 'security_group_rules': [{'id': '5f6167fe-5658-4d63-962b-82257d98e151', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': '14668095-408c-4d20-b1dd-47a83e2bc76d', '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': 740, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:39:09Z', 'updated_at': '2023-04-17T17:39:09Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, {'id': '87b52fcd-8639-4b7e-a7ff-9bcba7db8e34', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': '14668095-408c-4d20-b1dd-47a83e2bc76d', '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': 739, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:39:09Z', 'updated_at': '2023-04-17T17:39:09Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}], 'tags': [], 'created_ at': '2023-04-17T17:39:09Z', 'updated_at': '2023-04-17T17:39:09Z', 'revision_number': 1, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, 'floating_ip': {'id': '0f74aa4e-11cf-4711-94cc-6d229a5e8321', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.91', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:39:10Z', 'updated_at': '2023-04-17T17:39:10Z', 'revision_number': 0, 'ip': '172.24.4.91'}} 2023-04-17 17:39:11,835 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.853s 2023-04-17 17:39:11,835 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1911310289", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "af0f7e21-142e-450a-9674-ea24c1cbc9aa"}], "security_groups": [{"name": "tempest-securitygroup--1006767162"}], "key_name": "tempest-keypair-1774007176", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbfc201d-c003-48a7-834d-43247589516e', 'x-compute-request-id': 'req-dbfc201d-c003-48a7-834d-43247589516e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "30e45106-0ac1-4580-9945-e90c1a410e21", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1006767162"}], "adminPass": "password"}}' 2023-04-17 17:39:11,913 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.075s 2023-04-17 17:39:11,914 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:11 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-2ea3cf86-6ab5-4bc7-9738-b474ac8123a5', 'x-compute-request-id': 'req-2ea3cf86-6ab5-4bc7-9738-b474ac8123a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'{"server": {"id": "30e45106-0ac1-4580-9945-e90c1a410e21", "name": "tempest-AttachVolumeNegativeTest-server-1911310289", "status": "BUILD", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavo r": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:39:12Z", "updated": "2023-04-17T17:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1774007176", "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-17 17:40:02,189 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.223s 2023-04-17 17:40:02,189 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:01 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-faa1469d-9cdd-450a-9ff3-0e6725b39d71', 'x-compute-request-id': 'req-faa1469d-9cdd-450a-9ff3-0e6725b39d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'{"server": {"id": "30e45106-0ac1-4580-9945-e90c1a410e21", "name": "tempest-AttachVolumeNegativeTest-server-1911310289", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:39:11Z", "updated": "2023-04-17T17:39:18Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b3:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1774007176", "OS-SRV-USG:launched_at": "2023-04-17T17:39:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1006767162"}], "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-17 17:40:02,201 80205 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:41:02,432 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21/os-interface 0.174s 2023-04-17 17:41:02,433 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:02 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-c8640549-01f5-4af5-8c4f-21448646ea20', 'x-compute-request-id': 'req-c8640549-01f5-4af5-8c4f-21448646ea20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "port_id": "32bf69f3-b016-42ff-967d-6d437b60953a", "mac_addr": "fa:16:3e:08:b3:d0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "de4db7db-88fc-4ae3-ac6e-523e4a1eebae", "ip_address": "10.0.0.4"}]}]}' 2023-04-17 17:41:03,634 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/0f74aa4e-11cf-4711-94cc-6d229a5e8321 1.194s 2023-04-17 17:41:03,635 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "32bf69f3-b016-42ff-967d-6d437b60953a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-dd295375-54d0-45e8-9470-bebd166f5984', 'date': 'Mon, 17 Apr 2023 17:41:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0f74aa4e-11cf-4711-94cc-6d229a5e8321'} Body: b'{"floatingip": {"id": "0f74aa4e-11cf-4711-94cc-6d229a5e8321", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.91", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "3d1dc916-d96c-442f-a813-73f3b68d7e88", "port_id": "32bf69f3-b016-42ff-967d-6d437b60953a", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "mac_address": "fa:16:3e:08:b3:d0", "admin_state_up": true, "status": "ACTIVE", "device_id": "30e45106-0ac1-4580-9945-e90c1a410e21", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:39:10Z", "updated_at": "2023-04-17T17:41:02Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:41:03,636 80205 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.91:22' as 'cirros' with public key authentication 2023-04-17 17:41:03,666 80205 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:41:03,687 80205 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:41:03,688 80205 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.91 successfully created 2023-04-17 17:41:03,736 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21/ips 0.047s 2023-04-17 17:41:03,737 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:03 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-97520b98-4b62-4e59-8488-a862739748df', 'x-compute-request-id': 'req-97520b98-4b62-4e59-8488-a862739748df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2023-0 4-17 17:41:03,959 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes 0.219s 2023-04-17 17:41:03,960 80205 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-310253750"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1670a38f-3843-47d9-b162-04df65c0743b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1670a38f-3843-47d9-b162-04df65c0743b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes'} Body: b'{"volume": {"id": "f08241fd-f22d-40bc-959c-b651f54209fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:03.895538", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-310253750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:41:04,013 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa 0.043s 2023-04-17 17:41:04,013 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aea39e5-b2f2-4d38-8774-fe9994498984', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aea39e5-b2f2-4d38-8774-fe9994498984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa'} Body: b'{"volume": {"id": "f08241fd-f22d-40bc-959c-b651f54209fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:04.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-310253750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:41:05,070 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa 0.044s 2023-04-17 17:41:05,071 80205 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7509296c-d22d-4e47-a517-6ca21258fc1c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7509296c-d22d-4e47-a517-6ca21258fc1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa'} Body: b'{"volume": {"id": "f08241fd-f22d-40bc-959c-b651f54209fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:04.000000", "updated_at": "2023-04-17T17:41:04.000000", "name": "tempest-AttachVolumeNegativeTest-volume-310253750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:41:05,202 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.119s 2023-04-17 17:41:05,202 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7369489-9edb-4bd8-8cfd-5fd8988bedf6', 'x-compute-request-id': 'req-d7369489-9edb-4bd8-8cfd-5fd8988bedf6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'' 2023-04-17 17:41:05,517 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.315s 2023-04-17 17:41:05,518 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:05 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-ee714d60-49f7-4871-bb12-49272e7ceedb', 'x-compute-request-id': 'req-ee714d60-49f7-4871-bb12-49272e7ceedb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'{"server": {"id": "30e45106-0ac1-4580-9945-e90c1a410e21", "name": "tempest-AttachVolumeNegativeTest-server-1911310289", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738 b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:39:11Z", "updated": "2023-04-17T17:41:05Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b3:d0"}, {"version": 4, "addr": "172.24.4.91", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b3:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1774007176", "OS-SRV-USG:launched_at": "2023-04-17T17:39:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1006767162"}], "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-17 17:41:55,585 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.044s 2023-04-17 17:41:55,586 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f1315007-ed33-41e9-949a-1a36b2336575', 'x-compute-request-id': 'req-f1315007-ed33-41e9-949a-1a36b2336575', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 30e45106-0ac1-4580-9945-e90c1a410e21 could not be found."}}' 2023-04-17 17:41:55,621 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1774007176 0.034s 2023-04-17 17:41:55,622 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2499ce85-6c03-4fa7-a2c3-713256eb897f', 'x-compute-request-id': 'req-2499ce85-6c03-4fa7-a2c3-713256eb897f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1774007176'} Body: b'' 2023-04-17 17:41:55,814 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/14668095-408c-4d20-b1dd-47a83e2bc76d 0.191s 2023-04-17 17:41:55,814 80205 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-70ed795d-96a3-42d9-b285-9ac1268ceda2', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:41:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/14668095-408c-4d20-b1dd-47a83e2bc76d'} Body: b'' 2023-04-17 17:41:55,844 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/14668095-408c-4d20-b1dd-47a83e2bc76d 0.029s 2023-04-17 17:41:55,844 80205 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-c28b72da-c8ad-4b88-8f43-89d36d518c39', 'date': 'Mon, 17 Apr 2023 17:41:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/14668095-408c-4d20-b1dd-47a83e2bc76d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 14668095-408c-4d20-b1dd-47a83e2bc76d does not exist", "detail": ""}}' 2023-04-17 17:41:56,321 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0f74aa4e-11cf-4711-94cc-6d229a5e8321 0.476s 2023-04-17 17:41:56,321 80205 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-9da4b07c-dca7-4050-918f-f8124205de71', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:41:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0f74aa4e-11cf-4711-94cc-6d229a5e8321'} Body: b'' {3} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {3} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {3} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.587854s] ... ok {4} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.040407s] ... 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 b6ef49c3-d4a0-4b42-9eef-665e05caac58 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:06,672 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58 0.246s 2023-04-17 17:40:06,672 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f44c8d00-0f58-42d9-af04-43b7c3de7ba3', 'x-compute-request-id': 'req-f44c8d00-0f58-42d9-af04-43b7c3de7ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58'} Body: b'{"server": {"id": "b5fd68bf-3827-41f7-9ffa-ce1060e95f58", "name": "tempest-ServersNegativeTestJSON-server-720085354", "status": "ACTIVE", "tenant_id": "b5413283bcdd4120a73a64d76459853a", "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "metadata": {}, "hostId": "5c1ea77484c9dd4de1246577d36f31fec32604cc05ef58758fcdaf5f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:30Z", "updated": "2023-04-17T17:33:51Z", "addresses": {"tempest-ServersNegativeTestJSON-24618206-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:41:06,962 80207 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/b5413283bcdd4120a73a64d76459853a/volumes 0.220s 2023-04-17 17:41:06,962 80207 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-82022294"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2a9b15-552d-4a23-b9ce-faf16b3b0140', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2a9b15-552d-4a23-b9ce-faf16b3b0140', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes'} Body: b'{"volume": {"id": "b6ef49c3-d4a0-4b42-9eef-665e05caac58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:06.899174", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-82022294", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}, {"rel": "bookmark", "href": "http://10.0.0.210/vo lume/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:41:07,016 80207 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/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58 0.044s 2023-04-17 17:41:07,016 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e61d24d6-51c4-4434-b66d-fa895dbd7a85', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e61d24d6-51c4-4434-b66d-fa895dbd7a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58'} Body: b'{"volume": {"id": "b6ef49c3-d4a0-4b42-9eef-665e05caac58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:07.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-82022294", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5413283bcdd4120a73a64d76459853a"}}' 2023-04-17 17:41:08,069 80207 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/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58 0.041s 2023-04-17 17:41:08,070 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdfaed33-2fe6-463b-8e28-d9acdeed33b9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdfaed33-2fe6-463b-8e28-d9acdeed33b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58'} Body: b'{"volume": {"id": "b6ef49c3-d4a0-4b42-9eef-665e05caac58", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:07.000000", "updated_at": "2023-04-17T17:41:07.000000", "name": "tempest-ServersNegativeTestJSON-volume-82022294", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:te nant_id": "b5413283bcdd4120a73a64d76459853a"}}' 2023-04-17 17:41:08,390 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58 0.305s 2023-04-17 17:41:08,391 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f5e301-ad36-45ce-bed0-2ee30a2ab9b7', 'x-compute-request-id': 'req-39f5e301-ad36-45ce-bed0-2ee30a2ab9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58'} Body: b'{"server": {"id": "b5fd68bf-3827-41f7-9ffa-ce1060e95f58", "name": "tempest-ServersNegativeTestJSON-server-720085354", "status": "ACTIVE", "tenant_id": "b5413283bcdd4120a73a64d76459853a", "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "metadata": {}, "hostId": "5c1ea77484c9dd4de1246577d36f31fec32604cc05ef58758fcdaf5f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:30Z", "updated": "2023-04-17T17:33:51Z", "addresses": {"tempest-ServersNegativeTestJSON-24618206-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} 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 7718462d-5add-4cf5-88b1-3b25cc4190e8 failed to build and is in ERROR status {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [229.665911s] ... 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 5b441af0-f88c-4a64-a17a-662ea297a162 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-17T17:41:35Z', 'message': 'Build of instance 5b441af0-f88c-4a64-a17a-662ea297a162 aborted: Volume 07418bc0-d312-4571-ae5f-fabddf0dc439 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-3fa74bee-25b5-4650-957f-4d06eb88ee7f. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:29,207 80209 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.088s 2023-04-17 17:38:29,207 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:29 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-f3c3bf17-1e74-408b-ac6b-0c91d393a96c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919-project-member", "password_expires_at": null}, "audit_ids": ["BDDJa4i3R5KQK7lZJpdjzQ"], "expires_at": "2023-04-17T18:38:29.000000Z", "issued_at": "2023-04-17T17:38:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63c872fffe164507ab615963a791bfb9", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:38:29,208 80209 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '30e36505-103b-4c7d-8408-02de3c5258b5', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1865747356-network', 'tenant_id': '63c872fffe164507ab615963a791bfb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '63c872fffe164507ab615963a791bfb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65226, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:18Z', 'updated_at': '2023-04-17T17:34:18Z', 'revision_number': 1} available for tenant 2023-04-17 17:38:29,747 80209 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.538s 2023-04-17 17:38:29,747 80209 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-1334242229", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "30e36505-103b-4c7d-8408-02de3c5258b5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e', '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-18bf80be-2659-4ab4-9bd5-66ee42785e6e', 'x-compute-request-id': 'req-18bf80be-2659-4ab4-9bd5-66ee42785e6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9149e658-c82c-4562-be77-ce741c7cd48e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MAfiQ7UxgPh3"}}' 2023-04-17 17:38:29,832 80209 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/9149e658-c82c-4562-be77-ce741c7cd48e 0.082s 2023-04-17 17:38:29,832 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3f9acfe-0a9a-407e-b2aa-0e450e3e5292', 'x-compute-request-id': 'req-a3f9acfe-0a9a-407e-b2aa-0e450e3e5292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e'} Body: b'{"server": {"id": "9149e658-c82c-4562-be77-ce741c7cd48e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1334242229", "status": "BUILD", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:38:30Z", "updated": "2023-04-17T17:38:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/91 49e658-c82c-4562-be77-ce741c7cd48e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}], "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-17 17:39:20,274 80209 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/9149e658-c82c-4562-be77-ce741c7cd48e 0.375s 2023-04-17 17:39:20,274 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', '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-1e442a2d-1ed1-467c-a92c-a95eb91426d9', 'x-compute-request-id': 'req-1e442a2d-1ed1-467c-a92c-a95eb91426d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e'} Body: b'{"server": {"id": "9149e658-c82c-4562-be77-ce741c7cd48e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1334242229", "status": "ACTIVE", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "21a42167be7408940bb244b35ff22c1d035fd55d2132c6f6fbe97331", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:38:29Z", "updated": "2023-04-17T17:38:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1865747356-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:2b:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:38:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:39:20,290 80209 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:40:21,520 80209 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/9149e658-c82c-4562-be77-ce741c7cd48e/action 1.168s 2023-04-17 17:40:21,520 80209 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-ServerBootFromVolume StableRescueTest-image-1793211525"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bfce399-1fb3-488b-9eec-c8bb6fac92d1', 'x-compute-request-id': 'req-0bfce399-1fb3-488b-9eec-c8bb6fac92d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e/action'} Body: b'{"image_id": "3e052007-a4b2-413d-ac6b-afb66670d331"}' 2023-04-17 17:40:21,577 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.055s 2023-04-17 17:40:21,578 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ac387e07-d430-4d22-b253-2726df41f526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:21Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:22,602 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.022s 2023-04-17 17:40:22,602 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed9dee12-6ba8-41f4-bf21-7cd61659a3f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_project_name": "tempest-Ser verBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:21Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:23,635 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.031s 2023-04-17 17:40:23,636 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-77d3a227-1ae8-4309-8120-cd2ea71c3ae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:21Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:24,660 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.023s 2023-04-17 17:40:24,660 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a6d1a70a-8f92-4a55-854f-b07449ee6905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b16 90", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:24Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:25,685 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.023s 2023-04-17 17:40:25,685 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1a727d91-1b6d-4485-abcd-32a33dd6dfd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:25Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:26,713 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.026s 2023-04-17 17:40:26,713 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-69091b84-1d6b-48f2-aeef-e85dc4828a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "137113a16fbefa87d765f881e027f1f2", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "277fc1fc827375a793c093e47839c748757f963d4fa70dd8421982496b4ab48ca3889cfcfee890a8c18b7e13391ca8d9bd8a4fade8594a4fb996cf89af3274a0", "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:26Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:26,736 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.022s 2023-04-17 17:40:26,737 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6acf9ccc-8ca3-457a-9a60-087493cf717a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "137113a16fbefa87d765f881e027f1f2", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "63c872fffe164507 ab615963a791bfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "277fc1fc827375a793c093e47839c748757f963d4fa70dd8421982496b4ab48ca3889cfcfee890a8c18b7e13391ca8d9bd8a4fade8594a4fb996cf89af3274a0", "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:26Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:26,961 80209 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/9149e658-c82c-4562-be77-ce741c7cd48e 0.224s 2023-04-17 17:40:26,962 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', '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-213e2a31-72e7-4419-92af-7bb4dec3c2f7', 'x-compute-request-id': 'req-213e2a31-72e7-4419-92af-7bb4dec3c2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e'} Body: b'{"server": {"id": "9149e658-c82c-4562-be77-ce741c7cd48e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1334242229", "status": "ACTIVE", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "21a42167be7408940bb244b35ff22c1d035fd55d2132c6f6fbe97331", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:38:29Z", "updated": "2023-04-17T17:40:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1865747356-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:2b:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:38:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:41:27,167 80209 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.125s 2023-04-17 17:41:27,167 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:27 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-37d972f2-f645-4860-a1b9-92c6d2a5f7bf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919-project-member", "password_expires_at": null}, "audit_ids": ["jgQpYY3DQKKXcBXUK-SFlg"], "expires_at": "2023-04-17T18:41:27.000000Z", "issued_at": "2023-04-17T17:41:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63c872fffe164507ab615963a791bfb9", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:41:27,168 80209 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '30e36505-103b-4c7d-8408-02de3c5258b5', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1865747356-network', 'tenant_id': '63c872fffe164507ab615963a791bfb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63c872fffe164507ab615963a791bfb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65226, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:18Z', 'updated_at': '2023-04-17T17:34:18Z', 'revision_number': 1} available for tenant 2023-04-17 17:41:27,826 80209 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.657s 2023-04-17 17:41:27,826 80209 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-1636052485", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "destination_type": "volume"}], "networks": [{"uuid": "30e36505-103b-4c7d-8408-02de3c5258b5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162', '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-3fa74bee-25b5-4650-957f-4d06eb88ee7f', 'x-compute-request-id': 'req-3fa74bee-25b5-4650-957f-4d06eb88ee7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5b441af0-f88c-4a64-a17a-662ea297a162", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7M3j3skmQLi3"}}' 2023-04-17 17:41:27,907 80209 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/5b441af0-f88c-4a64-a17a-662ea297a162 0.077s 2023-04-17 17:41:27,907 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:27 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-9f22604d-4f30-43ed-8274-1c49af6b6332', 'x-compute-request-id': 'req-9f22604d-4f30-43ed-8274-1c49af6b6332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162'} Body: b'{"server": {"id": "5b441af0-f88c-4a64-a17a-662ea297a162", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1636052485", "status": "BUILD", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:41:28Z", "updated": "2023-04-17T17:41:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}], "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-17 17:42:18,087 80209 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/5b441af0-f88c-4a64-a17a-662ea297a162 0.112s 2023-04-17 17:42:18,087 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:17 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-14926288-2b60-4840-af37-a2bf7c5b45c8', 'x-compute-request-id': 'req-14926288-2b60-4840-af37-a2bf7c5b45c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162'} Body: b'{"server": {"id": "5b441af0-f88c-4a64-a17a-662ea297a162", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1636052485", "status": "ERROR", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:41:27Z", "updated": "2023-04-17T17:41:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-17T17:41:35Z", "message": "Build of instance 5b441af0-f88c-4a64-a17a-662ea297a162 aborted: Volume 07418bc0-d312-4571-ae5f-fabddf0dc439 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-17 17:42:18,104 80209 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-17 17:42:18,739 80209 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/5b441af0-f88c-4a64-a17a-662ea297a162 0.633s 2023-04-17 17:42:18,739 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:18 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-6f8f450c-37f2-4aba-a939-30de7895e2e3', 'x-compute-request-id': 'req-6f8f450c-37f2-4aba-a939-30de7895e2e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162'} Body: b'' 2023-04-17 17:42:18,778 80209 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_im age_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162 0.038s 2023-04-17 17:42:18,778 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:18 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-b51c72c0-7cf2-425f-8216-4dfdc7e11e1c', 'x-compute-request-id': 'req-b51c72c0-7cf2-425f-8216-4dfdc7e11e1c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5b441af0-f88c-4a64-a17a-662ea297a162 could not be found."}}' {3} 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 c0180f7f-a97d-41ee-9f81-eab990299563 failed to build and is in ERROR status {3} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {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 d14faf1f-9d28-44a7-8981-2609c2bb5310 failed to build and is in ERROR status {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.524360s] ... 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 4197e8fb-357f-417b-8ae7-00efa2a01c21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:42:23,536 80205 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes 0.392s 2023-04-17 17:42:23,536 80205 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-532900839"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4a61de6-7f91-413d-ad62-e0833cdf9d32', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4a61de6-7f91-413d-ad62-e0833cdf9d32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes'} Body: b'{"volume": {"id": "4197e8fb-357f-417b-8ae7-00efa2a01c21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:23.481184", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-532900839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}], "user_id": "d0a369dde09e4e7892b05bf882f9b0e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:42:23,605 80205 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21 0.057s 2023-04-17 17:42:23,605 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82c72d53-9a0f-4cc5-a826-02b1da764b90', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82c72d53-9a0f-4cc5-a826-02b1da764b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21'} Body: b'{"volume": {"id": "4197e8fb-357f-417b-8ae7-00efa2a01c21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:23.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-532900839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}], "user_id": "d0a369dde09e4e7892b05bf882f9b0e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "744ba926847e4e72befc6cf6b6ee8df8"}}' 2023-04-17 17:42:24,655 80205 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21 0.038s 2023 -04-17 17:42:24,656 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3e08e1-173f-4192-9330-fac10768aae6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3e08e1-173f-4192-9330-fac10768aae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21'} Body: b'{"volume": {"id": "4197e8fb-357f-417b-8ae7-00efa2a01c21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:23.000000", "updated_at": "2023-04-17T17:42:24.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-532900839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}], "user_id": "d0a369dde09e4e7892b05bf882f9b0e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "744ba926847e4e72befc6cf6b6ee8df8"}}' {4} setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 78014538-bca7-4a96-9c79-3a11646b958c failed to build and is in ERROR status {4} 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 1242e0c9-13db-459a-8fa1-5906b92085b6 failed to build and is in ERROR status {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.795539s] ... 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 799a083d-248c-4e1d-bd2c-c842600adfcc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:13,198 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes 0.451s 2023-04-17 17:43:13,199 80207 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-335897106"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec118ca-df1c-4d9e-b202-61b46d053d52', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec118ca-df1c-4d9e-b202-61b46d053d52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes'} Body: b'{"volume": {"id": "799a083d-248c-4e1d-bd2c-c842600adfcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:13.142350", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-335897106", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 17:43:13,250 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.042s 2023-04-17 17:43:13,251 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26a0d02-456c-4105-9b96-58b1244f2c89', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26a0d02-456c-4105-9b96-58b1244f2c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'{"volume": {"id": "799a083d-248c-4e1d-bd2c-c842600adfcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:13.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-335897106", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:14,304 80207 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/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.042s 2023-04-17 17:43:14,304 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b57282e-0bde-40ed-95a9-bfef27bf84b9', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b57282e-0bde-40ed-95a9-bfef27bf84b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'{"volume": {"id": "799a083d-248c-4e1d-bd2c-c842600adfcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:13.000000", "updated_at": "2023-04-17T17:43:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-335897106", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:14,352 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.037s 2023-04-17 17:43:14,352 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e79a93f3-0e30-431c-902a-7f545cc9dbe6', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e79a93f3-0e30-431c-902a-7f545cc9dbe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'{"volume": {"id": "799a083d-248c-4e1d-bd2c-c842600adfcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:13.000000", "updated_at": "2023-04-17T17:43:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-335897106", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:14,508 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.145s 2023-04-17 17:43:14,508 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 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-23af4932-3e1c-41f0-a0b9-6b93b3acba3d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'' 2023-04-17 17:43:14,541 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.032s 2023-04-17 17:43:14,541 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 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-5324a469-34fb-4c93-bbc8-525411377071', 'x-openstack-request-id': 'req-5324a469-34fb-4c93-bbc8-525411377071', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 799a083d-248c-4e1d-bd2c-c842600adfcc could not be found."}}' {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.460360s] ... 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 97697bae-83bb-49e2-9aef-44928a62cbde failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:14,728 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes 0.183s 2023-04-17 17:43:14,728 80207 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-273072415"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccd8eb94-d01a-4953-964a-a275a595934d', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccd8eb94-d01a-4953-964a-a275a595934d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes'} Body: b'{"volume": {"id": "97697bae-83bb-49e2-9aef-44928a62cbde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:14.662627", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-273072415", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 17:43:14,777 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.040s 2023-04-17 17:43:14,778 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a21b10a-6265-497c-9274-a4939c4316cb', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a21b10a-6265-497c-9274-a4939c4316cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'{"volume": {"id": "97697bae-83bb-49e2-9aef-44928a62cbde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:15.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-273072415", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:15,831 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.041s 2023-04-17 17:43:15,831 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d6b4c3b-bcc7-4d28-8503-32f219149c79', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d6b4c3b-bcc7-4d28-8503-32f219149c79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'{"volume": {"id": "97697bae-83bb-49e2-9aef-44928a62cbde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:15.000000", "updated_at": "2023-04-17T17:43:15.000000", "name": "tempest-VolumesTransfersV355Test-Volume-273072415", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:15,879 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.036s 2023-04-17 17:43:15,879 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-571f37a8-98ad-42bb-b509-bfd2712dc5b5', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-571f37a8-98ad-42bb-b509-bfd2712dc5b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'{"volume": {"id": "97697bae-83bb-49e2-9aef-44928a62cbde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:15.000000", "updated_at": "2023-04-17T17:43:15.000000", "name": "tempest-VolumesTransfersV355Test-Volume-273072415", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:15,982 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.092s 2023-04-17 17:43:15,982 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:15 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-b5cb05e1-87a2-4346-a5a1-5cc1c3e2b047', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'' 2023-04-17 17:43:16,004 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.021s 2023-04-17 17:43:16,004 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:15 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-a6ba8ddc-dd4a-4c07-92c0-980805546198', 'x-openstack-request-id': 'req-a6ba8ddc-dd4a-4c07-92c0-980805546198', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 97697bae-83bb-49e2-9aef-44928a62cbde could not be found."}}' {4} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.877186s] ... 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 59f71c66-c091-42c7-909a-2d84d9a29076 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:18,981 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.181s 2023-04-17 17:43:18,982 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-824cb092-3552-4f32-acfa-52d9bae77d22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:43:19,332 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes 0.349s 2023-04-17 17:43:19,332 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-VolumesExtendTest-Volume-132794142"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12925673-e476-4161-9745-db993fe12586', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12925673-e476-4161-9745-db993fe12586', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes'} Body: b'{"volume": {"id": "59f71c66-c091-42c7-909a-2d84d9a29076", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:19.254251", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-132794142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:43:19,378 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.037s 2023-04-17 17:43:19,379 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f57d4bf-6642-4b05-8644-9268d632c2c3', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f57d4bf-6642-4b05-8644-9268d632c2c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'{"volume": {"id": "59f71c66-c091-42c7-909a-2d84d9a29076", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:19.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-132794142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:20,441 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.041s 2023-04-17 17:43:20,442 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-671894e7-6e8e-4baa-b9e0-8b75450ee17b', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-671894e7-6e8e-4baa-b9e0-8b75450ee17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'{"volume": {"id": "59f71c66-c091-42c7-909a-2d84d9a29076", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:19.000000", "updated_at": "2023-04-17T17:43:19.000000", "name": "tempest-VolumesExtendTest-Volume-132794142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:20,510 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.057s 2023-04-17 17:43:20,510 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ff519b-9b2a-4afe-97be-ed536f5b7cad', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-b7ff519b-9b2a-4afe-97be-ed536f5b7cad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'{"volume": {"id": "59f71c66-c091-42c7-909a-2d84d9a29076", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:19.000000", "updated_at": "2023-04-17T17:43:19.000000", "name": "tempest-VolumesExtendTest-Volume-132794142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:20,653 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.132s 2023-04-17 17:43:20,653 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-196af0e8-f672-4742-b630-e9551e3b1bb6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'' 2023-04-17 17:43:20,675 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.021s 2023-04-17 17:43:20,675 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e94ee6-b8df-4291-8dd8-21ee7871a015', 'x-openstack-request-id': 'req-a0e94ee6-b8df-4291-8dd8-21ee7871a015', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 59f71c66-c091-42c7-909a-2d84d9a29076 could not be found."}}' {4} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.521573s] ... 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 ac6b4b32-fa50-4cd6-9261-e575612224b5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:20,898 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes 0.220s 2023-04-17 17:43:20,899 80207 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-1399708310"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d23675ea-6a50-42a6-8497-4742b160f978', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d23675ea-6a50-42a6-8497-4742b160f978', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes'} Body: b'{"volume": {"id": "ac6b4b32-fa50-4cd6-9261-e575612224b5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:20.835709", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1399708310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:43:20,972 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.063s 2023-04-17 17:43:20,972 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87474ecc-9074-49e1-b212-d149a954c3a2', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87474ecc-9074-49e1-b212-d149a954c3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'{"volume": {"id": "ac6b4b32-fa50-4cd6-9261-e575612224b5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:21.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1399708310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:22,022 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.038s 2023-04-17 17:43:22,023 80207 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80192f26-18cb-46e2-be59-a4c070b4980f', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80192f26-18cb-46e2-be59-a4c070b4980f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'{"volume": {"id": "ac6b4b32-fa50-4cd6-9261-e575612224b5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:21.000000", "updated_at": "2023-04-17T17:43:21.000000", "name": "tempest-VolumesExtendTest-Volume-1399708310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:22,072 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.039s 2023-04-17 17:43:22,072 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6b99f51-2927-4fe4-8075-661c265b5fdd', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6b99f51-2927-4fe4-8075-661c265b5fdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'{"volume": {"id": "ac6b4b32-fa50-4cd6-9261-e575612224b5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:21.000000", "updated_at": "2023-04-17T17:43:21.000000", "name": "tempest-VolumesExtendTest-Volume-1399708310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:22,175 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.092s 2023-04-17 17:43:22,175 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43: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-84a9ac29-24a9-4811-acd6-d68d3cf1738e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'' 2023-04-17 17:43:22,198 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.022s 2023-04-17 17:43:22,198 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43: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-67d14d85-4f7a-42c0-8c85-6e77d0760c08', 'x-openstack-request-id': 'req-67d14d85-4f7a-42c0-8c85-6e77d0760c08', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ac6b4b32-fa50-4cd6-9261-e575612224b5 could not be found."}}' {9} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [122.793941s] ... 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 dc6d6547-af51-45ee-a976-7a6eb29da029 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:41:26,744 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.222s 2023-04-17 17:41:26,745 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2537fdea-7f6b-4747-9a2d-c976f468eb16', 'x-compute-request-id': 'req-2537fdea-7f6b-4747-9a2d-c976f468eb16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:41:26,915 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.155s 2023-04-17 17:41:26,916 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fa80610-e01a-4261-bb08-013e2da29e3e', 'x-compute-request-id': 'req-4fa80610-e01a-4261-bb08-013e2da29e3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:41:27,177 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.235s 2023-04-17 17:41:27,178 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-707f146a-33ab-4c62-8d52-038bc16dafef', 'x-compute-request-id': 'req-707f146a-33ab-4c62-8d52-038bc16dafef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:42:27,359 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/toke ns 0.082s 2023-04-17 17:42:27,360 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:27 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-6ddb3c71-a10f-43ab-8132-d3b8f03c24d8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d573b61dc994a1fa6343b162ac67112", "name": "tempest-ServerActionsTestJSON-1425889987-project-member", "password_expires_at": null}, "audit_ids": ["sLkWxh3-Qtycps3b_xM__g"], "expires_at": "2023-04-17T18:42:27.000000Z", "issued_at": "2023-04-17T17:42:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6952e4623737462a8b8f31ada0786922", "name": "tempest-ServerActionsTestJSON-1425889987"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6952e4623737462a8b8f31ada0786922", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:42:27,361 80217 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': 'c464cb4e-a191-4c7d-9110-f0fb81a3b9aa', 'name': 'tempest-ServerActionsTestJSON-1783366923-network', 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6952e4623737462a8b8f31ada0786922', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46671, 'is_default': False, 'availability_zone_hints': [], 'availability_ zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:15Z', 'updated_at': '2023-04-17T17:34:15Z', 'revision_number': 1} available for tenant 2023-04-17 17:42:27,362 80217 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1675299659', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBKLOGr6Xl2ayt6JPa/BTov3dZz2x2DRGJJ0beWQ98scecwsWPA9PwlSpVMqk4AmV4xFimhLplkR3dpkkRnqF2vN+gOPfqvdsMSgfgxOtyYvO9m7kepkdN/F/4cbYypkVA==', 'fingerprint': 'c9:3d:3e:86:f2:a3:e0:ae:a3:62:87:2b:0d:4a:f7:10', 'user_id': '8d573b61dc994a1fa6343b162ac67112', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD7cfbO9tIPxCwVW1muTGwKeA7/2Br02RXiAXp4E+m4K9wYqNl30jFS\nDq+SMp7MxmCgBwYFK4EEACKhZANiAAQSizhq+l5dmsreiT2vwU6L93Wc9sdg0RiS\ndG3lkPfLHHnMLFjwPT8JUqVTKpOAJleMRYpoS6ZZEd3aZJEZ6hdrzfoDj36r3bDE\noH4MTrcmLzvZu5HqZHTfxf+HG2MqZFQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6bbf68ab-77ab-402a-a56b-9b1b218ef4f7', 'name': 'tempest-securitygroup--1742768129', 'stateful': True, 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'description': 'tempest-description--489901069', 'shared': False, 'security_group_rules': [{'id': '17a361eb-11d6-42d0-ae4e-23d5d09522a1', 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'security_group_id': '6bbf68ab-77ab-402a-a56b-9b1b218ef4f7', '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': 520, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:34:32Z', 'updated_at': '2023-04-17T17:34:32Z', 'revision_number': 0, 'project_id': '6952e4623737462a8b8f31ada0786922'}, {'id': 'c1637205-1753-4246-96ab-5d178e7f74c8', 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'security_group_id': '6bbf68ab-77ab-402a-a56b-9b1b218ef4f7', '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': 519, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:34:32Z', 'updated_at': '2023-04-17T17:34:32Z', 'revision_number': 0, 'project_id': '6952e4623737462a8b8f31ada0786922'}], 'tags': [], 'created_at': '2023-04-17T17:34:32Z', 'updated_at': '2023-04-17T17:34:32Z', 'revision_number': 1, 'project_id': '6952e4623737462a8b8f31ada0786922'}, 'floating_ip': {'id': '48513bab-7f5d-4b5b-a6a2-9846cded6194', 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6952e4623737462a8b8f31ada0786922', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:36Z', 'updated_at': '2023-04-17T17:34:36Z', 'revision_number': 0, 'ip': '172.24.4.77'}} 2023-04-17 17:42:27,743 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes 0.379s 2023-04-17 17:42:27,744 80217 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-757059638", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1caa30a5-4f34-40d7-8440-e95304f65217', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1caa30a5-4f34-40d 7-8440-e95304f65217', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes'} Body: b'{"volume": {"id": "dc6d6547-af51-45ee-a976-7a6eb29da029", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:27.672643", "updated_at": null, "name": "tempest-tempest.common.compute-volume-757059638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:42:27,802 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029 0.046s 2023-04-17 17:42:27,802 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea83d0a-ebe5-43b1-a715-d835adc5c41f', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea83d0a-ebe5-43b1-a715-d835adc5c41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029'} Body: b'{"volume": {"id": "dc6d6547-af51-45ee-a976-7a6eb29da029", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:28.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-757059638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:42:28,864 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029 0.048s 2023-04-17 17:42:28,864 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bb2f6e2-8c26-4ed9-b0ec-2342aa5b01ad', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bb2f6e2-8c26-4ed9-b0ec-2342aa5b01ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029'} Body: b'{"volume": {"id": "dc6d6547-af51-45ee-a976-7a6eb29da029", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:28.00 0000", "updated_at": "2023-04-17T17:42:28.000000", "name": "tempest-tempest.common.compute-volume-757059638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:42:28,974 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029 0.099s 2023-04-17 17:42:28,975 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dc4b8c8-926d-49a0-92e2-19df12004d9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029'} Body: b'' 2023-04-17 17:42:28,997 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029 0.021s 2023-04-17 17:42:28,997 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbe1d528-0a18-41f1-b557-02dca992e16c', 'x-openstack-request-id': 'req-dbe1d528-0a18-41f1-b557-02dca992e16c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dc6d6547-af51-45ee-a976-7a6eb29da029 could not be found."}}' 2023-04-17 17:42:28,998 80217 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-17 17:42:29,241 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.241s 2023-04-17 17:42:29,241 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed79ba07-5749-455a-a110-33ac2c6632fe', 'x-compute-request-id': 'req-ed79ba07-5749-455a-a110-33ac2c6632fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08 -4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {4} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.130948s] ... 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 34588fbb-4c6b-40d0-8329-da719e3400c1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:35,842 80207 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-17 17:43:36,621 80207 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.778s 2023-04-17 17:43:36,621 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--482898099", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1f78c79a-fb0a-4b5d-a16c-1aedcaf48b26', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--482898099", "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": "3e5c56c675ef40b8b6eab0d00b46014b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "created_at": "2023-04-17T17:43:37Z", "updated_at": "2023-04-17T17:43:37Z", "tags": [], "self": "/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d", "file": "/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:43:37,981 80207 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/223d77c4-f5da-4195-8b24-d8276adb1d0d/file 1.359s 2023-04-17 17:43:37,982 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a86d2627-b630-4d47-8ff7-f97271b64251', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d/file'} Body: b'' 2023-04-17 17:43:37,982 80207 DEBUG [tempest.scenario.manager] image:223d77c4-f5da-4195-8b24-d8276adb1d0d 2023-04-17 17:43:38,036 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-04-17 17:43:38,037 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1415594726", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDnzFKSp1ZsarDI2o4gPxfblQcH4Owj82sVfODprSc1K69tFajrNPplrLI8Ghc3K95vu8FaOu8iqSCcvEi1hjzNJhR2sWScBqRXgRvEliVgr7HrUvAfkkXjRzK0qtyqnyA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:37 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-1a0b07de-a3af-4f9a-b8d6-be099fb283d3', 'x-compute-request-id': 'req-1a0b07de-a3af-4f9a-b8d6-be099fb283d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1415594726", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDnzFKSp1ZsarDI2o4gPxfblQcH4Owj82sVfODprSc1K69tFajrNPplrLI8Ghc3K95vu8FaOu8iqSCcvEi1hjzNJhR2sWScBqRXgRvEliVgr7HrUvAfkkXjRzK0qtyqnyA==", "fingerprint": "1f:e2:cd:72:a6:b3:73:df:fc:b7:ac:f0:15:2b:17:c5", "user_id": "7d29ba758b794e849b8cb94bc76c0247"}}' 2023-04-17 17:43:38,078 80207 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.033s 2023-04-17 17:43:38,078 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:38 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-e73cab04-a737-4fb8-8020-e67ddc8dba2e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7d29ba758b794e849b8cb94bc76c0247", "name": "tempest-TestMinimumBasicScenario-145353383-project-member", "password_expires_at": null}, "audit_ids": ["7aulvsUIQrGWFkymcjb32g"], "expires_at": "2023-04-17T18:43:38.000000Z", "issued_at": "2023-04-17T17:43:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e5c56c675ef40b8b6eab0d00b46014b", "name": "tempest-TestMinimumBasicScenario-145353383"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:43:38,079 80207 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '961563e7-f0ae-4972-8b45-18610039d6a4', 'name': 'tempest-TestMinimumBasicScenario-686199779-network', 'tenant_id': '3e5c56c675ef40b8b6eab0d00b46014b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e5c56c675ef40b8b6eab0d00b46014b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9763, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:43:23Z', 'updated_at': '2023-04-17T17:43:23Z', 'revision_number': 1} available for tenant 2023-04-17 17:43:38,733 80207 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.653s 2023-04-17 17:43:38,734 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1095186947", "imageRef": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "networks": [{"uuid": "961563e7-f0ae-4972-8b45-18610039d6a4"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86be0b74-4de6-48fc-b1da-167ad2f360b8', 'x-compute-request-id': 'req-86be0b74-4de6-48fc-b1da-167ad2f360b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Ev9pTy4sk75c"}}' 2023-04-17 17:43:38,849 80207 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/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.112s 2023-04-17 17:43:38,849 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46b69e2b-c689-4950-8fd7-0bc18bfd7c26', 'x-compute-request-id': 'req-46b69e2b-c689-4950-8fd7-0bc18bfd7c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "BUILD", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "", "image": {"id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/c ompute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:39Z", "updated": "2023-04-17T17:43:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "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-17 17:44:29,185 80207 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/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.275s 2023-04-17 17:44:29,185 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:28 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-b8bad6ff-aa47-477d-bb00-45d8f7243d95', 'x-compute-request-id': 'req-b8bad6ff-aa47-477d-bb00-45d8f7243d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:38Z", "updated": "2023-04-17T17:43:45Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:d0:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "OS-SRV-USG:launched_at": "2023-04-17T17:43:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:44:29,197 80207 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:45:29,480 80207 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/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.222s 2023-04-17 17:45:29,480 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Res ponse - Headers: {'date': 'Mon, 17 Apr 2023 17:45:29 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-cca3995d-e38a-4c00-890b-e10afda5c70e', 'x-compute-request-id': 'req-cca3995d-e38a-4c00-890b-e10afda5c70e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:38Z", "updated": "2023-04-17T17:43:45Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:d0:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "OS-SRV-USG:launched_at": "2023-04-17T17:43:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:45:29,680 80207 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.188s 2023-04-17 17:45:29,681 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:29 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-2a83ca48-1a3a-4fac-8208-2cb08c7570c1', 'x-compute-request-id': 'req-2a83ca48-1a3a-4fac-8208-2cb08c7570c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}]}]}' 2023-04-17 17:45:29,908 80207 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/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.223s 2023-04-17 17:45:29,908 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:29 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-578afa74-db29-42eb-9e3e-94b44e3b60b8', 'x-compute-request-id': 'req-578afa74-db29-42eb-9e3e-94b44e3b60b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:38Z", "updated": "2023-04-17T17:43:45Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:d0:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "OS-SRV-USG:launched_at": "2023-04-17T17:43:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:45:30,176 80207 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/3e5c56c675ef40b8b6eab0d00b46014b/volumes 0.255s 2023-04-17 17:45:30,176 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-964077142", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbe3abcf-9306-4412-9d2c-24fd4699c61d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbe3abcf-9306-4412-9d2c-24fd4699c61d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes'} Body: b'{"volume": {"id": "34588fbb-4c6b-40d0-8329-da719e3400c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:45:30.109553", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-964077142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:45:30,242 80207 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/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1 0.055s 2023-04-17 17:45:30,242 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e6fb31-6cd4-4ca8-a4c5-cce80bdc3f71', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e6fb31-6cd4-4ca8-a4c5-cce80bdc3f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1'} Body: b'{"volume": {"id": "34588fbb-4c6b-40d0-8329-da719e3400c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:45:30.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-964077142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b"}}' 2023-04-17 17:45:31,301 80207 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/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1 0.046s 2023-04-17 17:45:31,301 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef9b7655-7fba-4650-8029-95aa346fda0a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef9b7655-7fba-4650-8029-95aa346fda0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1'} Body: b'{"volume": {"id": "34588fbb-4c6b-40d0-8329-da719e3400c1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:45:30.000000", "updated_at": "2023-04-17T17:45:30.000000", "name": "tempest-TestMinimumBasicScenario-volume-964077142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b"}}' 2023-04-17 17:45:31,414 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1 0.102s 2023-04-17 17:45:31,415 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': ' application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45: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-898aca3f-d1e0-462b-a08c-6858aacfd906', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1'} Body: b'' 2023-04-17 17:45:31,438 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1 0.023s 2023-04-17 17:45:31,439 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45: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-4a821bf0-1593-4764-8304-4d185c33987e', 'x-openstack-request-id': 'req-4a821bf0-1593-4764-8304-4d185c33987e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 34588fbb-4c6b-40d0-8329-da719e3400c1 could not be found."}}' 2023-04-17 17:45:31,553 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.113s 2023-04-17 17:45:31,554 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87201653-8f3a-4167-afb4-2e626ed1f47f', 'x-compute-request-id': 'req-87201653-8f3a-4167-afb4-2e626ed1f47f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'' 2023-04-17 17:45:31,732 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.178s 2023-04-17 17:45:31,733 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:31 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-0a0b5e72-7e76-4ec9-8cfe-8316f0c31cde', 'x-compute-request-id': 'req-0a0b5e72-7e76-4ec9-8cfe-8316f0c31cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "223d77c4-f5da-4195-8b24-d8276ad b1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:38Z", "updated": "2023-04-17T17:45:32Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:d0:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "OS-SRV-USG:launched_at": "2023-04-17T17:43:45.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-17 17:46:21,833 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.039s 2023-04-17 17:46:21,834 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-20942600-2016-4265-802b-3acae2c627b2', 'x-compute-request-id': 'req-20942600-2016-4265-802b-3acae2c627b2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb could not be found."}}' 2023-04-17 17:46:21,867 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1415594726 0.033s 2023-04-17 17:46:21,867 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5da267ed-d82c-4125-98e4-018ca82b9000', 'x-compute-request-id': 'req-5da267ed-d82c-4125-98e4-018ca82b9000', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1415594726'} Body: b'' 2023-04-17 17:46:21,971 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d 0.103s 2023-04-17 17:46:21,972 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ee0d0620-c5fa-4895-8b50-a1b9645f907a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/223d77c4- f5da-4195-8b24-d8276adb1d0d'} Body: b'' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [166.346189s] ... 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 11c86cfd-9508-4b74-b739-b2e764319d39 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:44:32,201 80217 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:44:32,202 80217 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:44:32,402 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.196s 2023-04-17 17:44:32,402 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1415434273", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE9znVyh2XvVgB/lD9Kekstd6of4EWCi4jOx1ZRC3TdN6cXmpezDHHLnBhMDPrdXw4ZtdwembcGb/X4HTEO4jnGIfp0e3mZJuw1pVWzt7I7Vt1a1IH8RGm/LXG+ZjoqIJg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8b656f0-3a30-4a3b-8bb5-c0d178246c67', 'x-compute-request-id': 'req-d8b656f0-3a30-4a3b-8bb5-c0d178246c67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1415434273", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE9znVyh2XvVgB/lD9Kekstd6of4EWCi4jOx1ZRC3TdN6cXmpezDHHLnBhMDPrdXw4ZtdwembcGb/X4HTEO4jnGIfp0e3mZJuw1pVWzt7I7Vt1a1IH8RGm/LXG+ZjoqIJg==", "fingerprint": "41:2f:eb:06:35:07:78:f5:8d:63:27:dd:50:36:de:e1", "user_id": "3d4aee23bae743f19bdf6f991e044587"}}' 2023-04-17 17:44:32,405 80217 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1415434273 created 2023-04-17 17:44:32,568 80217 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-17 17:44:32,568 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--127827511", "description": "tempest-description--611493470"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-042193bb-54a4-406a-aac0-1a53cd3b2758', 'date': 'Mon, 17 Apr 2023 17:44:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "name": "tempest-securitygroup--127827511", "stateful": true, "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "description": "tempest-description--611493470", "shared": false, "security_group_rules": [{"id": "16ddf0b2-71d0-4494-a0cf-91adc13f618c", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "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": 999, "description": null, "tags": [], "created_at": "2023-04-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}, {"id": "d1368493-c71e-4f2e-a6e2-5827d6fc84fc", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 1000, "description": null, "tags": [], "created_at": "2023-04-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}], "tags": [], "created_at": "2023-04-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 1, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:44:32,764 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.195s 2023-04-17 17:44:32,765 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "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-5fb703a5-0ec6-4dc7-a9d3-fdf27ae4f8ee', 'date': 'Mon, 17 Apr 2023 17:44:32 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": "ee300341-174c-4051-a1c6-b0e62805bf5f", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "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-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:44:32,941 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-17 17:44:32,941 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c6ae583d-650f-44f5-a9c3-0550630ee138', 'date': 'Mon, 17 Apr 2023 17:44:32 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": "ad74fa20-3ccc-4edc-bf61-5e2de45fba50", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "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-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:44:32,942 80217 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--127827511 created 2023-04-17 17:44:33,781 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.839s 2023-04-17 17:44:33,781 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x- openstack-request-id': 'req-1abd0376-e25d-47f3-9168-445ac13386fe', 'date': 'Mon, 17 Apr 2023 17:44:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a176798e-fe5f-4f32-bac1-a4be2474ea60", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "floating_ip_address": "172.24.4.157", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:44:33Z", "updated_at": "2023-04-17T17:44:33Z", "revision_number": 0}}' 2023-04-17 17:44:33,782 80217 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a176798e-fe5f-4f32-bac1-a4be2474ea60', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:44:33Z', 'updated_at': '2023-04-17T17:44:33Z', 'revision_number': 0, 'ip': '172.24.4.157'} created 2023-04-17 17:44:33,822 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-17 17:44:33,823 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a106e80b-8840-47ba-a259-092b05f22d0d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3d4aee23bae743f19bdf6f991e044587", "name": "tempest-AttachVolumeTestJSON-2102743292-project-member", "password_expires_at": null}, "audit_ids": ["oJtdvISmQGO6Ukqa3EtI8w"], "expires_at": "2023-04-17T18:44:33.000000Z", "issued_at": "2023-04-17T17:44:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd3bfc1c102a47ff9efab5cb9a78021e", "name": "tempest-AttachVolumeTestJSON-2102743292"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cd3bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd3bfc1 c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:44:33,823 80217 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'fbf3ce34-ee1a-433a-89ae-35e198d262a3', 'name': 'tempest-AttachVolumeTestJSON-2124537068-network', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28673, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:44:25Z', 'updated_at': '2023-04-17T17:44:25Z', 'revision_number': 1} available for tenant 2023-04-17 17:44:33,824 80217 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1415434273', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE9znVyh2XvVgB/lD9Kekstd6of4EWCi4jOx1ZRC3TdN6cXmpezDHHLnBhMDPrdXw4ZtdwembcGb/X4HTEO4jnGIfp0e3mZJuw1pVWzt7I7Vt1a1IH8RGm/LXG+ZjoqIJg==', 'fingerprint': '41:2f:eb:06:35:07:78:f5:8d:63:27:dd:50:36:de:e1', 'user_id': '3d4aee23bae743f19bdf6f991e044587', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD3lZzwsZCL+urh//j/8vUmoJrTAjFSCo5Id5bRAZvJ3VttxkcPpbeH\n69QstDdPHXOgBwYFK4EEACKhZANiAARPc51codl71YAf5Q/SnpLLXeqH+BFgouIz\nsdWUQt03TenF5qXswxxy5wYTAz63V8OGbXcHpm3Bm/1+B0xDuI5xiH6dHt5mSbsN\naVVs7eyO1bdWtSB/ERpvy1xvmY6KiCY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9f103486-0d83-42c5-9e99-c7cea645c3de', 'name': 'tempest-securitygroup--127827511', 'stateful': True, 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': 'tempest-description--611493470', 'shared': False, 'security_group_rules': [{'id': '16ddf0b2-71d0-4494-a0cf-91adc13f618c', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'security_group_id': '9f103486-0d83-42c5-9e99-c7cea645c3de', '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': 999, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:44:32Z', 'updated_at': '2023-04-17T17:44:32Z', 'revision_number': 0, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}, {'id': 'd1368493-c71e-4f2e-a6e2-5827d6fc84fc', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'security_group_id': '9f103486-0d83-42c5-9e99-c7cea645c3de', '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': 1000, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:44:32Z', 'updated_at': '2023-04-17T17:44:32Z', 'revision_number': 0, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}], 'tags': [], 'created_at': '2023-04-17T17:44:3 2Z', 'updated_at': '2023-04-17T17:44:32Z', 'revision_number': 1, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}, 'floating_ip': {'id': 'a176798e-fe5f-4f32-bac1-a4be2474ea60', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:44:33Z', 'updated_at': '2023-04-17T17:44:33Z', 'revision_number': 0, 'ip': '172.24.4.157'}} 2023-04-17 17:44:34,477 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.652s 2023-04-17 17:44:34,477 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-840531982", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "fbf3ce34-ee1a-433a-89ae-35e198d262a3"}], "security_groups": [{"name": "tempest-securitygroup--127827511"}], "key_name": "tempest-keypair-1415434273", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e7090ad-4a98-47ef-8684-11a9f9da1433', 'x-compute-request-id': 'req-0e7090ad-4a98-47ef-8684-11a9f9da1433', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--127827511"}], "adminPass": "password"}}' 2023-04-17 17:44:34,555 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.074s 2023-04-17 17:44:34,555 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:34 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-0f61231c-d8ad-4af4-9c0c-8c2e11cd5d93', 'x-compute-request-id': 'req-0f61231c-d8ad-4af4-9c0c-8c2e11cd5d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'{"server": {"id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "name": "tempest-AttachVolumeTestJSON-server-840531982", "status": "BUILD", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:44:34Z", "updated": "2023-04-17T17:44:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1415434273", "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-17 17:45:24,842 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.240s 2023-04-17 17:45:24,842 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25a45b73-7293-4c3b-8a38-8d7d1c22fcdf', 'x-compute-request-id': 'req-25a45b73-7293-4c3b-8a38-8d7d1c22fcdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'{"server": {"id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "name": "tempest-AttachVolumeTestJSON-server-840531982", "status": "ACTIVE", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "653f5f949f9dfb0d36b833fc4e16e7bd6b525f35d95f31034ca916ce", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:44:34Z", "updated": "2023-04-17T17:44:42Z", "addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:9c:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1415434273", "OS-SRV-USG:launched_at": "2023-04-17T17:44:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--127827511"}], "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-17 17:45:24,854 80217 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:46:25,055 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631/os-interface 0.173s 2023-04-17 17:46:25,055 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:24 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-eae7c55f-3858-4760-adf4-6d93298ecd9f', 'x-compute-request-id': 'req-eae7c55f-3858-4760-adf4-6d93298ecd9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbf3ce34-ee1a-433a-89ae-35e198d262a3", "port_id": "112d73e4-daf7-4ba3-b282-34913fbb70b1", "mac_addr": "fa:16:3e:e8:9c:9e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "93964096-b9a9-4776-b65b-ddf93a928daf", "ip_address": "10.0.0.7"}]}]}' 2023-04-17 17:46:25,815 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/a176798e-fe5f-4f32-bac1-a4be2474ea60 0.755s 2023-04-17 17:46:25,815 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "112d73e4-daf7-4ba3-b282-34913fbb70b1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-54cac2d4-c0ba-449c-bcf5-6db06981d6bd', 'date': 'Mon, 17 Apr 2023 17:46:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a176798e-fe5f-4f32-bac1-a4be2474ea60'} Body: b'{"floatingip": {"id": "a176798e-fe5f-4f32-bac1-a4be2474ea60", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "floating_ip_address": "172.24.4.157", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "08bad41a-ee33-49d4-b2e8-8128398871c4", "port_id": "112d73e4-daf7-4ba3-b282-34913fbb70b1", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbf3ce34-ee1a-433a-89ae-35e198d262a3", "mac_address": "fa:16:3e:e8:9c:9e", "admin_state_up": true, "status": "ACTIVE", "device_id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:44:33Z", "updated_at": "2023-04-17T17:46:25Z", "revision_number": 1, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:46:25,818 80217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.157:22' as 'cirros' with public key authentication 2023-04-17 17:46:25,857 80217 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:46:25,884 80217 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:46:25,885 80217 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.157 successfully created 2023-04-17 17:46:25,929 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631/ips 0.043s 2023-04-17 17:46:25,929 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:25 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-3cb5ed03-14f5-47a8-9553-fa801d92ec01', 'x-compute-request-id': 'req-3cb5ed03-14f5-47a8-9553-fa801d92ec01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-17 17:46:25,933 80217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.157:22' as 'cirros' with public key authentication 2023-04-17 17:46:25,941 80217 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:46:25,968 80217 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:46:25,968 80217 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.157 successfully created 2023-04-17 17:46:25,968 80217 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-17 17:46:25,969 80217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.157:22' as 'cirros' with public key authentication 2023-04-17 17:46:25,976 80217 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:46:26,002 80217 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:46:26,002 80217 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.157 successfully created 2023-04-17 17:46:26,268 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes 0.236s 2023-04-17 17:46:26,268 80217 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-693087165"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68bb47bd-f65a-4f59-9aa4-83a226754928', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68bb47bd-f65a-4f59-9aa4-83a226754928', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes'} Body: b'{"volume": {"id": "11c86cfd-9508-4b74-b739-b2e764319d39", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:46:26.207353", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-693087165", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:46:26,359 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39 0.081s 2023-04-17 17:46:26,374 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb22a89-d486-4b7c-8caa-931acba5d982', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb22a89-d486-4b7c-8caa-931acba5d982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39'} Body: b'{"volume": {"id": "11c86cfd-9508-4b74-b739-b2e764319d39", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:46:26.000000", "updated_at": null, "na me": "tempest-AttachVolumeTestJSON-volume-693087165", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:46:27,429 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39 0.043s 2023-04-17 17:46:27,430 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b4c75a-6516-41b1-9208-1b50f46ea044', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b4c75a-6516-41b1-9208-1b50f46ea044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39'} Body: b'{"volume": {"id": "11c86cfd-9508-4b74-b739-b2e764319d39", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:46:26.000000", "updated_at": "2023-04-17T17:46:26.000000", "name": "tempest-AttachVolumeTestJSON-volume-693087165", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:46:27,557 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.115s 2023-04-17 17:46:27,557 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcfd7584-2e3d-46a4-a7a1-799b21c3d93e', 'x-compute-request-id': 'req-fcfd7584-2e3d-46a4-a7a1-799b21c3d93e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'' 2023-04-17 17:46:27,793 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.235s 2023-04-17 17:46:27,794 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0915f32-9429-4691-b174-b84353c02588', 'x-compute-request-id': 'req-c0915f32-9429-4691-b174-b84353c02588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'{"server": {"id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "name": "tempest-AttachVolumeTestJSON-server-840531982", "status": "ACTIVE", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "653f5f949f9dfb0d36b833fc4e16e7bd6b525f35d95f31034ca916ce", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:44:34Z", "updated": "2023-04-17T17:46:28Z", "addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:9c:9e"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:9c:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1415434273", "OS-SRV-USG:launched_at": "2023-04-17T17:44:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--127827511"}], "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-17 17:47:17,902 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.043s 2023-04-17 17:47:17,902 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:17 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-ae420bbf-d434-427e-9000-ee43eafbcd4a', 'x-compute-request-id': 'req-ae420bbf-d434-427e-9000-ee43eafbcd4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 18c31df4-f883-4d7b-9ed1-1b99e77eb631 could not be found."}}' 2023-04-17 17:47:17,934 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1415434273 0.031s 2023-04-17 17:47:17,934 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47: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-f1ef05a4-10b9-42 a9-b386-cc9d18912743', 'x-compute-request-id': 'req-f1ef05a4-10b9-42a9-b386-cc9d18912743', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1415434273'} Body: b'' 2023-04-17 17:47:18,078 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9f103486-0d83-42c5-9e99-c7cea645c3de 0.143s 2023-04-17 17:47:18,078 80217 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-9786fdfe-32eb-49bf-87ed-a809fa242737', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:47:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9f103486-0d83-42c5-9e99-c7cea645c3de'} Body: b'' 2023-04-17 17:47:18,095 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9f103486-0d83-42c5-9e99-c7cea645c3de 0.016s 2023-04-17 17:47:18,096 80217 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-5587934f-a07b-414e-8f26-793f82c7ec2a', 'date': 'Mon, 17 Apr 2023 17:47:18 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9f103486-0d83-42c5-9e99-c7cea645c3de'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9f103486-0d83-42c5-9e99-c7cea645c3de does not exist", "detail": ""}}' 2023-04-17 17:47:18,545 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a176798e-fe5f-4f32-bac1-a4be2474ea60 0.449s 2023-04-17 17:47:18,545 80217 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-6dc08aa5-bfae-46e0-a92c-be66dd355717', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:47:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a176798e-fe5f-4f32-bac1-a4be2474ea60'} Body: b'' {5} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.423268s] ... 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 2df9cc94-04f9-4b53-addd-aa5616b7ba72 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:48:54,166 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes 0.304s 2023-04-17 17:48:54,166 80209 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-605295844"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7b76be-fc47-4fcc-95ca-47550acc8793', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7b76be-fc47-4fcc-95ca-47550acc8793', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes'} Body: b'{"volume": {"id": "2df9cc94-04f9-4b53-addd-aa5616b7ba72", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:54.098408", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-605295844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:48:54,214 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72 0.038s 2023-04-17 17:48:54,214 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833b0714-09f2-4051-b875-01aa5cdb65d1', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833b0714-09f2-4051-b875-01aa5cdb65d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72'} Body: b'{"volume": {"id": "2df9cc94-04f9-4b53-addd-aa5616b7ba72", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:54.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-605295844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c9cdf67684764421af28a1cd43efcf0b"}}' 2023-04-17 17:48:55,271 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72 0.046s 2023-04-17 17:48:55,272 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcbaaec3-1e73-481a-9dab-d2e8746b5fc7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcbaaec3-1e73-481a-9dab-d2e8746b5fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72'} Body: b'{"volume": {"id": "2df9cc94-04f9-4b53-addd-aa5616b7ba72", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:54.000000", "updated_at": "2023-04-17T17:48:54.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-605295844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c9cdf67684764421af28a1cd43efcf0b"}}' {5} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.296626s] ... 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 0716ac10-9154-453a-9a71-6592b9a7fdf3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:48:55,474 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes 0.189s 2023-04-17 17:48:55,475 80209 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-1771906976"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55557603-9c48-4ca6-b5ab-28940ff071ca', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55557603-9c48-4ca6-b5ab-28940ff071ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes'} Body: b'{"volume": {"id": "0716ac10-9154-453a-9a71-6592b9a7fdf3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:55.416912", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1771906976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:48:55,520 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3 0.036s 2023-04-17 17:48:55,521 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d0db5b-e61d-4355-b600-9f60ddd2d4c5', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d0db5b-e61d-4355-b600-9f60ddd2d4c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3'} Body: b'{"volume": {"id": "0716ac10-9154-453a-9a71-6592b9a7fdf3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:55.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1771906976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c9cdf67684764421af28a1cd43efcf0b"}}' 2023-04-17 17:48:56,570 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3 0.038s 2023-04-17 17:48:56,570 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45e0b40d-e545-4fd2-9d85-9080dca21bea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45e0b40d-e545-4fd2-9d85-9080dca21bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3'} Body: b'{"volume": {"id": "0716ac10-9154-453a-9a71-6592b9a7fdf3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:55.000000", "updated_at": "2023-04-17T17:48:56.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1771906976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c9cdf67684764421af28a1cd43efcf0b"}}' {4} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.173861s] ... 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 08d2432e-c3af-4fdd-8c5b-046c0cebb7ec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:46:21,975 80207 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-17 17:46:22,635 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.659s 2023-04-17 17:46:22,636 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--332404867", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0e066bdb-9cb7-41a3-a237-e945a8435191', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--332404867", "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": "3e5c56c675ef40b8b6eab0d00b46014b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cbc835eb-2ba5-4327-a372-311a75051edb", "created_at": "2023-04-17T17:46:23Z", "updated_at": "2023-04-17T17:46:23Z", "tags": [], "self": "/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb", "file": "/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:46:23,979 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb/file 1.342s 2023-04-17 17:46:23,979 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-99837bbe-c02c-40e9-8a70-88bfb9401f6e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb/file'} Body: b'' 2023-04-17 17:46:23,980 80207 DEBUG [tempest.scenario.manager] image:cbc835eb-2ba5-4327-a372-311a75051edb 2023-04-17 17:46:24,045 80207 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.063s 2023-04-17 17:46:24,046 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-2100801210", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOEO4e3v1HHH2Mmov5RsedbNd3JRISetkDhgZlIA8LOetgCVIAjtKuR9jxTNt4caNTd+h7UG7m0XH4TULzuQ+QQDbzp2myVheOjH8E3fAzaqC4b6Xi/7lnRIo8Rc5HJCoQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:23 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-81329e15-4f52-4e43-9a8e-0ea603ac9780', 'x-compute-request-id': 'req-81329e15-4f52-4e43-9a8e-0ea603ac9780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-21008 01210", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOEO4e3v1HHH2Mmov5RsedbNd3JRISetkDhgZlIA8LOetgCVIAjtKuR9jxTNt4caNTd+h7UG7m0XH4TULzuQ+QQDbzp2myVheOjH8E3fAzaqC4b6Xi/7lnRIo8Rc5HJCoQ==", "fingerprint": "5e:53:4d:8c:b2:cb:ff:d1:88:04:d2:1b:29:4f:83:48", "user_id": "7d29ba758b794e849b8cb94bc76c0247"}}' 2023-04-17 17:46:24,162 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.106s 2023-04-17 17:46:24,162 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:24 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-91351e39-5dd8-47ce-a81f-f39a8ccf82e2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7d29ba758b794e849b8cb94bc76c0247", "name": "tempest-TestMinimumBasicScenario-145353383-project-member", "password_expires_at": null}, "audit_ids": ["xxC6EzgzSV-pdCWPzTBgOw"], "expires_at": "2023-04-17T18:46:24.000000Z", "issued_at": "2023-04-17T17:46:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e5c56c675ef40b8b6eab0d00b46014b", "name": "tempest-TestMinimumBasicScenario-145353383"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:46:24,163 80207 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '961563e7-f0ae-4972-8b45-18610039d6a4', 'name': 'tempest-TestMinimumBasicScenario-686199779-network', 'tenant_id': '3e5c56c675ef40b8b6eab0d00b46014b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e5c56c675ef40b8b6eab0d00b46014b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9763, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:43:23Z', 'updated_at': '2023-04-17T17:43:23Z', 'revision_number': 1} available for tenant 2023-04-17 17:46:25,005 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.842s 2023-04-17 17:46:25,006 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-474499183", "imageRef": "cbc835eb-2ba5-4327-a372-311a75051edb", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "networks": [{"uuid": "961563e7-f0ae-4972-8b45-18610039d6a4"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8f602ec-8a6a-41d1-939d-665eaa290b0a', 'x-compute-request-id': 'req-f8f602ec-8a6a-41d1-939d-665eaa290b0a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "PAxzgu3fiVe2"}}' 2023-04-17 17:46:25,089 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.080s 2023-04-17 17:46:25,089 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:25 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-526e08d3-d590-45c0-99b4-80e9289a356b', 'x-compute-request-id': 'req-526e08d3-d590-45c0-99b4-80e9289a356b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "BUILD", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:25Z", "updated": "2023-04-17T17:46:25Z", "addresses": {}, "access IPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "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-17 17:47:15,381 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.231s 2023-04-17 17:47:15,381 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:15 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-49ad5abd-7db1-4992-9c32-59fc44caffde', 'x-compute-request-id': 'req-49ad5abd-7db1-4992-9c32-59fc44caffde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:24Z", "updated": "2023-04-17T17:46:32Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:3d:80"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "OS-SRV-USG:launched_at": "2023-04-17T17:46:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:47:15,392 80207 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:48:15,694 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.264s 2023-04-17 17:48:15,694 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:15 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': 'r eq-91578129-a396-4000-8a6c-3dffc7da499b', 'x-compute-request-id': 'req-91578129-a396-4000-8a6c-3dffc7da499b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:24Z", "updated": "2023-04-17T17:46:32Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:3d:80"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "OS-SRV-USG:launched_at": "2023-04-17T17:46:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:48:15,902 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.195s 2023-04-17 17:48:15,902 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:15 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-7c7c99eb-798c-4f60-bd49-c808f0fe8792', 'x-compute-request-id': 'req-7c7c99eb-798c-4f60-bd49-c808f0fe8792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}]}]}' 2023-04-17 17:48:16,051 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.145s 2023-04-17 17:48:16,052 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:15 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-f99d94f1-5456-4882-ac4e-957bfa1440a5', 'x-compute-request-id': 'req-f99d94f1-5456-4882-ac4e-957bfa1440a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0- 8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:24Z", "updated": "2023-04-17T17:46:32Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:3d:80"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "OS-SRV-USG:launched_at": "2023-04-17T17:46:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:48:16,254 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes 0.191s 2023-04-17 17:48:16,255 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1857229264", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-860f8654-0568-4683-b990-cedff9d9b374', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-860f8654-0568-4683-b990-cedff9d9b374', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes'} Body: b'{"volume": {"id": "08d2432e-c3af-4fdd-8c5b-046c0cebb7ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:16.196202", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1857229264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:48:16,309 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec 0.045s 2023-04-17 17:48:16,310 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-d7d5a454-2f81-4eac-8256-0c5c7a2c4ac8', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d5a454-2f81-4eac-8256-0c5c7a2c4ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec'} Body: b'{"volume": {"id": "08d2432e-c3af-4fdd-8c5b-046c0cebb7ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:16.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1857229264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b"}}' 2023-04-17 17:48:17,362 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec 0.040s 2023-04-17 17:48:17,363 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6d3e3cb-48b9-4558-8aed-a82ee754a4b6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6d3e3cb-48b9-4558-8aed-a82ee754a4b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec'} Body: b'{"volume": {"id": "08d2432e-c3af-4fdd-8c5b-046c0cebb7ec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:16.000000", "updated_at": "2023-04-17T17:48:16.000000", "name": "tempest-TestMinimumBasicScenario-volume-1857229264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b"}}' 2023-04-17 17:48:17,478 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec 0.103s 2023-04-17 17:48:17,479 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3984e2b-18f0-4c25-8b05-5cedbab8d6cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56 c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec'} Body: b'' 2023-04-17 17:48:17,501 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec 0.021s 2023-04-17 17:48:17,501 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-62365a1d-1ee6-4251-be88-1c23e8a96a7f', 'x-openstack-request-id': 'req-62365a1d-1ee6-4251-be88-1c23e8a96a7f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 08d2432e-c3af-4fdd-8c5b-046c0cebb7ec could not be found."}}' 2023-04-17 17:48:17,624 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.122s 2023-04-17 17:48:17,625 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 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-988f213a-767b-423a-be4e-e2161d6c4231', 'x-compute-request-id': 'req-988f213a-767b-423a-be4e-e2161d6c4231', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'' 2023-04-17 17:48:17,852 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.227s 2023-04-17 17:48:17,853 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 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-84a49d8f-ee3d-4e8e-b580-28ea6ceba529', 'x-compute-request-id': 'req-84a49d8f-ee3d-4e8e-b580-28ea6ceba529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:24Z", "updated": "2023-04-17T17:48:18Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:3d:80"}]}, "accessIPv4": "", "acces sIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "OS-SRV-USG:launched_at": "2023-04-17T17:46:31.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-17 17:49:08,018 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.104s 2023-04-17 17:49:08,018 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:07 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-12375165-55a9-419e-b44c-d40886b58522', 'x-compute-request-id': 'req-12375165-55a9-419e-b44c-d40886b58522', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1d1e6636-11b2-4dc0-8809-232531a4581c could not be found."}}' 2023-04-17 17:49:08,051 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2100801210 0.031s 2023-04-17 17:49:08,051 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:08 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-814d8990-73cc-4284-8bee-288ae7e98b72', 'x-compute-request-id': 'req-814d8990-73cc-4284-8bee-288ae7e98b72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2100801210'} Body: b'' 2023-04-17 17:49:08,147 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb 0.096s 2023-04-17 17:49:08,148 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a9dc832d-8ace-4b7a-9203-ebcaeb940896', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb'} Body: b'' {4} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {4} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {4} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [4.212171s] ... 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 85a567c0-4cda-41e2-96e8-314655cc7b41 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:49:16,408 80207 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/88f9514c0bf04eb7872b5c1c6d14fe65/types 0.260s 2023-04-17 17:49:16,408 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98b2f63-2663-463d-867c-8f65594a48db', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98b2f63-2663-463d-867c-8f65594a48db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88f9514c0bf04eb7872b5c1c6d14fe65/types'} Body: b'{"volume_type": {"id": "e78e3996-72c3-4983-92f3-ede3183d8974", "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-17 17:49:17,146 80207 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 0.732s 2023-04-17 17:49:17,146 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-16a7d87c-e4c0-407d-9b1d-dec5f9901986', '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": "df9a8a1c8eb447998722cbfa49ba9b7f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "65f23951-2d7e-493d-a19e-e61deff728c5", "created_at": "2023-04-17T17:49:17Z", "updated_at": "2023-04-17T17:49:17Z", "tags": [], "self": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5", "file": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:49:18,825 80207 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/65f23951-2d7e-493d-a19e-e61deff728c5/file 1.675s 2023-04-17 17:49:18,825 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-470429eb-c388-4c91-8686-f58fc69841bc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file'} Body: b'' 2023-04-17 17:49:18,849 80207 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/65f23951-2d7e-493d-a19e-e61deff728c5 0.023s 2023-04-17 17:49:18,850 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-02fb1755-a03b-41f6-976a-83bba21e31be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5'} 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": "2767cf365b82f689f9f969fdb841ba17", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "df9a8a1c8eb447998722cbfa49ba9b7f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "50d1d12d372f124d8b128c132657e3ed845cc62d0a7dffc3a48e2bf83bd2a735abaf82e151cd8c422db22312453b6f983bffa6a5164fa861b6470c2e6c9a718a", "id": "65f23951-2d7e-493d-a19e-e61deff728c5", "created_at": "2023-04-17T17:49:17Z", "updated_at": "2023-04-17T17:49:19Z", "tags": [], "self": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5", "file": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:49:18,871 80207 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/65f23951-2d7e-493d-a19e-e61deff728c5 0.020s 2023-04-17 17:49:18,871 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cdcae9aa-8826-4370-b136-0ed6328d687c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5'} 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": "2767cf365b82f689f9f969fdb841ba17", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "df9a8a1c8eb447998722cbfa49ba9b7f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "50d1d12d372f124d8b128c132657e3ed845cc62d0a7dffc3a48e2bf83bd2a735abaf82e151cd8c422db22312453b6f983bffa6a5164fa861b6470c2e6c9a718a", "id": "65f23951-2d7e-493d-a19e-e61deff728c5", "created_at": "2023-04-17T17:49:17Z", "updated_at": "2023-04-17T17:49:19Z", "tags": [], "self": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5", "file": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:49:18,896 80207 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/65f23951-2d7e-493d-a19e-e61deff728c5 0.023s 2023-04-17 17:49:18,896 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b72b3189-38b5-450a-8f1e-e087cb6172ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5'} 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": "2767cf365b82f689f9f969fdb841ba17", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "df9a8a1c8eb447998722cbfa49ba9b7f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "50d1d12d372f124d8b128c132657e3ed845cc62d0a7dffc3a48e2bf83bd2a735abaf82e151cd8c422db22312453b6f983bffa6a5164fa861b6470c2e6c9a718a", "id": "65f23951-2d7e-493d-a19e-e61deff728c5", "created_at": "2023-04-17T17:49:17Z", "updated_at": "2023-04-17T17:49:19Z", "tags": [], "self": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5", "file": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:49:19,232 80207 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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes 0.335s 2023-04-17 17:49:19,233 80207 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": "65f23951-2d7e-493d-a19e-e61deff728c5", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-266bbffa-646f-4ae0-960f-c1d888a2f6ac', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-266bbffa-646f-4ae0-960f-c1d888a2f6ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df9a8a1c8eb447998722cbfa49ba9b7f/volumes'} Body: b'{"volume": {"id": "85a567c0-4cda-41e2-96e8-314655cc7b41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:19.173668", "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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}], "user_id": "66c1b2e2a91447eb811d32731e24918e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:49:19,282 80207 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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41 0.040s 2023-04-17 17:49:19,283 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-077d7d4c-aa06-48d1-b422-50ec6ac020ef', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-077d7d4c-aa06-48d1-b422-50ec6ac020ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41'} Body: b'{"volume": {"id": "85a567c0-4cda-41e2-96e8-314655cc7b41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:19.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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}], "user_id": "66c1b2e2a91447eb811d32731e24918e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df9a8a1c8eb447998722cbfa49ba9b7f"}}' 2023-04-17 17:49:20,342 80207 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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41 0.047s 2023-04-17 17:49:20,342 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a05089-02bd-4d62-8ca5-83e6ec918629', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a05089-02bd-4d62-8ca5-83e6ec918629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41'} Body: b'{"volume": {"id": "85a567c0-4cda-41e2-96e8-314655cc7b41", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:19.000000", "updated_at": "2023-04-17T17:49:19.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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}], "user_id": "66c1b2e2a91447eb811d32731e24918e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df9a8a1c8eb447998722cbfa49ba9b7f"}}' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [166.181566s] ... 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 76a85220-0d4e-4c1e-b290-4e399b865e9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:47:18,549 80217 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:47:18,550 80217 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:47:18,611 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2023-04-17 17:47:18,612 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-396176061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJJXTTiCCqoI0ZpbbGtiXNKugGYNLQVWGPKnospMR4za+DDU14IWv2r42pnKWdekiYYIuhfuRknSTBJe5tCEpMgXVtipIRysFAAA/08IDGr3VRsHCftgYb1Igz/Cq6OUfw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:18 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-a23e9e4a-ea5f-4a7a-b0b3-a7e8fc2d436c', 'x-compute-request-id': 'req-a23e9e4a-ea5f-4a7a-b0b3-a7e8fc2d436c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-396176061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJJXTTiCCqoI0ZpbbGtiXNKugGYNLQVWGPKnospMR4za+DDU14IWv2r42pnKWdekiYYIuhfuRknSTBJe5tCEpMgXVtipIRysFAAA/08IDGr3VRsHCftgYb1Igz/Cq6OUfw==", "fingerprint": "4b:0b:10:23:ea:91:61:c6:87:7a:53:31:33:49:8a:e6", "user_id": "3d4aee23bae743f19bdf6f991e044587"}}' 2023-04-17 17:47:18,614 80217 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-396176061 created 2023-04-17 17:47:18,799 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.183s 2023-04-17 17:47:18,799 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--467034138", "description": "tempest-description--1315222068"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-58273c04-4fd8-4eac-a446-2bb792fecef1', 'date': 'Mon, 17 Apr 2023 17:47:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "name": "tempest-securitygroup--467034138", "stateful": true, "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "description": "tempest-description--1315222068", "shared": false, "security_group_rules": [{"id": "248a5e44-eb55-435b-ab13-f5296d1b9110", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "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": 1008, "description": null, "tags": [], "created_at": "2023-04-17T17:47:18Z", "updated_at": "2023-04-17T17:47:18Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}, {"id": "63a330c3-aab0-4f4f-9453-de43f16aa6f1", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 1009, "description": null, "tags": [], "created_at": "2023-04-17T17:47:18Z", "updated_at": "2023-04-17T17:47:18Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}], "tags": [], "created_at": "2023-04-17T17:47:18Z", "updated_at": "2023-04-17T17:47:18Z", "revision_number": 1, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:47:19,014 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.214s 2023-04-17 17:47:19,014 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "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-eab6db3b-3f2f-4e26-83b1-00059692452a', 'date': 'Mon, 17 Apr 2023 17:47: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": "1506ffdf-48af-4913-875e-b0336d2a5190", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "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-17T17:47:18Z", "updated_at": "2023-04-17T17:47:18Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:47:19,176 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-17 17:47:19,176 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-734a3ba9-801b-43d6-9222-02743e2b252a', 'date': 'Mon, 17 Apr 2023 17:47: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": "5f5ed68c-80df-4682-b402-6a2f50f2f660", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "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-17T17:47:19Z", "updated_at": "2023-04-17T17:47:19Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:47:19,176 80217 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--467034138 created 2023-04-17 17:47:19,945 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.768s 2023-04-17 17:47:19,946 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x- openstack-request-id': 'req-84b33915-45bb-4eae-af4a-7d5373594cfb', 'date': 'Mon, 17 Apr 2023 17:47:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3a4b009e-72a3-4cf4-a900-dc667272f7c3", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "floating_ip_address": "172.24.4.78", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:47:19Z", "updated_at": "2023-04-17T17:47:19Z", "revision_number": 0}}' 2023-04-17 17:47:19,946 80217 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3a4b009e-72a3-4cf4-a900-dc667272f7c3', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'floating_ip_address': '172.24.4.78', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:47:19Z', 'updated_at': '2023-04-17T17:47:19Z', 'revision_number': 0, 'ip': '172.24.4.78'} created 2023-04-17 17:47:19,993 80217 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.041s 2023-04-17 17:47:19,993 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ccb15734-1bbe-4eb7-b0aa-69acc805ec6c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3d4aee23bae743f19bdf6f991e044587", "name": "tempest-AttachVolumeTestJSON-2102743292-project-member", "password_expires_at": null}, "audit_ids": ["cBkZaxsjTR6f1DMrIs4IWQ"], "expires_at": "2023-04-17T18:47:19.000000Z", "issued_at": "2023-04-17T17:47:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd3bfc1c102a47ff9efab5cb9a78021e", "name": "tempest-AttachVolumeTestJSON-2102743292"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cd3bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd3 bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:47:19,994 80217 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'fbf3ce34-ee1a-433a-89ae-35e198d262a3', 'name': 'tempest-AttachVolumeTestJSON-2124537068-network', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28673, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:44:25Z', 'updated_at': '2023-04-17T17:44:25Z', 'revision_number': 1} available for tenant 2023-04-17 17:47:19,994 80217 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-396176061', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJJXTTiCCqoI0ZpbbGtiXNKugGYNLQVWGPKnospMR4za+DDU14IWv2r42pnKWdekiYYIuhfuRknSTBJe5tCEpMgXVtipIRysFAAA/08IDGr3VRsHCftgYb1Igz/Cq6OUfw==', 'fingerprint': '4b:0b:10:23:ea:91:61:c6:87:7a:53:31:33:49:8a:e6', 'user_id': '3d4aee23bae743f19bdf6f991e044587', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBx55Ymhovm/fqvGu3mtCae5IQheY16qiCfa7j+IA3yv0Vvvfa4cn+/\nUQGxiY7q9H+gBwYFK4EEACKhZANiAASSV004ggqqCNGaW2xrYlzSroBmDS0FVhjy\np6LKTEeM2vgw1NeCFr9q+NqZylnXpImGCLoX7kZJ0kwSXubQhKTIF1bYqSEcrBQA\nAP9PCAxq91UbBwn7YGG9SIM/wqujlH8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0590ecf2-657c-4838-a280-eff1f77bfdf2', 'name': 'tempest-securitygroup--467034138', 'stateful': True, 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': 'tempest-description--1315222068', 'shared': False, 'security_group_rules': [{'id': '248a5e44-eb55-435b-ab13-f5296d1b9110', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'security_group_id': '0590ecf2-657c-4838-a280-eff1f77bfdf2', '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': 1008, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:47:18Z', 'updated_at': '2023-04-17T17:47:18Z', 'revision_number': 0, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}, {'id': '63a330c3-aab0-4f4f-9453-de43f16aa6f1', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'security_group_id': '0590ecf2-657c-4838-a280-eff1f77bfdf2', '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': 1009, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:47:18Z', 'updated_at': '2023-04-17T17:47:18Z', 'revision_number': 0, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}], 'tags': [], 'created_at': '2023-0 4-17T17:47:18Z', 'updated_at': '2023-04-17T17:47:18Z', 'revision_number': 1, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}, 'floating_ip': {'id': '3a4b009e-72a3-4cf4-a900-dc667272f7c3', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'floating_ip_address': '172.24.4.78', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:47:19Z', 'updated_at': '2023-04-17T17:47:19Z', 'revision_number': 0, 'ip': '172.24.4.78'}} 2023-04-17 17:47:20,711 80217 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.716s 2023-04-17 17:47:20,712 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-859460792", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "fbf3ce34-ee1a-433a-89ae-35e198d262a3"}], "security_groups": [{"name": "tempest-securitygroup--467034138"}], "key_name": "tempest-keypair-396176061", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6bb721a-6084-45d5-a086-8ef025f0215a', 'x-compute-request-id': 'req-e6bb721a-6084-45d5-a086-8ef025f0215a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--467034138"}], "adminPass": "password"}}' 2023-04-17 17:47:20,793 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.075s 2023-04-17 17:47:20,794 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c568ad28-13f6-4f8b-b7da-1eeeb0e97528', 'x-compute-request-id': 'req-c568ad28-13f6-4f8b-b7da-1eeeb0e97528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'{"server": {"id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "name": "tempest-AttachVolumeTestJSON-server-859460792", "status": "BUILD", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links ": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:47:21Z", "updated": "2023-04-17T17:47:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-396176061", "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-17 17:48:11,035 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.225s 2023-04-17 17:48:11,035 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:10 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-1386cc62-cc58-4cfc-b04f-f7102cb78ecc', 'x-compute-request-id': 'req-1386cc62-cc58-4cfc-b04f-f7102cb78ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'{"server": {"id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "name": "tempest-AttachVolumeTestJSON-server-859460792", "status": "ACTIVE", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "653f5f949f9dfb0d36b833fc4e16e7bd6b525f35d95f31034ca916ce", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:47:20Z", "updated": "2023-04-17T17:47:28Z", "addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:5e:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-396176061", "OS-SRV-USG:launched_at": "2023-04-17T17:47:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--467034138"}], "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-17 17:48:11,047 80217 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:49:11,324 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7/os-interface 0.218s 2023-04-17 17:49:11,324 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'ope nstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e0e27cc-cc94-43aa-9df8-7acd88ca4c1a', 'x-compute-request-id': 'req-6e0e27cc-cc94-43aa-9df8-7acd88ca4c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbf3ce34-ee1a-433a-89ae-35e198d262a3", "port_id": "482a7a99-8edf-4f93-a747-ad53fa2779b6", "mac_addr": "fa:16:3e:8a:5e:2f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "93964096-b9a9-4776-b65b-ddf93a928daf", "ip_address": "10.0.0.14"}]}]}' 2023-04-17 17:49:11,998 80217 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/3a4b009e-72a3-4cf4-a900-dc667272f7c3 0.670s 2023-04-17 17:49:11,998 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "482a7a99-8edf-4f93-a747-ad53fa2779b6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-040ba70a-7630-4631-83ed-e750a2712bb5', 'date': 'Mon, 17 Apr 2023 17:49:11 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3a4b009e-72a3-4cf4-a900-dc667272f7c3'} Body: b'{"floatingip": {"id": "3a4b009e-72a3-4cf4-a900-dc667272f7c3", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "floating_ip_address": "172.24.4.78", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "08bad41a-ee33-49d4-b2e8-8128398871c4", "port_id": "482a7a99-8edf-4f93-a747-ad53fa2779b6", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbf3ce34-ee1a-433a-89ae-35e198d262a3", "mac_address": "fa:16:3e:8a:5e:2f", "admin_state_up": true, "status": "ACTIVE", "device_id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:47:19Z", "updated_at": "2023-04-17T17:49:11Z", "revision_number": 1, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:49:12,000 80217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.78:22' as 'cirros' with public key authentication 2023-04-17 17:49:12,038 80217 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:49:12,059 80217 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:49:12,060 80217 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.78 successfully created 2023-04-17 17:49:12,103 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7/ips 0.043s 2023-04-17 17:49:12,104 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:12 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-b98344e1-d23c-4de8-bfc6-5870a4f6143f', 'x-compute-request-id': 'req-b98344e1-d23c-4de8-bfc6-5870a4f6143f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-17 17:49:12,356 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes 0.249s 2023-04-17 17:49:12,357 80217 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-122362400"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8de547b8-5a71-4864-b207-2f718c3f3bf0', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8de547b8-5a71-4864-b207-2f718c3f3bf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes'} Body: b'{"volume": {"id": "76a85220-0d4e-4c1e-b290-4e399b865e9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:12.276177", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-122362400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:49:12,415 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c 0.047s 2023-04-17 17:49:12,415 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f7b70bc-4f3a-4d19-b057-f136530387f6', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f7b70bc-4f3a-4d19-b057-f136530387f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c'} Body: b'{"volume": {"id": "76a85220-0d4e-4c1e-b290-4e399b865e9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:12.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-122362400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:49:13,471 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c 0.041s 2023-04-17 17:49:13,471 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appli cation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3931795-f6f6-45e2-aa34-4b8c55b1968e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3931795-f6f6-45e2-aa34-4b8c55b1968e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c'} Body: b'{"volume": {"id": "76a85220-0d4e-4c1e-b290-4e399b865e9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:12.000000", "updated_at": "2023-04-17T17:49:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-122362400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:49:13,706 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.223s 2023-04-17 17:49:13,706 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:13 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-11f70476-1a20-4585-a657-79743c99a000', 'x-compute-request-id': 'req-11f70476-1a20-4585-a657-79743c99a000', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'' 2023-04-17 17:49:13,902 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.194s 2023-04-17 17:49:13,902 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a2c43ee-75ea-40f7-90d7-5e41eb98f974', 'x-compute-request-id': 'req-5a2c43ee-75ea-40f7-90d7-5e41eb98f974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'{"server": {"id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "name": "tempest-AttachVolumeTestJSON-server-859460792", "status": "ACTIVE", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "653f5f949f9dfb0d36b833fc4e16e7bd6b525f35d95f31034ca916ce", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "book mark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:47:20Z", "updated": "2023-04-17T17:49:14Z", "addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:5e:2f"}, {"version": 4, "addr": "172.24.4.78", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:5e:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-396176061", "OS-SRV-USG:launched_at": "2023-04-17T17:47:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--467034138"}], "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-17 17:50:04,101 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.137s 2023-04-17 17:50:04,101 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:03 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-9bda9857-cd28-4413-9f95-a885925968bf', 'x-compute-request-id': 'req-9bda9857-cd28-4413-9f95-a885925968bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6b3b32af-2f00-44f3-8287-9ff8924e6db7 could not be found."}}' 2023-04-17 17:50:04,132 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-396176061 0.030s 2023-04-17 17:50:04,132 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-107ab155-b3b4-4132-bd18-b79bf62e243c', 'x-compute-request-id': 'req-107ab155-b3b4-4132-bd18-b79bf62e243c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-396176061'} Body: b'' 2023-04-17 17:50:04,287 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0590ecf2-657c-4838-a280-eff1f77bfdf2 0.154s 2023-04-17 17:50:04,287 80217 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-220bb7ae-5275-405e-9068-cbdf92208784', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:50:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0590ecf2-657c-4838-a280-eff1f77bfdf2'} Body: b'' 2023-04-17 17:50:04,304 80217 INFO [tempest.lib.common.r est_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0590ecf2-657c-4838-a280-eff1f77bfdf2 0.016s 2023-04-17 17:50:04,305 80217 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-e2125997-536a-43f3-8bb7-4fdfa8f97de2', 'date': 'Mon, 17 Apr 2023 17:50:04 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0590ecf2-657c-4838-a280-eff1f77bfdf2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0590ecf2-657c-4838-a280-eff1f77bfdf2 does not exist", "detail": ""}}' 2023-04-17 17:50:04,729 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/3a4b009e-72a3-4cf4-a900-dc667272f7c3 0.424s 2023-04-17 17:50:04,730 80217 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-aaf922fc-b946-439f-ba38-b86096daa775', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:50:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3a4b009e-72a3-4cf4-a900-dc667272f7c3'} Body: b'' {9} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.782027s] ... 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 456ba481-5d8d-439f-a196-b30c1e2d44fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:09,956 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types 0.194s 2023-04-17 17:50:09,956 80217 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-1523471577"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f05f47-6234-4e3f-be6a-c8e62582b596', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f05f47-6234-4e3f-be6a-c8e62582b596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types'} Body: b'{"volume_type": {"id": "66c0bd7d-1529-4365-87a1-c0c7ede50ea0", "name": "tempest-GroupsV320Test-volume-type-1523471577", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:50:09,995 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/group_types 0.035s 2023-04-17 17:50:09,996 80217 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-63085891"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4907d465-42f3-446f-87a8-653963c02623', 'content-length': '175', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4907d465-42f3-446f-87a8-653963c02623', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/group_types'} Body: b'{"group_type": {"id": "317ffa19-f0ff-4a32-8453-6c5edd6d0439", "name": "tempest-GroupsV320Test-group-type-63085891", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:50:10,191 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups 0.192s 2023-04-17 17:50:10,192 80217 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": "317ffa19-f0ff-4a32-8453-6c5edd6d0439", "volume_types": ["66c0bd7d-1529-4365-87a1-c0c7ede50ea0"], "name": "tempest-GroupsV320Test-Group-376007614"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-411941e7-951a-4e96-9d25-f719e554429a', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-411941e7-951a-4e96-9d25-f719e554429a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups'} Body: b'{"group": {"id": "456ba481-5d8d-439f-a196-b30c1e2d44fb", "name": "tempest-GroupsV320Test-Group-376007614"}}' 2023-04-17 17:50:10,232 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb 0.038s 2023-04-17 17:50:10,233 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d88112f2-c6ae-40e2-8228-197dfac3d108', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d88112f2-c6ae-40e2-8228-197dfac3d108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb'} Body: b'{"group": {"id": "456ba481-5d8d-439f-a196-b30c1e2d44fb", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:50:10.000000", "name": "tempest-GroupsV320Test-Group-376007614", "description": null, "group_type": "317ffa19-f0ff-4a32-8453-6c5edd6d0439", "volume_types": ["66c0bd7d-1529-4365-87a1-c0c7ede50ea0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:11,276 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb 0.036s 2023-04-17 17:50:11,276 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4f4fecb-382d-49a9-a034-df380c88dcb9', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4f4fecb-382d-49a9-a034-df380c88dcb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb'} Body: b'{"group": {"id": "456ba481-5d8d-439f-a196-b30c1e2d44fb", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:10.000000", "name": "tempest-GroupsV320Test-Group-376007614", "description": null, "group_type": "317ffa19-f0ff-4a32-8453-6c5edd6d0439", "volume_types": ["66c0bd7d-1529-4365-87a1-c0c7ede50ea0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:11,345 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/volumes/detail 0.064s 2023-04-17 17:50:11,346 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-732365ef-eedc-4fad-adbd-ee2de6de69e8', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-732365ef-eedc-4fad-adbd-ee2de6de69e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:50:11,427 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb/action 0.069s 2023-04-17 17:50:11,427 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 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-02cb54de-6b34-4e39-b619-1342ee375253', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb/action'} Body: b'' 2023-04-17 17:50:11,445 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb 0.016s 2023-04-17 17:50:11,445 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 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-23189c04-8bb3-4232-babb-fa325b5a3889', 'x-openstack-request-id': 'req-23189c04-8bb3-4232-babb-fa325b5a3889', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 456ba481-5d8d-439f-a196-b30c1e2d44fb could not be found."}}' 2023-04-17 17:50:11,475 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/group_types/317ffa19-f0ff-4a32-8453-6c5edd6d0439 0.029s 2023-04-17 17:50:11,475 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 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-9824e058-6aad-44e1-8500-6be41cc3a9fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/group_types/317ffa19-f0ff-4a32-8453-6c5edd6d0439'} Body: b'' 2023-04-17 17:50:11,526 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types/66c0bd7d-1529-4365-87a1-c0c7ede50ea0 0.050s 2023-04-17 17:50:11,526 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50: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-ea9fe7d0-14bc-4708-9774-3426c407f812', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types/66c0bd7d-1529-4365-87a1-c0c7ede50ea0'} Body: b'' 2023-04-17 17:50:11,542 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types/66c0bd7d-1529-4365-87a1-c0c7ede50ea0 0.015s 2023-04-17 17:50:11,542 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114' , 'content-type': 'application/json', 'x-compute-request-id': 'req-b542f1b8-8738-41c8-9560-9cb561e0cc94', 'x-openstack-request-id': 'req-b542f1b8-8738-41c8-9560-9cb561e0cc94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types/66c0bd7d-1529-4365-87a1-c0c7ede50ea0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 66c0bd7d-1529-4365-87a1-c0c7ede50ea0 could not be found."}}' {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.021278s] ... ok {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.029722s] ... ok {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.025505s] ... ok {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.029167s] ... ok {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.023986s] ... ok {5} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.845565s] ... 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 4fdf6a8a-8908-4425-b566-5d683c2b1ede failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:42,768 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types 0.182s 2023-04-17 17:50:42,768 80209 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-477692354"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-926ef067-c467-4698-802d-21b45a61ba9e', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-926ef067-c467-4698-802d-21b45a61ba9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types'} Body: b'{"volume_type": {"id": "ed94de09-29eb-48d5-b8c0-03563a22d4d0", "name": "tempest-GroupSnapshotsTest-volume-type-477692354", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:50:42,807 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types 0.035s 2023-04-17 17:50:42,807 80209 DEBUG [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-1361619514"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84adabee-4f44-453c-a449-9b6fbbf9ef40', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84adabee-4f44-453c-a449-9b6fbbf9ef40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types'} Body: b'{"group_type": {"id": "dd59be95-c74f-43d5-a851-4ada1fd9c911", "name": "tempest-GroupSnapshotsTest-group-type-1361619514", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:50:43,056 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups 0.246s 2023-04-17 17:50:43,056 80209 DEBUG [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": "dd59be95-c74f-43d5-a851-4ada1fd9c911", "volume_types": ["ed94de09-29eb-48d5-b8c0-03563a22d4d0"], "name": "tempest-GroupSnapshotsTest-Group-256296972"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f4a801-c7e3-440f-857d-076889929e1d', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f4a801-c7e3-440f-857d-076889929e1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups'} Body: b'{"group": {"id": "4fdf6a8a-8908-4425-b566-5d683c2b1ede", "name": "tempest-GroupSnapshotsTest-Group-256296972"}}' 2023-04-17 17:50:43,090 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede 0.031s 2023-04-17 17:50:43,090 80209 DEBUG [tempest.lib.commo n.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be580045-87b2-4914-a710-bbb65cc38121', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be580045-87b2-4914-a710-bbb65cc38121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede'} Body: b'{"group": {"id": "4fdf6a8a-8908-4425-b566-5d683c2b1ede", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:50:43.000000", "name": "tempest-GroupSnapshotsTest-Group-256296972", "description": null, "group_type": "dd59be95-c74f-43d5-a851-4ada1fd9c911", "volume_types": ["ed94de09-29eb-48d5-b8c0-03563a22d4d0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:44,130 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede 0.034s 2023-04-17 17:50:44,131 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed773cc-5e8c-48e6-8bc4-97bea1f11da7', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed773cc-5e8c-48e6-8bc4-97bea1f11da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede'} Body: b'{"group": {"id": "4fdf6a8a-8908-4425-b566-5d683c2b1ede", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:43.000000", "name": "tempest-GroupSnapshotsTest-Group-256296972", "description": null, "group_type": "dd59be95-c74f-43d5-a851-4ada1fd9c911", "volume_types": ["ed94de09-29eb-48d5-b8c0-03563a22d4d0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:44,204 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail 0.066s 2023-04-17 17:50:44,204 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c3001f-7299-422a-8184-597141860fa4', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c3001f-7299-422a-8184-597141860fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:50:44,299 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede/action 0.084s 2023-04-17 17:50:44,300 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete -volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46563450-30f7-4a4f-be00-16cd93820258', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede/action'} Body: b'' 2023-04-17 17:50:44,318 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede 0.017s 2023-04-17 17:50:44,318 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-16fb65d8-54e9-4612-91d3-8c8a19e75373', 'x-openstack-request-id': 'req-16fb65d8-54e9-4612-91d3-8c8a19e75373', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4fdf6a8a-8908-4425-b566-5d683c2b1ede could not be found."}}' 2023-04-17 17:50:44,353 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/dd59be95-c74f-43d5-a851-4ada1fd9c911 0.034s 2023-04-17 17:50:44,354 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecce3fe5-5f64-4392-9c4b-ec18ae803c89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/dd59be95-c74f-43d5-a851-4ada1fd9c911'} Body: b'' 2023-04-17 17:50:44,410 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/ed94de09-29eb-48d5-b8c0-03563a22d4d0 0.056s 2023-04-17 17:50:44,411 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5fa6913-5948-460f-a245-43121134dbd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/ed94de09-29eb-48d5-b8c0-03563a22d4d0'} Body: b'' 2023-04-17 17:50:44,429 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/ed94de09-29eb-48d5-b8c0-03563a22d4d0 0.017s 2023-04-17 17:50:44,430 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 202 3 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5f55ae-9eec-419a-a05e-a158d5e6f715', 'x-openstack-request-id': 'req-3d5f55ae-9eec-419a-a05e-a158d5e6f715', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/ed94de09-29eb-48d5-b8c0-03563a22d4d0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ed94de09-29eb-48d5-b8c0-03563a22d4d0 could not be found."}}' {5} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.592318s] ... 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 4fcd4004-b2a9-493e-b9ad-c320504487d2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:44,469 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types 0.034s 2023-04-17 17:50:44,469 80209 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-1516472141"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf0afb4-b421-42e5-ab12-50a20341e493', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf0afb4-b421-42e5-ab12-50a20341e493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types'} Body: b'{"volume_type": {"id": "e1f0c139-5c60-48ea-9193-6390aaa4a890", "name": "tempest-GroupSnapshotsTest-volume-type-1516472141", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:50:44,505 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types 0.033s 2023-04-17 17:50:44,506 80209 DEBUG [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-1353031254"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c5bb59-61b8-49d6-a11a-2fc08c1938cf', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c5bb59-61b8-49d6-a11a-2fc08c1938cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types'} Body: b'{"group_type": {"id": "0b17670a-4369-4c48-b19b-3ed8c02af93e", "name": "tempest-GroupSnapshotsTest-group-type-1353031254", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:50:44,596 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups 0.087s 2023-04-17 17:50:44,597 80209 DEBUG [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": "0b17670a-4369-4c48-b19b-3ed8c02af93e", "volume_types": ["e1f0c139-5c60-48ea-9193-6390aaa4a890"], "name": "tempest-GroupSnapshotsTest-Group-1675007944"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6dba20-f5e5-40d6-a598-22c8eb73fcdb', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6dba20-f5e5-40d6-a598-22c8eb73fcdb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups'} Body: b'{"group": {"id": "4fcd4004-b2a9-493e-b9ad-c320504487d2", "name": "tempest-GroupSnapshotsTest-Group-1675007944"}}' 2023-04-17 17:50:44,680 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c32050448 7d2 0.080s 2023-04-17 17:50:44,680 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb27817d-602d-4270-95f2-cc8a19932aaa', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb27817d-602d-4270-95f2-cc8a19932aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2'} Body: b'{"group": {"id": "4fcd4004-b2a9-493e-b9ad-c320504487d2", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:45.000000", "name": "tempest-GroupSnapshotsTest-Group-1675007944", "description": null, "group_type": "0b17670a-4369-4c48-b19b-3ed8c02af93e", "volume_types": ["e1f0c139-5c60-48ea-9193-6390aaa4a890"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:45,735 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2 0.048s 2023-04-17 17:50:45,735 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1945db0c-3f88-4b1c-a725-4b88045e360b', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1945db0c-3f88-4b1c-a725-4b88045e360b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2'} Body: b'{"group": {"id": "4fcd4004-b2a9-493e-b9ad-c320504487d2", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:45.000000", "name": "tempest-GroupSnapshotsTest-Group-1675007944", "description": null, "group_type": "0b17670a-4369-4c48-b19b-3ed8c02af93e", "volume_types": ["e1f0c139-5c60-48ea-9193-6390aaa4a890"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:45,739 80209 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-17 17:50:45,821 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail 0.081s 2023-04-17 17:50:45,822 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-998e6d27-ea25-4927-8502-c3be566ca86d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-998e6d27-ea25-4927-8502-c3be566ca86d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:50:45,908 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2/action 0 .076s 2023-04-17 17:50:45,908 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59d33d7-017b-4a3b-aa37-f80921b75116', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2/action'} Body: b'' 2023-04-17 17:50:45,927 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2 0.018s 2023-04-17 17:50:45,927 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d3a7c8-4159-4083-8ef1-912c157db11b', 'x-openstack-request-id': 'req-16d3a7c8-4159-4083-8ef1-912c157db11b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4fcd4004-b2a9-493e-b9ad-c320504487d2 could not be found."}}' 2023-04-17 17:50:45,954 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/0b17670a-4369-4c48-b19b-3ed8c02af93e 0.026s 2023-04-17 17:50:45,955 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6ae7f1c-043d-4463-aa28-577381dade87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/0b17670a-4369-4c48-b19b-3ed8c02af93e'} Body: b'' 2023-04-17 17:50:46,007 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/e1f0c139-5c60-48ea-9193-6390aaa4a890 0.052s 2023-04-17 17:50:46,007 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d11480-e1e9-42e7-ac2c-c03ef5505e4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/e1f0c139-5c60-48ea-9193-6390aaa4a890'} Body: b'' 2023-04-17 17:50:46,025 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/e1f0c139-5c60-48ea-9193-6390aaa4a 890 0.017s 2023-04-17 17:50:46,026 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 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-005c3dc0-f19e-46c3-9a55-fea9ed73cc80', 'x-openstack-request-id': 'req-005c3dc0-f19e-46c3-9a55-fea9ed73cc80', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/e1f0c139-5c60-48ea-9193-6390aaa4a890'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e1f0c139-5c60-48ea-9193-6390aaa4a890 could not be found."}}' {5} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.504831s] ... 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 87455392-5d3e-424c-8411-cb34a181305e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:46,057 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types 0.028s 2023-04-17 17:50:46,057 80209 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-442750418"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eb0f592-9ea4-485b-8715-38465f072307', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eb0f592-9ea4-485b-8715-38465f072307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types'} Body: b'{"volume_type": {"id": "5b52b871-0dfa-435e-b018-989d3792269a", "name": "tempest-GroupSnapshotsTest-volume-type-442750418", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:50:46,092 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types 0.031s 2023-04-17 17:50:46,092 80209 DEBUG [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-1689858640"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ecf7618-b8f5-4aa6-8e1f-9dac30220e44', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ecf7618-b8f5-4aa6-8e1f-9dac30220e44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types'} Body: b'{"group_type": {"id": "29e50454-86b9-48bc-963e-d05c1259300f", "name": "tempest-GroupSnapshotsTest-group-type-1689858640", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:50:46,200 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups 0.104s 2023-04-17 17:50:46,201 80209 DEBUG [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": "29e50454-86b9-48bc-963e-d05c1259300f", "volume_types": ["5b52b871-0dfa-435e-b018-989d3792269a"], "name": "tempest-GroupSnapshotsTest-Group-2101177260"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83bde95a-a56a-4bb9-9895-7d27044e6e2c', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83bde95a-a56a-4bb9-9895-7d27044e6e2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups'} Body: b'{"group": {"id": "87455392-5d3e-424c-8411-cb34a181305e", "name": "tempest-GroupSnapshotsTest-Group-2101177260"}}' 2023-04-17 17:50:46,233 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e 0.030s 2023-04-17 17:50:46,234 80209 D EBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3942f82-a883-43bc-b717-d143c8841716', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3942f82-a883-43bc-b717-d143c8841716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e'} Body: b'{"group": {"id": "87455392-5d3e-424c-8411-cb34a181305e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:50:46.000000", "name": "tempest-GroupSnapshotsTest-Group-2101177260", "description": null, "group_type": "29e50454-86b9-48bc-963e-d05c1259300f", "volume_types": ["5b52b871-0dfa-435e-b018-989d3792269a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:47,278 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e 0.038s 2023-04-17 17:50:47,278 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1751784e-537b-439e-bef4-c8209027a153', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1751784e-537b-439e-bef4-c8209027a153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e'} Body: b'{"group": {"id": "87455392-5d3e-424c-8411-cb34a181305e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:46.000000", "name": "tempest-GroupSnapshotsTest-Group-2101177260", "description": null, "group_type": "29e50454-86b9-48bc-963e-d05c1259300f", "volume_types": ["5b52b871-0dfa-435e-b018-989d3792269a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:47,343 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail 0.060s 2023-04-17 17:50:47,343 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af174d9-1c6f-4576-8fa2-b219cb888268', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2af174d9-1c6f-4576-8fa2-b219cb888268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:50:47,415 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e/action 0.060s 2023-04-17 17:50:47,415 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 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-19e3b550-83c8-422b-a836-7ffc4781b9c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e/action'} Body: b'' 2023-04-17 17:50:47,433 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e 0.017s 2023-04-17 17:50:47,433 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 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-8bad1ab4-f037-4b49-9640-09c2525d115b', 'x-openstack-request-id': 'req-8bad1ab4-f037-4b49-9640-09c2525d115b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 87455392-5d3e-424c-8411-cb34a181305e could not be found."}}' 2023-04-17 17:50:47,468 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/29e50454-86b9-48bc-963e-d05c1259300f 0.033s 2023-04-17 17:50:47,468 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 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-822fce86-3927-4265-af8d-a803f8d9dbe1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/29e50454-86b9-48bc-963e-d05c1259300f'} Body: b'' 2023-04-17 17:50:47,517 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/5b52b871-0dfa-435e-b018-989d3792269a 0.048s 2023-04-17 17:50:47,517 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0dc8f66-54cb-4e5c-bc99-9552d2a68dcb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/5b52b871-0dfa-435e-b018-989d3792269a'} Body: b'' 2023-04-17 17:50:47,532 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/5b52b871-0dfa-435e-b018-989d3792269a 0.014s 2023-04-17 17:50:47,532 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde292d8-d1f1-4983-b991-5d6ad54e54be', 'x-openstack-request-id': 'req-cde292d8-d1f1-4983-b991-5d6ad54e54be', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/5b52b871-0dfa-435e-b018-989d3792269a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5b52b871-0dfa-435e-b018-989d3792269a could not be found."}}' {5} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {5} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {5} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [2.084986s] ... 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 fa77428b-d893-4580-bc24-d609c35f81a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:49,888 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.151s 2023-04-17 17:50:49,889 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8e5607e-0335-470b-90bf-ce89d6cb26f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:50:50,525 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes 0.636s 2023-04-17 17:50:50,526 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-VolumesCloneTest-Volume-2014268264"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72282535-4059-4633-9812-ea3094d985f4', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72282535-4059-4633-9812-ea3094d985f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes'} Body: b'{"volume": {"id": "fa77428b-d893-4580-bc24-d609c35f81a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:50.459266", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2014268264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:50:50,577 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.042s 2023-04-17 17:50:50,578 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25d6d644-0884-4b4f-a970-d135f0251949', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25d6d644-0884-4b4f-a970-d135f0251949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'{"volume": {"id": "fa77428b-d893-4580-bc24-d609c35f81a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:50.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2014268264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:51,642 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.052s 2023-04-17 17:50:51,642 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8613e8a4-6db2-4898-8a4c-9ca2780c85f3', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8613e8a4-6db2-4898-8a4c-9ca2780c85f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'{"volume": {"id": "fa77428b-d893-4580-bc24-d609c35f81a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:50.000000", "updated_at": "2023-04-17T17:50:51.000000", "name": "tempest-VolumesCloneTest-Volume-2014268264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:51,693 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.040s 2023-04-17 17:50:51,694 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd167f17-2c98-4848-a737-fb83bae5606e', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd167f17-2c98-4848-a737-fb83bae5606e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'{"volume": {"id": "fa77428b-d893-4580-bc24-d609c35f81a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:50.000000", "updated_at": "2023-04-17T17:50:51.000000", "name": "tempest-VolumesCloneTest-Volume-2014268264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:51,798 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.094s 2023-04-17 17:50:51,799 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1443e76-16b1-4ddd-900f-65240b8a87e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'' 2023-04-17 17:50:51,820 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.021s 2023-04-17 17:50:51,820 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1105817c-902d-4ea7-a082-6300efe5fb63', 'x-openstack-request-id': 'req-1105817c-902d-4ea7-a082-6300efe5fb63', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fa77428b-d893-4580-bc24-d609c35f81a7 could not be found."}}' {5} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.471746s] ... 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 9190c128-7037-4a0f-8725-4039169745fc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:52,005 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes 0.181s 2023-04-17 17:50:52,005 80209 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-433032435"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c85fa8f-1238-4474-8fc3-5fa7d0ff0a55', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c85fa8f-1238-4474-8fc3-5fa7d0ff0a55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes'} Body: b'{"volume": {"id": "9190c128-7037-4a0f-8725-4039169745fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:51.948614", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-433032435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:50:52,059 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.044s 2023-04-17 17:50:52,059 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cebbb80d-6326-46d6-8c39-28fb149e5484', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cebbb80d-6326-46d6-8c39-28fb149e5484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'{"volume": {"id": "9190c128-7037-4a0f-8725-4039169745fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:52.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-433032435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:53,109 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.038s 2023-04-17 17:50:53,110 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd39f048-26a9-44d7-bc22-d36b1f11dfc8', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd39f048-26a9-44d7-bc22-d36b1f11dfc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'{"volume": {"id": "9190c128-7037-4a0f-8725-4039169745fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:52.000000", "updated_at": "2023-04-17T17:50:52.000000", "name": "tempest-VolumesCloneTest-Volume-433032435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:53,162 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.041s 2023-04-17 17:50:53,162 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f744ba1a-8cd7-4843-98b6-6240433fb928', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f744ba1a-8cd7-4843-98b6-6240433fb928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'{"volume": {"id": "9190c128-7037-4a0f-8725-4039169745fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:52.000000", "updated_at": "2023-04-17T17:50:52.000000", "name": "tempest-VolumesCloneTest-Volume-433032435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:53,272 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.099s 2023-04-17 17:50:53,272 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-d6d1be75-4ff3-42f6-a591-823fed1de12a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'' 2023-04-17 17:50:53,293 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.020s 2023-04-17 17:50:53,294 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b9fbea0-b38b-4a19-8337-0ced83fcad23', 'x-openstack-request-id': 'req-9b9fbea0-b38b-4a19-8337-0ced83fcad23', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9190c128-7037-4a0f-8725-4039169745fc could not be found."}}' {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.152860s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.104863s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.012954s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.056523s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.024029s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.514806s] ... 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 f179bafc-63c1-4aab-af95-f3b094eba1c8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:55,298 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes 0.219s 2023-04-17 17:50:55,299 80209 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-1082381612"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da8b43a-51bc-46c2-845b-cb774a4bf21b', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da8b43a-51bc-46c2-845b-cb774a4bf21b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes'} Body: b'{"volume": {"id": "f179bafc-63c1-4aab-af95-f3b094eba1c8", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:50:55.235338", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082381612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}], "user_id": "4b66ec81a4354ab29f5747085a7572a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:50:55,348 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8 0.040s 2023-04-17 17:50:55,348 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43a3d7a0-fa59-4277-9754-ebd3b684db8f', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43a3d7a0-fa59-4277-9754-ebd3b684db8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'{"volume": {"id": "f179bafc-63c1-4aab-af95-f3b094eba1c8", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:50:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082381612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}], "user_id": "4b66ec81a4354ab29f5747085a7572a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a1c6a3320194416bf191ebd31c9ac1f"}}' 2023-04-17 17:50:56,409 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba 1c8 0.049s 2023-04-17 17:50:56,409 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6dcd7d8-3538-4992-becd-b296d368c8cd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6dcd7d8-3538-4992-becd-b296d368c8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'{"volume": {"id": "f179bafc-63c1-4aab-af95-f3b094eba1c8", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:50:55.000000", "updated_at": "2023-04-17T17:50:55.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082381612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}], "user_id": "4b66ec81a4354ab29f5747085a7572a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a1c6a3320194416bf191ebd31c9ac1f"}}' 2023-04-17 17:50:56,461 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8 0.038s 2023-04-17 17:50:56,461 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3dcba22-3837-4885-98f2-1c3e53c6b8a3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3dcba22-3837-4885-98f2-1c3e53c6b8a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'{"volume": {"id": "f179bafc-63c1-4aab-af95-f3b094eba1c8", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:50:55.000000", "updated_at": "2023-04-17T17:50:55.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082381612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}], "user_id": "4b66ec81a4354ab29f5747085a7572a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a1c6a3320194416bf191ebd31c9ac1f"}}' 2023-04-17 17:50:56,570 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8 0.099s 2023-04-17 17:50:56,570 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Mon, 17 Apr 2023 17:50: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-ed780024-cb97-484a-84e1-0c58b8e2975e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'' 2023-04-17 17:50:56,593 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8 0.022s 2023-04-17 17:50:56,593 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50: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-c9e810ba-4305-41a3-989a-3aaf3dd35a6f', 'x-openstack-request-id': 'req-c9e810ba-4305-41a3-989a-3aaf3dd35a6f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f179bafc-63c1-4aab-af95-f3b094eba1c8 could not be found."}}' {5} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.836058s] ... 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 aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:19,483 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-04-17 17:50:19,483 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:19 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-c8fa511f-4cba-4f02-a98d-f8ef40ed97f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3999f6aff774419daca6c25a18ee9af7", "name": "tempest-VolumesActionsTest-1894276307-project-member", "password_expires_at": null}, "audit_ids": ["3BcKUb-TQT2bGrjR3bBUSw"], "expires_at": "2023-04-17T18:50:19.000000Z", "issued_at": "2023-04-17T17:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d9fa2be78c04fdeafdacb7af1c7ef80", "name": "tempest-VolumesActionsTest-1894276307"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1d9fa2be78c04fdeafdacb7af1c7ef80", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:50:19,484 80217 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '5a6aa082-6619-4f08-be06-828e931c35d5', 'name': 'tempest-VolumesActionsTest-731505046-network', 'tenant_id': '1d9fa2be78c04fdeafdacb7af1c7ef80', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d9fa2be78c04fdeafdacb7af1c7ef80', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8214, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:50:16Z', 'updated_at': '2023-04-17T17:50:17Z', 'revision_number': 1} available for tenant 2023-04-17 17:50:20,319 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.833s 2023-04-17 17:50:20,319 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-519140730", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "5a6aa082-6619-4f08-be06-828e931c35d5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28da9c80-2cd5-48d5-84db-c44bc0ba3928', 'x-compute-request-id': 'req-28da9c80-2cd5-48d5-84db-c44bc0ba3928', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "46e92122-765c-4ff1-9c13-66510c1221dc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xKRXBZVrYBq4"}}' 2023-04-17 17:50:20,499 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.174s 2023-04-17 17:50:20,499 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0bf1fcf-1095-45c4-b689-69d95b09a3f5', 'x-compute-request-id': 'req-c0bf1fcf-1095-45c4-b689-69d95b09a3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'{"server": {"id": "46e92122-765c-4ff1-9c13-66510c1221dc", "name": "tempest-VolumesActionsTest-instance-519140730", "status": "BUILD", "tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80", "user_id": "3999f6aff774419daca6c25a18ee9af7", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:50:20Z", "updated": "2023-04-17T17:50:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}], "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": "schedu ling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:51:11,078 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.517s 2023-04-17 17:51:11,079 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:51:10 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-48dcb53e-da09-44f0-93e7-72de3132c78d', 'x-compute-request-id': 'req-48dcb53e-da09-44f0-93e7-72de3132c78d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'{"server": {"id": "46e92122-765c-4ff1-9c13-66510c1221dc", "name": "tempest-VolumesActionsTest-instance-519140730", "status": "ACTIVE", "tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80", "user_id": "3999f6aff774419daca6c25a18ee9af7", "metadata": {}, "hostId": "bbde18ac38b26ccd2edcd69da90b959fb8fbdec6781a002bb956d07f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:50:20Z", "updated": "2023-04-17T17:50:27Z", "addresses": {"tempest-VolumesActionsTest-731505046-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:b9:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:50: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-17 17:51:11,092 80217 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:52:11,360 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.209s 2023-04-17 17:52:11,361 80217 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-526797662"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36c7d7fd-a374-4d6a-a72c-5db25983d27d', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36c7d7fd-a374-4d6a-a72c-5db25983d27d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "aa79631b-a9aa-464a-9ca7-a5b50c15e2f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:52:11.303368", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-526797662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source _volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:52:11,416 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.046s 2023-04-17 17:52:11,417 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54deac0b-bb42-47e4-a2a0-76d1faeb01e6', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54deac0b-bb42-47e4-a2a0-76d1faeb01e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'{"volume": {"id": "aa79631b-a9aa-464a-9ca7-a5b50c15e2f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:52:11.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-526797662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:52:12,468 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.040s 2023-04-17 17:52:12,469 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40cabd7d-d223-462f-a5b5-d6c1dd998a08', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40cabd7d-d223-462f-a5b5-d6c1dd998a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'{"volume": {"id": "aa79631b-a9aa-464a-9ca7-a5b50c15e2f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:52:11.000000", "updated_at": "2023-04-17T17:52:11.000000", "name": "tempest-VolumesActionsTest-Volume-526797662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}], "user_id": "3999f6aff774419daca6c25a18 ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:52:12,549 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.069s 2023-04-17 17:52:12,550 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baab93ae-b562-412a-923d-8ed10995bca6', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baab93ae-b562-412a-923d-8ed10995bca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'{"volume": {"id": "aa79631b-a9aa-464a-9ca7-a5b50c15e2f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:52:11.000000", "updated_at": "2023-04-17T17:52:11.000000", "name": "tempest-VolumesActionsTest-Volume-526797662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:52:12,660 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.099s 2023-04-17 17:52:12,660 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff2c6fd3-c2fd-4e74-9555-7548c8692c81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'' 2023-04-17 17:52:12,683 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.022s 2023-04-17 17:52:12,683 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d044e825-198c-47ba-9e9e-8a7a899fa35a', 'x-openstack-request-id': 'req-d044e825-198c-47ba-9e9e-8a7a899fa35a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 could not be found."}}' 2023-04-17 17:52:12,838 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.155s 2023-04-17 17:52:12,839 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 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-fcad061a-2e38-4d1b-b0d2-6d988319151a', 'x-compute-request-id': 'req-fcad061a-2e38-4d1b-b0d2-6d988319151a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'' 2023-04-17 17:52:13,117 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.277s 2023-04-17 17:52:13,117 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-805e637d-7caa-48c5-838a-eb70223a9845', 'x-compute-request-id': 'req-805e637d-7caa-48c5-838a-eb70223a9845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'{"server": {"id": "46e92122-765c-4ff1-9c13-66510c1221dc", "name": "tempest-VolumesActionsTest-instance-519140730", "status": "ACTIVE", "tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80", "user_id": "3999f6aff774419daca6c25a18ee9af7", "metadata": {}, "hostId": "bbde18ac38b26ccd2edcd69da90b959fb8fbdec6781a002bb956d07f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:50:20Z", "updated": "2023-04-17T17:52:13Z", "addresses": {"tempest-VolumesActionsTest-731505046-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:b9:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:50:27.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-17 17:53:03,225 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.047s 2023-04-17 17:53:03,225 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'o penstack-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-599d8654-3b8f-417d-8953-4039ea0a1103', 'x-compute-request-id': 'req-599d8654-3b8f-417d-8953-4039ea0a1103', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 46e92122-765c-4ff1-9c13-66510c1221dc could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.561571s] ... 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 aae85622-e828-4e1a-9d9b-f47ec8a53355 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:03,407 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.176s 2023-04-17 17:53:03,407 80217 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-1122292578"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d011c662-8285-43b5-b89c-dffb5b19182c', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d011c662-8285-43b5-b89c-dffb5b19182c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "aae85622-e828-4e1a-9d9b-f47ec8a53355", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:03.352306", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1122292578", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:03,529 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.112s 2023-04-17 17:53:03,529 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825cac32-9a43-409e-9b9f-8e14686026cb', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825cac32-9a43-409e-9b9f-8e14686026cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'{"volume": {"id": "aae85622-e828-4e1a-9d9b-f47ec8a53355", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:03.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1122292578", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:04,586 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.043s 2023-04-17 17:53:04,586 80217 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c148ecd-8039-41f4-9816-8a5e36d8c6bf', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c148ecd-8039-41f4-9816-8a5e36d8c6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'{"volume": {"id": "aae85622-e828-4e1a-9d9b-f47ec8a53355", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:03.000000", "updated_at": "2023-04-17T17:53:04.000000", "name": "tempest-VolumesActionsTest-Volume-1122292578", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:04,635 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.038s 2023-04-17 17:53:04,635 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-237691cc-285f-49b6-bc10-8344e82aefec', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-237691cc-285f-49b6-bc10-8344e82aefec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'{"volume": {"id": "aae85622-e828-4e1a-9d9b-f47ec8a53355", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:03.000000", "updated_at": "2023-04-17T17:53:04.000000", "name": "tempest-VolumesActionsTest-Volume-1122292578", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:04,767 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.120s 2023-04-17 17:53:04,767 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:04 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-6d285c78-152d-463b-b064-ea9ae6fc8b41', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'' 2023-04-17 17:53:04,790 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.022s 2023-04-17 17:53:04,791 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53: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-15147fff-4f20-43b1-a46c-e64a1434cc2f', 'x-openstack-request-id': 'req-15147fff-4f20-43b1-a46c-e64a1434cc2f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aae85622-e828-4e1a-9d9b-f47ec8a53355 could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.536804s] ... 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 035ccc7e-3af2-49b8-a8db-0a2547aa2078 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:05,031 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.234s 2023-04-17 17:53:05,031 80217 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-1587917888"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d85c64e1-6ff7-4d94-88e6-4c76517c3f1d', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d85c64e1-6ff7-4d94-88e6-4c76517c3f1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "035ccc7e-3af2-49b8-a8db-0a2547aa2078", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:04.967366", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1587917888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:05,083 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.042s 2023-04-17 17:53:05,083 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a73ed553-a625-447a-a359-03f460e2fe76', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a73ed553-a625-447a-a359-03f460e2fe76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'{"volume": {"id": "035ccc7e-3af2-49b8-a8db-0a2547aa2078", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:05.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1587917888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:06,135 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.040s 2023-04-17 17:53:06,136 80217 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2172de95-8b59-4ddb-a3cf-7667f1c0b47d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2172de95-8b59-4ddb-a3cf-7667f1c0b47d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'{"volume": {"id": "035ccc7e-3af2-49b8-a8db-0a2547aa2078", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:05.000000", "updated_at": "2023-04-17T17:53:05.000000", "name": "tempest-VolumesActionsTest-Volume-1587917888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:06,191 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.044s 2023-04-17 17:53:06,191 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92fe559e-be7a-4eba-bfd9-74c5e6f8c144', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92fe559e-be7a-4eba-bfd9-74c5e6f8c144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'{"volume": {"id": "035ccc7e-3af2-49b8-a8db-0a2547aa2078", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:05.000000", "updated_at": "2023-04-17T17:53:05.000000", "name": "tempest-VolumesActionsTest-Volume-1587917888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:06,306 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.097s 2023-04-17 17:53:06,307 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09352955-4559-49ed-9a78-175e696e23d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'' 2023-04-17 17:53:06,331 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.024s 2023-04-17 17:53:06,332 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5555add6-671a-4762-9731-f1ad424d1b03', 'x-openstack-request-id': 'req-5555add6-671a-4762-9731-f1ad424d1b03', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 035ccc7e-3af2-49b8-a8db-0a2547aa2078 could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.488489s] ... 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 4a90b275-0fb7-4345-9efb-bc588312b759 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:06,528 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.191s 2023-04-17 17:53:06,529 80217 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-1820100281"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bee9f99d-8736-4d48-b4b6-4910cc318d62', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bee9f99d-8736-4d48-b4b6-4910cc318d62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "4a90b275-0fb7-4345-9efb-bc588312b759", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:06.468442", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1820100281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:06,580 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.042s 2023-04-17 17:53:06,580 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6e6b226-1983-4c90-85ec-6155f574e201', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6e6b226-1983-4c90-85ec-6155f574e201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'{"volume": {"id": "4a90b275-0fb7-4345-9efb-bc588312b759", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:06.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1820100281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:07,635 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.043s 2023-04-17 17:53:07,636 80217 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144b45e2-7a6a-4d32-bcd2-a4374cff5f81', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144b45e2-7a6a-4d32-bcd2-a4374cff5f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'{"volume": {"id": "4a90b275-0fb7-4345-9efb-bc588312b759", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:06.000000", "updated_at": "2023-04-17T17:53:07.000000", "name": "tempest-VolumesActionsTest-Volume-1820100281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:07,683 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.036s 2023-04-17 17:53:07,683 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2b257fb-88be-4730-ad32-61c3a5d04268', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2b257fb-88be-4730-ad32-61c3a5d04268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'{"volume": {"id": "4a90b275-0fb7-4345-9efb-bc588312b759", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:06.000000", "updated_at": "2023-04-17T17:53:07.000000", "name": "tempest-VolumesActionsTest-Volume-1820100281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:07,799 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.105s 2023-04-17 17:53:07,799 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2396f2cc-19e6-4978-9951-9a1161fd5f2d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'' 2023-04-17 17:53:07,823 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.024s 2023-04-17 17:53:07,824 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-171b26b3-f71e-4e36-baf0-0c310e086bb3', 'x-openstack-request-id': 'req-171b26b3-f71e-4e36-baf0-0c310e086bb3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a90b275-0fb7-4345-9efb-bc588312b759 could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.468634s] ... 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 d868f41a-97e0-44b2-8e0d-b6e0741a01fa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:08,001 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.174s 2023-04-17 17:53:08,001 80217 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-63954151"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f10bd4ec-437e-4131-8fb5-c2892f2fe97b', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f10bd4ec-437e-4131-8fb5-c2892f2fe97b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "d868f41a-97e0-44b2-8e0d-b6e0741a01fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:07.945376", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-63954151", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:08,049 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.039s 2023-04-17 17:53:08,049 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b357b113-ce25-4949-aa30-8e2535ff57ef', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b357b113-ce25-4949-aa30-8e2535ff57ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'{"volume": {"id": "d868f41a-97e0-44b2-8e0d-b6e0741a01fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:08.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-63954151", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:09,106 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.045s 2023-04-17 17:53:09,106 80217 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6fe5e4b-26ea-4bc5-b322-f53edcf6a4bf', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6fe5e4b-26ea-4bc5-b322-f53edcf6a4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'{"volume": {"id": "d868f41a-97e0-44b2-8e0d-b6e0741a01fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:08.000000", "updated_at": "2023-04-17T17:53:08.000000", "name": "tempest-VolumesActionsTest-Volume-63954151", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:09,157 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.038s 2023-04-17 17:53:09,157 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec6e0d2-d197-427c-98fd-f73f1c016a42', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec6e0d2-d197-427c-98fd-f73f1c016a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'{"volume": {"id": "d868f41a-97e0-44b2-8e0d-b6e0741a01fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:08.000000", "updated_at": "2023-04-17T17:53:08.000000", "name": "tempest-VolumesActionsTest-Volume-63954151", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:09,270 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.097s 2023-04-17 17:53:09,271 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17: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-e3a86d6f-9b0f-4a90-9110-da0da5446fa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'' 2023-04-17 17:53:09,293 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.022s 2023-04-17 17:53:09,294 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17: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-52769e22-e9e1-4c2b-b80c-5bc23a31a97e', 'x-openstack-request-id': 'req-52769e22-e9e1-4c2b-b80c-5bc23a31a97e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d868f41a-97e0-44b2-8e0d-b6e0741a01fa could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.480265s] ... 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 c59aebbc-1476-4717-b416-c6d3a5c12f84 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:09,484 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.185s 2023-04-17 17:53:09,484 80217 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-1164507200"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c58d77e-fe8b-48b5-979c-f0f4d9005077', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c58d77e-fe8b-48b5-979c-f0f4d9005077', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "c59aebbc-1476-4717-b416-c6d3a5c12f84", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:09.419757", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1164507200", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:09,533 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.039s 2023-04-17 17:53:09,533 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc632381-c15e-4027-864d-f0079fd15b45', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc632381-c15e-4027-864d-f0079fd15b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'{"volume": {"id": "c59aebbc-1476-4717-b416-c6d3a5c12f84", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:09.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1164507200", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:10,589 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.044s 2023-04-17 17:53:10,590 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4102dc6-3e50-4246-b8c4-9e05ae1a28d1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4102dc6-3e50-4246-b8c4-9e05ae1a28d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'{"volume": {"id": "c59aebbc-1476-4717-b416-c6d3a5c12f84", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:09.000000", "updated_at": "2023-04-17T17:53:10.000000", "name": "tempest-VolumesActionsTest-Volume-1164507200", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:10,646 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.041s 2023-04-17 17:53:10,646 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79bd6b57-abfb-473d-83e7-18d1a8ce6f0b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79bd6b57-abfb-473d-83e7-18d1a8ce6f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'{"volume": {"id": "c59aebbc-1476-4717-b416-c6d3a5c12f84", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:09.000000", "updated_at": "2023-04-17T17:53:10.000000", "name": "tempest-VolumesActionsTest-Volume-1164507200", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:10,754 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.098s 2023-04-17 17:53:10,755 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4809c485-2e54-4c43-885d-be4375782ed8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'' 2023-04-17 17:53:10,777 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.021s 2023-04-17 17:53:10,777 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17: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-946b53d8-fc76-48ea-b871-c684348eeabb', 'x-openstack-request-id': 'req-946b53d8-fc76-48ea-b871-c684348eeabb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c59aebbc-1476-4717-b416-c6d3a5c12f84 could not be found."}}' {9} 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 e8522a20-ee5c-47b9-a9bb-5306950e0db9 failed to build and is in ERROR status ============================== Failed 96 tests - output below: ============================== tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.api.volume.admin.test_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 f656a80d-4774-4e44-bce0-8b0871ab9f9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:12,456 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes 0.593s 2023-04-17 17:33:12,456 80215 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-695927240"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed9d4d46-f9ff-49e3-b14e-b5850ec4a47c', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9d4d46-f9ff-49e3-b14e-b5850ec4a47c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes'} Body: b'{"volume": {"id": "f656a80d-4774-4e44-bce0-8b0871ab9f9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:12.296243", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-695927240", "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/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}], "user_id": "8ded73f0fabd4001bca236237b5f8ab0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:12,629 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c 0.163s 2023-04-17 17:33:12,630 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eea63f7-75b2-4c3f-a2e1-fd4e0e679884', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eea63f7-75b2-4c3f-a2e1-fd4e0e679884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'{"volume": {"id": "f656a80d-4774-4e44-bce0-8b0871ab9f9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:12.000000", "updated_at": "2023-04-17T17:33:13.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-695927240", "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/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}], "user_id": "8ded73f0fabd4001bca236237b5f8ab0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f915ee7916644e6e9d813c773ac3eb7a"}}' 2023-04-17 17:33:13,720 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-477 4-4e44-bce0-8b0871ab9f9c 0.077s 2023-04-17 17:33:13,720 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70c113d8-0dee-4e98-bf71-b59102a97709', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70c113d8-0dee-4e98-bf71-b59102a97709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'{"volume": {"id": "f656a80d-4774-4e44-bce0-8b0871ab9f9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:12.000000", "updated_at": "2023-04-17T17:33:13.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-695927240", "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/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}], "user_id": "8ded73f0fabd4001bca236237b5f8ab0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f915ee7916644e6e9d813c773ac3eb7a"}}' 2023-04-17 17:33:13,769 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c 0.037s 2023-04-17 17:33:13,770 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb7517a-4356-4e62-80c7-ebb50bc257c0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb7517a-4356-4e62-80c7-ebb50bc257c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'{"volume": {"id": "f656a80d-4774-4e44-bce0-8b0871ab9f9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:12.000000", "updated_at": "2023-04-17T17:33:13.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-695927240", "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/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c"}], "user_id": "8ded73f0fabd4001bca236237b5f8ab0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f915ee7916644e6e9d813c773ac3eb7a"}}' 2023-04-17 17:33:13,920 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c 0.139s 2023-04-17 17:33:13,921 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-f12508a8-614d-479d-bf98-6bf766b6ddd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'' 2023-04-17 17:33:14,147 80215 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c 0.225s 2023-04-17 17:33:14,147 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-e582e2e7-55d7-4897-bd07-88ab828e85bc', 'x-openstack-request-id': 'req-e582e2e7-55d7-4897-bd07-88ab828e85bc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f915ee7916644e6e9d813c773ac3eb7a/volumes/f656a80d-4774-4e44-bce0-8b0871ab9f9c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f656a80d-4774-4e44-bce0-8b0871ab9f9c could not be found."}}' 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 f9edb439-f5e2-47b9-bb7d-67caa76ac816 failed to build and is in ERROR status tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 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-17 17:33:19,856 80211 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/4eda194e7f214008b9b13e6fb490878c/scheduler-stats/get_pools?detail=True 0.223s 2023-04-17 17:33:19,856 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d32731f-a1c7-4b66-8fc1-0dc5b4d0f00e', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d32731f-a1c7-4b66-8fc1-0dc5b4d0f00e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4eda194e7f214008b9b13e6fb490878c/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-17 17:33:19,906 80211 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/4eda194e7f214008b9b13e6fb490878c/scheduler-stats/get_pools 0.042s 2023-04-17 17:33:19,906 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58443e21-c34e-4d5c-94a1-a036d54dcf9d', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58443e21-c34e-4d5c-94a1-a036d54dcf9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4eda194e7f214008b9b13e6fb490878c/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 6f1e8f47-f0a9-4a7b-9214-62ac96a84326 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:20,201 80215 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/487a58c094ea414e941ba940dbc9cc9c/types 0.297s 2023-04-17 17:33:20,201 80215 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-1193940229", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94967cd5-fae2-4cf2-a081-8237be8a736f', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94967cd5-fae2-4cf2-a081-8237be8a736f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types'} Body: b'{"volume_type": {"id": "17842ac1-a2cd-4dce-a40c-ff4a7e65dde0", "name": "tempest-VolumeTypesTest-volume-type-1193940229", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:33:20,261 80215 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/487a58c094ea414e941ba940dbc9cc9c/types 0.056s 2023-04-17 17:33:20,261 80215 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-823529463", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923d8102-6977-425e-b57a-ee78c0ca018a', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923d8102-6977-425e-b57a-ee78c0ca018a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types'} Body: b'{"volume_type": {"id": "ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7", "name": "tempest-VolumeTypesTest-volume-type-823529463", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:33:20,757 80215 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/a7781d2dc26941fdafdf91795f19878c/volumes 0.492s 2023-04-17 17:33:20,758 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1468615781", "volume_type": "17842ac1-a2cd-4dce-a40c-ff4a7e65dde0", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-869e5959-461c-41d6-9b7f-20a4ae7a7ea5', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-869e5959-461c-41d6-9b7f-20a4ae7a7ea5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes'} Body: b'{"volume": {"id": "6f1e8f47-f0a9-4a7b-9214-62ac96a84326", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:20.693772", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1468615781", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1193940229", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}], "user_id": "0aaf70e8f64a4705bc638938a65ccd47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:20,810 80215 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/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.042s 2023-04-17 17:33:20,811 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ec86417-b5a1-4490-a499-4e43fba9946e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ec86417-b5a1-4490-a499-4e43fba9946e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'{"volume": {"id": "6f1e8f47-f0a9-4a7b-9214-62ac96a84326", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1468615781", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1193940229", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}], "user_id": "0aaf70e8f64a4705bc638938a65ccd47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7781d2dc26941fdafdf91795f19878c"}}' 2023-04-17 17:33:21,872 80215 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/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.049s 2023-04-17 17:33:21,872 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205c47f9-e553-494c-bc37-9daf87d4df6d', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205c47f9-e553-494c-bc37-9daf87d4df6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'{"volume": {"id": "6f1e8f47-f0a9-4a7b-9214-62ac96a84326", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "updated_at": "2023-04-17T17:33:21.000000", "name": "tempest-VolumeTypesTest-volume-1468615781", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1193940229", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4 a7b-9214-62ac96a84326"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}], "user_id": "0aaf70e8f64a4705bc638938a65ccd47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7781d2dc26941fdafdf91795f19878c"}}' 2023-04-17 17:33:21,923 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.039s 2023-04-17 17:33:21,923 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc2ff60-c6d2-4b14-8764-87e36bb737c4', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc2ff60-c6d2-4b14-8764-87e36bb737c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'{"volume": {"id": "6f1e8f47-f0a9-4a7b-9214-62ac96a84326", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "updated_at": "2023-04-17T17:33:21.000000", "name": "tempest-VolumeTypesTest-volume-1468615781", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1193940229", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326"}], "user_id": "0aaf70e8f64a4705bc638938a65ccd47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7781d2dc26941fdafdf91795f19878c"}}' 2023-04-17 17:33:22,077 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.142s 2023-04-17 17:33:22,078 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-1592700f-d86b-4812-97b0-2c8d9292d2f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'' 2023-04-17 17:33:22,098 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326 0.020s 2023-04-17 17:33:22,098 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-c94b39b0-c33f-406e-8b75-7ba52ea08f3a', 'x-openstack-request-id': 'req-c94b39b0-c33f-406e-8b75-7ba 52ea08f3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7781d2dc26941fdafdf91795f19878c/volumes/6f1e8f47-f0a9-4a7b-9214-62ac96a84326'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6f1e8f47-f0a9-4a7b-9214-62ac96a84326 could not be found."}}' 2023-04-17 17:33:22,154 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7 0.055s 2023-04-17 17:33:22,155 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-1288b584-5e03-4b6b-bf79-b3cd50676e5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7'} Body: b'' 2023-04-17 17:33:22,206 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7 0.050s 2023-04-17 17:33:22,206 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-e223e7cb-43d8-4dd8-b352-9c6381642baa', 'x-openstack-request-id': 'req-e223e7cb-43d8-4dd8-b352-9c6381642baa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ea5dbf0e-6aba-417c-bcdf-6dc1607f4eb7 could not be found."}}' 2023-04-17 17:33:22,322 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/17842ac1-a2cd-4dce-a40c-ff4a7e65dde0 0.116s 2023-04-17 17:33:22,323 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-afe30195-8ade-48fd-b017-6fba64ba5f6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/17842ac1-a2cd-4dce-a40c-ff4a7e65dde0'} Body: b'' 2023-04-17 17:33:22,339 80215 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/17842ac1-a2cd-4dce-a40c-ff4a7e65dde0 0.016s 2023-04-17 17:33:22,340 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-7d6b5268-b65a-4d79-8043-f3641de1cb58', 'x-openstack-request-id': 'req-7d6b5268-b65a-4d79-8043-f3641de1 cb58', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/487a58c094ea414e941ba940dbc9cc9c/types/17842ac1-a2cd-4dce-a40c-ff4a7e65dde0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 17842ac1-a2cd-4dce-a40c-ff4a7e65dde0 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] --------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 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 2cd9fab8-83cc-49e7-97cc-803f1c9468fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:20,978 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types 0.172s 2023-04-17 17:33:20,978 80203 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-283941360"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bac7994-90e0-4a33-baaa-b99e91f53354', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bac7994-90e0-4a33-baaa-b99e91f53354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types'} Body: b'{"volume_type": {"id": "72431dcc-2ea8-48d5-883f-9874ab544eb9", "name": "tempest-GroupsTest-volume-type-283941360", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:33:21,030 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types 0.048s 2023-04-17 17:33:21,030 80203 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-2027545782"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e30cf6-8366-4f5b-a187-85798af649be', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e30cf6-8366-4f5b-a187-85798af649be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types'} Body: b'{"group_type": {"id": "c94bdee9-c6f1-46b0-a95e-456e592965e2", "name": "tempest-GroupsTest-group-type-2027545782", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:33:21,261 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups 0.227s 2023-04-17 17:33:21,261 80203 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": "c94bdee9-c6f1-46b0-a95e-456e592965e2", "volume_types": ["72431dcc-2ea8-48d5-883f-9874ab544eb9"], "name": "tempest-Group1-1981398517"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d158876-ba98-436f-abd4-b82deeb3c16e', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d158876-ba98-436f-abd4-b82deeb3c16e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups'} Body: b'{"group": {"id": "2cd9fab8-83cc-49e7-97cc-803f1c9468fe", "name": "tempest-Group1-1981398517"}}' 2023-04-17 17:33:21,313 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe 0.049s 2023-04-17 17:33:21,314 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack -Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f7dfde2-0780-4d6e-9ae5-cbad78ba5d76', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f7dfde2-0780-4d6e-9ae5-cbad78ba5d76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe'} Body: b'{"group": {"id": "2cd9fab8-83cc-49e7-97cc-803f1c9468fe", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "name": "tempest-Group1-1981398517", "description": null, "group_type": "c94bdee9-c6f1-46b0-a95e-456e592965e2", "volume_types": ["72431dcc-2ea8-48d5-883f-9874ab544eb9"]}}' 2023-04-17 17:33:22,370 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe 0.049s 2023-04-17 17:33:22,371 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0bff9f-ed80-4981-a10f-79794a8a0d8b', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c0bff9f-ed80-4981-a10f-79794a8a0d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe'} Body: b'{"group": {"id": "2cd9fab8-83cc-49e7-97cc-803f1c9468fe", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:33:21.000000", "name": "tempest-Group1-1981398517", "description": null, "group_type": "c94bdee9-c6f1-46b0-a95e-456e592965e2", "volume_types": ["72431dcc-2ea8-48d5-883f-9874ab544eb9"]}}' 2023-04-17 17:33:22,652 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/volumes/detail 0.276s 2023-04-17 17:33:22,653 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a50ba3d-ad90-4f69-b6d0-b9afcc0341f9', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a50ba3d-ad90-4f69-b6d0-b9afcc0341f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:33:22,744 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe/action 0.081s 2023-04-17 17:33:22,745 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-req uest-id': 'req-04ce4f44-c99b-4ba6-a8c2-0f79e5be031f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe/action'} Body: b'' 2023-04-17 17:33:22,760 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe 0.014s 2023-04-17 17:33:22,760 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-0b6910af-6173-4036-a4c9-ff0916e13d1f', 'x-openstack-request-id': 'req-0b6910af-6173-4036-a4c9-ff0916e13d1f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/2cd9fab8-83cc-49e7-97cc-803f1c9468fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2cd9fab8-83cc-49e7-97cc-803f1c9468fe could not be found."}}' 2023-04-17 17:33:22,799 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types/c94bdee9-c6f1-46b0-a95e-456e592965e2 0.038s 2023-04-17 17:33:22,800 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-75fdaf5e-d29b-4b0f-9584-6c55e11fe6a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types/c94bdee9-c6f1-46b0-a95e-456e592965e2'} Body: b'' 2023-04-17 17:33:22,877 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/72431dcc-2ea8-48d5-883f-9874ab544eb9 0.077s 2023-04-17 17:33:22,878 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-a0de0469-de12-4543-9f1d-06bb11a63a98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/72431dcc-2ea8-48d5-883f-9874ab544eb9'} Body: b'' 2023-04-17 17:33:22,894 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/72431dcc-2ea8-48d5-883f-9874ab544eb9 0.016s 2023-04-17 17:33:22,895 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 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-031b0bad-014b-42e5-997d-7606148d7d11', 'x-openstack-request-id': 'req-031b0bad-014b-42e5-997d -7606148d7d11', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/72431dcc-2ea8-48d5-883f-9874ab544eb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 72431dcc-2ea8-48d5-883f-9874ab544eb9 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 92c3b690-96d8-4f97-be89-c5d71d66a62f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:22,928 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types 0.031s 2023-04-17 17:33:22,929 80203 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-364412414"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7e238e9-c751-47d2-892a-3a344b2ce16d', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7e238e9-c751-47d2-892a-3a344b2ce16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types'} Body: b'{"volume_type": {"id": "fae4a22a-2db3-4737-8e6a-cc0a84aa98bb", "name": "tempest-GroupsTest-volume-type-364412414", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:33:22,977 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types 0.045s 2023-04-17 17:33:22,977 80203 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-832457857"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c03f453a-fbe5-4e86-890f-9389e8f969fe', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c03f453a-fbe5-4e86-890f-9389e8f969fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types'} Body: b'{"group_type": {"id": "e8096877-fb16-4c14-bbf6-19ec20639fcf", "name": "tempest-GroupsTest-group-type-832457857", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:33:23,121 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups 0.141s 2023-04-17 17:33:23,121 80203 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": "e8096877-fb16-4c14-bbf6-19ec20639fcf", "volume_types": ["fae4a22a-2db3-4737-8e6a-cc0a84aa98bb"], "name": "tempest-GroupsTest-Group-929111864"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03944b70-ed5d-49db-940d-9307f14489bd', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03944b70-ed5d-49db-940d-9307f14489bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups'} Body: b'{"group": {"id": "92c3b690-96d8-4f97-be89-c5d71d66a62f", "name": "tempest-GroupsTest-Group-929111864"}}' 2023-04-17 17:33:23,189 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f 0.065s 2023-04-17 17:33:23,189 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ced895-1cd8-4b2e-9787-e2c6f8347672', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ced895-1cd8-4b2e-9787-e2c6f8347672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f'} Body: b'{"group": {"id": "92c3b690-96d8-4f97-be89-c5d71d66a62f", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:33:23.000000", "name": "tempest-GroupsTest-Group-929111864", "description": null, "group_type": "e8096877-fb16-4c14-bbf6-19ec20639fcf", "volume_types": ["fae4a22a-2db3-4737-8e6a-cc0a84aa98bb"]}}' 2023-04-17 17:33:24,245 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f 0.048s 2023-04-17 17:33:24,246 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc9248d5-13f4-4024-94d9-b4d3e3174aab', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc9248d5-13f4-4024-94d9-b4d3e3174aab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f'} Body: b'{"group": {"id": "92c3b690-96d8-4f97-be89-c5d71d66a62f", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:33:23.000000", "name": "tempest-GroupsTest-Group-929111864", "description": null, "group_type": "e8096877-fb16-4c14-bbf6-19ec20639fcf", "volume_types": ["fae4a22a-2db3-4737-8e6a-cc0a84aa98bb"]}}' 2023-04-17 17:33:24,306 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/volumes/detail 0.056s 2023-04-17 17:33:24,307 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d664cdeb-2112-4420-a24c-8d1633a87dc0', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d664cdeb-2112-4420-a24c-8d1633a87dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:33:24,378 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f/action 0.060s 2023-04-17 17:33:24,378 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 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-93f7e059-76ee-4c00-a1f8-b93909c72dc d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f/action'} Body: b'' 2023-04-17 17:33:24,394 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f 0.015s 2023-04-17 17:33:24,394 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 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-97b0403f-cfd5-4298-a6d2-b72e58919cc9', 'x-openstack-request-id': 'req-97b0403f-cfd5-4298-a6d2-b72e58919cc9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6518c569f7ce44bd87348c2985acc319/groups/92c3b690-96d8-4f97-be89-c5d71d66a62f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 92c3b690-96d8-4f97-be89-c5d71d66a62f could not be found."}}' 2023-04-17 17:33:24,435 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types/e8096877-fb16-4c14-bbf6-19ec20639fcf 0.040s 2023-04-17 17:33:24,436 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 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-cfe77496-6225-4c29-b3f4-00a77c29e71c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/group_types/e8096877-fb16-4c14-bbf6-19ec20639fcf'} Body: b'' 2023-04-17 17:33:24,503 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/fae4a22a-2db3-4737-8e6a-cc0a84aa98bb 0.067s 2023-04-17 17:33:24,504 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1adc5207-1fa7-4cfe-8792-2ca2ace689e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/fae4a22a-2db3-4737-8e6a-cc0a84aa98bb'} Body: b'' 2023-04-17 17:33:24,521 80203 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/fae4a22a-2db3-4737-8e6a-cc0a84aa98bb 0.016s 2023-04-17 17:33:24,521 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:24 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-bfa91f06-1792-46a6-81c1-92c0861df8c5', 'x-openstack-request-id': 'req-bfa91f06-1792-46a6-81c1-92c0861df8c5', 'connection': 'close', 'status': ' 404', 'content-location': 'http://10.0.0.210/volume/v3/561c780066ab4375a154314500f776c1/types/fae4a22a-2db3-4737-8e6a-cc0a84aa98bb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type fae4a22a-2db3-4737-8e6a-cc0a84aa98bb 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 e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:31,696 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes 0.459s 2023-04-17 17:33:31,697 80215 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-1336980750"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f53a299a-eb79-42b1-98d1-5597914d90e3', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f53a299a-eb79-42b1-98d1-5597914d90e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes'} Body: b'{"volume": {"id": "e7ff6bf4-8049-4fdf-9ea5-b3708687ca26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:31.621996", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1336980750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:31,776 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.066s 2023-04-17 17:33:31,776 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-076e3b02-4ffb-4911-a03c-ccdb21c53992', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-076e3b02-4ffb-4911-a03c-ccdb21c53992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'{"volume": {"id": "e7ff6bf4-8049-4fdf-9ea5-b3708687ca26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:32.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1336980750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:32,835 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.041s 2023-04-17 17:33:32,835 80215 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2708087c-5ed4-4515-af2d-c8e020a9fdd9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2708087c-5ed4-4515-af2d-c8e020a9fdd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'{"volume": {"id": "e7ff6bf4-8049-4fdf-9ea5-b3708687ca26", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:32.000000", "updated_at": "2023-04-17T17:33:32.000000", "name": "tempest-VolumesTransfersTest-Volume-1336980750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:32,895 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.048s 2023-04-17 17:33:32,895 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a3fc7f-7790-420b-925f-bfa1aebdf9f1', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a3fc7f-7790-420b-925f-bfa1aebdf9f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'{"volume": {"id": "e7ff6bf4-8049-4fdf-9ea5-b3708687ca26", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:32.000000", "updated_at": "2023-04-17T17:33:32.000000", "name": "tempest-VolumesTransfersTest-Volume-1336980750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:33,038 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.132s 2023-04-17 17:33:33,039 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:32 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-2d722e3e-bc85-4022-ba17-7782ec46da79', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'' 2023-04-17 17:33:33,073 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 0.034s 2023-04-17 17:33:33,074 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-c7980e00-f766-4676-8369-6bfc73ff8b84', 'x-openstack-request-id': 'req-c7980e00-f766-4676-8369-6bfc73ff8b84', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/e7ff6bf4-8049-4fdf-9ea5-b3708687ca26'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e7ff6bf4-8049-4fdf-9ea5-b3708687ca26 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 1b53b47c-6544-421f-bc1c-afcc3b2de7c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:33,314 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes 0.237s 2023-04-17 17:33:33,315 80215 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-683513251"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12896013-18da-4d9f-9e01-db4693ed00bd', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12896013-18da-4d9f-9e01-db4693ed00bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes'} Body: b'{"volume": {"id": "1b53b47c-6544-421f-bc1c-afcc3b2de7c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:33.250370", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-683513251", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:33,373 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.048s 2023-04-17 17:33:33,374 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38201b50-663b-43fc-8c94-97781341daca', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38201b50-663b-43fc-8c94-97781341daca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'{"volume": {"id": "1b53b47c-6544-421f-bc1c-afcc3b2de7c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:33.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-683513251", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:34,435 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.050s 2023-04-17 17:33:34,436 80215 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb52d3fd-522a-4c6d-b6d5-45274721d20f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb52d3fd-522a-4c6d-b6d5-45274721d20f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'{"volume": {"id": "1b53b47c-6544-421f-bc1c-afcc3b2de7c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:33.000000", "updated_at": "2023-04-17T17:33:33.000000", "name": "tempest-VolumesTransfersTest-Volume-683513251", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:34,497 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.049s 2023-04-17 17:33:34,497 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d54c38e5-9c6c-4e9c-99be-bf39fab2d991', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d54c38e5-9c6c-4e9c-99be-bf39fab2d991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'{"volume": {"id": "1b53b47c-6544-421f-bc1c-afcc3b2de7c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:33.000000", "updated_at": "2023-04-17T17:33:33.000000", "name": "tempest-VolumesTransfersTest-Volume-683513251", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4"}], "user_id": "96bb828fb17148c491fda22362f20626", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "986d8a9b87034e369a9be1c3efc3cfad"}}' 2023-04-17 17:33:34,647 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.140s 2023-04-17 17:33:34,648 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'con tent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c98d879-366b-4d3a-be30-d3351ed0185f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'' 2023-04-17 17:33:34,670 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4 0.022s 2023-04-17 17:33:34,671 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-42ed85be-57be-424e-8a46-7a8db35c8363', 'x-openstack-request-id': 'req-42ed85be-57be-424e-8a46-7a8db35c8363', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/986d8a9b87034e369a9be1c3efc3cfad/volumes/1b53b47c-6544-421f-bc1c-afcc3b2de7c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1b53b47c-6544-421f-bc1c-afcc3b2de7c4 could not be found."}}' setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 7963e10e-86c3-4035-b1b6-bcdd986a66bd failed to build and is in ERROR status tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 c571179d-6f68-4f2a-b4fa-5431daa236bb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:38,552 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes 0.533s 2023-04-17 17:33:38,553 80211 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-706439005"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f019652e-84e5-448a-8b16-f8351cb5f823', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f019652e-84e5-448a-8b16-f8351cb5f823', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes'} Body: b'{"volume": {"id": "c571179d-6f68-4f2a-b4fa-5431daa236bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:38.478208", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-706439005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:38,631 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.068s 2023-04-17 17:33:38,631 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-118d5557-0591-421f-8294-c87a655ba28c', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-118d5557-0591-421f-8294-c87a655ba28c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'{"volume": {"id": "c571179d-6f68-4f2a-b4fa-5431daa236bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:38.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-706439005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:39,682 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.039s 2023-04-17 17:33:39,682 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9e3f4eb-ad20-456a-b34b-2892876200f9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9e3f4eb-ad20-456a-b34b-2892876200f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'{"volume": {"id": "c571179d-6f68-4f2a-b4fa-5431daa236bb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:38.000000", "updated_at": "2023-04-17T17:33:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-706439005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:39,735 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.041s 2023-04-17 17:33:39,735 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b2b49f3-e139-46bb-9b7f-1faf97c57e8c', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b2b49f3-e139-46bb-9b7f-1faf97c57e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'{"volume": {"id": "c571179d-6f68-4f2a-b4fa-5431daa236bb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:38.000000", "updated_at": "2023-04-17T17:33:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-706439005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:39,980 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.233s 2023-04-17 17:33:39,980 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-febfdddd-4d1e-475e-b853-386d19c68bcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'' 2023-04-17 17:33:40,017 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb 0.036s 2023-04-17 17:33:40,018 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b478346d-5888-4f9b-b33b-95bdcc5721fd', 'x-openstack-request-id': 'req-b478346d-5888-4f9b-b33b-95bdcc5721fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/c571179d-6f68-4f2a-b4fa-5431daa236bb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c571179d-6f68-4f2a-b4fa-5431daa236bb 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 e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:40,217 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes 0.195s 2023-04-17 17:33:40,218 80211 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-1683240879"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe345617-56ad-494f-a473-51c875e966b8', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe345617-56ad-494f-a473-51c875e966b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes'} Body: b'{"volume": {"id": "e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:40.154844", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1683240879", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:40,274 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.046s 2023-04-17 17:33:40,274 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e1d746-32fc-4e1a-a578-08feec6588a4', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e1d746-32fc-4e1a-a578-08feec6588a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'{"volume": {"id": "e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:40.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1683240879", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:41,324 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.038s 2023-04-17 17:33:41,324 80211 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef85e4e1-3a50-4cb5-aaaa-94348da62cf9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef85e4e1-3a50-4cb5-aaaa-94348da62cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'{"volume": {"id": "e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:40.000000", "updated_at": "2023-04-17T17:33:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-1683240879", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:41,377 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.042s 2023-04-17 17:33:41,377 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e8976b6-52c1-44db-beae-1c5604523a15', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e8976b6-52c1-44db-beae-1c5604523a15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'{"volume": {"id": "e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:40.000000", "updated_at": "2023-04-17T17:33:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-1683240879", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb"}], "user_id": "54fdca6cbdb144408ad7b4a44fe1e04a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8dedcf229314ea99352aae29dba7faa"}}' 2023-04-17 17:33:41,535 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.147s 2023-04-17 17:33:41,536 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63dc0257-faf9-4289-bc9c-69b70a4c04cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'' 2023-04-17 17:33:41,581 80211 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb 0.045s 2023-04-17 17:33:41,582 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-87590486-a20a-48bb-af10-c0fa98d18d11', 'x-openstack-request-id': 'req-87590486-a20a-48bb-af10-c0fa98d18d11', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8dedcf229314ea99352aae29dba7faa/volumes/e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e5c4df35-6a4b-43fc-9794-a9bcbb8bb5eb could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 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 2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:41,519 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes 0.458s 2023-04-17 17:33:41,519 80203 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-1499179102", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49790bd7-7461-4a49-91ed-644a2605a49c', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49790bd7-7461-4a49-91ed-644a2605a49c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes'} Body: b'{"volume": {"id": "2a7462bc-f4d8-4b72-8f4c-40742b8c52b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:41.363782", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1499179102", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:41,582 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 0.053s 2023-04-17 17:33:41,582 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-317410c6-3a42-4f08-ad95-23bdf144a17c', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-317410c6-3a42-4f08-ad95-23bdf144a17c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4'} Body: b'{"volume": {"id": "2a7462bc-f4d8-4b72-8f4c-40742b8c52b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:41.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1499179102", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:42,648 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 0.055s 2023-04-17 17:33:42,648 80203 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09085997-86ee-45c6-b862-20ee5f63eddd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09085997-86ee-45c6-b862-20ee5f63eddd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4'} Body: b'{"volume": {"id": "2a7462bc-f4d8-4b72-8f4c-40742b8c52b4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:41.000000", "updated_at": "2023-04-17T17:33:42.000000", "name": "tempest-VolumesGetTest-Volume-1499179102", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:42,788 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 0.128s 2023-04-17 17:33:42,788 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-82dbf643-8dbb-4aa0-a842-7411c69e0a27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4'} Body: b'' 2023-04-17 17:33:42,808 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 0.019s 2023-04-17 17:33:42,809 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-d3e2631a-76fa-413c-8f9e-8ad881adc40e', 'x-openstack-request-id': 'req-d3e2631a-76fa-413c-8f9e-8ad881adc40e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/2a7462bc-f4d8-4b72-8f4c-40742b8c52b4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2a7462bc-f4d8-4b72-8f4c-40742b8c52b4 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 3462b871-5886-493d-a846-df636c8ea160 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:43,033 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes 0.222s 2023-04-17 17:33:43,034 80203 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-1421600798"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef90730-fc44-44ea-87af-df7bea24c4d0', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef90730-fc44-44ea-87af-df7bea24c4d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes'} Body: b'{"volume": {"id": "3462b871-5886-493d-a846-df636c8ea160", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:42.945912", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1421600798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:43,102 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.059s 2023-04-17 17:33:43,102 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62279e4b-a244-43fe-92ac-a32ef807d8b0', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62279e4b-a244-43fe-92ac-a32ef807d8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'{"volume": {"id": "3462b871-5886-493d-a846-df636c8ea160", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:43.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1421600798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:44,154 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.040s 2023-04-17 17:33:44,154 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee99af56-3157-4f19-867f-d1baa2a31033', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee99af56-3157-4f19-867f-d1baa2a31033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'{"volume": {"id": "3462b871-5886-493d-a846-df636c8ea160", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:43.000000", "updated_at": "2023-04-17T17:33:43.000000", "name": "tempest-VolumesGetTest-Volume-1421600798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:44,213 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.048s 2023-04-17 17:33:44,213 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578d29d8-2b17-4855-8ec3-f7f7e1918924', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578d29d8-2b17-4855-8ec3-f7f7e1918924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'{"volume": {"id": "3462b871-5886-493d-a846-df636c8ea160", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:43.000000", "updated_at": "2023-04-17T17:33:43.000000", "name": "tempest-VolumesGetTest-Volume-1421600798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:44,331 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.108s 2023-04-17 17:33:44,331 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8 ', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db419b68-a9f5-4128-8431-47f48f3748b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'' 2023-04-17 17:33:44,369 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160 0.037s 2023-04-17 17:33:44,370 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1e99973-e2a9-4287-9b81-26c5a6a135f6', 'x-openstack-request-id': 'req-e1e99973-e2a9-4287-9b81-26c5a6a135f6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/3462b871-5886-493d-a846-df636c8ea160'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3462b871-5886-493d-a846-df636c8ea160 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 91cf46a5-d49d-45bb-960b-f473b32f93dc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:44,394 80203 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/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.021s 2023-04-17 17:33:44,394 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7ea389ec-f727-424c-9759-f78d467f3be5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:33:45,074 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes 0.679s 2023-04-17 17:33:45,074 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-VolumesGetTest-Volume-576623773", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-458c977f-d729-48a2-9279-e11180de60bc', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-458c977f-d729-48a2-9279-e11180de60bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes'} Body: b'{"volume": {"id": "91cf46a5-d49d-45bb-960b-f473b32f93dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:45.010628", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-576623773", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:45,127 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc 0.043s 2023-04-17 17:33:45,127 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbcc825-ad8b-4871-a2e6-8766a0291367', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bbcc825-ad8b-4871-a2e6-8766a0291367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc'} Body: b'{"volume": {"id": "91cf46a5-d49d-45bb-960b-f473b32f93dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:45.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-576623773", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:46,196 80203 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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc 0.056s 2023-04-17 17:33:46,196 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e19c48b-f5de-47c2-8c14-18c51876314d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e19c48b-f5de-47c2-8c14-18c51876314d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc'} Body: b'{"volume": {"id": "91cf46a5-d49d-45bb-960b-f473b32f93dc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:45.000000", "updated_at": "2023-04-17T17:33:45.000000", "name": "tempest-VolumesGetTest-Volume-576623773", "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/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc"}], "user_id": "06fa886a3e654867af1fb9eea704cf3a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c4a6a9949a2b439e9505e268b0d61240"}}' 2023-04-17 17:33:46,332 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc 0.124s 2023-04-17 17:33:46,332 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65e70fa-e7cb-49dd-ac6c-dd02e245ec6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc'} Body: b'' 2023-04-17 17:33:46,355 80203 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc 0.022s 2023-04-17 17:33:46,355 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-289be1c4-1fab-4124-831e-da1d181ec300', 'x-openstack-request-id': 'req-289be1c4-1fab-4124-831e-da1d181ec300', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c4a6a9949a2b439e9505e268b0d61240/volumes/91cf46a5-d49d-45bb-960b-f473b32f93dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 91cf46a5-d49d-45bb-960b-f473b32f93dc 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 0d73d8e9-8d96-4075-8b97-7225d25a4109 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:45,681 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes 0.459s 2023-04-17 17:33:45,682 80215 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-2120053664"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73233847-135d-4059-b5c9-01542535db7d', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73233847-135d-4059-b5c9-01542535db7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes'} Body: b'{"volume": {"id": "0d73d8e9-8d96-4075-8b97-7225d25a4109", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:45.622400", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2120053664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 17:33:45,743 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.051s 2023-04-17 17:33:45,743 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64df27f2-eb64-4163-9663-748a63e776f9', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64df27f2-eb64-4163-9663-748a63e776f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'{"volume": {"id": "0d73d8e9-8d96-4075-8b97-7225d25a4109", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:46.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2120053664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:46,794 80215 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/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.039s 2023-04-17 17:33:46,795 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-902c8e91-c587-4d13-b677-b4b3b9ca0e45', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-902c8e91-c587-4d13-b677-b4b3b9ca0e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'{"volume": {"id": "0d73d8e9-8d96-4075-8b97-7225d25a4109", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:46.000000", "updated_at": "2023-04-17T17:33:46.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2120053664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:46,863 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.053s 2023-04-17 17:33:46,864 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a096d603-88ef-45b0-a14a-b992e94df5a4', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a096d603-88ef-45b0-a14a-b992e94df5a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'{"volume": {"id": "0d73d8e9-8d96-4075-8b97-7225d25a4109", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:46.000000", "updated_at": "2023-04-17T17:33:46.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2120053664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:47,023 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.140s 2023-04-17 17:33:47,024 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 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-4c5c41ad-ee73-47d9-acbf-b217391d6d9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'' 2023-04-17 17:33:47,062 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109 0.037s 2023-04-17 17:33:47,063 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:47 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-6da7b246-c3a6-4ff3-8c8b-4176c060611c', 'x-openstack-request-id': 'req-6da7b246-c3a6-4ff3-8c8b-4176c060611c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/0d73d8e9-8d96-4075-8b97-7225d25a4109'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0d73d8e9-8d96-4075-8b97-7225d25a4109 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 28d14f42-538c-4a8c-8414-5003eb81e734 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:47,286 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes 0.218s 2023-04-17 17:33:47,286 80215 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-576877359"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b54a6220-64d2-494c-8ce2-6511f49529a7', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b54a6220-64d2-494c-8ce2-6511f49529a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes'} Body: b'{"volume": {"id": "28d14f42-538c-4a8c-8414-5003eb81e734", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.219801", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-576877359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 17:33:47,338 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.042s 2023-04-17 17:33:47,338 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee4a4f50-d4f2-4b7e-9e89-83a52e81fb9e', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee4a4f50-d4f2-4b7e-9e89-83a52e81fb9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'{"volume": {"id": "28d14f42-538c-4a8c-8414-5003eb81e734", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-576877359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:48,399 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 57Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.040s 2023-04-17 17:33:48,400 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55affe4e-fe1c-420c-94c8-11201224c4d9', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55affe4e-fe1c-420c-94c8-11201224c4d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'{"volume": {"id": "28d14f42-538c-4a8c-8414-5003eb81e734", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": "2023-04-17T17:33:47.000000", "name": "tempest-VolumesTransfersV357Test-Volume-576877359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:48,451 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.040s 2023-04-17 17:33:48,451 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86726cef-bfd1-4f09-96fd-c861511f6cd9', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86726cef-bfd1-4f09-96fd-c861511f6cd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'{"volume": {"id": "28d14f42-538c-4a8c-8414-5003eb81e734", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": "2023-04-17T17:33:47.000000", "name": "tempest-VolumesTransfersV357Test-Volume-576877359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734"}], "user_id": "606e889a1f874f6d91ff09e23e61f33a", "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": "b75622581db74804ba3d857041fefcc2"}}' 2023-04-17 17:33:48,750 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.287s 2023-04-17 17:33:48,750 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 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-d0bf1325-9e8e-4cd0-9284-26973196fa45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'' 2023-04-17 17:33:48,774 80215 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734 0.023s 2023-04-17 17:33:48,774 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 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-b77a37e8-22e4-4ad2-977a-825cfbb20ddf', 'x-openstack-request-id': 'req-b77a37e8-22e4-4ad2-977a-825cfbb20ddf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b75622581db74804ba3d857041fefcc2/volumes/28d14f42-538c-4a8c-8414-5003eb81e734'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 28d14f42-538c-4a8c-8414-5003eb81e734 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 f37984f4-2d2a-4425-880e-4d0b9acc7f8b failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 bdb069cb-f2a5-40dd-a6cb-5790c8e8640e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:45,528 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.133s 2023-04-17 17:33:45,529 80217 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-1512047704"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-df544065-08e1-421a-8b94-c9f6503386d1', 'date': 'Mon, 17 Apr 2023 17:33:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"5277caf8-5838-422f-9ca8-16949d46885d","name":"tempest-tagged-attachments-test-net-1512047704","tenant_id":"cded617c1870403f93541ea41d5ebd2d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"cded617c1870403f93541ea41d5ebd2d","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-17T17:33:44Z","updated_at":"2023-04-17T17:33:44Z","revision_number":1}}' 2023-04-17 17:33:46,826 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.296s 2023-04-17 17:33:46,826 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "5277caf8-5838-422f-9ca8-16949d46885d", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-f3edc95e-e6eb-4a0c-9e1b-cde2b516ae05', 'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"40f1b948-0d77-49e1-880e-1c888819abda","name":"","tenant_id":"cded617c1870403f93541ea41d5ebd2d","network_id":"5277caf8-5838-422f-9ca8-16949d46885d","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-17T17:33:45Z","updated_at":"2023-04-17T17:33:45Z","revision_number":0,"project_id":"cded617c1870403f93541ea41d5ebd2d"}}' 2023-04-17 17:33:47,128 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes 0.301s 2023-04-17 17:33:47,129 80217 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-1007090672"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d6396f-cef1-4604-b1cb-6bb05bec1a2e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d6396f-cef1-4604-b1cb-6bb05bec1a2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes'} Body: b'{"volume": {"id": "bdb069cb-f2a5-40dd-a6cb-5790c8e8640e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.032740", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1007090672", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}], "user_id": "58c1764837264a4f98a43ddae5167aa8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:47,199 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e 0.058s 2023-04-17 17:33:47,200 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b10bca-cc3a-4b4e-8318-e59fc7746a8d', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b10bca-cc3a-4b4e-8318-e59fc7746a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e'} Body: b'{"volume": {"id": "bdb069cb-f2a5-40dd-a6cb-5790c8e8640e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1007090672", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}], "user_id": "58c1764837264a4f98a43ddae5167aa8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cded617c1870403f93541ea41d5ebd2d"}}' 2023-04-17 17:33:48,251 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e 0.039s 2023-04-17 17:33:48,251 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9591992-0bf0-4cc1-a948-83c590560433', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9591992-0bf0-4cc1-a948-83c590560433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e'} Body: b'{"volume": {"id": "bdb069cb-f2a5-40dd-a6cb-5790c8e8640e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:47.000000", "updated_at": "2023-04-17T17:33:47.000000", "name": "tempest-TaggedAttachmentsTest-volume-1007090672", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5-40dd-a6cb-5790c8e8640e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cded617c1870403f93541ea41d5ebd2d/volumes/bdb069cb-f2a5- 40dd-a6cb-5790c8e8640e"}], "user_id": "58c1764837264a4f98a43ddae5167aa8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cded617c1870403f93541ea41d5ebd2d"}}' 2023-04-17 17:33:49,262 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/40f1b948-0d77-49e1-880e-1c888819abda 0.999s 2023-04-17 17:33:49,262 80217 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-5f28373a-e276-4eb6-bf98-192e22319893', 'date': 'Mon, 17 Apr 2023 17:33:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/40f1b948-0d77-49e1-880e-1c888819abda'} Body: b'' 2023-04-17 17:33:52,185 80217 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/5277caf8-5838-422f-9ca8-16949d46885d 2.922s 2023-04-17 17:33:52,185 80217 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-8e53725c-0db1-4e81-8d0e-458770b67c16', 'date': 'Mon, 17 Apr 2023 17:33:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/5277caf8-5838-422f-9ca8-16949d46885d'} Body: b'' 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 3327e566-1859-442c-b7e2-bb95074ef7cd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:56,357 80219 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes 1.033s 2023-04-17 17:33:56,358 80219 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-5236570"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76422d21-d56f-44e8-a0bc-9e55354762e1', 'content-length': '809', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76422d21-d56f-44e8-a0bc-9e55354762e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes'} Body: b'{"volume": {"id": "3327e566-1859-442c-b7e2-bb95074ef7cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:56.195133", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-5236570", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}], "user_id": "31966093cbec4f96be758907938cd4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:56,487 80219 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd 0.091s 2023-04-17 17:33:56,487 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41e81043-1dc2-48c6-8e5f-da2fe207b3bb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e81043-1dc2-48c6-8e5f-da2fe207b3bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd'} Body: b'{"volume": {"id": "3327e566-1859-442c-b7e2-bb95074ef7cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:56.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-5236570", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}], "user_id": "31966093cbec4f96be758907938cd4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "800d0329d89a4d59898cbeb74d01655f"}}' 2023-04-17 17:33:57,664 80219 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd 0.145s 2023-04-17 17:33:57,665 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d4f7f2a-015d-4ecc-962e-3c24dcca548d', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d4f7f2a-015d-4ecc-962e-3c24dcca548d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd'} Body: b'{"volume": {"id": "3327e566-1859-442c-b7e2-bb95074ef7cd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:56.000000", "updated_at": "2023-04-17T17:33:57.000000", "name": "tempest-TestVolumeSwap-volume-5236570", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/800d0329d89a4d59898cbeb74d01655f/volumes/3327e566-1859-442c-b7e2-bb95074ef7cd"}], "user_id": "31966093cbec4f96be758907938cd4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "800d0329d89a4d59898cbeb74d01655f"}}' 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 e13338f0-f150-4df7-b53e-5abd46d0b32e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:58,852 80209 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes 0.712s 2023-04-17 17:33:58,852 80209 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-1223666473", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e24b27ca-cb18-410e-ac47-ebf650759a02', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e24b27ca-cb18-410e-ac47-ebf650759a02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes'} Body: b'{"volume": {"id": "e13338f0-f150-4df7-b53e-5abd46d0b32e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:58.766023", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1223666473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}], "user_id": "7093de8d8baf466581cd8802d99c2868", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:33:58,912 80209 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e 0.041s 2023-04-17 17:33:58,913 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-947e8566-8379-4344-925b-ea84d5ad9e24', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-947e8566-8379-4344-925b-ea84d5ad9e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e'} Body: b'{"volume": {"id": "e13338f0-f150-4df7-b53e-5abd46d0b32e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:59.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1223666473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}], "user_id": "7093de8d8baf466581cd8802d99c2868", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9eb0c7a2fda04d229dd3964d5fc58887"}}' 2023-04-17 17:33:59,976 80209 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e 0.048s 2023-04-17 17:33:59,976 80209 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa942d90-ef47-4c22-9620-4f835f3af5f2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa942d90-ef47-4c22-9620-4f835f3af5f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e'} Body: b'{"volume": {"id": "e13338f0-f150-4df7-b53e-5abd46d0b32e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:33:59.000000", "updated_at": "2023-04-17T17:33:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1223666473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9eb0c7a2fda04d229dd3964d5fc58887/volumes/e13338f0-f150-4df7-b53e-5abd46d0b32e"}], "user_id": "7093de8d8baf466581cd8802d99c2868", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9eb0c7a2fda04d229dd3964d5fc58887"}}' 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 2260bb4c-07e2-4a5a-b85b-974b78fe7edb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:21,120 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.326s 2023-04-17 17:34:21,120 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-560081221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLWvSgr6BzUzlR6/N51HMEcWovXD3HxMwfOsHsjgk5Axm53p1THYSg+w9wY80wjSm8ybSLtt2epOribxMSYtLqr9YSEus5IKBGeoeKxIF9ATyqfy2csLAP8QKubbe79Zvw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b8311f-6ee0-4ba9-afe5-790e8d3d923e', 'x-compute-request-id': 'req-d1b8311f-6ee0-4ba9-afe5-790e8d3d923e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-560081221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLWvSgr6BzUzlR6/N51HMEcWovXD3HxMwfOsHsjgk5Axm53p1THYSg+w9wY80wjSm8ybSLtt2epOribxMSYtLqr9YSEus5IKBGeoeKxIF9ATyqfy2csLAP8QKubbe79Zvw==", "fingerprint": "b7:62:12:3e:ba:2c:5e:5a:a2:41:7d:d0:59:da:53:45", "user_id": "b4b4a0589c4946a2ab2ca9cf20ef8312"}}' 2023-04-17 17:34:21,500 80211 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.375s 2023-04-17 17:34:21,500 80211 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-342418829", "description": "tempest-secgroup-smoke-342418829 description", "project_id": "28f71906c48d4599b9087dae547a3c3d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-f382c3de-39cf-44ae-b86a-481dc81dd585', 'date': 'Mon, 17 Apr 2023 17:34:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "name": "tempest-secgroup-smoke-342418829", "stateful": true, "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "description": "tempest-secgroup-smoke-342418829 description", "shared": false, "security_group_rules": [{"id": "5d516f04-e3ac-477a-86f6-d39fa3937927", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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": 476, "description": null, "tags": [], "created_at": "2023-04-17T17:34:21Z", "updated_at": "2023-04-17T17:34:21Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}, {"id": "d6b9a11e-b4f9-494b-b6aa-f7103de83a77", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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": 477, "description": null, "tags": [], "created_at": "2023-04-17T17:34:21Z", "updated_at": "2023-04-17T17:34:21Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}], "tags": [], "created_at": "2023-04-17T17:34:21Z", "updated_at": "2023-04-17T17:34:21Z", "revision_number": 1, "project_id": " 28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:21,895 80211 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.393s 2023-04-17 17:34:21,895 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "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-5a7ed8d2-f636-457f-8a1a-e8ce88d97336', 'date': 'Mon, 17 Apr 2023 17:34:21 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": "60285a70-d61c-44b7-9255-7068c7de41c2", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:21Z", "updated_at": "2023-04-17T17:34:21Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:22,254 80211 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.358s 2023-04-17 17:34:22,255 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "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-2b1e9fdc-c6d8-47ed-a9fa-806a7912b318', 'date': 'Mon, 17 Apr 2023 17:34:22 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": "6e9cd919-feb5-4d6d-91c2-aa89bf9f9672", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:22Z", "updated_at": "2023-04-17T17:34:22Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:23,021 80211 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.766s 2023-04-17 17:34:23,022 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c17ff7b0-87eb-432d-94ae-edd63cb065e8', 'date': 'Mon, 17 Apr 2023 17:34:23 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": "849e2612-17fc-4bff-b206-5f8d52c85f84", "tenant_id": "28f71906c48d4599b 9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:22Z", "updated_at": "2023-04-17T17:34:22Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:23,198 80211 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.175s 2023-04-17 17:34:23,198 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-29e6c5e6-5eae-4e94-97f9-3994b96d807c', 'date': 'Mon, 17 Apr 2023 17:34:23 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": "74c4df5d-e8a4-414d-aeb9-d477ba8343c0", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:23Z", "updated_at": "2023-04-17T17:34:23Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:23,369 80211 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-17 17:34:23,370 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-303b1aad-09ad-4691-95a2-4825d2aba734', 'date': 'Mon, 17 Apr 2023 17:34:23 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": "46e16a29-fc9a-4c3a-bc41-d0be2cad88fd", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:23Z", "updated_at": "2023-04-17T17:34:23Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:23,891 80211 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.521s 2023-04-17 17:34:23,892 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "project_id": "28f71906c48d4599b9087dae547a3c3d", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ba5f22be-9b84-4534-91c0-51ef8d92e4ea', 'date': 'Mon, 17 Apr 2023 17:34:23 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": "a714d4e2-2bd4-4ff0-b4c0-ae070f8e68e1", "tenant_id": "28f71906c48d4599b9087dae547a3c3d", "security_group_id": "9f329aa5-6f59-4f8a-8842-007eafa48de1", "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-17T17:34:23Z", "updated_at": "2023-04-17T17:34:23Z", "revision_number": 0, "project_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:24,217 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes 0.325s 2023-04-17 17:34:24,218 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1189534164", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-908f8823-fe45-41c2-abe9-8747ed82ade8', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-908f8823-fe45-41c2-abe9-8747ed82ade8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes'} Body: b'{"volume": {"id": "2260bb4c-07e2-4a5a-b85b-974b78fe7edb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:24.125112", "updated_at": null, "name": "tempest-TestStampPattern-volume-1189534164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}], "user_id": "b4b4a0589c4946a2ab2ca9cf20ef8312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:34:24,288 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb 0.061s 2023-04-17 17:34:24,289 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ad4da29-dcbb-4e6a-8e2c-bb9306569461', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ad4da29-dcbb-4e6a-8e2c-bb9306569461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb'} Body: b'{"volume": {"id": "2260bb4c-07e2-4a5a-b85b-974b78fe7edb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:24.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-1189534164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "me tadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}], "user_id": "b4b4a0589c4946a2ab2ca9cf20ef8312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:25,344 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb 0.043s 2023-04-17 17:34:25,344 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76749f64-36d2-4a00-906e-0a7e7281fc7f', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76749f64-36d2-4a00-906e-0a7e7281fc7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb'} Body: b'{"volume": {"id": "2260bb4c-07e2-4a5a-b85b-974b78fe7edb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:24.000000", "updated_at": "2023-04-17T17:34:24.000000", "name": "tempest-TestStampPattern-volume-1189534164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb"}], "user_id": "b4b4a0589c4946a2ab2ca9cf20ef8312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "28f71906c48d4599b9087dae547a3c3d"}}' 2023-04-17 17:34:25,498 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb 0.141s 2023-04-17 17:34:25,499 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5271e3f-6261-48bb-a831-42bbc7dd9abb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb'} Body: b'' 2023-04-17 17:34:25,524 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb 0.024s 2023-04-17 17:34:25,524 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-i d': 'req-943ef71e-8410-4d13-9932-eacdf899e20b', 'x-openstack-request-id': 'req-943ef71e-8410-4d13-9932-eacdf899e20b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/28f71906c48d4599b9087dae547a3c3d/volumes/2260bb4c-07e2-4a5a-b85b-974b78fe7edb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2260bb4c-07e2-4a5a-b85b-974b78fe7edb could not be found."}}' 2023-04-17 17:34:25,930 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9f329aa5-6f59-4f8a-8842-007eafa48de1 0.405s 2023-04-17 17:34:25,930 80211 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-68be1420-4738-412b-8553-b36bf04c1c94', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9f329aa5-6f59-4f8a-8842-007eafa48de1'} Body: b'' 2023-04-17 17:34:25,968 80211 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-560081221 0.037s 2023-04-17 17:34:25,969 80211 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-257d4ea2-ce20-4f84-b841-057980b97411', 'x-compute-request-id': 'req-257d4ea2-ce20-4f84-b841-057980b97411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-560081221'} Body: b'' 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 f5800b24-65cf-4ff0-a446-36a123568a28 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:39,813 80215 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.324s 2023-04-17 17:34:39,813 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-41217023", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN/SNM58MfCqxSJNMJuj+gr1a/1v12WbNFg45CysY72fc6oqccTmpyoqg4CKX2fuxFRwfBuBYz1mZMERnh+RmgHhlDhH0efNrCn++yNGdLazSCFUnv+Y71cHvL5o/5qttA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:39 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-7014936c-2f16-420f-8ad9-c14254744ddf', 'x-compute-request-id': 'req-7014936c-2f16-420f-8ad9-c14254744ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-41217023", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN/SNM58MfCqxSJNMJuj+gr1a/1v12WbNFg45CysY72fc6oqccTmpyoqg4CKX2fuxFRwfBuBYz1mZMERnh+RmgHhlDhH0efNrCn++yNGdLazSCFUnv+Y71cHvL5o/5qttA==", "fingerprint": "84:fd:e0:ce:e4:8f:92:54:ab:44:19:f7:09:07:03:1f", "user_id": "cf8127ef43e943a6b3a5b54465a899a6"}}' 2023-04-17 17:34:40,116 80215 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.300s 2023-04-17 17:34:40,117 80215 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-608360696", "description": "tempest-secgroup-smoke-608360696 description", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-80511a40-5321-430a-8964-51ea2481e849', 'date': 'Mon, 17 Apr 2023 17:34:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "name": "tempest-secgroup-smoke-608360696", "stateful": true, "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "description": "tempest-secgroup-smoke-608360696 description", "shared": false, "security_group_rules": [{"id": "88f61c45-cdca-4c7d-8218-79703b6f885d", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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": 532, "description": null, "tags": [], "created_at": "2023-04-17T17:34:39Z", "updated_at": "2023-04-17T17:34:39Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}, {"id": "df85cf3f-899c-4812-be2d-95a7d9971664", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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": 533, "description": null, "tags": [], "created_at": "2023-04-17T17:34:39Z", "updated_at": "2023-04-17T17:34:39Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}], "tags": [], "created_at": "2023-04-17T17:34:39Z", "updated_at": "2023-04-17T17:34:39Z", "revision_number": 1, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:40,475 80215 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.357s 2023-04-17 17:34:40,475 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "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-083f49a7-0628-4ab8-a8fc-a676f2c3cb0c', 'date': 'Mon, 17 Apr 2023 17:34:40 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": "dceda332-b5e9-4620-b627-263be23513cc", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:40Z", "updated_at": "2023-04-17T17:34:40Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:40,675 80215 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.199s 2023-04-17 17:34:40,676 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "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-cb7687f8-47ae-4106-800c-fb40c194538a', 'date': 'Mon, 17 Apr 2023 17:34:40 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": "9fe87ad6-4584-4b1c-8937-59aa34413926", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:40Z", "updated_at": "2023-04-17T17:34:40Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:40,851 80215 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.174s 2023-04-17 17:34:40,851 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-27e13a4f-3fc0-4e16-be1e-e7516c973c3b', 'date': 'Mon, 17 Apr 2023 17:34:40 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": "9710160f-2953-417e-becc-53f41bdefa9a", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:40Z", "updated_at": "2023-04-17T17:34:40Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:41,021 80215 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.169s 2023-04-17 17:34:41,022 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-f29ee3bd-6c8e-4c5e-b605-c1ac358fbdce', 'date': 'Mon, 17 Apr 2023 17:34:41 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": "5ca74206-abde-4690-958e-ec7a6d3d4f1a", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:40Z", "updated_at": "2023-04-17T17:34:40Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:41,202 80215 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.178s 2023-04-17 17:34:41,202 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4b2e0327-e051-4042-be4d-05a6ca5d132a', 'date': 'Mon, 17 Apr 2023 17:34:41 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": "fcbf8357-0268-4eb5-8d7c-0952a87f7d4f", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:41Z", "updated_at": "2023-04-17T17:34:41Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:41,369 80215 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.166s 2023-04-17 17:34:41,370 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "pro ject_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f5fd5347-6892-40b6-a6c0-c3af798e9edb', 'date': 'Mon, 17 Apr 2023 17:34:41 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": "7d83a0b9-1f84-40f2-a182-f99d5a581977", "tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0", "security_group_id": "8d226dfb-83f1-4513-8be4-ac9f78b67f38", "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-17T17:34:41Z", "updated_at": "2023-04-17T17:34:41Z", "revision_number": 0, "project_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:41,421 80215 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.044s 2023-04-17 17:34:41,421 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2805', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5797574d-32e2-4a8d-a0a5-5d57e2fa3b49', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cf8127ef43e943a6b3a5b54465a899a6", "name": "tempest-TestShelveInstance-29291410-project-member", "password_expires_at": null}, "audit_ids": ["InN60nFGSgSKj3qAfsvYTw"], "expires_at": "2023-04-17T18:34:41.000000Z", "issued_at": "2023-04-17T17:34:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1ca63fc8396b401f8ccd1efe011a8fc0", "name": "tempest-TestShelveInstance-29291410"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1ca63fc8396b401f8ccd1efe011a8fc0", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id ": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:41,422 80215 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '148b0705-3007-4121-9a66-65d43980d9ef', 'name': 'tempest-TestShelveInstance-1038231329-network', 'tenant_id': '1ca63fc8396b401f8ccd1efe011a8fc0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1ca63fc8396b401f8ccd1efe011a8fc0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18424, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:02Z', 'updated_at': '2023-04-17T17:34:02Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:41,939 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes 0.516s 2023-04-17 17:34:41,939 80215 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-1096370329", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-263decdb-59af-47f7-bd16-a47e2cf69449', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-263decdb-59af-47f7-bd16-a47e2cf69449', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes'} Body: b'{"volume": {"id": "f5800b24-65cf-4ff0-a446-36a123568a28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:41.873650", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1096370329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}], "user_id": "cf8127ef43e943a6b3a5b54465a899a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:34:41,996 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28 0.047s 2023-04-17 17:34:41,996 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ca8ad2-9255-4443-8b41-3185cac4574d', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id ': 'req-e6ca8ad2-9255-4443-8b41-3185cac4574d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28'} Body: b'{"volume": {"id": "f5800b24-65cf-4ff0-a446-36a123568a28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:42.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1096370329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}], "user_id": "cf8127ef43e943a6b3a5b54465a899a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:43,058 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28 0.050s 2023-04-17 17:34:43,058 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa934a20-0dc6-4c3d-bd02-2ed28e8fe436', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa934a20-0dc6-4c3d-bd02-2ed28e8fe436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28'} Body: b'{"volume": {"id": "f5800b24-65cf-4ff0-a446-36a123568a28", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:34:42.000000", "updated_at": "2023-04-17T17:34:42.000000", "name": "tempest-tempest.common.compute-volume-1096370329", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28"}], "user_id": "cf8127ef43e943a6b3a5b54465a899a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ca63fc8396b401f8ccd1efe011a8fc0"}}' 2023-04-17 17:34:43,173 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28 0.104s 2023-04-17 17:34:43,174 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34: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-12c8fdd2-3a59-4154-bea8-016fa27b317e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28'} Body: b'' 2023-04-17 17:34:43,200 80215 INFO [tempest.lib.common.rest_client] Requ est (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28 0.026s 2023-04-17 17:34:43,201 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34: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-971cc5e7-b7ff-43a9-afd2-6cd1010a03da', 'x-openstack-request-id': 'req-971cc5e7-b7ff-43a9-afd2-6cd1010a03da', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1ca63fc8396b401f8ccd1efe011a8fc0/volumes/f5800b24-65cf-4ff0-a446-36a123568a28'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f5800b24-65cf-4ff0-a446-36a123568a28 could not be found."}}' 2023-04-17 17:34:43,379 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8d226dfb-83f1-4513-8be4-ac9f78b67f38 0.176s 2023-04-17 17:34:43,379 80215 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-5c99b9da-3379-4800-979e-7d90471bb9ad', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:34:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8d226dfb-83f1-4513-8be4-ac9f78b67f38'} Body: b'' 2023-04-17 17:34:43,429 80215 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-41217023 0.049s 2023-04-17 17:34:43,430 80215 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34: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-a8e384df-598e-43ff-981b-c349e13c28b8', 'x-compute-request-id': 'req-a8e384df-598e-43ff-981b-c349e13c28b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-41217023'} Body: b'' tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 c6861456-973f-43a2-ac4c-eeb669a641c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:30,185 80221 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.175s 2023-04-17 17:33:30,185 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:30 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-19c6bdfa-2d5b-455a-ba9b-82286782af1f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cbe09b575424462398089e0895c86828", "name": "tempest-DeleteServersTestJSON-1154435592-project-member", "password_expires_at": null}, "audit_ids": ["ouWej2-4S0ScCqMgATQWDA"], "expires_at": "2023-04-17T18:33:30.000000Z", "issued_at": "2023-04-17T17:33:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "618ff48e86e344939d81482da314300e", "name": "tempest-DeleteServersTestJSON-1154435592"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/618ff48e86e344939d81482da314300e", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:33:30,186 80221 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'fdb5560b-6924-411b-86db-443bcb6ef7f2', 'name': 'tempest-DeleteServersTestJSON-282302775-network', 'tenant_id': '618ff48e86e344939d81482da314300e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '618ff48e86e344939d81482da314300e', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33321, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:11Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:33:33,135 80221 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 2.948s 2023-04-17 17:33:33,135 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1484446540", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "fdb5560b-6924-411b-86db-443bcb6ef7f2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d587e2b8-cfd7-42a1-b8c0-7811fd53e0de', 'x-compute-request-id': 'req-d587e2b8-cfd7-42a1-b8c0-7811fd53e0de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ddeef235-f0ed-411b-8bf5-9a880394bb36", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "mSGDfhvtEV65"}}' 2023-04-17 17:33:33,302 80221 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/ddeef235-f0ed-411b-8bf5-9a880394bb36 0.161s 2023-04-17 17:33:33,302 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22410641-e5f9-4bd2-8f6d-e50394d3b413', 'x-compute-request-id': 'req-22410641-e5f9-4bd2-8f6d-e50394d3b413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36'} Body: b'{"server": {"id": "ddeef235-f0ed-411b-8bf5-9a880394bb36", "name": "tempest-DeleteServersTestJSON-server-1484446540", "status": "BUILD", "tenant_id": "618ff48e86e344939d81482da314300e", "user_id": "cbe09b575424462398089e0895c86828", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:33Z", "updated": "2023-04-17T17:33:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nu ll, "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-17 17:34:23,931 80221 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/ddeef235-f0ed-411b-8bf5-9a880394bb36 0.569s 2023-04-17 17:34:23,932 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:23 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-1a1edc08-b05d-4285-82fc-2a67b8571961', 'x-compute-request-id': 'req-1a1edc08-b05d-4285-82fc-2a67b8571961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36'} Body: b'{"server": {"id": "ddeef235-f0ed-411b-8bf5-9a880394bb36", "name": "tempest-DeleteServersTestJSON-server-1484446540", "status": "ACTIVE", "tenant_id": "618ff48e86e344939d81482da314300e", "user_id": "cbe09b575424462398089e0895c86828", "metadata": {}, "hostId": "1b4ed374213a1e3ea009d2678cfa5f0ec7d4f1d551f3f6cf8a7ee1e4", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:33Z", "updated": "2023-04-17T17:33:52Z", "addresses": {"tempest-DeleteServersTestJSON-282302775-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:98:cb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ddeef235-f0ed-411b-8bf5-9a880394bb36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:34:23,944 80221 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:35:24,231 80221 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes 0.229s 2023-04-17 17:35:24,231 80221 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-1040459391"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7a0e20-aa80-4a58-b0a5-bd586ec80bea', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7a0e20-aa80-4a58-b0a5-bd586ec80bea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes'} Body: b'{"volume": {"id": "c6861456-973f-43a2-ac4c-eeb669a641c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:24. 168795", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1040459391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}], "user_id": "cbe09b575424462398089e0895c86828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:35:24,282 80221 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5 0.041s 2023-04-17 17:35:24,283 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6d8b362-5b43-46dc-87df-10b2d27b49f5', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6d8b362-5b43-46dc-87df-10b2d27b49f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5'} Body: b'{"volume": {"id": "c6861456-973f-43a2-ac4c-eeb669a641c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:24.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1040459391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}], "user_id": "cbe09b575424462398089e0895c86828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "618ff48e86e344939d81482da314300e"}}' 2023-04-17 17:35:25,353 80221 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5 0.060s 2023-04-17 17:35:25,354 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b96924da-ccfb-44bd-bb3b-1ac8c21c900c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b96924da-ccfb-44bd-bb3b-1ac8c21c900c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5'} Body: b'{"volume": {"id": "c6861456-973f-43a2-ac4c-eeb669a641c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:24.000000", "updated_at": "2023-04-17T17:35:24.000000", "name": "tempest-DeleteServersTestJSON-volume-1040459391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/618ff48e86e344939d81482da314300e/vol umes/c6861456-973f-43a2-ac4c-eeb669a641c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/618ff48e86e344939d81482da314300e/volumes/c6861456-973f-43a2-ac4c-eeb669a641c5"}], "user_id": "cbe09b575424462398089e0895c86828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "618ff48e86e344939d81482da314300e"}}' 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 2f660399-4927-4900-b4d7-31c41f0597f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:51,021 80201 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:33:51,499 80201 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.475s 2023-04-17 17:33:51,499 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1999371266", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGNA3nzT/eQwwUVq7FVq+WQky0pPjQAJUFSsfHG4AY4cBLpdgzedNQS6Cc0CHRBOmzmW0iPUkSyxk2SpIdk+jLjZmz+UsqyxxI97a2YS5M9WcvyIhUz4nuSC3800u6FkZg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-01f49a41-31bc-4c4a-b9cf-5610a3e366c0', 'x-compute-request-id': 'req-01f49a41-31bc-4c4a-b9cf-5610a3e366c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1999371266", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGNA3nzT/eQwwUVq7FVq+WQky0pPjQAJUFSsfHG4AY4cBLpdgzedNQS6Cc0CHRBOmzmW0iPUkSyxk2SpIdk+jLjZmz+UsqyxxI97a2YS5M9WcvyIhUz4nuSC3800u6FkZg==", "fingerprint": "9f:5d:21:8b:86:51:49:5b:be:9e:80:2a:8a:15:86:f9", "user_id": "cb9f6038c3d94f4b8176f52308996012"}}' 2023-04-17 17:33:51,508 80201 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1999371266 created 2023-04-17 17:33:52,884 80201 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.375s 2023-04-17 17:33:52,885 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--344371631", "description": "tempest-description--298909741"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-b4c50784-6849-4804-a77a-d4fb3b26eb41', 'date': 'Mon, 17 Apr 2023 17:33:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3aff5fae-f052-45be-894e-1f19370bd93b", "name": "tempest-securitygroup--344371631", "stateful": true, "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "description": "tempest-description--298909741", "shared": false, "security_group_rules": [{"id": "2c978f2b-a444-4ffd-9f1e-0006fb4d2bad", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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": 369, "description": null, "tags": [], "created_at": "2023-04-17T17:33:52Z", "updated_at": "2023-04-17T17:33:52Z", "revision_number": 0, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}, {"id": "c2b668c6-287a-439a-a210-d16ab87b3d81", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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": 367, "description": null, "tags": [], "created_at": "2023-04-17T17:33:51Z", "updated_at": "2023-04-17T17:33:51Z", "revision_number": 0, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}], "tags": [], "created_at": "2023-04-17T17:33:51Z", "updated_at": "2023-04-17T17:33:51Z", "revision_number": 1, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:33:53,372 80201 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 0.486s 2023-04-17 17:33:53,373 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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-48ff3000-3d44-4a9f-abcd-6c10e3c26bf4', 'date': 'Mon, 17 Apr 2023 17:33:53 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": "c3799532-1eda-4df8-b4a7-4b7536aecf99", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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-17T17:33:53Z", "updated_at": "2023-04-17T17:33:53Z", "revision_number": 0, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:33:53,700 80201 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 0.325s 2023-04-17 17:33:53,700 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fc6056e3-240e-4a23-bf40-cbfde77ca277', 'date': 'Mon, 17 Apr 2023 17:33:53 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": "b94c1dd9-745e-4a52-9a5b-061e4c12d4ea", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "security_group_id": "3aff5fae-f052-45be-894e-1f19370bd93b", "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-17T17:33:53Z", "updated_at": "2023-04-17T17:33:53Z", "revision_number": 0, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:33:53,701 80201 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--344371631 created 2023-04-17 17:33:55,083 80201 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 1.382s 2023-04-17 17:33:55,084 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c31ff1be-bc1a-4057-9ce1-1a7d7b845d7f', 'date': 'Mon, 17 Apr 2023 17:33:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "78bd5bba-af02-4d15-8fa5-1ae181ea0d8a", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "floating_ip_address": "172.24.4.218", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bd1e8586846543c88d468bb6b705d4a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:54Z", "updated_at": "2023-04-17T17:33:54Z", "revision_number": 0}}' 2023-04-17 17:33:55,084 80201 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '78bd5bba-af02-4d15-8fa5-1ae181ea0d8a', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'floating_ip_address': '172.24.4.218', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd1e8586846543c88d468bb6b705d4a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:54Z', 'updated_at': '2023-04-17T17:33:54Z', 'revision_number': 0, 'ip': '172.24.4.218'} created 2023-04-17 17:33:55,202 80201 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.111s 2023-04-17 17:33:55,203 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:55 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-2f57017a-fd9a-4578-abb5-993d64a9c01f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cb9f6038c3d94f4b8176f52308996012", "name": "tempest-VolumesAdminNegativeTest-1858597906-project-member", "password_expires_at": null}, "audit_ids": ["nktv9hWfQXyT5qRzwvL1QA"], "expires_at": "2023-04-17T18:33:55.000000Z", "issued_at": "2023-04-17T17:33:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e8586846543c88d468bb6b705d4a6", "name": "tempest-VolumesAdminNegativeTest-1858597906"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{" id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:33:55,203 80201 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'f1e38cf4-11c1-4f1d-a1f2-15d65da31617', 'name': 'tempest-VolumesAdminNegativeTest-1171459644-network', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd1e8586846543c88d468bb6b705d4a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27690, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:11Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:33:55,204 80201 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1999371266', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGNA3nzT/eQwwUVq7FVq+WQky0pPjQAJUFSsfHG4AY4cBLpdgzedNQS6Cc0CHRBOmzmW0iPUkSyxk2SpIdk+jLjZmz+UsqyxxI97a2YS5M9WcvyIhUz4nuSC3800u6FkZg==', 'fingerprint': '9f:5d:21:8b:86:51:49:5b:be:9e:80:2a:8a:15:86:f9', 'user_id': 'cb9f6038c3d94f4b8176f52308996012', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCweCeRQSYora8m1Oe72+qFcXAyXGIwDjpNkwCod4FUtqdeSoX/yuSX\nNHiTssYSyW2gBwYFK4EEACKhZANiAARjQN580/3kMMFFauxVavlkJMtKT40ACVBU\nrHxxuAGOHAS6XYM3nTUEugnNAh0QTps5ltIj1JEssZNkqSHZPoy42Zs/lLKsscSP\ne2tmEuTPVnL8iIVM+J7kgt/NNLuhZGY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3aff5fae-f052-45be-894e-1f19370bd93b', 'name': 'tempest-securitygroup--344371631', 'stateful': True, 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'description': 'tempest-description--298909741', 'shared': False, 'security_group_rules': [{'id': '2c978f2b-a444-4ffd-9f1e-0006fb4d2bad', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'security_group_id': '3aff5fae-f052-45be-894e-1f19370bd93b', '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': 369, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:52Z', 'updated_at': '2023-04-17T17:33:52Z', 'revision_number': 0, 'project_id': 'bd1e8586846543c88d468bb6b705d4a6'}, {'id': 'c2b668c6-287a-439a-a210-d16ab87b3d81', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'security_group_id': '3aff5fae-f052-45be-894e-1f19370bd93b', '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': 367, 'description': None, 'tags': [], 'created_at': '2023-0 4-17T17:33:51Z', 'updated_at': '2023-04-17T17:33:51Z', 'revision_number': 0, 'project_id': 'bd1e8586846543c88d468bb6b705d4a6'}], 'tags': [], 'created_at': '2023-04-17T17:33:51Z', 'updated_at': '2023-04-17T17:33:51Z', 'revision_number': 1, 'project_id': 'bd1e8586846543c88d468bb6b705d4a6'}, 'floating_ip': {'id': '78bd5bba-af02-4d15-8fa5-1ae181ea0d8a', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'floating_ip_address': '172.24.4.218', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd1e8586846543c88d468bb6b705d4a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:54Z', 'updated_at': '2023-04-17T17:33:54Z', 'revision_number': 0, 'ip': '172.24.4.218'}} 2023-04-17 17:33:57,552 80201 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 2.347s 2023-04-17 17:33:57,553 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-796323267", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "f1e38cf4-11c1-4f1d-a1f2-15d65da31617"}], "security_groups": [{"name": "tempest-securitygroup--344371631"}], "key_name": "tempest-keypair-1999371266", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fef228b-0376-4726-83a4-5ed8685fbb05', 'x-compute-request-id': 'req-5fef228b-0376-4726-83a4-5ed8685fbb05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0711a965-58ba-4238-aa35-b7f3d762c97d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--344371631"}], "adminPass": "D7hWcsWTmrt5"}}' 2023-04-17 17:33:57,874 80201 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/0711a965-58ba-4238-aa35-b7f3d762c97d 0.317s 2023-04-17 17:33:57,874 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54dd987f-17d1-48f1-af3e-1f8b7fe77d05', 'x-compute-request-id': 'req-54dd987f-17d1-48f1-af3e-1f8b7fe77d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d'} Body: b'{"server": {"id": "0711a965-58ba-4238-aa35-b7f3d762c97d", "name": "tempest-VolumesAdminNegativeTest-server-796323267", "status": "BUILD", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "user_id": "cb9f6038c3d94f4b8176f52308996012", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:58Z", "updated": "2023-04-17T17:33:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1999371266", "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-17 17:34:48,368 80201 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/0711a965-58ba-4238-aa35-b7f3d762c97d 0.430s 2023-04-17 17:34:48,368 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:47 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-e4f6b543-b2f0-46b7-bf52-00f367d8c5f2', 'x-compute-request-id': 'req-e4f6b543-b2f0-46b7-bf52-00f367d8c5f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d'} Body: b'{"server": {"id": "0711a965-58ba-4238-aa35-b7f3d762c97d", "name": "tempest-VolumesAdminNegativeTest-server-796323267", "status": "ACTIVE", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "user_id": "cb9f6038c3d94f4b8176f52308996012", "metadata": {}, "hostId": "4b9650ba0eff27f6c3d36d904d90d88f773151052776c75b022067d0", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:57Z", "updated": "2023-04-17T17:34:11Z", "addresses": {"tempest-VolumesAdminNegativeTest-1171459644-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:28:88"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0711a965-58ba-4238-aa35-b7f3d762c97d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1999371266", "OS-SRV-USG:launched_at": "2023-04-17T17:34:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--344371631"}], "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-17 17:34:48,381 80201 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:35:48,659 80201 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/0711a965-58ba-4238-aa35-b7f3d762c97d/os-interface 0.217s 2023-04-17 17:35:48,660 80201 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:48 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-3c9d51ee-2639-455f-ac11-83b39919e036', 'x-compute-request-id': 'req-3c9d51ee-2639-455f-ac11-83b39919e036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0711a965-58ba-4238-aa35-b7f3d762c97d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f1e38cf4-11c1-4f1d-a1f2-15d65da31617", "port_id": "358fa886-02f3-433a-a1af-d4d2bff8be35", "mac_addr": "fa:16:3e:a1:28:88", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "9147d03f-3539-4916-81e6-2adbc81c44de", "ip_address": "10.0.0.8"}]}]}' 2023-04-17 17:35:49,867 80201 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/78bd5bba-af02-4d15-8fa5-1ae181ea0d8a 1.201s 2023-04-17 17:35:49,867 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "358fa886-02f3-433a-a1af-d4d2bff8be35"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-108d4e25-9563-4a84-b085-cbfed54e4ffc', 'date': 'Mon, 17 Apr 2023 17:35:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/78bd5bba-af02-4d15-8fa5-1ae181ea0d8a'} Body: b'{"floatingip": {"id": "78bd5bba-af02-4d15-8fa5-1ae181ea0d8a", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "floating_ip_address": "172.24.4.218", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "b8b7758a-abd1-4786-8c13-d401e55715c2", "port_id": "358fa886-02f3-433a-a1af-d4d2bff8be35", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f1e38cf4-11c1-4f1d-a1f2-15d65da31617", "mac_address": "fa:16:3e:a1:28:88", "admin_state_up": true, "status": "ACTIVE", "device_id": "0711a965-58ba-4238-aa35-b7f3d762c97d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:54Z", "updated_at": "2023-04-17T17:35:49Z", "revision_number": 1, "project_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:35:49,869 80201 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.218:22' as 'cirros' with public key authentication 2023-04-17 17:35:49,906 80201 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:35:49,961 80201 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:35:49,962 80201 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.218 successfully created 2023-04-17 17:35:50,175 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes 0.212s 2023-04-17 17:35:50,176 80201 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-1936116127"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0cf9835-085d-46ac-bb53-82afff6ba66a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-re quest-id': 'req-c0cf9835-085d-46ac-bb53-82afff6ba66a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes'} Body: b'{"volume": {"id": "2f660399-4927-4900-b4d7-31c41f0597f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:50.115195", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1936116127", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:35:50,229 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2 0.042s 2023-04-17 17:35:50,229 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a9bde71-4994-450b-98ab-5d6aba04bbb8', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a9bde71-4994-450b-98ab-5d6aba04bbb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2'} Body: b'{"volume": {"id": "2f660399-4927-4900-b4d7-31c41f0597f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:50.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1936116127", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:35:51,288 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2 0.047s 2023-04-17 17:35:51,288 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b971d1f7-46e6-40c6-8a05-3ed132c32d32', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b971d1f7-46e6-40c6-8a05-3ed132c32d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2'} Body: b'{"volume": {"id": "2f660399-4927-4900-b4d7-31c41f0597f2", "status": "er ror", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:50.000000", "updated_at": "2023-04-17T17:35:50.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1936116127", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/2f660399-4927-4900-b4d7-31c41f0597f2"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 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 e6a350a0-073c-4dc0-b895-e7f8aeb0417d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:26,456 80205 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:33:26,456 80205 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:33:26,692 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.232s 2023-04-17 17:33:26,692 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-328622868", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETy3qN91fAUY59vYTnM+st5lBmsgrYGghrdiDmNZuBShFM/gMR4GlDzNicctF6dMRMbYWda4SIaaWAx7hCS/iUHMA0EEUO+HKkLWyI2QTVq0VaormimlIiLwEnxEYg/qQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:26 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-dd433d5c-8628-4b77-966f-0d8b81642c6b', 'x-compute-request-id': 'req-dd433d5c-8628-4b77-966f-0d8b81642c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-328622868", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETy3qN91fAUY59vYTnM+st5lBmsgrYGghrdiDmNZuBShFM/gMR4GlDzNicctF6dMRMbYWda4SIaaWAx7hCS/iUHMA0EEUO+HKkLWyI2QTVq0VaormimlIiLwEnxEYg/qQ==", "fingerprint": "3d:09:bc:b1:b2:aa:62:1c:45:b1:94:c2:23:59:47:4d", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8"}}' 2023-04-17 17:33:26,697 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-328622868 created 2023-04-17 17:33:27,195 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.497s 2023-04-17 17:33:27,195 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2116216801", "description": "tempest-description--2085888040"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-741e0899-4a29-4fa4-9a37-48342305ddda', 'date': 'Mon, 17 Apr 2023 17:33:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "name": "tempest-securitygroup--2116216801", "stateful": true, "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "description": "tempest-description--2085888040", "shared": false, "security_group_rules": [{"id": "193b0ef0-7417-4c19-9a1e-fc3e34a455d2", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "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": 198, "description": null, "tags": [], "created_at": "2023-04-17T17:33:26Z", "updated_at": "2023-04-17T17:33:26Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}, {"id": "8b55606a-2fc9-4f2e-941e-00d7ce0f922a", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "ethertype": "IPv4", "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": 197, "description": null, "tags": [], "created_at": "2023-04-17T17:33:26Z", "updated_at": "2023-04-17T17:33:26Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}], "tags": [], "created_at": "2023-04-17T17:33:26Z", "updated_at": "2023-04-17T17:33:26Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:33:28,002 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.806s 2023-04-17 17:33:28,002 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "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-688b1494-a62f-4ff0-aa41-ea92eb587d8d', 'date': 'Mon, 17 Apr 2023 17:33:28 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": "6f151510-8ca3-47bf-9fa9-ec466968c866", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "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-17T17:33:27Z", "updated_at": "2023-04-17T17:33:27Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:33:29,349 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.346s 2023-04-17 17:33:29,349 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b02ce75b-f3c9-4ffa-827c-d1b5120b5b51', 'date': 'Mon, 17 Apr 2023 17:33: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": "974d81e9-567d-44a4-8fd5-2a1045e77038", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "a3fcba60-a0d9-46bf-aea8-02d6966eb298", "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-17T17:33:28Z", "updated_at": "2023-04-17T17:33:28Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:33:29,350 80205 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2116216801 created 2023-04-17 17:33:33,208 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.857s 2023-04-17 17:33:33,208 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-ae038e6d-4d6f-4fec-b5e7-92aa6dc19fdf', 'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7cbadbb2-1039-43c0-aca9-7751ba8bd0e0", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.246", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "70d10a379e4e420e9c66476ae0b10507", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:31Z", "updated_at": "2023-04-17T17:33:31Z", "revision_number": 0}}' 2023-04-17 17:33:33,208 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7cbadbb2-1039-43c0-aca9-7751ba8bd0e0', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.246', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:31Z', 'updated_at': '2023-04-17T17:33:31Z', 'revision_number': 0, 'ip': '172.24.4.246'} created 2023-04-17 17:33:33,329 80205 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.113s 2023-04-17 17:33:33,329 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 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-a0fcdee8-2fbb-4bd3-8f8d-50854d40f17c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6cbcda57441d43e0bb8dfee4768df2a8", "name": "tempest-AttachVolumeNegativeTest-469494846-project-member", "password_expires_at": null}, "audit_ids": ["SBVZGagmQeC_dTWOD6-3cQ"], "expires_at": "2023-04-17T18:33:33.000000Z", "issued_at": "2023-04-17T17:33:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70d10a379e4e420e9c66476ae0b10507", "name": "tempest-AttachVolumeNegativeTest-469494846"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:33:33,330 80205 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'af0f7e21-142e-450a-9674-ea24c1cbc9aa', 'name': 'tempest-AttachVolumeNegativeTest-1104956119-network', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34068, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:10Z', 'revision_number': 1} available for tenant 2023-04-17 17:33:33,331 80205 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-328622868', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETy3qN91fAUY59vYTnM+st5lBmsgrYGghrdiDmNZuBShFM/gMR4GlDzNicctF6dMRMbYWda4SIaaWAx7hCS/iUHMA0EEUO+HKkLWyI2QTVq0VaormimlIiLwEnxEYg/qQ==', 'fingerprint': '3d:09:bc:b1:b2:aa:62:1c:45:b1:94:c2:23:59:47:4d', 'user_id': '6cbcda57441d43e0bb8dfee4768df2a8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDH+Q0liRu3hEcK/ozVG/P8YpnsCTzx3m2vZnhH/nHutnbLijHciDXE\ngjnl0HZe+eegBwYFK4EEACKhZANiAARE8t6jfdXwFGOfb2E5zPrLeZQZrIK2BoIa\n3Yg5jWbgUoRTP4DEeBpQ8zYnHLRenTETG2FnWuEiGmlgMe4Qkv4lBzANBBFDvhyp\nC1siNkE1atFWqK5oppSIi8BJ8RGIP6k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a3fcba60-a0d9-46bf-aea8-02d6966eb298', 'name': 'tempest-securitygroup--2116216801', 'stateful': True, 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'description': 'tempest-description--2085888040', 'shared': False, 'security_group_rules': [{'id': '193b0ef0-7417-4c19-9a1e-fc3e34a455d2', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': 'a3fcba60-a0d9-46bf-aea8-02d6966eb298', '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': 198, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:26Z', 'updated_at': '2023-04-17T17:33:26Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, {'id': '8b55606a-2fc9-4f2e-941e-00d7ce0f922a', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': 'a3fcba60-a0d9-46bf-aea8-02d6966eb298', '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': 197, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:26Z', 'updated_at': '2023-04-17T17:33:26Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c6 6476ae0b10507'}], 'tags': [], 'created_at': '2023-04-17T17:33:26Z', 'updated_at': '2023-04-17T17:33:26Z', 'revision_number': 1, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, 'floating_ip': {'id': '7cbadbb2-1039-43c0-aca9-7751ba8bd0e0', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.246', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:31Z', 'updated_at': '2023-04-17T17:33:31Z', 'revision_number': 0, 'ip': '172.24.4.246'}} 2023-04-17 17:33:36,150 80205 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 2.819s 2023-04-17 17:33:36,151 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1291197301", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "af0f7e21-142e-450a-9674-ea24c1cbc9aa"}], "security_groups": [{"name": "tempest-securitygroup--2116216801"}], "key_name": "tempest-keypair-328622868", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3714b783-9889-4e0b-b0cb-1a84006733df', 'x-compute-request-id': 'req-3714b783-9889-4e0b-b0cb-1a84006733df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2116216801"}], "adminPass": "password"}}' 2023-04-17 17:33:36,416 80205 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/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.262s 2023-04-17 17:33:36,417 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b73e2e2-69fd-4511-a236-9bd49946669c', 'x-compute-request-id': 'req-7b73e2e2-69fd-4511-a236-9bd49946669c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'{"server": {"id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "name": "tempest-AttachVolumeNegativeTest-server-1291197301", "status": "BUILD", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "h ttp://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:36Z", "updated": "2023-04-17T17:33:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-328622868", "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-17 17:34:27,373 80205 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/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.896s 2023-04-17 17:34:27,374 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:26 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-1b7e8d0a-bd4a-4a62-a2c6-fba60f1af145', 'x-compute-request-id': 'req-1b7e8d0a-bd4a-4a62-a2c6-fba60f1af145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'{"server": {"id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "name": "tempest-AttachVolumeNegativeTest-server-1291197301", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:36Z", "updated": "2023-04-17T17:33:52Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:2e:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-328622868", "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2116216801"}], "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-17 17:34:27,386 80205 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:35:27,704 80205 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/f2ab32f4-ce85-49d6-bf7d-a9219789a545/os-interface 0.258s 2023-04-17 17:35:27,705 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - H eaders: {'date': 'Mon, 17 Apr 2023 17:35:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a73207d-5274-4415-b5f9-022fb393f610', 'x-compute-request-id': 'req-3a73207d-5274-4415-b5f9-022fb393f610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "port_id": "725be64e-c050-49d6-a87d-5cb5b04e86c0", "mac_addr": "fa:16:3e:d7:2e:09", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "de4db7db-88fc-4ae3-ac6e-523e4a1eebae", "ip_address": "10.0.0.13"}]}]}' 2023-04-17 17:35:28,975 80205 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/7cbadbb2-1039-43c0-aca9-7751ba8bd0e0 1.265s 2023-04-17 17:35:28,975 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "725be64e-c050-49d6-a87d-5cb5b04e86c0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ab576147-3291-4fc1-b526-f3ea00de7a7f', 'date': 'Mon, 17 Apr 2023 17:35:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cbadbb2-1039-43c0-aca9-7751ba8bd0e0'} Body: b'{"floatingip": {"id": "7cbadbb2-1039-43c0-aca9-7751ba8bd0e0", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.246", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "3d1dc916-d96c-442f-a813-73f3b68d7e88", "port_id": "725be64e-c050-49d6-a87d-5cb5b04e86c0", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "mac_address": "fa:16:3e:d7:2e:09", "admin_state_up": true, "status": "ACTIVE", "device_id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:31Z", "updated_at": "2023-04-17T17:35:28Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:35:28,977 80205 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.246:22' as 'cirros' with public key authentication 2023-04-17 17:35:29,014 80205 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:35:29,036 80205 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:35:29,037 80205 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.246 successfully created 2023-04-17 17:35:29,111 80205 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/f2ab32f4-ce85-49d6-bf7d-a9219789a545/ips 0.073s 2023-04-17 17:35:29,111 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:29 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-a9c87fae-15d1-4fef-87e7-7e4ea8c8c3c2', 'x-compute-request-id': 'req-a9c87fae-15d1-4fef-87e7-7e4ea8c8c3c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce 85-49d6-bf7d-a9219789a545/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-17 17:35:29,367 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes 0.253s 2023-04-17 17:35:29,368 80205 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-1193010142"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-153a70ea-81d4-4a53-837d-231a28370ba9', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-153a70ea-81d4-4a53-837d-231a28370ba9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes'} Body: b'{"volume": {"id": "e6a350a0-073c-4dc0-b895-e7f8aeb0417d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:29.294852", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1193010142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:35:29,428 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d 0.050s 2023-04-17 17:35:29,429 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e280a8ab-6c58-48bc-8824-b447f96b48e9', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e280a8ab-6c58-48bc-8824-b447f96b48e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d'} Body: b'{"volume": {"id": "e6a350a0-073c-4dc0-b895-e7f8aeb0417d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:29.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1193010142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:35:30,482 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attac hed_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d 0.041s 2023-04-17 17:35:30,482 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37078a17-16d5-4095-907c-19149169ec16', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37078a17-16d5-4095-907c-19149169ec16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d'} Body: b'{"volume": {"id": "e6a350a0-073c-4dc0-b895-e7f8aeb0417d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:35:29.000000", "updated_at": "2023-04-17T17:35:29.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1193010142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/e6a350a0-073c-4dc0-b895-e7f8aeb0417d"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:35:30,781 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.287s 2023-04-17 17:35:30,782 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:30 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-a0648d7a-e012-4223-86fa-6d795f533325', 'x-compute-request-id': 'req-a0648d7a-e012-4223-86fa-6d795f533325', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'' 2023-04-17 17:35:31,057 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.274s 2023-04-17 17:35:31,057 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18d5c64c-0e6d-4a53-ae5b-54c51a19e8cb', 'x-compute-request-id': 'req-18d5c64c-0e6d-4a53-ae5b-54c51a19e8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'{"server": {"id": "f2ab32f4-ce85-49d6-bf7d-a9219789a545", "name": "tempest-AttachVolumeNegativeTest-server-1291197301", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:36Z", "updated": "2023-04-17T17:35:31Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:2e:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-328622868", "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2116216801"}], "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-17 17:36:21,156 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545 0.037s 2023-04-17 17:36:21,156 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ca3a0fcf-8d06-4c99-85bb-c894dce7480b', 'x-compute-request-id': 'req-ca3a0fcf-8d06-4c99-85bb-c894dce7480b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2ab32f4-ce85-49d6-bf7d-a9219789a545'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f2ab32f4-ce85-49d6-bf7d-a9219789a545 could not be found."}}' 2023-04-17 17:36:21,187 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-328622868 0.029s 2023-04-17 17:36:21,188 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d39d5ae-9eb5-4a88-81dd-e7f0228c377f', 'x-compute-request-id': 'req-1d39d5ae-9eb5-4a88-81dd-e7f0228c377f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-328622868'} Body: b'' 2023-04-17 17:36:21,334 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a3fcba60-a0d9-46bf-aea8-02d6966eb298 0.145s 2023-04-17 17:36:21,334 80205 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-14a31173-d8d2-4d49-8043-092c1b61562f', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'connection': 'close', 'status': '204', 'content -location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a3fcba60-a0d9-46bf-aea8-02d6966eb298'} Body: b'' 2023-04-17 17:36:21,353 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a3fcba60-a0d9-46bf-aea8-02d6966eb298 0.018s 2023-04-17 17:36:21,353 80205 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-1e5ffe9a-f6bd-47cc-9e5b-d6221eb538b6', 'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a3fcba60-a0d9-46bf-aea8-02d6966eb298'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a3fcba60-a0d9-46bf-aea8-02d6966eb298 does not exist", "detail": ""}}' 2023-04-17 17:36:21,917 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7cbadbb2-1039-43c0-aca9-7751ba8bd0e0 0.562s 2023-04-17 17:36:21,918 80205 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-b23e7923-4866-441a-967f-e518451a75b9', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:36:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cbadbb2-1039-43c0-aca9-7751ba8bd0e0'} Body: b'' 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 a003165c-3996-421e-9240-9580a71307d7 failed to build and is in ERROR status 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 9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:36:35,273 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types 0.149s 2023-04-17 17:36:35,274 80221 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-731938465", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbbc6c79-31cf-4ea0-8237-a9307521089e', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbbc6c79-31cf-4ea0-8237-a9307521089e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types'} Body: b'{"volume_type": {"id": "7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe", "name": "tempest-VolumeTypesAccessTest-volume-type-731938465", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-17 17:36:35,427 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes 0.149s 2023-04-17 17:36:35,428 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4d0cc0-c5c3-4eac-a170-a3a889c83cef', 'x-openstack-request-id': 'req-6e4d0cc0-c5c3-4eac-a170-a3a889c83cef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe could not be found."}}' 2023-04-17 17:36:35,429 80221 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-17 17:36:35,468 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe/action 0.038s 2023-04-17 17:36:35,469 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "73dc3b4f42914ec58a0edc5b17b37b5a"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-ee83f705-9475-4b84-b3d0-909b067454ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe/action'} Body: b'' 2023-04-17 17:36:35,735 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes 0.265s 2023-04-17 17:36:35,736 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "7ca3ef15-aae1-4dfa-9804-8c27cfe3b6 fe", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1886633129"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c243ae6f-d034-488b-95cf-23427f13e98c', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c243ae6f-d034-488b-95cf-23427f13e98c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes'} Body: b'{"volume": {"id": "9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:35.671800", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1886633129", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-731938465", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}], "user_id": "5ed78d992dd04d70bc1bf5c042a3c4b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:36:35,801 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.052s 2023-04-17 17:36:35,802 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beb3d175-7199-4cc4-9a84-5bc0d36e957e', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beb3d175-7199-4cc4-9a84-5bc0d36e957e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'{"volume": {"id": "9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:36.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1886633129", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-731938465", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}], "user_id": "5ed78d992dd04d70bc1bf5c042a3c4b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73dc3b4f42914ec58a0edc5b17b37b5a"}}' 2023-04-17 17:36:36,864 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.046s 2023-04-17 17:36:36,865 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3626c441-dcbf-433f-9089-0aa480fae9a1', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3626c441-dcbf-433f-9089-0aa480fae9a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'{"volume": {"id": "9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:36.000000", "updated_at": "2023-04-17T17:36:36.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1886633129", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-731938465", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}], "user_id": "5ed78d992dd04d70bc1bf5c042a3c4b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73dc3b4f42914ec58a0edc5b17b37b5a"}}' 2023-04-17 17:36:36,925 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.047s 2023-04-17 17:36:36,925 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9622f5e-9dc6-4798-8a0b-cf9a6fd2262e', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9622f5e-9dc6-4798-8a0b-cf9a6fd2262e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'{"volume": {"id": "9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:36.000000", "updated_at": "2023-04-17T17:36:36.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1886633129", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-731938465", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1"}], "user_id": "5ed78d992dd04d70bc1bf5c042a3c4b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73dc3b4f42914ec58a0edc5b17b37b5a"}}' 2023-04-17 17:36:37,039 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.102s 2023-04-17 17:36:37,040 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-a90228cb-c424-4855-91e4-daf2fb68b7d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec5 8a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'' 2023-04-17 17:36:37,065 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 0.025s 2023-04-17 17:36:37,066 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-8a9940bb-848f-4074-884c-0e91adde746e', 'x-openstack-request-id': 'req-8a9940bb-848f-4074-884c-0e91adde746e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/73dc3b4f42914ec58a0edc5b17b37b5a/volumes/9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9f9a9c33-4a89-4e0b-a61d-7a677c9e47b1 could not be found."}}' 2023-04-17 17:36:37,098 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe/action 0.031s 2023-04-17 17:36:37,099 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "73dc3b4f42914ec58a0edc5b17b37b5a"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-80cb4255-44ef-4dfa-a370-dc241785d940', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe/action'} Body: b'' 2023-04-17 17:36:37,157 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe 0.057s 2023-04-17 17:36:37,157 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36: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-e3e20d5a-ae0f-420e-b84b-d201dcdf5a88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe'} Body: b'' 2023-04-17 17:36:37,175 80221 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe659a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe 0.017s 2023-04-17 17:36:37,176 80221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ecf424-15e9-4414-8cd3-47e07c03bdd4', 'x-openstack-request-id': 'req-42ecf424-15e9-4414-8cd3-47e07c03bdd4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5d6d2538bf51440e9040102fe65 9a68c/types/7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 7ca3ef15-aae1-4dfa-9804-8c27cfe3b6fe could not be found."}}' 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 ff724872-aa63-4ab6-8b65-8d0acd9ed9f8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:53,519 80213 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/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.240s 2023-04-17 17:33:53,520 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7a28821d-ae88-4482-aac3-e38004db6b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:33:54,761 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 1.207s 2023-04-17 17:33:54,762 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-b3ec76ca-dfb4-4290-855f-65dcc3428b41', '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": "ddf031285d5144b18c85edde02cb062e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e8f092e-58b0-4283-9790-92d661c52d35", "created_at": "2023-04-17T17:33:55Z", "updated_at": "2023-04-17T17:33:55Z", "tags": [], "self": "/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35", "file": "/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:33:57,959 80213 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-17 17:33:57,960 80213 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/3e8f092e-58b0-4283-9790-92d661c52d35/file 3.197s 2023-04-17 17:33:57,960 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2a323901-8ebd-4ff4-9454-c942972a632e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35/file'} Body: b'' 2023-04-17 17:33:57,961 80213 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:33:57,961 80213 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:33:58,242 80213 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.278s 2023-04-17 17:33:58,243 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1523922560", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI0rkyKp0V5SZOhxPHyUEtqECuAVMZHyYgaOG9wpVWBKD1Xh0wi6GZsBNwJBXSWnsHld+PZfVbQH52x7R9rVDPGGBwRCaULIlIQR6yfqca5udcRvzL8Ig5c9JL2pXdUfPw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33: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-7ada5438-3e79-4651-b624-3ad4346c83eb', 'x-compute-request-id': 'req-7ada5438-3e79-4651-b624-3ad4346c83eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1523922560", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI0rkyKp0V5SZOhxPHyUEtqECuAVMZHyYgaOG9wpVWBKD1Xh0wi6GZsBNwJBXSWnsHld+PZfVbQH52x7R9rVDPGGBwRCaULIlIQR6yfqca5udcRvzL8Ig5c9JL2pXdUfPw==", "fingerprint": "bf:ef:e6:e1:62:82:92:0d:31:d6:82:d4:4f:0e:2f:2e", "user_id": "40fcde98cd664f57a18b27bfa71111e6"}}' 2023-04-17 17:33:58,249 80213 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1523922560 created 2023-04-17 17:33:58,957 80213 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.708s 2023-04-17 17:33:58,958 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--899509072", "description": "tempest-description--1461774612"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7ebf5f28-59cf-4410-b71c-975aa2f2bca0', 'date': 'Mon, 17 Apr 2023 17:33:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "name": "tempest-securitygroup--899509072", "stateful": true, "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "description": "tempest-description--1461774612", "shared": false, "security_group_rules": [{"id": "0136eca8-3467-4d30-b5fb-5f2c5fc32b61", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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": 391, "description": null, "tags": [], "created_ at": "2023-04-17T17:33:58Z", "updated_at": "2023-04-17T17:33:58Z", "revision_number": 0, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}, {"id": "59d265f6-42e9-4275-84be-9e6affa9fb8a", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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": 390, "description": null, "tags": [], "created_at": "2023-04-17T17:33:58Z", "updated_at": "2023-04-17T17:33:58Z", "revision_number": 0, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}], "tags": [], "created_at": "2023-04-17T17:33:58Z", "updated_at": "2023-04-17T17:33:58Z", "revision_number": 1, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:33:59,538 80213 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.579s 2023-04-17 17:33:59,539 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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-2dafb7e6-bf2d-469d-be18-6b499fc10251', 'date': 'Mon, 17 Apr 2023 17:33:59 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": "e073d4f5-5009-48cd-b6de-2d091d6e7b4f", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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-17T17:33:59Z", "updated_at": "2023-04-17T17:33:59Z", "revision_number": 0, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:34:01,747 80213 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 2.207s 2023-04-17 17:34:01,748 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-967aaa1f-db54-4f0b-b35c-cc1290571177', 'date': 'Mon, 17 Apr 2023 17:34: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": "98cc599b-25c5-4d08-b660-c2445a9d2683", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "security_group_id": "6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d", "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-17T17:34:00Z", "updated_at": "2023-04-17T17:34:00Z", "revision_number": 0, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:34:01,748 80213 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--899509072 created 2023-04-17 17:34:05,140 80213 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.390s 2023-04-17 17:34:05,140 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c1621359-5ad1-4181-b018-04f8c83e05bd', 'date': 'Mon, 17 Apr 2023 17:34:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "41193216-e231-4541-95e8-8aa2765b1c7f", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "floating_ip_address": "172.24.4.240", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a6cbba34e8f449c39da5f07463fc4696", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:34:03Z", "updated_at": "2023-04-17T17:34:03Z", "revision_number": 0}}' 2023-04-17 17:34:05,141 80213 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '41193216-e231-4541-95e8-8aa2765b1c7f', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'floating_ip_address': '172.24.4.240', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a6cbba34e8f449c39da5f07463fc4696', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:03Z', 'updated_at': '2023-04-17T17:34:03Z', 'revision_number': 0, 'ip': '172.24.4.240'} created 2023-04-17 17:34:05,251 80213 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.104s 2023-04-17 17:34:05,251 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:05 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-f728e3e1-4e2b-4df6-845d-82f07682fca0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "40fcde98cd664f57a18b27bfa71111e6", "name": "tempest-AttachSCSIVolumeTestJSON-173041572-project-member", "password_expires_at": null}, "audit_ids": ["awrw4ytPTRySokhMrGF_Sg"], "expires_at": "2023-04-17T18:34:05.000000Z", "issued_at": "2023-04-17T17:34:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6cbba34e8f449c39da5f07463fc4696", "name": "tempest-AttachSCSIVolumeTestJSON-173041572"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a6cbba34e8f449c39da5f07463fc4696", "region": "RegionOne"}], "id ": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:05,252 80213 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '9768e882-d09d-4110-8ef9-1b7a3d6797f1', 'name': 'tempest-AttachSCSIVolumeTestJSON-1567452796-network', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a6cbba34e8f449c39da5f07463fc4696', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47960, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:05,252 80213 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1523922560', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI0rkyKp0V5SZOhxPHyUEtqECuAVMZHyYgaOG9wpVWBKD1Xh0wi6GZsBNwJBXSWnsHld+PZfVbQH52x7R9rVDPGGBwRCaULIlIQR6yfqca5udcRvzL8Ig5c9JL2pXdUfPw==', 'fingerprint': 'bf:ef:e6:e1:62:82:92:0d:31:d6:82:d4:4f:0e:2f:2e', 'user_id': '40fcde98cd664f57a18b27bfa71111e6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDI/6huZXn/oJcFhvOHftrYkqh75b4uw3slxuSIJKGhrDOqRttPdY0i\nCgQ1+9j9VS6gBwYFK4EEACKhZANiAASNK5MiqdFeUmTocTx8lBLahArgFTGR8mIG\njhvcKVVgSg9V4dMIuhmbATcCQV0lp7B5Xfj2X1W0B+dse0fa1QzxhgcEQmlCyJSE\nEesn6nGubnXEb8y/CIOXPSS9qV3VHz8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d', 'name': 'tempest-securitygroup--899509072', 'stateful': True, 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'description': 'tempest-description--1461774612', 'shared': False, 'security_group_rules': [{'id': '0136eca8-3467-4d30-b5fb-5f2c5fc32b61', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'security_group_id': '6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d', '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': 391, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:58Z', 'updated_at': '2023-04-17T17:33:58Z', 'revision_number': 0, 'project_id': 'a6cbba34e8f449c39da5f07463fc4696'}, {'id': '59d265f6-42e9-4275-84be-9e6affa9fb8a', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'security_group _id': '6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d', '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': 390, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:58Z', 'updated_at': '2023-04-17T17:33:58Z', 'revision_number': 0, 'project_id': 'a6cbba34e8f449c39da5f07463fc4696'}], 'tags': [], 'created_at': '2023-04-17T17:33:58Z', 'updated_at': '2023-04-17T17:33:58Z', 'revision_number': 1, 'project_id': 'a6cbba34e8f449c39da5f07463fc4696'}, 'floating_ip': {'id': '41193216-e231-4541-95e8-8aa2765b1c7f', 'tenant_id': 'a6cbba34e8f449c39da5f07463fc4696', 'floating_ip_address': '172.24.4.240', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a6cbba34e8f449c39da5f07463fc4696', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:03Z', 'updated_at': '2023-04-17T17:34:03Z', 'revision_number': 0, 'ip': '172.24.4.240'}} 2023-04-17 17:34:07,860 80213 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.607s 2023-04-17 17:34:07,861 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-681317961", "imageRef": "3e8f092e-58b0-4283-9790-92d661c52d35", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "9768e882-d09d-4110-8ef9-1b7a3d6797f1"}], "security_groups": [{"name": "tempest-securitygroup--899509072"}], "key_name": "tempest-keypair-1523922560", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02a27a0a-0904-415f-bb31-a39a820d8d86', 'x-compute-request-id': 'req-02a27a0a-0904-415f-bb31-a39a820d8d86', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--899509072"}], "adminPass": "MaGqbZo5wRfx"}}' 2023-04-17 17:34:08,393 80213 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/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.528s 2023-04-17 17:34:08,393 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:07 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-54179416-105a-45ef-af17-02cbe91882bf', 'x-compute-request-id': 'req-54179416-105a-45ef-af17-02cbe91882bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'{"server": {"id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "name": "tempest-AttachSCSIVolumeTestJSON-server-681317961", "status": "BUILD", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "user_id": "40fcde98cd664f57a18b27bfa71111e6", "metadata": {}, "hostId": "", "image": {"id": "3e8f092e-58b0-4283-9790-92d661c52d35", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3e8f092e-58b0-4283-9790-92d661c52d35"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:08Z", "updated": "2023-04-17T17:34:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1523922560", "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-17 17:34:58,767 80213 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/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.300s 2023-04-17 17:34:58,768 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5c3e725-4a38-4916-94db-0f17828014ab', 'x-compute-request-id': 'req-d5c3e725-4a38-4916-94db-0f17828014ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'{"server": {"id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "name": "tempest-AttachSCSIVolumeTestJSON-server-681317961", "status": "ACTIVE", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "user_id": "40fcde98cd664f57a18b27bfa71111e6", "metadata": {}, "hostId": "c21c055a0a0e6774f9c57865e300ca72c5f711d966ede1b9152bdb7a", "image": {"id": "3e8f092e-58b0-4283-9790-92d661c52d35", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3e8f092e-58b0-4283-9790-92d661c52d35"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:07Z", "updated": "2023-04-17T17:34:20Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1567452796-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:ee:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1523922560", "OS-SRV-USG:launched_at": "2023-04-17T17:34:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--899509072"}], "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-17 17:34:58,780 80213 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:35:58,997 80213 INFO [tempe st.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b/os-interface 0.160s 2023-04-17 17:35:58,998 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49686538-bd15-4a19-b17f-e0cb7e95202c', 'x-compute-request-id': 'req-49686538-bd15-4a19-b17f-e0cb7e95202c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9768e882-d09d-4110-8ef9-1b7a3d6797f1", "port_id": "d1ceb2db-ffee-4a4f-88f7-fd36b41ace5b", "mac_addr": "fa:16:3e:44:ee:b2", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6c62222d-f79b-4ee6-b667-0b3f18b42dbc", "ip_address": "10.0.0.12"}]}]}' 2023-04-17 17:36:00,148 80213 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/41193216-e231-4541-95e8-8aa2765b1c7f 1.146s 2023-04-17 17:36:00,149 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d1ceb2db-ffee-4a4f-88f7-fd36b41ace5b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-664ca0ff-897a-44ed-8348-37e8ed7cdb0f', 'date': 'Mon, 17 Apr 2023 17:36:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/41193216-e231-4541-95e8-8aa2765b1c7f'} Body: b'{"floatingip": {"id": "41193216-e231-4541-95e8-8aa2765b1c7f", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "floating_ip_address": "172.24.4.240", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "52bdf4d4-5240-41df-a922-9d93caf7bde5", "port_id": "d1ceb2db-ffee-4a4f-88f7-fd36b41ace5b", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9768e882-d09d-4110-8ef9-1b7a3d6797f1", "mac_address": "fa:16:3e:44:ee:b2", "admin_state_up": true, "status": "ACTIVE", "device_id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:34:03Z", "updated_at": "2023-04-17T17:35:59Z", "revision_number": 1, "project_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:36:00,151 80213 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.240:22' as 'cirros' with public key authentication 2023-04-17 17:36:00,187 80213 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:36:00,216 80213 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:36:00,216 80213 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.240 successfully created 2023-04-17 17:36:00,445 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes 0.228s 2023-04-17 17:36:00,445 80213 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-1583647114"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:00 G MT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f157ec25-c37d-4d1d-a4c1-78fdcabe3018', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f157ec25-c37d-4d1d-a4c1-78fdcabe3018', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes'} Body: b'{"volume": {"id": "ff724872-aa63-4ab6-8b65-8d0acd9ed9f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:00.380615", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1583647114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}], "user_id": "40fcde98cd664f57a18b27bfa71111e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:36:00,494 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8 0.039s 2023-04-17 17:36:00,495 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4a16dc2-8273-4824-8a8e-6ef036e63e27', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4a16dc2-8273-4824-8a8e-6ef036e63e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8'} Body: b'{"volume": {"id": "ff724872-aa63-4ab6-8b65-8d0acd9ed9f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:00.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1583647114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}], "user_id": "40fcde98cd664f57a18b27bfa71111e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:36:01,555 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8 0.047s 2023-04-17 17:36:01,555 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99222fdc-7f82-4451-bc7f-24aceee20b56', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99222fdc-7f82-4451-bc7f-24aceee20b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8'} Body: b'{"volume": {"id": "ff724872-aa63-4ab6-8b65-8d0acd9ed9f8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:00.000000", "updated_at": "2023-04-17T17:36:01.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1583647114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6cbba34e8f449c39da5f07463fc4696/volumes/ff724872-aa63-4ab6-8b65-8d0acd9ed9f8"}], "user_id": "40fcde98cd664f57a18b27bfa71111e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a6cbba34e8f449c39da5f07463fc4696"}}' 2023-04-17 17:36:01,689 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.122s 2023-04-17 17:36:01,689 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:01 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-8a96f462-e661-42e3-9483-410e58d718cc', 'x-compute-request-id': 'req-8a96f462-e661-42e3-9483-410e58d718cc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'' 2023-04-17 17:36:01,907 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.217s 2023-04-17 17:36:01,908 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ee65183-8b83-495f-8f53-7b7de0ea699c', 'x-compute-request-id': 'req-4ee65183-8b83-495f-8f53-7b7de0ea699c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'{"server": {"id": "f8891b6c-e3ef-450f-883b-dbfbdb74695b", "name": "tempest-AttachSCSIVolumeTestJSON-server-681317961", "status": "ACTIVE", "tenant_id": "a6cbba34e8f449c39da5f07463fc4696", "user_id": "40fcde98cd664f57a18b27bfa71111e6", "metadata": {}, "hostId": "c21c055a0a0e6774f9c57865e300ca72c5f711d966ede1b9152bdb7a", "image": {"id": "3e8f092e-58b0-4283-9790-92d661c52d35", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3e8f092e-58b0-4283-9790-92d661c52d35"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:07Z", "updated": "2023-04-17T17:36:02Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1567452796-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:ee:b2"}, {"version": 4, "addr": "172.24.4.240", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:ee:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": " self", "href": "http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1523922560", "OS-SRV-USG:launched_at": "2023-04-17T17:34:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--899509072"}], "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-17 17:36:52,008 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b 0.039s 2023-04-17 17:36:52,009 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-734cef5a-3ac0-443c-bd65-eb4149074fff', 'x-compute-request-id': 'req-734cef5a-3ac0-443c-bd65-eb4149074fff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f8891b6c-e3ef-450f-883b-dbfbdb74695b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f8891b6c-e3ef-450f-883b-dbfbdb74695b could not be found."}}' 2023-04-17 17:36:52,045 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1523922560 0.036s 2023-04-17 17:36:52,046 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41dd2256-385b-4306-b1be-e2f92ad8cdc7', 'x-compute-request-id': 'req-41dd2256-385b-4306-b1be-e2f92ad8cdc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1523922560'} Body: b'' 2023-04-17 17:36:52,206 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d 0.160s 2023-04-17 17:36:52,207 80213 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-d3d99f77-7068-4c2f-af2c-f7e25c3acd4f', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d'} Body: b'' 2023-04-17 17:36:52,229 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d 0.022s 2023-04-17 17:36:52,230 80213 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-4a3d4e32-5430-418a-a397-d8a7c98f1faa', 'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6f0e33e8-3a13-4ca3-9dc9-0ec0749dfa1d does not exist", "detail": ""}}' 2023-04-17 17:36:52,934 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/41193216-e231-4541-95e8-8aa2765b1c7f 0.704s 2023-04-17 17:36:52,935 80213 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-f2b7387e-015c-481f-a462-bf053a7970f9', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/41193216-e231-4541-95e8-8aa2765b1c7f'} Body: b'' 2023-04-17 17:36:53,104 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35 0.169s 2023-04-17 17:36:53,105 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-417945a5-8200-4a02-a9a7-74da1985dbdf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35'} Body: b'' 2023-04-17 17:36:53,122 80213 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35 0.017s 2023-04-17 17:36:53,123 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9c320a94-4879-4e2c-ae3f-0201f474b124', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/3e8f092e-58b0-4283-9790-92d661c52d35'} Body: b'{"message": "No image found with ID 3e8f092e-58b0-4283-9790-92d661c52d35

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 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 02d9e22d-1db1-4a66-a3e9-6a4d26369744 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:00,986 80213 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.435s 2023-04-17 17:37:00,986 80213 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-1689874196", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/02d9e22d-1db1-4a66-a3e9-6a4d26369744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3661c735-c61f-4ca6-9bf1-732660421f5c', 'x-compute-request-id': 'req-3661c735-c61f-4ca6-9bf1-732660421f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "02d9e22d-1db1-4a66-a3e9-6a4d26369744", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:37:00.873706", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1689874196", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-17 17:37:01,053 80213 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/02d9e22d-1db1-4a66-a3e9-6a4d26369744 0.062s 2023-04-17 17:37:01,054 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:00 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-2f462d95-c3fa-46b9-af45-0344be165b9c', 'x-compute-request-id': 'req-2f462d95-c3fa-46b9-af45-0344be165b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/02d9e22d-1db1-4a66-a3e9-6a4d26369744'} Body: b'{"volume": {"id": "02d9e22d-1db1-4a66-a3e9-6a4d26369744", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:37:01.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1689874196", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-17 17:37:02,170 80213 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/02d9e22d-1db1-4a66-a3e9-6a4d26369744 0.111s 2023-04-17 17:37:02,171 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:02 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-a669067e-bf47-4eb7-ab81-52af47555a42', 'x-compute-request-id': 'req-a669067e-bf47-4eb7-ab81-52af47555a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/02d9e22d-1db1-4a66-a3e9-6a4d26369744'} Body: b'{"volume": {"id": "02d9e22d-1db1-4a66-a3e9-6a4d26369744", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:37:01.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1689874196", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 51948dac-3755-4aee-ae81-e28d49827620 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:04,644 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types 0.185s 2023-04-17 17:37:04,644 80213 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-1357456484"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbcd8216-04f0-44a5-837f-f1054ae127ad', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbcd8216-04f0-44a5-837f-f1054ae127ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types'} Body: b'{"volume_type": {"id": "9d283507-a62b-4554-8c44-e9b136e764bd", "name": "tempest-GroupSnapshotsV319Test-volume-type-1357456484", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:37:04,683 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/group_types 0.036s 2023-04-17 17:37:04,684 80213 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-592068889"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5eb0a4-f181-4a53-bdb6-f1941ffcc54e', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5eb0a4-f181-4a53-bdb6-f1941ffcc54e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/group_types'} Body: b'{"group_type": {"id": "1550a9e2-22da-40ae-bca3-62b2b5552faa", "name": "tempest-GroupSnapshotsV319Test-group-type-592068889", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:37:04,887 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups 0.201s 2023-04-17 17:37:04,888 80213 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": "1550a9e2-22da-40ae-bca3-62b2b5552faa", "volume_types": ["9d283507-a62b-4554-8c44-e9b136e764bd"], "name": "tempest-GroupSnapshotsV319Test-Group-936420519"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e416a11d-1028-4d20-a40b-f2a2f86f1878', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e416a11d-1028-4d20-a40b-f2a2f86f1878', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups'} Body: b'{"group": {"id": "51948dac-3755-4aee-ae81-e28d49827620", "name": "tempest-GroupSnapshotsV319Test-Group-936420519"}}' 2023-04-17 17:37:04,934 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620 0.044s 2023-04-17 17:37:04,934 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6c1e0e-077e-462d-88b4-f0cec3673eea', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6c1e0e-077e-462d-88b4-f0cec3673eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620'} Body: b'{"group": {"id": "51948dac-3755-4aee-ae81-e28d49827620", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:37:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-936420519", "description": null, "group_type": "1550a9e2-22da-40ae-bca3-62b2b5552faa", "volume_types": ["9d283507-a62b-4554-8c44-e9b136e764bd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:37:05,987 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620 0.047s 2023-04-17 17:37:05,987 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa01086c-519a-43ca-9dbd-c13ddb303527', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa01086c-519a-43ca-9dbd-c13ddb303527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620'} Body: b'{"group": {"id": "51948dac-3755-4aee-ae81-e28d49827620", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:37:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-936420519", "description": null, "group_type": "1550a9e2-22da-40ae-bca3-62b2b5552faa", "volume_types": ["9d283507-a62b-4554-8c44-e9b136e764bd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:37:06,081 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/volumes/detail 0.087s 2023-04-17 17:37:06,081 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c1f9488-6540-4604-9f04-58fc3068a8c3', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c1f9488-6540-4604-9f04-58fc3068a8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:37:06,165 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620/action 0.073s 2023-04-17 17:37:06,165 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '' } Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c1a8504-ecc1-44cb-afef-caf444408eae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620/action'} Body: b'' 2023-04-17 17:37:06,183 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620 0.017s 2023-04-17 17:37:06,183 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c0a9658-7ddf-4fd9-9142-734ff89c9535', 'x-openstack-request-id': 'req-4c0a9658-7ddf-4fd9-9142-734ff89c9535', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7d8d99001d144e68bfc5de29a4e71b69/groups/51948dac-3755-4aee-ae81-e28d49827620'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 51948dac-3755-4aee-ae81-e28d49827620 could not be found."}}' 2023-04-17 17:37:06,224 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/group_types/1550a9e2-22da-40ae-bca3-62b2b5552faa 0.040s 2023-04-17 17:37:06,224 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ab8b875-1bc2-445c-8d7d-e3147cda4695', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/group_types/1550a9e2-22da-40ae-bca3-62b2b5552faa'} Body: b'' 2023-04-17 17:37:06,272 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types/9d283507-a62b-4554-8c44-e9b136e764bd 0.047s 2023-04-17 17:37:06,272 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebf45a2b-f094-4db0-a7c7-a9c90371619d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types/9d283507-a62b-4554-8c44-e9b136e764bd'} Body: b'' 2023-04-17 17:37:06,290 80213 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types/9d283507-a62b-4554-8c44-e9b136e764bd 0.017s 2023-04-17 17:37:06,290 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f8689f7-c187-4dbe-bbed-354831329318', 'x-openstack-request-id': 'req-1f8689f7-c187-4dbe-bbed-354831329318', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8dcbe904c4954a6d8e3f8448ab08c004/types/9d283507-a62b-4554-8c44-e9b136e764bd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 9d283507-a62b-4554-8c44-e9b136e764bd could not be found."}}' tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] ------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 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 303c2f5e-abd6-402e-864e-991c82eaa113 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:09,263 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types 0.183s 2023-04-17 17:37:09,264 80213 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-606130606"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d993244b-950b-456a-9fff-22997604f98c', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d993244b-950b-456a-9fff-22997604f98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types'} Body: b'{"volume_type": {"id": "35bd5877-955f-4909-afac-b1883b10a4d7", "name": "tempest-GroupsV314Test-volume-type-606130606", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:37:09,300 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/group_types 0.033s 2023-04-17 17:37:09,300 80213 DEBUG [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-1557599547"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-530ac208-cf53-491c-b952-10324903daf3', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-530ac208-cf53-491c-b952-10324903daf3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/group_types'} Body: b'{"group_type": {"id": "48fb13a7-5717-4080-acb8-de2536719649", "name": "tempest-GroupsV314Test-group-type-1557599547", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:37:09,503 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups 0.200s 2023-04-17 17:37:09,504 80213 DEBUG [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": "48fb13a7-5717-4080-acb8-de2536719649", "volume_types": ["35bd5877-955f-4909-afac-b1883b10a4d7"], "name": "tempest-GroupsV314Test-Group-1836935870"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16db5188-d4b3-47da-9c38-d753da8fe10b', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16db5188-d4b3-47da-9c38-d753da8fe10b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups'} Body: b'{"group": {"id": "303c2f5e-abd6-402e-864e-991c82eaa113", "name": "tempest-GroupsV314Test-Group-1836935870"}}' 2023-04-17 17:37:09,539 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113 0.031s 2023-04-17 17:37:09,540 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eff9efc3-8001-42b0-b57c-d46ff5a96c34', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eff9efc3-8001-42b0-b57c-d46ff5a96c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113'} Body: b'{"group": {"id": "303c2f5e-abd6-402e-864e-991c82eaa113", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:37:09.000000", "name": "tempest-GroupsV314Test-Group-1836935870", "description": null, "group_type": "48fb13a7-5717-4080-acb8-de2536719649", "volume_types": ["35bd5877-955f-4909-afac-b1883b10a4d7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:37:10,581 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113 0.033s 2023-04-17 17:37:10,581 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e79ba37-da9a-41c5-bf30-555dad566da3', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e79ba37-da9a-41c5-bf30-555dad566da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113'} Body: b'{"group": {"id": "303c2f5e-abd6-402e-864e-991c82eaa113", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:37:09.000000", "name": "tempest-GroupsV314Test-Group-1836935870", "description": null, "group_type": "48fb13a7-5717-4080-acb8-de2536719649", "volume_types": ["35bd5877-955f-4909-afac-b1883b10a4d7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:37:10,658 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/volumes/detail 0.071s 2023-04-17 17:37:10,658 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f529f5d8-d79d-4432-aa4b-06cf58fd236d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f529f5d8-d79d-4432-aa4b-06cf58fd236d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:37:10,736 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113/action 0.067s 2023-04-17 17:37:10,737 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec232e1-e842-4e96-a166-91fc8b9c8a9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113/action'} Body: b'' 2023-04-17 17:37:10,755 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113 0.017s 2023-04-17 17:37:10,756 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-879515ab-8cbf-4a37-9593-77781bcbe8b2', 'x-openstack-request-id': 'req-879515ab-8cbf-4a37-9593-77781bcbe8b2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/da490c8078b04dbeaa7eef830b2fcf5c/groups/303c2f5e-abd6-402e-864e-991c82eaa113'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 303c2f5e-abd6-402e-864e-991c82eaa113 could not be found."}}' 2023-04-17 17:37:10,794 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/group_types/48fb13a7-5717-4080-acb8-de2536719649 0.038s 2023-04-17 17:37:10,794 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45c5e49-9434-4384-b766-5fd64d369162', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/group_types/48fb13a7-5717-4080-acb8-de2536719649'} Body: b'' 2023-04-17 17:37:10,854 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types/35bd5877-955f-4909-afac-b1883b10a4d7 0.059s 2023-04-17 17:37:10,854 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51cb2729-d0be-4df8-beab-769b6b93eeb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types/35bd5877-955f-4909-afac-b1883b10a4d7'} Body: b'' 2023-04-17 17:37:10,870 80213 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types/35bd5877-955f-4909-afac-b1883b10a4d7 0.015s 2023-04-17 17:37:10,870 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Ve rsion', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7fcd934-7f38-4667-8244-7a6379527500', 'x-openstack-request-id': 'req-c7fcd934-7f38-4667-8244-7a6379527500', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3c51a51038774a63a58f3ed673c0c3f8/types/35bd5877-955f-4909-afac-b1883b10a4d7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 35bd5877-955f-4909-afac-b1883b10a4d7 could not be found."}}' 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 a15a8236-e440-4fc2-9bd5-8ff0aad8a597 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:14,270 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes 0.373s 2023-04-17 17:37:14,270 80213 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-1469580997"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46340131-eba4-4c4a-a8d7-e0cb77323814', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46340131-eba4-4c4a-a8d7-e0cb77323814', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes'} Body: b'{"volume": {"id": "a15a8236-e440-4fc2-9bd5-8ff0aad8a597", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:14.193081", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1469580997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}], "user_id": "9bb7da59f96f4361be10807aed17fb7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:37:14,321 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.041s 2023-04-17 17:37:14,321 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a4dc31e-fe24-449f-bc47-9c9441d2eae1', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a4dc31e-fe24-449f-bc47-9c9441d2eae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'{"volume": {"id": "a15a8236-e440-4fc2-9bd5-8ff0aad8a597", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:14.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1469580997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}], "user_id": "9bb7da59f96f4361be10807aed17fb7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8048028058743de82518f0422a5ca73"}}' 2023-04-17 17:37:15,373 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.041s 2023-04-17 17:37:15,373 80213 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6791a236-915c-4499-a70a-a52e18a60164', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6791a236-915c-4499-a70a-a52e18a60164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'{"volume": {"id": "a15a8236-e440-4fc2-9bd5-8ff0aad8a597", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:14.000000", "updated_at": "2023-04-17T17:37:14.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1469580997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}], "user_id": "9bb7da59f96f4361be10807aed17fb7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8048028058743de82518f0422a5ca73"}}' 2023-04-17 17:37:15,428 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.044s 2023-04-17 17:37:15,428 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51be557c-27aa-4803-9c75-a5c54694cfeb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51be557c-27aa-4803-9c75-a5c54694cfeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'{"volume": {"id": "a15a8236-e440-4fc2-9bd5-8ff0aad8a597", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:14.000000", "updated_at": "2023-04-17T17:37:14.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1469580997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597"}], "user_id": "9bb7da59f96f4361be10807aed17fb7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8048028058743de82518f0422a5ca73"}}' 2023-04-17 17:37:15,555 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.116s 2023-04-17 17:37:15,555 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc55d64d-0529-4c23-a576-2e1ddf03901c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'' 2023-04-17 17:37:15,614 80213 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597 0.058s 2023-04-17 17:37:15,615 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f23e73a6-3630-4f3b-a563-4f54d53300c4', 'x-openstack-request-id': 'req-f23e73a6-3630-4f3b-a563-4f54d53300c4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8048028058743de82518f0422a5ca73/volumes/a15a8236-e440-4fc2-9bd5-8ff0aad8a597'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a15a8236-e440-4fc2-9bd5-8ff0aad8a597 could not be found."}}' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 2a95d91e-7da7-4b48-989a-d3a4267cd529 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:27,267 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.311s 2023-04-17 17:34:27,267 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-784024705", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDS5IfCIqcw54T22sSQxOb57X9YP7qwRlmDDHcPViP1FL1hJ7H/9H8+CO7VXtYU/NHQ8MQKj/82S68fnJu/F6xW2G/RRQM9yVEEfwAaawrP+Adsdzv3kxe8r/cs2d9bFlg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:26 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-fac0b06a-201e-4c4a-a85b-f64b682c78d3', 'x-compute-request-id': 'req-fac0b06a-201e-4c4a-a85b-f64b682c78d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-784024705", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDS5IfCIqcw54T22sSQxOb57X9YP7qwRlmDDHcPViP1FL1hJ7H/9H8+CO7VXtYU/NHQ8MQKj/82S68fnJu/F6xW2G/RRQM9yVEEfwAaawrP+Adsdzv3kxe8r/cs2d9bFlg==", "fingerprint": "4e:b5:8b:ec:d0:30:25:84:a8:1b:d0:d8:d5:c6:15:95", "user_id": "508ea3148bac4da2bb9e832a227deebe"}}' 2023-04-17 17:34:27,761 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.490s 2023-04-17 17:34:27,761 80203 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-1035749048", "description": "tempest-secgroup-smoke-1035749048 description", "project_id": "799065b9ead7462390f42db66b8db015"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-8c84abed-e32b-43eb-b444-e27f16ab7a23', 'date': 'Mon, 17 Apr 2023 17:34:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "name": "tempest-secgroup-smoke-1035749048", "stateful": true, "tenant_id": "799065b9ead7462390f42db66b8db015", "description": "tempest-secgroup-smoke-1035749048 description", "shared": false, "security_group_rules": [{"id": "a9ad7cad-8528-4047-9f4f-756344108331", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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": 503, "description": null, "tags": [], "created_at": "2023-04-17T17:34:27Z", "updated_at": "2023-04-17T17:34:27Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}, {"id": "f8f3ec8b-33a0-4596-9998-795bbc1955e1", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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": 504, "description": null, "tags": [], "created_at": "2023-04-17T17:34:27Z", "updated_at": "2023-04-17T17:34:27Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}], "tags": [], "created_at": "2023-04-17T17:34:27Z", "updated_at": "2023-04-17T17:34:27Z", "revision_number": 1, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:28,568 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.806s 2023-04-17 17:34:28,569 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "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-4dd104db-b93f-4303-b484-bc862dd2f195', 'date': 'Mon, 17 Apr 2023 17:34:28 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": "f32b8573-a874-4d6a-a44c-5082ebd7c75a", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:28Z", "updated_at": "2023-04-17T17:34:28Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:28,923 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.353s 2023-04-17 17:34:28,923 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "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-c077607a-f6ad-43ee-803d-7cfeb3b4ff02', 'date': 'Mon, 17 Apr 2023 17:34:28 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": "814922ee-b5ec-4164-9fad-1879f8d71c1d", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:28Z", "updated_at": "2023-04-17T17:34:28Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:29,239 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.315s 2023-04-17 17:34:29,240 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ae888288-5b28-440f-93f4-bb1ab3c51705', 'date': 'Mon, 17 Apr 2023 17:34: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": "627c4c1d-4e0a-4ea3-ace3-77d5d9d572e0", "tenant_id": "799065b9 ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:29Z", "updated_at": "2023-04-17T17:34:29Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:29,753 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.512s 2023-04-17 17:34:29,753 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-060d24bf-debb-47f5-b051-d49b546d3292', 'date': 'Mon, 17 Apr 2023 17:34: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": "9c9421db-ec59-4863-bc8e-dd57d3b4b22b", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:29Z", "updated_at": "2023-04-17T17:34:29Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:30,094 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.340s 2023-04-17 17:34:30,095 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-2b75bf90-91e7-4d76-8505-b65f82857790', 'date': 'Mon, 17 Apr 2023 17:34: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": "4c0b5bda-91b5-4fe4-b506-3290e6d0a754", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:29Z", "updated_at": "2023-04-17T17:34:29Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:30,455 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.359s 2023-04-17 17:34:30,455 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "project_id": "799065b9ead7462390f42db66b8db015", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a9bc649b-941a-4565-bd37-aa32de380ccd', 'date': 'Mon, 17 Apr 2023 17:34: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": "28e23f3f-838e-4d97-af27-578f083f1908", "tenant_id": "799065b9ead7462390f42db66b8db015", "security_group_id": "2ddd4928-49a6-4e9e-bc33-60aac34dc33a", "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-17T17:34:30Z", "updated_at": "2023-04-17T17:34:30Z", "revision_number": 0, "project_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:34:30,496 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-17 17:34:30,497 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:30 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-36fa1d5a-4090-44c9-9e7b-089ea7cb93cc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "508ea3148bac4da2bb9e832a227deebe", "name": "tempest-SnapshotDataIntegrityTests-1490752994-project-member", "password_expires_at": null}, "audit_ids": ["MKfFXLsmSzyCAKOwUZoj5A"], "expires_at": "2023-04-17T18:34:30.000000Z", "issued_at": "2023-04-17T17:34:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "799065b9ead7462390f42db66b8db015", "name": "tempest-SnapshotDataIntegrityTests-1490752994"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/799065b9ead7462390f42db66b8db015", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:30,497 80203 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'f4d56e40-4b5d-4ba1-9502-325184023eaa', 'name': 'tempest-SnapshotDataIntegrityTests-94423770-network', 'tenant_id': '799065b9ead7462390f42db66b8db015', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '799065b9ead7462390f42db66b8db015', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5644, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:48Z', 'updated_at': '2023-04-17T17:33:49Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:33,239 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 2.740s 2023-04-17 17:34:33,240 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "networks": [{"uuid": "f4d56e40-4b5d-4ba1-9502-325184023eaa"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b4fdf14-e4b4-409c-94ea-dcf4b1c1b627', 'x-compute-request-id': 'req-6b4fdf14-e4b4-409c-94ea-dcf4b1c1b627', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "adminPass": "ZU6nS9LUosq4"}}' 2023-04-17 17:34:33,681 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.435s 2023-04-17 17:34:33,681 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:33 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-1e7a885c-e6cf-4ca7-bbf7-5a151d2a2f24', 'x-compute-request-id': 'req-1e7a885c-e6cf-4ca7-bbf7-5a151d2a2f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "status": "BUILD", "tenant_id": "799065b9ead7462390f42db66b8db015", "user_id": "508ea3148bac4da2bb9e832a227deebe", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:33Z", "updated": "2023-04-17T17:34:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "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-17 17:35:23,990 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.246s 2023-04-17 17:35:23,990 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-206b8314-efe2-4c7a-b6e2-001491d35126', 'x-compute-request-id': 'req-206b8314-efe2-4c7a-b6e2-001491d35126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "status": "ACTIVE", "tenant_id": "799065b9ead7462390f42db66b8db015", "user_id": "508ea3148bac4da2bb9e832a227deebe", "metadata": {}, "hostId": "b87808f7e6ddf99b247de0ba22ea44f9e8b3796574ce68f7396c2770", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:33Z", "updated": "2023-04-17T17:34:42Z", "addresses": {"tempest-SnapshotDataIntegrityTests-94423770-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:19:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "OS-SRV-USG:launched_at": "2023-04-17T17:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "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-17 17:35:24,002 80203 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:36:24,294 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.232s 2023-04-17 17:36:24,294 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1ccb7e5-fae1-4287-8a01-03c4f2f08e85', 'x-compute-request-id': 'req-a1ccb7e5-fae1-4287-8a01-03c4f2f08e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "status": "ACTIVE", "tenant_id": "799065b9ead7462390f42db66b8db015", "user_id": "508ea3148bac4da2bb9e832a227deebe", "metadata": {}, "hostId": "b87808f7e6ddf99b247de0ba22ea44f9e8b3796574ce68f7396c2770", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:33Z", "updated": "2023-04-17T17:34:42Z", "addresses": {"tempest-SnapshotDataIntegrityTests-94423770-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:19:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "OS-SRV-USG:launched_at": "2023-04-17T17:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "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-17 17:36:24,563 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes 0.256s 2023-04-17 17:36:24,563 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-16198157", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aebdfac-3d53-4dcb-9c05-8512f3d992c7', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aebdfac-3d53-4dcb-9c05-8512f3d992c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes'} Body: b'{"volume": {"id": "2a95d91e-7da7-4b48-989a-d3a4267cd529", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:24.498808", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-16198157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-9 89a-d3a4267cd529"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}], "user_id": "508ea3148bac4da2bb9e832a227deebe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:36:24,614 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529 0.042s 2023-04-17 17:36:24,615 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c734f23-4924-4883-bc4d-060f66732eca', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c734f23-4924-4883-bc4d-060f66732eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529'} Body: b'{"volume": {"id": "2a95d91e-7da7-4b48-989a-d3a4267cd529", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:24.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-16198157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}], "user_id": "508ea3148bac4da2bb9e832a227deebe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:36:25,668 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529 0.041s 2023-04-17 17:36:25,668 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40080314-61f9-413f-a446-7ac55b85ef0f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40080314-61f9-413f-a446-7ac55b85ef0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529'} Body: b'{"volume": {"id": "2a95d91e-7da7-4b48-989a-d3a4267cd529", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:24.000000", "updated_at": "2023-04-17T17:36:25.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-16198157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529"}], "user_id": "508ea3148bac4da2bb9e832a227deebe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiatta ch": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "799065b9ead7462390f42db66b8db015"}}' 2023-04-17 17:36:25,800 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529 0.121s 2023-04-17 17:36:25,801 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a83f500-b205-4205-8326-b20c8b40f13a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529'} Body: b'' 2023-04-17 17:36:25,824 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529 0.023s 2023-04-17 17:36:25,824 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-380e8818-7f2c-413a-8124-d0252d1ffd78', 'x-openstack-request-id': 'req-380e8818-7f2c-413a-8124-d0252d1ffd78', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/799065b9ead7462390f42db66b8db015/volumes/2a95d91e-7da7-4b48-989a-d3a4267cd529'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2a95d91e-7da7-4b48-989a-d3a4267cd529 could not be found."}}' 2023-04-17 17:36:25,945 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.120s 2023-04-17 17:36:25,945 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 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-cfaa0019-8fb9-4966-97f2-b66d70cedc92', 'x-compute-request-id': 'req-cfaa0019-8fb9-4966-97f2-b66d70cedc92', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'' 2023-04-17 17:36:26,617 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.671s 2023-04-17 17:36:26,618 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e30f5887-78aa-4b23-bd17-d7786e370571', 'x-compute-request-id': 'req-e30f5887-78aa-4b23-bd17-d7786e370571', 'connection': 'close', 'status': '200', 'content-location': ' http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"server": {"id": "82155ce4-e6ec-4ca5-a5f1-0349af7a2678", "name": "tempest-SnapshotDataIntegrityTests-server-2134912985", "status": "ACTIVE", "tenant_id": "799065b9ead7462390f42db66b8db015", "user_id": "508ea3148bac4da2bb9e832a227deebe", "metadata": {}, "hostId": "b87808f7e6ddf99b247de0ba22ea44f9e8b3796574ce68f7396c2770", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:33Z", "updated": "2023-04-17T17:36:26Z", "addresses": {"tempest-SnapshotDataIntegrityTests-94423770-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:19:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-784024705", "OS-SRV-USG:launched_at": "2023-04-17T17:34:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1035749048"}], "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-17 17:37:16,706 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678 0.033s 2023-04-17 17:37:16,707 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:16 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-1903237a-4c0e-496b-8fc5-b874f173b975', 'x-compute-request-id': 'req-1903237a-4c0e-496b-8fc5-b874f173b975', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/82155ce4-e6ec-4ca5-a5f1-0349af7a2678'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 82155ce4-e6ec-4ca5-a5f1-0349af7a2678 could not be found."}}' 2023-04-17 17:37:17,004 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/2ddd4928-49a6-4e9e-bc33-60aac34dc33a 0.297s 2023-04-17 17:37:17,005 80203 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-e09eb8b8-4b4d-41e4-b707-066ece8edea4', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:37:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2ddd4928-49a6-4e9e-bc33-60aac34dc33a'} Body: b'' 2023-04-17 17:37:17,148 80203 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-784024705 0.143s 2023-04-17 17:37:17,149 80203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37: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-59864336-1182-45c4-9d3d-d682dc95de43', 'x-compute-request-id': 'req-59864336-1182-45c4-9d3d-d682dc95de43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-784024705'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 c6521fe0-87ee-42af-9547-d8bbfc175c17 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:33:26,495 80199 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:33:26,697 80199 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.199s 2023-04-17 17:33:26,698 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1425694538", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAq+BzuxOK8loeWCX7+gm1vtBvHjKX/RB2/Ksbqc7d8Sd4w/uR+fvKlIbAKgPdXXHXmWGfsY644kMqiq2d9A+lV14DR/jIn5cY2HIczrH02adOJG295uKxk0lnYHrPw5Hw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6909bae-a796-4168-a9a4-3833745e36db', 'x-compute-request-id': 'req-e6909bae-a796-4168-a9a4-3833745e36db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1425694538", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAq+BzuxOK8loeWCX7+gm1vtBvHjKX/RB2/Ksbqc7d8Sd4w/uR+fvKlIbAKgPdXXHXmWGfsY644kMqiq2d9A+lV14DR/jIn5cY2HIczrH02adOJG295uKxk0lnYHrPw5Hw==", "fingerprint": "ce:0e:23:eb:68:17:17:fa:91:a7:8f:52:fc:1b:c3:e7", "user_id": "a6e712adada44971a7fcac5fe1881883"}}' 2023-04-17 17:33:26,703 80199 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1425694538 created 2023-04-17 17:33:27,972 80199 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 1.269s 2023-04-17 17:33:27,973 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1798009526", "description": "tempest-description--1307981375"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-17d6ae4d-fca6-42f6-844b-85f8b731abb2', 'date': 'Mon, 17 Apr 2023 17:33:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "name": "tempest-securitygroup--1798009526", "stateful": true, "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "description": "tempest-description--1307981375", "shared": false, "security_group_rules": [{"id": "3025f06a-01fe-408e-94bd-d7302db56c0f", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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": 202, "description": null, "tags": [], "created_at": "2023-04-17T17:33:27Z", "updated_at": "2023-04-17T17:33:27Z", "revision_number": 0, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}, {"id": "8636015b-7212-4ff6-af25-5efb88f6b2a0", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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": 201, "description": null, "tags": [], "created_at": "2023-04-17T17:33:27Z", "updated_at": "2023-04-17T17:33:27Z", "revision_number": 0, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}], "tags": [], "created_at": "2023-04-17T17:33:27Z", "updated_at": "2023-04-17T17:33:27Z", "revision_number": 1, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:33:29,511 80199 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 1.537s 2023-04-17 17:33:29,511 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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-1e13c5b0-b52f-4890-a14f-277f0769d2ef', 'date': 'Mon, 17 Apr 2023 17:33: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": "ded7002c-6640-48c0-975c-1a1e460d51ee", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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-17T17:33:28Z", "updated_at": "2023-04-17T17:33:28Z", "revision_number": 0, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:33:30,310 80199 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.798s 2023-04-17 17:33:30,310 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-58ec4ff0-b61c-4f9b-8934-1057883ddfab', 'date': 'Mon, 17 Apr 2023 17:33: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": "5ef412f4-43e0-4728-b533-5e68c1584fe5", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "security_group_id": "e6bea0ac-fba8-48b5-b0d9-ea84bc219a93", "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-17T17:33:29Z", "updated_at": "2023-04-17T17:33:29Z", "revision_number": 0, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:33:30,311 80199 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1798009526 created 2023-04-17 17:33:34,254 80199 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 3.943s 2023-04-17 17:33:34,255 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-982 5-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-790e9b9f-3f00-4337-8864-98dae00fa60f', 'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fff530c2-e9c9-4d63-8916-0008ff3fc22b", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "floating_ip_address": "172.24.4.43", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b5443ac3e3e45888d6a42642e53c687", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:32Z", "updated_at": "2023-04-17T17:33:32Z", "revision_number": 0}}' 2023-04-17 17:33:34,255 80199 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fff530c2-e9c9-4d63-8916-0008ff3fc22b', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'floating_ip_address': '172.24.4.43', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b5443ac3e3e45888d6a42642e53c687', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:32Z', 'updated_at': '2023-04-17T17:33:32Z', 'revision_number': 0, 'ip': '172.24.4.43'} created 2023-04-17 17:33:34,385 80199 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.123s 2023-04-17 17:33:34,386 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e389732a-fa43-4666-9ab2-390d3788f58d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a6e712adada44971a7fcac5fe1881883", "name": "tempest-ServerStableDeviceRescueTest-1249806725-project-member", "password_expires_at": null}, "audit_ids": ["yzqLrBLZRFeft_jF1FNVIA"], "expires_at": "2023-04-17T18:33:34.000000Z", "issued_at": "2023-04-17T17:33:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b5443ac3e3e45888d6a42642e53c687", "name": "tempest-ServerStableDeviceRescueTest-1249806725"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b5443ac3e3e45888d6a42642e53c687", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": " neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:33:34,386 80199 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'ac40266d-4256-4260-b1ae-353bf8431bd0', 'name': 'tempest-ServerStableDeviceRescueTest-1669869925-network', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b5443ac3e3e45888d6a42642e53c687', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28990, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:33:34,387 80199 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1425694538', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAq+BzuxOK8loeWCX7+gm1vtBvHjKX/RB2/Ksbqc7d8Sd4w/uR+fvKlIbAKgPdXXHXmWGfsY644kMqiq2d9A+lV14DR/jIn5cY2HIczrH02adOJG295uKxk0lnYHrPw5Hw==', 'fingerprint': 'ce:0e:23:eb:68:17:17:fa:91:a7:8f:52:fc:1b:c3:e7', 'user_id': 'a6e712adada44971a7fcac5fe1881883', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAJ6N13hlxYFYPW+BtNavmL4vvB/EmGK7V2iFCkKqQeluDkCkn8vyQT\nBMmoiI6pW0egBwYFK4EEACKhZANiAAQKvgc7sTivJaHlgl+/oJtb7Qbx4yl/0Qdv\nyrG6nO3fEneMP7kfn7ypSGwCoD3V1x15lhn7GOuOJDKoqtnfQPpVdeA0f4yJ+XGN\nhyHM6x9NmnTiRtvebisZNJZ2B6z8OR8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e6bea0ac-fba8-48b5-b0d9-ea84bc219a93', 'name': 'tempest-securitygroup--1798009526', 'stateful': True, 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'description': 'tempest-description--1307981375', 'shared': False, 'security_group_rules': [{'id': '3025f06a-01fe-408e-94bd-d7302db56c0f', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'security_group_id': 'e6bea0ac-fba8-48b5-b0d9-ea84bc219a93', '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': 202, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:33:27Z', 'updated_at': '2023-04-17T17:33:27Z', 'revision_number': 0, 'project_id': '2b5443ac3e3e45888d6a42642e53c687'}, {'id': '8636015b-7212-4ff6-af25-5efb88f6b2a0', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'security_group_id': 'e6bea0ac-fba8-48b5-b0d9-ea84bc219a93', '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': 201, 'description': No ne, 'tags': [], 'created_at': '2023-04-17T17:33:27Z', 'updated_at': '2023-04-17T17:33:27Z', 'revision_number': 0, 'project_id': '2b5443ac3e3e45888d6a42642e53c687'}], 'tags': [], 'created_at': '2023-04-17T17:33:27Z', 'updated_at': '2023-04-17T17:33:27Z', 'revision_number': 1, 'project_id': '2b5443ac3e3e45888d6a42642e53c687'}, 'floating_ip': {'id': 'fff530c2-e9c9-4d63-8916-0008ff3fc22b', 'tenant_id': '2b5443ac3e3e45888d6a42642e53c687', 'floating_ip_address': '172.24.4.43', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b5443ac3e3e45888d6a42642e53c687', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:33:32Z', 'updated_at': '2023-04-17T17:33:32Z', 'revision_number': 0, 'ip': '172.24.4.43'}} 2023-04-17 17:33:35,884 80199 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 1.495s 2023-04-17 17:33:35,884 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-208750553", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "ac40266d-4256-4260-b1ae-353bf8431bd0"}], "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "key_name": "tempest-keypair-1425694538", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abad4f1d-392e-4e0a-9ae4-21a9f23a40ae', 'x-compute-request-id': 'req-abad4f1d-392e-4e0a-9ae4-21a9f23a40ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "adminPass": "DwUTfEjXZb8o"}}' 2023-04-17 17:33:36,073 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f 0.185s 2023-04-17 17:33:36,073 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:33:35 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-62a86b2c-6bcd-47ae-ac3e-4f3035f152b0', 'x-compute-request-id': 'req-62a86b2c-6bcd-47ae-ac3e-4f3035f152b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "name": "tempest-ServerStableDeviceRescueTest-server-208750553", "status": "BUILD", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "user_id": "a6e712adada44971a7fcac5fe1881883", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:36Z", "updated": "2023-04-17T17:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1425694538", "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-17 17:34:26,684 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f 0.548s 2023-04-17 17:34:26,684 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:26 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-60b57b67-50ce-42ba-b038-8ffcda796542', 'x-compute-request-id': 'req-60b57b67-50ce-42ba-b038-8ffcda796542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "name": "tempest-ServerStableDeviceRescueTest-server-208750553", "status": "ACTIVE", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "user_id": "a6e712adada44971a7fcac5fe1881883", "metadata": {}, "hostId": "ec9934c51d1cdbb26be84d10db574d3993a4cc0b08bcbeebc6d4da50", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:35Z", "updated": "2023-04-17T17:33:53Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1669869925-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1425694538", "OS-SRV-USG:launched_at": "2023-04-17T17:33:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "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-17 17:34:26,700 80199 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:35:26,992 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f/os-interface 0.234s 2023-04-17 17:35:26,9 92 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35: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-7499c29c-0202-46fc-a044-cc5f97d308cc', 'x-compute-request-id': 'req-7499c29c-0202-46fc-a044-cc5f97d308cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "ac40266d-4256-4260-b1ae-353bf8431bd0", "port_id": "f9b1ac87-92c9-4ca2-9721-54337c3c8811", "mac_addr": "fa:16:3e:22:b7:3b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d63c05d5-1cff-49f9-ad91-c030dd03b4ff", "ip_address": "10.0.0.10"}]}]}' 2023-04-17 17:35:28,301 80199 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/fff530c2-e9c9-4d63-8916-0008ff3fc22b 1.305s 2023-04-17 17:35:28,302 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f9b1ac87-92c9-4ca2-9721-54337c3c8811"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-06e3c4e9-a71b-4ecb-9827-274cc2ebec64', 'date': 'Mon, 17 Apr 2023 17:35:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fff530c2-e9c9-4d63-8916-0008ff3fc22b'} Body: b'{"floatingip": {"id": "fff530c2-e9c9-4d63-8916-0008ff3fc22b", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "floating_ip_address": "172.24.4.43", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "e475a789-7942-46d3-8d1e-1c9dbb8fce4d", "port_id": "f9b1ac87-92c9-4ca2-9721-54337c3c8811", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "ac40266d-4256-4260-b1ae-353bf8431bd0", "mac_address": "fa:16:3e:22:b7:3b", "admin_state_up": true, "status": "ACTIVE", "device_id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:33:32Z", "updated_at": "2023-04-17T17:35:27Z", "revision_number": 1, "project_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:35:28,304 80199 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.43:22' as 'cirros' with public key authentication 2023-04-17 17:35:28,392 80199 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:35:28,414 80199 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:35:28,414 80199 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.43 successfully created 2023-04-17 17:35:29,597 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f/action 1.182s 2023-04-17 17:35:29,598 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1292472391"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:28 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/50c84e85-48d8-401e-a501-7d951 2a90a77', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8aba0b5-7517-45b7-83df-d9758117cc41', 'x-compute-request-id': 'req-c8aba0b5-7517-45b7-83df-d9758117cc41', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f/action'} Body: b'' 2023-04-17 17:35:29,651 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.050s 2023-04-17 17:35:29,651 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4119b8e6-a5e7-45cf-97b3-8509a4c37b14', 'x-compute-request-id': 'req-4119b8e6-a5e7-45cf-97b3-8509a4c37b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"image": {"id": "50c84e85-48d8-401e-a501-7d9512a90a77", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883"}, "created": "2023-04-17T17:35:29Z", "updated": "2023-04-17T17:35:29Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50c84e85-48d8-401e-a501-7d9512a90a77"}], "server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}]}}}' 2023-04-17 17:36:19,748 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.072s 2023-04-17 17:36:19,748 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c63e61a8-7b94-41af-81bd-8f8598690388', 'x-compute-request-id': 'req-c63e61a8-7b94-41af-81bd-8f8598690388', 'connection': 'close', 'status': '200', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"image": {"id": "50c84e85-48d8-401e-a501-7d9512a90a77", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_id": "2b5443ac3e3e45888d6a42642e53c687", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883"}, "created": "2023-04-17T17:35:29Z", "updated": "2023-04-17T17:35:36Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50c84e85-48d8-401e-a501-7d9512a90a77"}], "server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}]}}}' 2023-04-17 17:36:20,090 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.336s 2023-04-17 17:36:20,090 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50939a99-e32f-4570-8f2c-e493fc202ff1', 'x-compute-request-id': 'req-50939a99-e32f-4570-8f2c-e493fc202ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"image": {"id": "50c84e85-48d8-401e-a501-7d9512a90a77", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_id": "2b5443ac3e3e45888d6a42642e53c687", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883"}, "created": "2023-04-17T17:35:29Z", "updated": "2023-04-17T17:35:36Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel" : "bookmark", "href": "http://10.0.0.210/compute/images/50c84e85-48d8-401e-a501-7d9512a90a77"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50c84e85-48d8-401e-a501-7d9512a90a77"}], "server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}]}}}' 2023-04-17 17:36:20,333 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f 0.236s 2023-04-17 17:36:20,333 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:20 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-90ce0a7f-79e5-462d-a474-bdf77b37c74f', 'x-compute-request-id': 'req-90ce0a7f-79e5-462d-a474-bdf77b37c74f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "name": "tempest-ServerStableDeviceRescueTest-server-208750553", "status": "ACTIVE", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "user_id": "a6e712adada44971a7fcac5fe1881883", "metadata": {}, "hostId": "ec9934c51d1cdbb26be84d10db574d3993a4cc0b08bcbeebc6d4da50", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:35Z", "updated": "2023-04-17T17:35:36Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1669869925-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}, {"version": 4, "addr": "172.24.4.43", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1425694538", "OS-SRV-USG:launched_at": "2023-04-17T17:33:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "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-17 17:37:20,540 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.134s 2023-04-17 17:37:20,540 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5fa6ba62-7168-403f-9deb-f8ea8faa94a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/50 c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_id": "2b5443ac3e3e45888d6a42642e53c687", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "7b080c6f6299047b2275f92eb47efe81", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2b5443ac3e3e45888d6a42642e53c687", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "743cb89fbb661b410a861d2537858494b85ed6c3744cae3711dde254a4e3cd9d5e9885698db36289a4a726cf29fcbc9fd9d4f9dd453305a0e9ac60b89aef85e7", "id": "50c84e85-48d8-401e-a501-7d9512a90a77", "created_at": "2023-04-17T17:35:29Z", "updated_at": "2023-04-17T17:37:20Z", "tags": [], "self": "/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77", "file": "/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:37:20,667 80199 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/50c84e85-48d8-401e-a501-7d9512a90a77 0.126s 2023-04-17 17:37:20,667 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-27bbb83b-8ad1-41c5-b742-e947873bac89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "owner_id": "2b5443ac3e3e45888d6a42642e53c687", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1249806725", "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-1249806725-project-member", "user_id": "a6e712adada44971a7fcac5fe1881883", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1292472391", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "7b080c6f6299047b2275f92eb47efe81", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2b5443ac3e3e45888d6a42642e53c687", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "743cb89fbb661b410a861d2537858494b85ed6c3744cae3711dde254a4e3cd9d5e9885698db36289a4a726cf29fcbc9fd9d4f9dd453305a0e9ac60b89aef85e7", "id": "50c84e85-48d8-401e-a501-7d9512a90a77", "created_at": "2023-04-17T17:35:29Z", "updated_at": "2023-04-17T17:37:21Z", "tags": [], "self": "/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77", "file": "/v2/images/50c84e85-48d8-401e-a501-7d9512a90a77/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:37:21,029 80199 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/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f 0.361s 2023-04-17 17:37:21,029 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:20 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-5dce6aae-6a4d-453d-bfa6-b90d575c75ac', 'x-compute-request-id': 'req-5dce6aae-6a4d-453d-bfa6-b90d575c75ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f'} Body: b'{"server": {"id": "e4d62df0-41e5-4351-a4de-5c0d88a9ab5f", "name": "tempest-ServerStableDeviceRescueTest-server-208750553", "status": "ACTIVE", "tenant_id": "2b5443ac3e3e45888d6a42642e53c687", "user_id": "a6e712adada44971a7fcac5fe1881883", "metadata": {}, "hostId": "ec9934c51d1cdbb26be84d10db574d3993a4cc0b08bcbeebc6d4da50", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:35Z", "updated": "2023-04-17T17:35:36Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1669869925-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}, {"version": 4, "addr": "172.24.4.43", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b7:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4d62df0-41e5-4351-a4de-5c0d88a9ab5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1425694538", "OS-SRV-USG:launched_at": "2023-04-17T17:33:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1798009526"}], "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-17 17:37:21,298 80199 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/2b5443ac3e3e45888d6a42642e53c687/volumes 0.257s 2023-04-17 17:37:21,299 80199 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-2116691382"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-031df50a-8163-4e5d-ad51-d91b0aa92475', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-031df50a-8163-4e5d-ad51-d91b0aa92475', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes'} Body: b'{"volume": {"id": "c6521fe0-87ee-42af-9547-d8bbfc175c17", "status": "creating", "size": 1, "availability_zone": " nova", "created_at": "2023-04-17T17:37:21.233884", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-2116691382", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}], "user_id": "a6e712adada44971a7fcac5fe1881883", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:37:21,354 80199 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/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17 0.045s 2023-04-17 17:37:21,354 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5df27d7-8579-4581-b700-44c6bdb63b62', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5df27d7-8579-4581-b700-44c6bdb63b62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17'} Body: b'{"volume": {"id": "c6521fe0-87ee-42af-9547-d8bbfc175c17", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:21.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-2116691382", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}], "user_id": "a6e712adada44971a7fcac5fe1881883", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 2023-04-17 17:37:22,407 80199 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/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17 0.041s 2023-04-17 17:37:22,407 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d5b9d42-662a-4134-b49a-f0c33953637f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d5b9d42-662a-4134-b49a-f0c33953637f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17'} Body: b'{"volume": {"id": "c6521fe0-87ee-42af-9547-d8bbfc175c17", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:21.000000", "updated_at": "2023-04-17T17:37:21.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-2116691382", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadat a": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b5443ac3e3e45888d6a42642e53c687/volumes/c6521fe0-87ee-42af-9547-d8bbfc175c17"}], "user_id": "a6e712adada44971a7fcac5fe1881883", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b5443ac3e3e45888d6a42642e53c687"}}' 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 5d957b20-cbd9-484f-96e7-46d4fae973a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:31,202 80219 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:34:31,202 80219 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:34:31,326 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.121s 2023-04-17 17:34:31,326 80219 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-1405748905", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIpnj8oCZHmjWh4/gDcz84BMNxab+jfpVXMZimwXu11yrREHMuJOd47ZIl/xfean6CCKPsZ2ZPqMHgkScca7uI2jKhP6nny/rcjVXtc4nflfFs6mX5AGKoSPNpUMg1KLOA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:31 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-b3966d10-acda-4a24-a01d-6c2de97af5ad', 'x-compute-request-id': 'req-b3966d10-acda-4a24-a01d-6c2de97af5ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1405748905", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIpnj8oCZHmjWh4/gDcz84BMNxab+jfpVXMZimwXu11yrREHMuJOd47ZIl/xfean6CCKPsZ2ZPqMHgkScca7uI2jKhP6nny/rcjVXtc4nflfFs6mX5AGKoSPNpUMg1KLOA==", "fingerprint": "fb:bf:7d:5e:7d:dd:95:5e:ad:25:45:9a:a8:17:37:6b", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd"}}' 2023-04-17 17:34:31,329 80219 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1405748905 created 2023-04-17 17:34:32,156 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.826s 2023-04-17 17:34:32,157 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--916835733", "description": "tempest-description--223892106"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-7c370bc4-efc1-4737-8c2f-821031a3051c', 'date': 'Mon, 17 Apr 2023 17:34:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "name": "tempest-securitygroup--916835733", "stateful": true, "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "description": "tempest-description--223892106", "shared": false, "security_group_rules": [{"id": "59a00ae7-ec27-47d3-b730-186417e0e14c", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "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": 516, "description": null, "tags": [], "created_at": "2023-04-17T17:34:31Z", "updated_at": "2023-04-17T17:34:31Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}, {"id": "73374672-dfdc-48b4-8a3c-ad3a74ea7027", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "ethertype": "IPv4", "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": 515, "description": null, "tags": [], "created_at": "2023-04-17T17:34:31Z", "updated_at": "2023-04-17T17:34:31Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}], "tags": [], "created_at": "2023-04-17T17:34:31Z", "updated_at": "2023-04-17T17:34:31Z", "revision_number": 1, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:34:32,817 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.660s 2023-04-17 17:34:32,817 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "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-2beb75b3-e381-4ccf-9dd8-6b85161aec23', 'date': 'Mon, 17 Apr 2023 17:34:32 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": "38c0c3ba-a904-4a2d-866f-a31c3d50355c", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "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-17T17:34:32Z", "updated_at": "2023-04-17T17:34:32Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:34:34,148 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.330s 2023-04-17 17:34:34,149 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-70434fa3-417d-4ae6-bead-3e54fd1f6f31', 'date': 'Mon, 17 Apr 2023 17:34: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": "d007f967-553b-43bf-b57d-61bcf142bf99", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "2861730d-6077-462b-a72b-5ff30b8b45ef", "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-17T17:34:33Z", "updated_at": "2023-04-17T17:34:33Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:34:34,149 80219 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--916835733 created 2023-04-17 17:34:36,500 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.349s 2023-04-17 17:34:36,500 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4f305f2a-3cd5-48c6-acd8-81259eb53a47', 'date': 'Mon, 17 Apr 2023 17:34:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "45f7679a-64e4-4cf9-99ce-59d4b6fabfea", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "floating_ip_address": "172.24.4.244", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:34:35Z", "updated_at": "2023-04-17T17:34:35Z", "revision_number": 0}}' 2023-04-17 17:34:36,500 80219 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '45f7679a-64e4-4cf9-99ce-59d4b6fabfea', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'floating_ip_address': '172.24.4.244', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:35Z', 'updated_at': '2023-04-17T17:34:35Z', 'revision_number': 0, 'ip': '172.24.4.244'} created 2023-04-17 17:34:36,589 80219 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.084s 2023-04-17 17:34:36,590 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a5c3bc72-5d2f-400f-95ca-f1f63ff81b2e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c9e3172f6aeb401cbea2e81c86c614fd", "name": "tempest-AttachVolumeShelveTestJSON-993962804-project-member", "password_expires_at": null}, "audit_ids": ["9GowM44nTDKti_r3_gecUQ"], "expires_at": "2023-04-17T18:34:36.000000Z", "issued_at": "2023-04-17T17:34:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "name": "tempest-AttachVolumeShelveTestJSON-993962804"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", " interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:36,590 80219 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'e0742a03-1fe4-4912-8730-b7fd4fdc4bf3', 'name': 'tempest-AttachVolumeShelveTestJSON-1075481871-network', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16797, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:19Z', 'updated_at': '2023-04-17T17:34:19Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:36,591 80219 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1405748905', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIpnj8oCZHmjWh4/gDcz84BMNxab+jfpVXMZimwXu11yrREHMuJOd47ZIl/xfean6CCKPsZ2ZPqMHgkScca7uI2jKhP6nny/rcjVXtc4nflfFs6mX5AGKoSPNpUMg1KLOA==', 'fingerprint': 'fb:bf:7d:5e:7d:dd:95:5e:ad:25:45:9a:a8:17:37:6b', 'user_id': 'c9e3172f6aeb401cbea2e81c86c614fd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAdjA99FzRa16PMolHAGjmG7C5a4L0qUrRPoZlJEEWSLMp8tvcQOAud\ntkr2fOO5tSugBwYFK4EEACKhZANiAASKZ4/KAmR5o1oeP4A3M/OATDcWm/o36VVz\nGYpsF7tdcq0RBzLiTneO2SJf8X3mp+ggij7GdmT6jB4JEnHGu7iNoyoT+p58v63I\n1V7XOJ35XxbOpl+QBiqEjzaVDINSizg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2861730d-6077-462b-a72b-5ff30b8b45ef', 'name': 'tempest-securitygroup--916835733', 'stateful': True, 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': 'tempest-description--223892106', 'shared': False, 'security_group_rules': [{'id': '59a00ae7-ec27-47d3-b730-186417e0e14c', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'security_group_id': '2861730d-6077-462b-a72b-5ff30b8b45ef', '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': 516, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:34:31Z', 'updated_at': '2023-04-17T17:34:31Z', 'revision_number': 0, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}, {'id': '73374672-dfdc-48b4-8a3c-ad3a74ea7027', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'security_group_id': '2861730d-6077-462b-a72b-5ff30b8b45ef', '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': 515, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:34:31Z', 'updated_at': '2023-0 4-17T17:34:31Z', 'revision_number': 0, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}], 'tags': [], 'created_at': '2023-04-17T17:34:31Z', 'updated_at': '2023-04-17T17:34:31Z', 'revision_number': 1, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}, 'floating_ip': {'id': '45f7679a-64e4-4cf9-99ce-59d4b6fabfea', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'floating_ip_address': '172.24.4.244', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:35Z', 'updated_at': '2023-04-17T17:34:35Z', 'revision_number': 0, 'ip': '172.24.4.244'}} 2023-04-17 17:34:38,606 80219 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.014s 2023-04-17 17:34:38,606 80219 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-2061242543", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3"}], "security_groups": [{"name": "tempest-securitygroup--916835733"}], "key_name": "tempest-keypair-1405748905", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277', '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-2913398a-cb59-4b3f-b6fd-52bdcdedba61', 'x-compute-request-id': 'req-2913398a-cb59-4b3f-b6fd-52bdcdedba61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--916835733"}], "adminPass": "password"}}' 2023-04-17 17:34:38,694 80219 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/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.085s 2023-04-17 17:34:38,694 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:38 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-977c8d51-9348-4c49-864c-f87ad3944185', 'x-compute-request-id': 'req-977c8d51-9348-4c49-864c-f87ad3944185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'{"server": {"id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "name": "tempest-AttachVolumeShelveTestJSON-server-2061242543", "status": "BUILD", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e 3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1405748905", "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-17 17:35:29,070 80219 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/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.313s 2023-04-17 17:35:29,071 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1588', '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-ce608f71-8b42-4034-a618-ae65cd959913', 'x-compute-request-id': 'req-ce608f71-8b42-4034-a618-ae65cd959913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'{"server": {"id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "name": "tempest-AttachVolumeShelveTestJSON-server-2061242543", "status": "ACTIVE", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "91b5507a2c779c7e6bff04e69804d516c6830b8607b8f5d237dbbbcc", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:38Z", "updated": "2023-04-17T17:34:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:1b:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1405748905", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--916835733"}], "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-17 17:35:29,085 80219 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:36:29,323 80219 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/ 71bc60a8-8430-4110-aa0a-0141b6cf2277/os-interface 0.177s 2023-04-17 17:36:29,323 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87650346-fec8-4605-9473-8e6d3e744dc3', 'x-compute-request-id': 'req-87650346-fec8-4605-9473-8e6d3e744dc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3", "port_id": "4952b9cf-9376-4952-9f11-0a6d6f3355a5", "mac_addr": "fa:16:3e:43:1b:60", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c52c4d42-bcb5-4b70-bdf5-207f817333d0", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 17:36:30,101 80219 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/45f7679a-64e4-4cf9-99ce-59d4b6fabfea 0.773s 2023-04-17 17:36:30,101 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4952b9cf-9376-4952-9f11-0a6d6f3355a5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-fb3c38e5-b892-4464-bdf1-d31073f211de', 'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45f7679a-64e4-4cf9-99ce-59d4b6fabfea'} Body: b'{"floatingip": {"id": "45f7679a-64e4-4cf9-99ce-59d4b6fabfea", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "floating_ip_address": "172.24.4.244", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "b12cfe48-8576-4756-9c68-d4b521da9cd1", "port_id": "4952b9cf-9376-4952-9f11-0a6d6f3355a5", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3", "mac_address": "fa:16:3e:43:1b:60", "admin_state_up": true, "status": "ACTIVE", "device_id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:34:35Z", "updated_at": "2023-04-17T17:36:29Z", "revision_number": 1, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:36:30,104 80219 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.244:22' as 'cirros' with public key authentication 2023-04-17 17:36:30,153 80219 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:36:30,183 80219 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:36:30,184 80219 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.244 successfully created 2023-04-17 17:36:30,223 80219 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/71bc60a8-8430-4110-aa0a-0141b6cf2277/ips 0.038s 2023-04-17 17:36:30,223 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'compu te 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59080c52-f2e8-45ae-aa00-dd2027baa218', 'x-compute-request-id': 'req-59080c52-f2e8-45ae-aa00-dd2027baa218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-17 17:36:30,446 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes 0.220s 2023-04-17 17:36:30,447 80219 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-830663400"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0db83ce-15f1-4ada-bbf6-341fc2c7c6e5', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0db83ce-15f1-4ada-bbf6-341fc2c7c6e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes'} Body: b'{"volume": {"id": "5d957b20-cbd9-484f-96e7-46d4fae973a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:30.384988", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-830663400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}], "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:36:30,513 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2 0.057s 2023-04-17 17:36:30,514 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00917588-b1db-417c-91e7-cebbdde956d8', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00917588-b1db-417c-91e7-cebbdde956d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2'} Body: b'{"volume": {"id": "5d957b20-cbd9-484f-96e7-46d4fae973a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:30.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-830663400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}], "user_id": "c9e 3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:36:31,580 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2 0.054s 2023-04-17 17:36:31,581 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7480f86-03c1-47ee-9bfe-8c3b7a08b984', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7480f86-03c1-47ee-9bfe-8c3b7a08b984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2'} Body: b'{"volume": {"id": "5d957b20-cbd9-484f-96e7-46d4fae973a2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:36:30.000000", "updated_at": "2023-04-17T17:36:31.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-830663400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/5d957b20-cbd9-484f-96e7-46d4fae973a2"}], "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:36:31,804 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.205s 2023-04-17 17:36:31,804 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 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-a4c5f46b-f743-4712-80fb-e4a4e6e556a9', 'x-compute-request-id': 'req-a4c5f46b-f743-4712-80fb-e4a4e6e556a9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'' 2023-04-17 17:36:32,084 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.278s 2023-04-17 17:36:32,084 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1594', '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-5d3e4614-0e78-4090-91cb-02fbdb6478e8', 'x-compute-request-id': 'req-5d3e4614-0e78-4090-91cb-02fbdb6478e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'{"server": {"id": "71bc60a8-8430-4110-aa0a-0141b6cf2277", "name": "tempest-AttachVolumeShelveTestJSON-server-2061242543", "status": "ACTIVE", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "91b5507a2c779c7e6bff04e69804d516c6830b8607b8f5d237dbbbcc", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:38Z", "updated": "2023-04-17T17:36:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:1b:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1405748905", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--916835733"}], "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-17 17:37:22,204 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277 0.043s 2023-04-17 17:37:22,204 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:22 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-bcdfd772-3100-4665-97d9-8932263dbee7', 'x-compute-request-id': 'req-bcdfd772-3100-4665-97d9-8932263dbee7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/71bc60a8-8430-4110-aa0a-0141b6cf2277'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 71bc60a8-8430-4110-aa0a-0141b6cf2277 could not be found."}}' 2023-04-17 17:37:22,235 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1405748905 0.030s 2023-04-17 17:37:22,235 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:22 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-0430f6e8-17b3-4094-b780-ec1ed12f2898', 'x-compute-request-id': 'req-0430f6e8-17b3-4094-b780-ec1ed12f2898', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1405748905'} Body: b'' 2023-04-17 17:37:22,384 80219 INFO [tempest.lib.common.rest_client] Request (Att achVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/2861730d-6077-462b-a72b-5ff30b8b45ef 0.148s 2023-04-17 17:37:22,384 80219 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-f2cb488a-e28c-49fe-8cbc-426d4fdcdd01', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:37:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2861730d-6077-462b-a72b-5ff30b8b45ef'} Body: b'' 2023-04-17 17:37:22,406 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/2861730d-6077-462b-a72b-5ff30b8b45ef 0.021s 2023-04-17 17:37:22,406 80219 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-2ed87c9d-b13f-466a-851d-9f590d50adc1', 'date': 'Mon, 17 Apr 2023 17:37:22 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2861730d-6077-462b-a72b-5ff30b8b45ef'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2861730d-6077-462b-a72b-5ff30b8b45ef does not exist", "detail": ""}}' 2023-04-17 17:37:23,030 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/45f7679a-64e4-4cf9-99ce-59d4b6fabfea 0.623s 2023-04-17 17:37:23,030 80219 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-b8c42ca1-76a8-4e4b-9bb4-95d8d2215941', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45f7679a-64e4-4cf9-99ce-59d4b6fabfea'} 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 5638064f-b916-4be2-852d-99aff52de32c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:22,210 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes 0.348s 2023-04-17 17:37:22,210 80213 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-649572695"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ab7ee1-389e-4e02-992c-c8cb7a675150', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ab7ee1-389e-4e02-992c-c8cb7a675150', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes'} Body: b'{"volume": {"id": "5638064f-b916-4be2-852d-99aff52de32c", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:37:22.151317", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-649572695", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}], "user_id": "c21ef64c7d0c4306870e7ee88164814b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:37:22,262 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.041s 2023-04-17 17:37:22,262 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4936d17c-07b4-4bf8-99ae-31a7325a43a3', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4936d17c-07b4-4bf8-99ae-31a7325a43a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'{"volume": {"id": "5638064f-b916-4be2-852d-99aff52de32c", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:37:22.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-649572695", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}], "user_id": "c21ef64c7d0c4306870e7ee88164814b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5261d139ac57419ba9d924d9da612d69"}}' 2023-04-17 17:37:23,320 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.045s 2023-04-17 17:37:23,320 80213 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beb379b3-07eb-490c-9375-42241dae0448', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beb379b3-07eb-490c-9375-42241dae0448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'{"volume": {"id": "5638064f-b916-4be2-852d-99aff52de32c", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:37:22.000000", "updated_at": "2023-04-17T17:37:22.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-649572695", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}], "user_id": "c21ef64c7d0c4306870e7ee88164814b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5261d139ac57419ba9d924d9da612d69"}}' 2023-04-17 17:37:23,380 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.048s 2023-04-17 17:37:23,381 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e58ebe-c669-48d8-b10d-2aa416bb86fc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e58ebe-c669-48d8-b10d-2aa416bb86fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'{"volume": {"id": "5638064f-b916-4be2-852d-99aff52de32c", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:37:22.000000", "updated_at": "2023-04-17T17:37:22.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-649572695", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c"}], "user_id": "c21ef64c7d0c4306870e7ee88164814b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5261d139ac57419ba9d924d9da612d69"}}' 2023-04-17 17:37:23,498 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.107s 2023-04-17 17:37:23,499 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2912d37-669a-4c86-ab71-bdda696d9ce3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'' 2023-04-17 17:37:23,520 80213 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c 0.020s 2023-04-17 17:37:23,520 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c9e4c7-6586-4410-9cb9-4823ff1d88a3', 'x-openstack-request-id': 'req-02c9e4c7-6586-4410-9cb9-4823ff1d88a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5261d139ac57419ba9d924d9da612d69/volumes/5638064f-b916-4be2-852d-99aff52de32c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5638064f-b916-4be2-852d-99aff52de32c could not be found."}}' 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 da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:25,626 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes 0.408s 2023-04-17 17:37:25,627 80213 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-1276268203"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773b3d1c-593c-4af5-878f-2ca351181139', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773b3d1c-593c-4af5-878f-2ca351181139', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes'} Body: b'{"volume": {"id": "da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:25.558613", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1276268203", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-17 17:37:25,684 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17 0.048s 2023-04-17 17:37:25,684 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbfc6668-60a8-4126-ab44-69de29b36b78', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbfc6668-60a8-4126-ab44-69de29b36b78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17'} Body: b'{"volume": {"id": "da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:26.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1276268203", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "8b8bf8e27eae4324887816c05fba9eb9"}}' 2023-04-17 17:37:26,740 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17 0.043s 2023-04-17 17:37:26,741 80213 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0b71f54-9f7c-4a5f-a4ca-3a97de585e2e', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0b71f54-9f7c-4a5f-a4ca-3a97de585e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17'} Body: b'{"volume": {"id": "da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:26.000000", "updated_at": "2023-04-17T17:37:26.000000", "name": "tempest-VolumeRevertTests-Volume-1276268203", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/da3c9a6d-3f05-409b-9c0e-bf8ed11b8a17"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "8b8bf8e27eae4324887816c05fba9eb9"}}' 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 56635c07-f21b-4d4d-bffa-9f71e511ac8c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:26,963 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes 0.207s 2023-04-17 17:37:26,963 80213 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-1617003080"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7c070f2-e781-49bf-a32d-c3dad0c9223f', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7c070f2-e781-49bf-a32d-c3dad0c9223f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes'} Body: b'{"volume": {"id": "56635c07-f21b-4d4d-bffa-9f71e511ac8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:26.891968", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1617003080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-17 17:37:27,015 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c 0.041s 2023-04-17 17:37:27,015 80213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9308d15d-2648-4fda-b3d3-a1360e30266c', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9308d15d-2648-4fda-b3d3-a1360e30266c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c'} Body: b'{"volume": {"id": "56635c07-f21b-4d4d-bffa-9f71e511ac8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:27.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1617003080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "8b8bf8e27eae4324887816c05fba9eb9"}}' 2023-04-17 17:37:28,066 80213 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c 0.039s 2023-04-17 17:37:28,066 80213 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ccbe0c9-a3d7-4d7e-bd01-4b9e73db4cf8', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ccbe0c9-a3d7-4d7e-bd01-4b9e73db4cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c'} Body: b'{"volume": {"id": "56635c07-f21b-4d4d-bffa-9f71e511ac8c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:27.000000", "updated_at": "2023-04-17T17:37:27.000000", "name": "tempest-VolumeRevertTests-Volume-1617003080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8b8bf8e27eae4324887816c05fba9eb9/volumes/56635c07-f21b-4d4d-bffa-9f71e511ac8c"}], "user_id": "d9f3ef95909d4d33b6f3f57f0993e5c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "8b8bf8e27eae4324887816c05fba9eb9"}}' 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 d056696b-6246-4229-a81d-39ef90367412 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:35:51,400 80201 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-17 17:35:51,401 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:51 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-21176968-70f0-4e5d-a952-a95ae96b5ba1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cb9f6038c3d94f4b8176f52308996012", "name": "tempest-VolumesAdminNegativeTest-1858597906-project-member", "password_expires_at": null}, "audit_ids": ["wGBYRaoIQPGpR0YTP2fYlQ"], "expires_at": "2023-04-17T18:35:51.000000Z", "issued_at": "2023-04-17T17:35:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd1e8586846543c88d468bb6b705d4a6", "name": "tempest-VolumesAdminNegativeTest-1858597906"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:35:51,401 80201 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'f1e38cf4-11c1-4f1d-a1f2-15d65da31617', 'name': 'tempest-VolumesAdminNegativeTest-1171459644-network', 'tenant_id': 'bd1e8586846543c88d468bb6b705d4a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd1e8586846543c88d 468bb6b705d4a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27690, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:11Z', 'updated_at': '2023-04-17T17:33:11Z', 'revision_number': 1} available for tenant 2023-04-17 17:35:51,906 80201 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.504s 2023-04-17 17:35:51,906 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-996763478", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "f1e38cf4-11c1-4f1d-a1f2-15d65da31617"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8d006cb-4032-4d3c-8346-706d2145423a', 'x-compute-request-id': 'req-b8d006cb-4032-4d3c-8346-706d2145423a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "35fe8580-9a68-44c2-8b86-9c28144bd2f1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "cPR5AiyiL5cQ"}}' 2023-04-17 17:35:51,976 80201 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/35fe8580-9a68-44c2-8b86-9c28144bd2f1 0.067s 2023-04-17 17:35:51,976 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae2cec08-ed40-4f7c-a898-e255e1bf2159', 'x-compute-request-id': 'req-ae2cec08-ed40-4f7c-a898-e255e1bf2159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1'} Body: b'{"server": {"id": "35fe8580-9a68-44c2-8b86-9c28144bd2f1", "name": "tempest-VolumesAdminNegativeTest-server-996763478", "status": "BUILD", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "user_id": "cb9f6038c3d94f4b8176f52308996012", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:35:52Z", "updated": "2023-04-17T17:35:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}], "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": []}}' 2023-04-17 17:36:42,257 80201 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/35fe8580-9a68-44c2-8b86-9c28144bd2f1 0.219s 2023-04-17 17:36:42,257 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:42 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-9b92b12d-c4dc-4ae6-9d54-3b320737654f', 'x-compute-request-id': 'req-9b92b12d-c4dc-4ae6-9d54-3b320737654f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1'} Body: b'{"server": {"id": "35fe8580-9a68-44c2-8b86-9c28144bd2f1", "name": "tempest-VolumesAdminNegativeTest-server-996763478", "status": "ACTIVE", "tenant_id": "bd1e8586846543c88d468bb6b705d4a6", "user_id": "cb9f6038c3d94f4b8176f52308996012", "metadata": {}, "hostId": "4b9650ba0eff27f6c3d36d904d90d88f773151052776c75b022067d0", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:35:51Z", "updated": "2023-04-17T17:35:58Z", "addresses": {"tempest-VolumesAdminNegativeTest-1171459644-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:11:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35fe8580-9a68-44c2-8b86-9c28144bd2f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:35:58.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-17 17:36:42,268 80201 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:37:42,519 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes 0.190s 2023-04-17 17:37:42,519 80201 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-1232714438"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40e7cbb3-64d0-443e-b6cf-645b06505411', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e7cbb3-64d0-443e-b6cf-645b06505411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes'} Body: b'{"volume": {"id": "d0566 96b-6246-4229-a81d-39ef90367412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:42.461452", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1232714438", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:37:42,569 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412 0.041s 2023-04-17 17:37:42,570 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-237270b1-bc82-4981-9eaa-0236a65f5830', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-237270b1-bc82-4981-9eaa-0236a65f5830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412'} Body: b'{"volume": {"id": "d056696b-6246-4229-a81d-39ef90367412", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:42.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1232714438", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 2023-04-17 17:37:43,619 80201 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/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412 0.038s 2023-04-17 17:37:43,620 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6095f219-091b-4f54-9e17-9ce029ad39fb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6095f219-091b-4f54-9e17-9ce029ad39fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412'} Body: b'{"volume": {"id": "d056696b-6246-4229-a81d-39ef90367412", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:37:42.000000", "updated_at": "2023-04-17T17:37:43.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1232714438", "description": null, "volume_type ": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd1e8586846543c88d468bb6b705d4a6/volumes/d056696b-6246-4229-a81d-39ef90367412"}], "user_id": "cb9f6038c3d94f4b8176f52308996012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd1e8586846543c88d468bb6b705d4a6"}}' 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 76ebe8ef-7711-4a21-a30a-879bb8ca64b6 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 7924fef7-eb7b-4919-b22d-d048efe4d4a8 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-17T17:37:42Z', 'message': 'Build of instance 7924fef7-eb7b-4919-b22d-d048efe4d4a8 aborted: Volume 135cdd04-bc6b-41af-959b-3aecd7001e19 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-a654f3a5-5bca-448e-a45c-26b4e794065d. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:34:34,461 80209 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.037s 2023-04-17 17:34:34,461 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:34 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-dc6421ac-145c-4383-b621-677394a8ab82', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919-project-member", "password_expires_at": null}, "audit_ids": ["oqtWTbpRSbK6UcZukNg2rw"], "expires_at": "2023-04-17T18:34:34.000000Z", "issued_at": "2023-04-17T17:34:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63c872fffe164507ab615963a791bfb9", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:34:34,462 80209 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '30e36505-103b-4c7d-8408-02de3c5258b5', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1865747356-network', 'tenant_id': '63c872fffe164507ab615963a791bfb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '63c872fffe164507ab615963a791bfb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65226, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:18Z', 'updated_at': '2023-04-17T17:34:18Z', 'revision_number': 1} available for tenant 2023-04-17 17:34:35,757 80209 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.294s 2023-04-17 17:34:35,757 80209 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-1097947059", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "30e36505-103b-4c7d-8408-02de3c5258b5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e', '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-33a9f7fc-32f3-411a-ab86-35cb631eb8b0', 'x-compute-request-id': 'req-33a9f7fc-32f3-411a-ab86-35cb631eb8b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "337c511a-a2ed-484e-ab48-31618fa2755e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "rz2cGz3H6YCJ"}}' 2023-04-17 17:34:36,148 80209 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/337c511a-a2ed-484e-ab48-31618fa2755e 0.388s 2023-04-17 17:34:36,149 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:34:35 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-7c600772-d6ae-4eed-b081-d6593c7118c8', 'x-compute-request-id': 'req-7c600772-d6ae-4eed-b081-d6593c7118c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e'} Body: b'{"server": {"id": "337c511a-a2ed-484e-ab48-31618fa2755e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1097947059", "status": "BUILD", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:34:36Z", "updated": "2023-04-17T17:34:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33 7c511a-a2ed-484e-ab48-31618fa2755e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}], "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-17 17:35:26,512 80209 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/337c511a-a2ed-484e-ab48-31618fa2755e 0.299s 2023-04-17 17:35:26,513 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:35:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39e6555e-7cc1-49ec-b739-b83aa5f5c708', 'x-compute-request-id': 'req-39e6555e-7cc1-49ec-b739-b83aa5f5c708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e'} Body: b'{"server": {"id": "337c511a-a2ed-484e-ab48-31618fa2755e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1097947059", "status": "ACTIVE", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "21a42167be7408940bb244b35ff22c1d035fd55d2132c6f6fbe97331", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:34:35Z", "updated": "2023-04-17T17:34:47Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1865747356-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:1a:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:35:26,528 80209 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:36:27,645 80209 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/337c511a-a2ed-484e-ab48-31618fa2755e/action 1.059s 2023-04-17 17:36:27,645 80209 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-ServerBootFromVolumeS tableRescueTest-image-801582708"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:26 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-33c3ef12-583a-4b4b-91a7-08ae7901dbd3', 'x-compute-request-id': 'req-33c3ef12-583a-4b4b-91a7-08ae7901dbd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e/action'} Body: b'{"image_id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00"}' 2023-04-17 17:36:27,668 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.020s 2023-04-17 17:36:27,668 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c7122915-c3d2-497e-a3a7-54c4be44dcb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:28,692 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.022s 2023-04-17 17:36:28,692 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8b60c9ba-4345-4d11-8e92-005a2618e622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-Server BootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:29,717 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.023s 2023-04-17 17:36:29,717 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3c8cc201-0f12-439b-8505-eb870065bf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:30,745 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.026s 2023-04-17 17:36:30,746 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4cfa6e14-3962-48be-a50f-093a5daf807a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:31,770 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.022s 2023-04-17 17:36:31,770 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d0ef22ac-7520-43de-b0b7-24d9caa56979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:32,807 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.035s 2023-04-17 17:36:32,807 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-ty pe': 'application/json', 'x-openstack-request-id': 'req-31a25aa9-e13d-4e5b-8b2d-7227b3bb6e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:33,926 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.117s 2023-04-17 17:36:33,926 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-93020aff-3572-4d74-b7f1-094dda9230ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:28Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:34,978 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.050s 2023-04-17 17:36:34,979 80209 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8a6c9699-f7bb-4de3-9dfc-995691433277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:35Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:36,022 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.041s 2023-04-17 17:36:36,022 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-99305813-d31e-4f5d-8271-9e63f2422b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "create d_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:36Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:37,054 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.030s 2023-04-17 17:36:37,054 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0e9982f3-787b-4a88-9f5f-6224f4bf7850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b2616480d39803ba063b5da19dad6628", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "eb46d80c1a9b36c77011a3881100fd6c34f877b2bd807221e43558a20199e6670d48d89c555ce3dd37812c6783e180cf79195d05852b7484956db98c99f1aeef", "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:37Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:37,087 80209 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/1d3aa5a3-7537-4fa7-9de1-2d874b276d00 0.032s 2023-04-17 17:36:37,087 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e89c801a-e981-4733-827b-61abc47ff691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "337c511a-a2ed-484e-ab48-31618fa2755e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-801582708", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b2616480d39803ba063b5da19dad6628", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "eb46d80c1a9b36c77011a3881100fd6c34f877b2bd807221e43558a20199e6670d48d89c555ce3dd37812c6783e180cf79195d05852b7484956db98c99f1aeef", "id": "1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "created_at": "2023-04-17T17:36:28Z", "updated_at": "2023-04-17T17:36:37Z", "tags": [], "self": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00", "file": "/v2/images/1d3aa5a3-7537-4fa7-9de1-2d874b276d00/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:36:37,407 80209 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/337c511a-a2ed-484e-ab48-31618fa2755e 0.319s 2023-04-17 17:36:37,407 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc2c0d0e-9386-4717-9ae0-32833de12026', 'x-compute-request-id': 'req-bc2c0d0e-9386-4717-9ae0-32833de12026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e'} Body: b'{"server": {"id": "337c511a-a2ed-484e-ab48-31618fa2755e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1097947059", "status": "ACTIVE", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "21a42167be7408940bb244b35ff22c1d035fd55d2132c6f6fbe97331", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:34:35Z", "updated": "2023-04-17T17:36:37Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1865747356-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:1a:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337c511a-a2ed-484e-ab48-31618fa2755e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:37:37,608 80209 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.120s 2023-04-17 17:37:37,609 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:37 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-3e10c3ba-55dd-401c-b724-f09ca19baac0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919-project-member", "password_expires_at": null}, "audit_ids": ["kWVg0QM4TN6YI8NTQGawqw"], "expires_at": "2023-04-17T18:37:37.000000Z", "issued_at": "2023-04-17T17:37:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63c872fffe164507ab615963a791bfb9", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:37:37,609 80209 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '30e36505-103b-4c7d-8408-02de3c5258b5', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1865747356-network', 'tenant_id': '63c872fffe164507ab615963a791bfb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63c872fffe164507ab615963a791bfb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6 5226, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:18Z', 'updated_at': '2023-04-17T17:34:18Z', 'revision_number': 1} available for tenant 2023-04-17 17:37:38,196 80209 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.586s 2023-04-17 17:37:38,197 80209 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-543378232", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "30e36505-103b-4c7d-8408-02de3c5258b5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8', '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-a654f3a5-5bca-448e-a45c-26b4e794065d', 'x-compute-request-id': 'req-a654f3a5-5bca-448e-a45c-26b4e794065d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7924fef7-eb7b-4919-b22d-d048efe4d4a8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "GwVysowd5hXs"}}' 2023-04-17 17:37:38,276 80209 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/7924fef7-eb7b-4919-b22d-d048efe4d4a8 0.076s 2023-04-17 17:37:38,276 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:38 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-c02b0c4a-9985-499a-a07a-7b9cde6044da', 'x-compute-request-id': 'req-c02b0c4a-9985-499a-a07a-7b9cde6044da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8'} Body: b'{"server": {"id": "7924fef7-eb7b-4919-b22d-d048efe4d4a8", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-543378232", "status": "BUILD", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:37:38Z", "updated": "2023-04-17T17:37:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}, {"rel": "bookmark", "href": "http://10.0.0. 210/compute/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}], "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-17 17:38:28,512 80209 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/7924fef7-eb7b-4919-b22d-d048efe4d4a8 0.173s 2023-04-17 17:38:28,512 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49cff114-14ba-4e1b-9737-a2026a396102', 'x-compute-request-id': 'req-49cff114-14ba-4e1b-9737-a2026a396102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8'} Body: b'{"server": {"id": "7924fef7-eb7b-4919-b22d-d048efe4d4a8", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-543378232", "status": "ERROR", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:37:38Z", "updated": "2023-04-17T17:37:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-17T17:37:42Z", "message": "Build of instance 7924fef7-eb7b-4919-b22d-d048efe4d4a8 aborted: Volume 135cdd04-bc6b-41af-959b-3aecd7001e19 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:38:28,527 80209 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-17 17:38:29,054 80209 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/7924fef7-eb7b-4919-b22d-d048efe4d4a8 0.526s 2023-04-17 17:38:29,054 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:28 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-7d72479f-8f74-4dc3-98b0-6c65bbcf68d5', 'x-compute-request-id': 'req-7d72479f-8f74-4dc3-98b0-6c65bbcf68d5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8'} Body: b'' 2023-04-17 17:38:29,101 80209 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8 0.046s 2023-04-17 17:38:29,102 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:29 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-8e3cf46b-1e16-4e41-8bb9-6b37d9f22776', 'x-compute-request-id': 'req-8e3cf46b-1e16-4e41-8bb9-6b37d9f22776', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7924fef7-eb7b-4919-b22d-d048efe4d4a8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7924fef7-eb7b-4919-b22d-d048efe4d4a8 could not be found."}}' setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 9acbd325-a0c1-4a7c-a989-feecf97ed2fe failed to build and is in ERROR status 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 9d01be1f-f255-476b-9f11-c996f39f573a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:45,835 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.239s 2023-04-17 17:38:45,835 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c98d79f8-5367-4ab6-9a8f-842386f0521d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:38:46,161 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes 0.325s 2023-04-17 17:38:46,162 80199 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-1064442305", "snapshot_id": null, "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83cc8433-f36d-45f5-b0b0-1317120df026', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83cc8433-f36d-45f5-b0b0-1317120df026', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes'} Body: b'{"volume": {"id": "9d01be1f-f255-476b-9f11-c996f39f573a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:46.107440", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1064442305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:46,213 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a 0.041s 2023-04-17 17:38:46,213 80199 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad0969f-f848-4ca0-b902-b32951de4701', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad0969f-f848-4ca0-b902-b32951de4701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a'} Body: b'{"volume": {"id": "9d01be1f-f255-476b-9f11-c996f39f573a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:46.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1064442305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:47,264 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a 0.039s 2023-04-17 17:38:47,264 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5b0f20b-eefc-4665-a590-529540964b83', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5b0f20b-eefc-4665-a590-529540964b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a'} Body: b'{"volume": {"id": "9d01be1f-f255-476b-9f11-c996f39f573a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:46.000000", "updated_at": "2023-04-17T17:38:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1064442305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:47,373 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a 0.096s 2023-04-17 17:38:47,373 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 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-21dc7b6c-1fbd-4197-82a0-fdd84ade7f18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a'} Body: b'' 2023-04-17 17:38:47,395 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a 0.021s 2023-04-17 17:38:47,395 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38: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-55cb68f2-76d5-4289-befc-b4935157140c', 'x-openstack-request-id': 'req-55cb68f2-76d5-4289-befc-b4935157140c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/9d01be1f-f255-476b-9f11-c996f39f573a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9d01be1f-f255-476b-9f11-c996f39f573a 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 ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:47,417 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.018s 2023-04-17 17:38:47,417 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-83445b8e-2da5-4fc2-9869-b49816023aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:38:47,752 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes 0.334s 2023-04-17 17:38:47,752 80199 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-46480342", "snapshot_id": null, "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ac53ba-95b6-43ed-9338-98d26303c96d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ac53ba-95b6-43ed-9338-98d26303c96d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes'} Body: b'{"volume": {"id": "ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:47.693223", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-46480342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:47,799 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c 0.037s 2023-04-17 17:38:47,799 80199 DEBUG [tempest.lib.common.rest_client] Request - He aders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f7c5d7f-9821-414c-86e1-da143e99bbe1', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f7c5d7f-9821-414c-86e1-da143e99bbe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c'} Body: b'{"volume": {"id": "ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:48.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-46480342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:48,880 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c 0.069s 2023-04-17 17:38:48,881 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-688b6993-6907-43e4-b4bb-db3a895ef5eb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-688b6993-6907-43e4-b4bb-db3a895ef5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c'} Body: b'{"volume": {"id": "ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:48.000000", "updated_at": "2023-04-17T17:38:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-46480342", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,008 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c 0.117s 2023-04-17 17:38:49,009 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'conten t-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9223f1b1-9eb0-47bd-bf42-7e3a6d4b36c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c'} Body: b'' 2023-04-17 17:38:49,033 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c 0.024s 2023-04-17 17:38:49,034 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7358f86-1469-4c3e-b87f-0f75be418d74', 'x-openstack-request-id': 'req-a7358f86-1469-4c3e-b87f-0f75be418d74', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ea0cfd0a-aec5-4343-bc47-7eac9a3dd36c 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 5470d949-1149-477c-aa32-f1a5cbfd33aa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:49,036 80199 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-17 17:38:49,107 80199 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.065s 2023-04-17 17:38:49,107 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1579819877", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLPQ07OzLTBFkxW+gZBuKqzijxs0f/Y6pKivDESMo0nTuUprjWTGcBqUHcA2fBwe50A+fC1apt+/VAP1loSjvRrHXyDM1QhWkeuCM4vi0hkuq6HE5zl7KpOMusF92zSP8A=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f7b00ad-88d7-4aab-9a81-0d015d60ba17', 'x-compute-request-id': 'req-9f7b00ad-88d7-4aab-9a81-0d015d60ba17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1579819877", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLPQ07OzLTBFkxW+gZBuKqzijxs0f/Y6pKivDESMo0nTuUprjWTGcBqUHcA2fBwe50A+fC1apt+/VAP1loSjvRrHXyDM1QhWkeuCM4vi0hkuq6HE5zl7KpOMusF92zSP8A==", "fingerprint": "4e:b9:f3:14:b2:c5:07:8f:8d:85:fc:98:c8:9e:b8:ca", "user_id": "27bada3cde0a4c6392d47d01b8bb7603"}}' 2023-04-17 17:38:49,269 80199 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.159s 2023-04-17 17:38:49,269 80199 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-149163407", "description": "tempest-secgroup-smoke-149163407 description", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-dc96517e-7ee4-43ee-83f6-15448f020780', 'date': 'Mon, 17 Apr 2023 17:38:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "name": "tempest-secgroup-smoke-149163407", "stateful": true, "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "description": "tempest-secgroup-smoke-149163407 description", "shared": false, "security_group_rules": [{"id": "028998ed-a1e7-483e-8b1b-af1a4416416c", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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": 726, "description": null, "tags": [], "created_at": "2023-04-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}, {"id": "16e540dd-41e9-4fdd-8f4c-e878529cf60e", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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": 725, "description": null, "tags": [], "created_at": "2023-04-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863 ba64b1f91e52e8e3d6724ff"}], "tags": [], "created_at": "2023-04-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 1, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,427 80199 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.157s 2023-04-17 17:38:49,427 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "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-7d1baea6-4eb5-4701-969d-570d8ead8546', 'date': 'Mon, 17 Apr 2023 17:38:49 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": "4a2d65b9-27a4-4c34-b89a-f3edf1cc9810", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,578 80199 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.150s 2023-04-17 17:38:49,578 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "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-643667e7-1e44-48ca-95cf-d3b0e050f1f4', 'date': 'Mon, 17 Apr 2023 17:38:49 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": "4a62022b-3b76-4df6-b2d8-536bc477ac29", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,742 80199 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.164s 2023-04-17 17:38:49,743 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d659a50f-093a-4388-8b24-d4472e8bf83b', 'date': 'Mon, 17 Apr 2023 17:38:49 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": "78f2b121-b23c-46ec-a4da-023e2e3885de", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:49,900 80199 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.157s 2023-04-17 17:38:49,901 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6b1b09ff-acbb-4bc6-8fbf-eb86dc28444b', 'date': 'Mon, 17 Apr 2023 17:38:49 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": "369c1ae1-9af6-4fbd-8797-966c345f2bbf", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:49Z", "updated_at": "2023-04-17T17:38:49Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:50,158 80199 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.256s 2023-04-17 17:38:50,158 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-18e99c6b-f008-4385-b450-424c0d1a0c61', 'date': 'Mon, 17 Apr 2023 17:38:50 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": "25a6c87d-64c9-432c-92cd-da27a872d7bd", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:50Z", "updated_at": "2023-04-17T17:38:50Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:50,318 80199 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.159s 2023-04-17 17:38:50,318 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ rule": {"security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1e71f8eb-88d1-435d-8de9-f0b809bcb8ff', 'date': 'Mon, 17 Apr 2023 17:38:50 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": "c7857038-cf6e-4b1f-aac6-9b0aab37b90a", "tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff", "security_group_id": "05fffd12-054d-4a4f-8534-29b7c8c5f6e5", "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-17T17:38:50Z", "updated_at": "2023-04-17T17:38:50Z", "revision_number": 0, "project_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:50,318 80199 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-17 17:38:50,341 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.022s 2023-04-17 17:38:50,342 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3f8d07ed-eb61-4789-8f38-145d95a6acfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:38:50,665 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes 0.323s 2023-04-17 17:38:50,666 80199 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-1473393998", "snapshot_id": null, "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d11706ee-5204-4933-bb24-b7fd8a824707', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d11706ee-5204-4933-bb24-b7fd8a824707', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes' } Body: b'{"volume": {"id": "5470d949-1149-477c-aa32-f1a5cbfd33aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:50.598495", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1473393998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:50,721 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa 0.044s 2023-04-17 17:38:50,721 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2f06c5-2749-4776-a7d8-f062799012c9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2f06c5-2749-4776-a7d8-f062799012c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa'} Body: b'{"volume": {"id": "5470d949-1149-477c-aa32-f1a5cbfd33aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:51.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1473393998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:51,774 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa 0.041s 2023-04-17 17:38:51,774 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0463de0-81a3-499c-9197-b1f507d46590', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0463de0-81a3-499c-9197-b1f507d46590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa'} Body: b'{"volume": {"id": "5470d949-1149-477c-aa32-f1a5cbfd33aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:51.000000", "updated_at": "2023-04-17T17:38:51.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1473393998", "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/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa"}], "user_id": "27bada3cde0a4c6392d47d01b8bb7603", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fd42e863ba64b1f91e52e8e3d6724ff"}}' 2023-04-17 17:38:51,892 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa 0.107s 2023-04-17 17:38:51,893 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf2cb65b-b685-40fc-a5a0-431b7bd20002', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa'} Body: b'' 2023-04-17 17:38:51,914 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa 0.021s 2023-04-17 17:38:51,914 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0033453b-0f42-424d-8031-d24eeec151c8', 'x-openstack-request-id': 'req-0033453b-0f42-424d-8031-d24eeec151c8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3fd42e863ba64b1f91e52e8e3d6724ff/volumes/5470d949-1149-477c-aa32-f1a5cbfd33aa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5470d949-1149-477c-aa32-f1a5cbfd33aa could not be found."}}' 2023-04-17 17:38:52,074 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/05fffd12-054d-4a4f-8534-29b7c8c5f6e5 0.159s 2023-04-17 17:38:52,074 80199 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-30f1428d-3f5f-4948-ae02-d0dc9942aa50', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:38:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/05fffd12-054d-4a4f-8534-29b7c8c5f6e5'} Body: b'' 2023-04-17 17:38:52,111 80199 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1579819877 0.036s 2023-04-17 17:38:52,111 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141a577e-baeb-4a26-a2bc-d9216fa6c907', 'x-compute-request-id': 'req-141a577e-baeb-4a26-a2bc-d9216fa6c907', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1579819877'} Body: b'' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 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 332b1a40-4d71-4611-92a0-d0045a506587 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:59,606 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.342s 2023-04-17 17:38:59,606 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1084257440"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1526e87e-b03c-4e82-bf3a-7901c78d8084', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1526e87e-b03c-4e82-bf3a-7901c78d8084', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "332b1a40-4d71-4611-92a0-d0045a506587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:59.542893", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1084257440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:59,826 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.210s 2023-04-17 17:38:59,827 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-582636186"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcb2ba22-4098-4f88-800a-e9f904f25bb1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcb2ba22-4098-4f88-800a-e9f904f25bb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "e5e66f5f-372d-4342-93dc-536f9ea30a95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:59.754053", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-582636186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/e5e66f5f-372d-4342-93dc-536f9ea30a95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/e5e66f5f-372d-4342-93dc-536f9ea30a95"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:00,047 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.208s 2023-04-17 17:39:00,048 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-615642908"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f4b7429-02b9-4c02-9ba4-d2c45c1b1c65', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f4b7429-02b9-4c02-9ba4-d2c45c1b1c65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "705391a2-b5d7-4767-b8a4-a3c8d48d5f04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:59.986100", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-615642908", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/705391a2-b5d7-4767-b8a4-a3c8d48d5f04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/705391a2-b5d7-4767-b8a4-a3c8d48d5f04"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:00,237 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.179s 2023-04-17 17:39:00,238 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1744232315"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb468b37-bf1b-4536-9f9f-3fa45e9f8784', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb468b37-bf1b-4536-9f9f-3fa45e9f8784', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "73d0b692-e819-47c6-a63a-3eb7fbbe7d99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:00.177845", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1744232315", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/73d0b692-e819-47c6-a63a-3eb7fbbe7d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/73d0b692-e819-47c6-a63a-3eb7fbbe7d99"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:00,438 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes 0.191s 2023-04-17 17:39:00,439 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-1230528957"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ad064e-8167-49c5-ab41-fcbb2deb74c0', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ad064e-8167-49c5-ab41-fcbb2deb74c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes'} Body: b'{"volume": {"id": "4ada26b5-f3c7-4d1c-b680-ba6526777d9d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:00.377438", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1230528957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/4ada26b5-f3c7-4d1c-b680-ba6526777d9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/4ada26b5-f3c7-4d1c-b680-ba6526777d9d"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:00,487 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587 0.039s 2023-04-17 17:39:00,487 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0441b49-93da-4ab5-a019-9266b112e08d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0441b49-93da-4ab5-a019-9266b112e08d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587'} Body: b'{"volume": {"id": "332b1a40-4d71-4611-92a0-d0045a506587", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:00.000000", "updated_at": "2023-04-17T17:39:00.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1084257440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab27389e46ec4617a1ee46bbc167a839"}}' 2023-04-17 17:39:01,537 80199 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587 0.039s 2023-04-17 17:39:01,538 80199 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-480f257b-8a0a-473d-888a-31e7e8e5966b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-480f257b-8a0a-473d-888a-31e7e8e5966b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587'} Body: b'{"volume": {"id": "332b1a40-4d71-4611-92a0-d0045a506587", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:00.000000", "updated_at": "2023-04-17T17:39:00.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1084257440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab27389e46ec4617a1ee46bbc167a839/volumes/332b1a40-4d71-4611-92a0-d0045a506587"}], "user_id": "dfc2d712c57647b3a30cdfb7a517bb01", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab27389e46ec4617a1ee46bbc167a839"}}' 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 12841f6a-092f-4260-b46b-33303177db3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:36:21,921 80205 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:36:21,922 80205 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:36:21,973 80205 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-17 17:36:21,974 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-466913357", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPYGM7TCIEea2NrfYqx3cHOOTL3mi2XVT7f+gq/ZodBX91kDRxNKVeDpbp07ToQ/gejuEPAZmv04W2fC3xC4FAc2yfJETAIg24f1z/1RTRoS+gxfXI31WCaXi4xYCRgVA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:21 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-734947e5-7dbd-4b26-b816-dd932f5d8bea', 'x-compute-request-id': 'req-734947e5-7dbd-4b26-b816-dd932f5d8bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-466913357", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPYGM7TCIEea2NrfYqx3cHOOTL3mi2XVT7f+gq/ZodBX91kDRxNKVeDpbp07ToQ/gejuEPAZmv04W2fC3xC4FAc2yfJETAIg24f1z/1RTRoS+gxfXI31WCaXi4xYCRgVA==", "fingerprint": "c3:66:07:d7:d9:61:dc:99:39:62:5b:40:66:c1:93:76", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8"}}' 2023-04-17 17:36:21,976 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-466913357 created 2023-04-17 17:36:22,135 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.158s 2023-04-17 17:36:22,136 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--83131375", "description": "tempest-description--1525912764"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-83ef3ff6-72fd-4232-8acf-100a7d771398', 'date': 'Mon, 17 Apr 2023 17:36:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "name": "tempest-securitygroup--83131375", "stateful": true, "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "description": "tempest-description--1525912764", "shared": false, "security_group_rules": [{"id": "88519a10-ebf0-4115-bd56-a714da152612", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "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": 545, "description": null, "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}, {"id": "e04ae655-890f-42e3-b071-8810aaba32de", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalize d_cidr": null, "remote_group_id": null, "standard_attr_id": 546, "description": null, "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}], "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:36:22,313 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-17 17:36:22,314 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "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-e3e37f82-03c7-4d31-9e26-4c2c4f19510c', 'date': 'Mon, 17 Apr 2023 17:36:22 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": "fb876259-9066-4353-b03f-27404a0d06d1", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "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-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:36:22,490 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-17 17:36:22,491 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-194fb208-55e6-4bde-98e9-89d2facffcaf', 'date': 'Mon, 17 Apr 2023 17:36:22 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": "ac768a5d-b33f-4a21-9050-89f5ca942b6f", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "9376f72f-387f-46dd-bf6c-82d09011dd2f", "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-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:36:22,491 80205 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--83131375 created 2023-04-17 17:36:23,281 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.789s 2023-04-17 17:36:23,281 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-opens tack-request-id': 'req-201cf0b1-1712-4283-b5cb-fa544e3a799f', 'date': 'Mon, 17 Apr 2023 17:36:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e6f39cc7-f352-40be-b407-fda7f3dfd00d", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.126", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "70d10a379e4e420e9c66476ae0b10507", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:36:22Z", "revision_number": 0}}' 2023-04-17 17:36:23,282 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e6f39cc7-f352-40be-b407-fda7f3dfd00d', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 0, 'ip': '172.24.4.126'} created 2023-04-17 17:36:23,550 80205 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.263s 2023-04-17 17:36:23,553 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:23 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-fe144624-07ce-4843-99ab-8b9ca5da13cf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6cbcda57441d43e0bb8dfee4768df2a8", "name": "tempest-AttachVolumeNegativeTest-469494846-project-member", "password_expires_at": null}, "audit_ids": ["bdoyDdrQREiP17RvF6ijeA"], "expires_at": "2023-04-17T18:36:23.000000Z", "issued_at": "2023-04-17T17:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70d10a379e4e420e9c66476ae0b10507", "name": "tempest-AttachVolumeNegativeTest-469494846"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0 .210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:36:23,554 80205 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'af0f7e21-142e-450a-9674-ea24c1cbc9aa', 'name': 'tempest-AttachVolumeNegativeTest-1104956119-network', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34068, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:10Z', 'revision_number': 1} available for tenant 2023-04-17 17:36:23,555 80205 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-466913357', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPYGM7TCIEea2NrfYqx3cHOOTL3mi2XVT7f+gq/ZodBX91kDRxNKVeDpbp07ToQ/gejuEPAZmv04W2fC3xC4FAc2yfJETAIg24f1z/1RTRoS+gxfXI31WCaXi4xYCRgVA==', 'fingerprint': 'c3:66:07:d7:d9:61:dc:99:39:62:5b:40:66:c1:93:76', 'user_id': '6cbcda57441d43e0bb8dfee4768df2a8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAG59Dr9eoBBP9J6vUQC0HH0pjanrLB6GJraTeECoi+1HCVirrDEuNy\n0BRtT2s3mgygBwYFK4EEACKhZANiAART2BjO0wiBHmtja32Ksd3Bzjky95otl1U+\n3/oKv2aHQV/dZA0cTSlXg6W6dO06EP4Ho7hDwGZr9OFtnwt8QuBQHNsnyREwCINu\nH9c/9UU0aEvoMX1yN9Vgml4uMWAkYFQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9376f72f-387f-46dd-bf6c-82d09011dd2f', 'name': 'tempest-securitygroup--83131375', 'stateful': True, 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'description': 'tempest-description--1525912764', 'shared': False, 'security_group_rules': [{'id': '88519a10-ebf0-4115-bd56-a714da152612', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': '9376f72f-387f-46dd-bf6c-82d09011dd2f', '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': 545, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, {'id': 'e04ae655-890f-42e3-b071-8810aaba32de', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': '9376f72f-387f-46dd-bf6c-82d09011dd2f', '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': 546, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}], 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 1, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, 'floating_ip': {'id': 'e6f39cc7-f352-40be-b407-fda7f3dfd00d', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:36:22Z', 'updated_at': '2023-04-17T17:36:22Z', 'revision_number': 0, 'ip': '172.24.4.126'}} 2023-04-17 17:36:24,926 80205 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 1.369s 2023-04-17 17:36:24,926 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1425938846", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "af0f7e21-142e-450a-9674-ea24c1cbc9aa"}], "security_groups": [{"name": "tempest-securitygroup--83131375"}], "key_name": "tempest-keypair-466913357", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2f17701-8990-4ec3-9d51-92b0c5a6b746', 'x-compute-request-id': 'req-a2f17701-8990-4ec3-9d51-92b0c5a6b746', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--83131375"}], "adminPass": "password"}}' 2023-04-17 17:36:25,001 80205 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/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.072s 2023-04-17 17:36:25,002 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c98a949-3d36-4725-9052-c1f296adac10', 'x-compute-request-id': 'req-3c98a949-3d36-4725-9052-c1f296adac10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'{"server": {"id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "name": "tempest-AttachVolumeNegativeTest-server-1425938846", "status": "BUILD", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ 82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:36:25Z", "updated": "2023-04-17T17:36:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-466913357", "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-17 17:37:15,284 80205 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/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.222s 2023-04-17 17:37:15,285 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4995fa9-5b88-43ac-8fca-c814213e2912', 'x-compute-request-id': 'req-b4995fa9-5b88-43ac-8fca-c814213e2912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'{"server": {"id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "name": "tempest-AttachVolumeNegativeTest-server-1425938846", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:36:24Z", "updated": "2023-04-17T17:36:34Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:d9:2c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-466913357", "OS-SRV-USG:launched_at": "2023-04-17T17:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--83131375"}], "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-17 17:37:15,296 80205 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:38:15,562 80205 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/724dac7a-d0c4-47c5-9faf-c32e8cab0459/os-interface 0.209s 2023-04-17 17:38:15,563 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:15 G MT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edac0ca6-57de-4cca-a418-b44a67dc8e29', 'x-compute-request-id': 'req-edac0ca6-57de-4cca-a418-b44a67dc8e29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "port_id": "69672cf1-09b2-4035-8125-023e26e1c6f6", "mac_addr": "fa:16:3e:2b:d9:2c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "de4db7db-88fc-4ae3-ac6e-523e4a1eebae", "ip_address": "10.0.0.6"}]}]}' 2023-04-17 17:38:16,329 80205 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/e6f39cc7-f352-40be-b407-fda7f3dfd00d 0.762s 2023-04-17 17:38:16,330 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "69672cf1-09b2-4035-8125-023e26e1c6f6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ecd6569b-4520-4f53-bd58-36099f54cd39', 'date': 'Mon, 17 Apr 2023 17:38:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e6f39cc7-f352-40be-b407-fda7f3dfd00d'} Body: b'{"floatingip": {"id": "e6f39cc7-f352-40be-b407-fda7f3dfd00d", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.126", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "3d1dc916-d96c-442f-a813-73f3b68d7e88", "port_id": "69672cf1-09b2-4035-8125-023e26e1c6f6", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "mac_address": "fa:16:3e:2b:d9:2c", "admin_state_up": true, "status": "ACTIVE", "device_id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:36:22Z", "updated_at": "2023-04-17T17:38:15Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:38:16,332 80205 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.126:22' as 'cirros' with public key authentication 2023-04-17 17:38:16,368 80205 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:38:16,391 80205 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:38:16,391 80205 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.126 successfully created 2023-04-17 17:38:16,431 80205 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/724dac7a-d0c4-47c5-9faf-c32e8cab0459/ips 0.038s 2023-04-17 17:38:16,431 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:16 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-3addfd9f-d3a1-4da3-8629-3e03822197ce', 'x-compute-request-id': 'req-3addfd9f-d3a1-4da3-8629-3e03822197ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459/ips'} Body: b'{"address es": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-17 17:38:16,639 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes 0.205s 2023-04-17 17:38:16,640 80205 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-659107998"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35c2ff4-bc63-4868-a75b-cf2e4302eed1', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35c2ff4-bc63-4868-a75b-cf2e4302eed1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes'} Body: b'{"volume": {"id": "12841f6a-092f-4260-b46b-33303177db3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:16.572165", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-659107998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:38:16,694 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f 0.044s 2023-04-17 17:38:16,695 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef3c658-bfad-4709-873c-dbe36bbd1f72', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef3c658-bfad-4709-873c-dbe36bbd1f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f'} Body: b'{"volume": {"id": "12841f6a-092f-4260-b46b-33303177db3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:17.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-659107998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:38:17,745 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/70d10a3 79e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f 0.038s 2023-04-17 17:38:17,745 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73afb40b-b5b6-4b95-8f17-d84fe0388df5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73afb40b-b5b6-4b95-8f17-d84fe0388df5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f'} Body: b'{"volume": {"id": "12841f6a-092f-4260-b46b-33303177db3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:17.000000", "updated_at": "2023-04-17T17:38:17.000000", "name": "tempest-AttachVolumeNegativeTest-volume-659107998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/12841f6a-092f-4260-b46b-33303177db3f"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:38:17,878 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.121s 2023-04-17 17:38:17,879 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:17 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-74f41fec-0747-48aa-aec8-6c851442419c', 'x-compute-request-id': 'req-74f41fec-0747-48aa-aec8-6c851442419c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'' 2023-04-17 17:38:18,262 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.382s 2023-04-17 17:38:18,262 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14f7aebf-337e-4d1e-a862-d52462a960e9', 'x-compute-request-id': 'req-14f7aebf-337e-4d1e-a862-d52462a960e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'{"server": {"id": "724dac7a-d0c4-47c5-9faf-c32e8cab0459", "name": "tempest-AttachVolumeNegativeTest-server-1425938846", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image" : {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:36:24Z", "updated": "2023-04-17T17:38:18Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:d9:2c"}, {"version": 4, "addr": "172.24.4.126", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:d9:2c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-466913357", "OS-SRV-USG:launched_at": "2023-04-17T17:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--83131375"}], "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-17 17:39:08,617 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459 0.281s 2023-04-17 17:39:08,617 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:08 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-350bd834-09cb-4f9d-a71e-0e69f3eea4b4', 'x-compute-request-id': 'req-350bd834-09cb-4f9d-a71e-0e69f3eea4b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724dac7a-d0c4-47c5-9faf-c32e8cab0459'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 724dac7a-d0c4-47c5-9faf-c32e8cab0459 could not be found."}}' 2023-04-17 17:39:08,649 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-466913357 0.031s 2023-04-17 17:39:08,650 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:08 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-34065d3c-b7e3-4f32-af6d-78893b56bc4c', 'x-compute-request-id': 'req-34065d3c-b7e3-4f32-af6d-78893b56bc4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-466913357'} Body: b'' 2023-04-17 17:39:08,805 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9376f72f-387f-46dd-bf6c-82d09011dd2f 0.155s 2023-04-17 17:39:08,806 80205 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-e50c7dd6-f958-4cec-8383-8f8c2911d38a', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:39:08 GMT', 'connecti on': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9376f72f-387f-46dd-bf6c-82d09011dd2f'} Body: b'' 2023-04-17 17:39:08,832 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9376f72f-387f-46dd-bf6c-82d09011dd2f 0.026s 2023-04-17 17:39:08,833 80205 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-a21f1ab5-9cf6-4045-98b3-532dd7a43be0', 'date': 'Mon, 17 Apr 2023 17:39:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9376f72f-387f-46dd-bf6c-82d09011dd2f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9376f72f-387f-46dd-bf6c-82d09011dd2f does not exist", "detail": ""}}' 2023-04-17 17:39:09,604 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e6f39cc7-f352-40be-b407-fda7f3dfd00d 0.770s 2023-04-17 17:39:09,604 80205 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-a00c4754-735a-4325-bbed-6afa02adcdd7', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:39:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e6f39cc7-f352-40be-b407-fda7f3dfd00d'} Body: b'' 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 affbf667-3bfb-48bc-b2a8-dc9572b59136 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:36:31,289 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.523s 2023-04-17 17:36:31,290 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b33b8354-20b5-42da-b968-e8b99e234341', 'x-compute-request-id': 'req-b33b8354-20b5-42da-b968-e8b99e234341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:36:31,479 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.177s 2023-04-17 17:36:31,479 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c443d27-69aa-42f1-8b5b-44ae8c259c61', 'x-compute-request-id': 'req-6c443d27-69aa-42f1-8b5b-44ae8c259c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", " href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:37:21,793 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.239s 2023-04-17 17:37:21,793 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3c0bb97-9b97-4225-a46e-6a84b79660c0', 'x-compute-request-id': 'req-c3c0bb97-9b97-4225-a46e-6a84b79660c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:37:22,056 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.250s 2023-04-17 17:37:22,056 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers : {'date': 'Mon, 17 Apr 2023 17:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba0dbc2a-fa1b-47f4-901b-c3b697996ec8', 'x-compute-request-id': 'req-ba0dbc2a-fa1b-47f4-901b-c3b697996ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:38:22,357 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes 0.279s 2023-04-17 17:38:22,358 80217 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-303435958"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39247037-15de-4a2e-b41b-ed08fe4038bc', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39247037-15de-4a2e-b41b-ed08fe4038bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes'} Body: b'{"volume": {"id": "affbf667-3bfb-48bc-b2a8-dc9572b59136", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:22.278289", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-303435958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []} }' 2023-04-17 17:38:22,419 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136 0.051s 2023-04-17 17:38:22,419 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d032828-7a1a-40a6-9bde-1c8e19ee42a2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d032828-7a1a-40a6-9bde-1c8e19ee42a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136'} Body: b'{"volume": {"id": "affbf667-3bfb-48bc-b2a8-dc9572b59136", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:22.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-303435958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:38:23,474 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136 0.044s 2023-04-17 17:38:23,475 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd575c0-36b1-41af-9e87-d5b229c2a255', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd575c0-36b1-41af-9e87-d5b229c2a255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136'} Body: b'{"volume": {"id": "affbf667-3bfb-48bc-b2a8-dc9572b59136", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:38:22.000000", "updated_at": "2023-04-17T17:38:22.000000", "name": "tempest-ServerActionsTestJSON-volume-303435958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/affbf667-3bfb-48bc-b2a8-dc9572b59136"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:38:23,893 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.406s 2023-04-17 17:38:23,894 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21e18c6b-60fa-481b-8768-db273af4394d', 'x-compute-request-id': 'req-21e18c6b-60fa-481b-8768-db273af4394d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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_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 8a19bef4-14d7-4fa5-a648-b5517e2a3820 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:39:45,964 80201 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes 0.611s 2023-04-17 17:39:45,965 80201 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-1494723704", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d029ea-6d4d-4a12-b7ec-cc2079313e1d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d029ea-6d4d-4a12-b7ec-cc2079313e1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes'} Body: b'{"volume": {"id": "8a19bef4-14d7-4fa5-a648-b5517e2a3820", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:45.896520", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1494723704", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}], "user_id": "0b985ad480614cb788055b03085d4af0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:46,023 80201 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820 0.045s 2023-04-17 17:39:46,023 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-081244c9-b268-4ed6-8729-cb6ae10bdec4', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-081244c9-b268-4ed6-8729-cb6ae10bdec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820'} Body: b'{"volume": {"id": "8a19bef4-14d7-4fa5-a648-b5517e2a3820", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:46.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1494723704", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}], "user_id": "0b985ad480614cb788055b03085d4af0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4622643f84124edabe1ef6f6b6bb87e3"}}' 2023-04-17 17:39:47,083 80201 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820 0.047s 2023-04-17 17:39:47,083 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c34645d9-e0c2-4882-9f82-e1389814aa5d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c34645d9-e0c2-4882-9f82-e1389814aa5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820'} Body: b'{"volume": {"id": "8a19bef4-14d7-4fa5-a648-b5517e2a3820", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:46.000000", "updated_at": "2023-04-17T17:39:46.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1494723704", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4622643f84124edabe1ef6f6b6bb87e3/volumes/8a19bef4-14d7-4fa5-a648-b5517e2a3820"}], "user_id": "0b985ad480614cb788055b03085d4af0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4622643f84124edabe1ef6f6b6bb87e3"}}' 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 585a5c96-2420-4eaa-8c1e-d4d917e2a34d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:02,865 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/bc124345e5c44bb788a5f1d968efd8e4/os-quota-sets/8523a6bc3cdb4df1be385e2fa5c4d626?usage=True 0.041s 2023-04-17 17:40:02,866 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35ac11e8-15d5-42a1-b59a-6f1af760f5bc', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35ac11e8-15d5-42a1-b59a-6f1af760f5bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc124345e5c44bb788a5f1d968efd8e4/os-quota-sets/8523a6bc3cdb4df1be385e2fa5c4d626?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": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:03,204 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes 0.329s 2023-04-17 17:40:03,204 80201 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-1717372574"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c88d4057-5b10-4a20-be0b-2a0baef3ec15', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c88d4057-5b10-4a20-be0b-2a0baef3ec15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes'} Body: b'{"volume": {"id": "585a5c96-2420-4eaa-8c1e-d4d917e2a34d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:03.140499", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1717372574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:40:03,255 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.040s 2023-04-17 17:40:03,255 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d23945-5eb6-4099-ad1f-1ea6dc6d8803', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23d23945-5eb6-4099-ad1f-1ea6dc6d8803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'{"volume": {"id": "585a5c96-2420-4eaa-8c1e-d4d917e2a34d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:03.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1717372574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:04,310 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.043s 2023-04-17 17:40:04,310 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d10b13a-0398-4f72-a145-5fc116aa7b08', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d10b13a-0398-4f72-a145-5fc116aa7b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'{"volume": {"id": "585a5c96-2420-4eaa-8c1e-d4d917e2a34d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:03.000000", "updated_at": "2023-04-17T17:40:03.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1717372574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:04,360 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.037s 2023-04-17 17:40:04,360 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-740369c8-46dc-4761-b428-bacc58c2a7fd', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-740369c8-46dc-4761-b428-bacc58c2a7fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'{"volume": {"id": "585a5c96-2420-4eaa-8c1e-d4d917e2a34d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:03.000000", "updated_at": "2023-04-17T17:40:03.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1717372574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:04,469 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.097s 2023-04-17 17:40:04,470 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40: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-16f19f0e-0125-4389-a516-5e3dc5d411b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'' 2023-04-17 17:40:04,493 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d 0.023s 2023-04-17 17:40:04,493 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40: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-66669c2c-c3b9-423d-91e2-22576f1e1304', 'x-openstack-request-id': 'req-66669c2c-c3b9-423d-91e2-22576f1e1304', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/585a5c96-2420-4eaa-8c1e-d4d917e2a34d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 585a5c96-2420-4eaa-8c1e-d4d917e2a34d 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 fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:04,676 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes 0.178s 2023-04-17 17:40:04,676 80201 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-1946164849"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4b0d650-f4f4-46ca-89f3-932e3ed89fd8', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4b0d650-f4f4-46ca-89f3-932e3ed89fd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes'} Body: b'{"volume": {"id": "fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:04.618051", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1946164849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:40:04,728 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.042s 2023-04-17 17:40:04,728 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc0eb75-45fd-4e54-a8a5-21dec236e777', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc0eb75-45fd-4e54-a8a5-21dec236e777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'{"volume": {"id": "fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:05.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1946164849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:05,782 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.042s 2023-04-17 17:40:05,783 80201 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb4ec686-2e6d-4015-b0c6-d670a88bb228', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb4ec686-2e6d-4015-b0c6-d670a88bb228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'{"volume": {"id": "fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:05.000000", "updated_at": "2023-04-17T17:40:05.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1946164849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:05,831 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.037s 2023-04-17 17:40:05,832 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-376c2ede-5faf-4fa9-973c-45a8799056eb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376c2ede-5faf-4fa9-973c-45a8799056eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'{"volume": {"id": "fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:05.000000", "updated_at": "2023-04-17T17:40:05.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1946164849", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61"}], "user_id": "0ab214e44c2b4e999b6c712599b08350", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8523a6bc3cdb4df1be385e2fa5c4d626"}}' 2023-04-17 17:40:05,949 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.105s 2023-04-17 17:40:05,949 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:05 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1239189b-435d-42f7-ad73-35485403627a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'' 2023-04-17 17:40:06,012 80201 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 0.062s 2023-04-17 17:40:06,013 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-049ffdc3-216c-427e-8c8f-75cba3648285', 'x-openstack-request-id': 'req-049ffdc3-216c-427e-8c8f-75cba3648285', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8523a6bc3cdb4df1be385e2fa5c4d626/volumes/fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe18cfc9-d8cf-4c64-a2ab-0167f1d28a61 could not be found."}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 1826358b-b8ab-4cfe-87a2-ab0e0722ad88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:04,519 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58 0.242s 2023-04-17 17:38:04,519 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff2e19c0-169f-4a52-8a0f-d85bd57dd6f2', 'x-compute-request-id': 'req-ff2e19c0-169f-4a52-8a0f-d85bd57dd6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58'} Body: b'{"server": {"id": "b5fd68bf-3827-41f7-9ffa-ce1060e95f58", "name": "tempest-ServersNegativeTestJSON-server-720085354", "status": "ACTIVE", "tenant_id": "b5413283bcdd4120a73a64d76459853a", "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "metadata": {}, "hostId": "5c1ea77484c9dd4de1246577d36f31fec32604cc05ef58758fcdaf5f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:30Z", "updated": "2023-04-17T17:33:51Z", "addresses": {"tempest-ServersNegativeTestJSON-24618206-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:39:04,980 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes 0.447s 2023-04-17 17:39:04,980 80207 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-1989854593"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3131151a-4c58-4317-8b5e-e550573c00e4', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3131151a-4c58-4317-8b5e-e550573c00e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes'} Body: b'{"volume": {"id": "1826358b-b8ab-4cfe-87a2-ab0e0722ad88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:04.875021", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1989854593", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:05,034 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88 0.044s 2023-04-17 17:39:05,034 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6464624c-1ffb-40b6-944b-c60b51a9bb6f', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6464624c-1ffb-40b6-944b-c60b51a9bb6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88'} Body: b'{"volume": {"id": "1826358b-b8ab-4cfe-87a2-ab0e0722ad88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:05.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1989854593", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5413283bcdd4120a73a64d76459853a"}}' 2023-04-17 17:39:06,097 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88 0.051s 2023-04-17 17:39:06,097 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acd9f151-db65-4837-8dcc-428a3c36d4be', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acd9f151-db65-4837-8dcc-428a3c36d4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88'} Body: b'{"volume": {"id": "1826358b-b8ab-4cfe-87a2-ab0e0722ad88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:05.000000", "updated_at": "2023-04-17T17:39:05.000000", "name": "tempest-ServersNegativeTestJSON-volume-1989854593", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5413283bcdd4120a73a64d76459853a/volumes/1826358b-b8ab-4cfe-87a2-ab0e0722ad88"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "b5413283bcdd4120a73a64d76459853a"}}' 2023-04-17 17:39:06,350 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58 0.241s 2023-04-17 17:39:06,350 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b5793a4-8315-4a13-9645-8405f8324d05', 'x-compute-request-id': 'req-3b5793a4-8315-4a13-9645-8405f8324d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58'} Body: b'{"server": {"id": "b5fd68bf-3827-41f7-9ffa-ce1060e95f58", "name": "tempest-ServersNegativeTestJSON-server-720085354", "status": "ACTIVE", "tenant_id": "b5413283bcdd4120a73a64d76459853a", "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "metadata": {}, "hostId": "5c1ea77484c9dd4de1246577d36f31fec32604cc05ef58758fcdaf5f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:30Z", "updated": "2023-04-17T17:33:51Z", "addresses": {"tempest-ServersNegativeTestJSON-24618206-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 fdad26d9-de2a-45b2-a3de-5c6f79b78a59 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:37:23,034 80219 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:37:23,034 80219 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:37:23,091 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-04-17 17:37:23,092 80219 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-501140789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7oj3RfhOOZsiMYhbgELLph77i7sLLfkOvTH2ZYOx1HfgFf0nbxf2T7jQ+RnBva7hLR6sz80T8q12VwQM0sZjdDcA1VNWsYvyjABWtgWWgYzEZTZqbMPJqWLlnOgR0W6w=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b45ef0f-4524-4336-b995-fc6a4827876e', 'x-compute-request-id': 'req-2b45ef0f-4524-4336-b995-fc6a4827876e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-501140789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7oj3RfhOOZsiMYhbgELLph77i7sLLfkOvTH2ZYOx1HfgFf0nbxf2T7jQ+RnBva7hLR6sz80T8q12VwQM0sZjdDcA1VNWsYvyjABWtgWWgYzEZTZqbMPJqWLlnOgR0W6w==", "fingerprint": "d8:d5:57:79:f4:c4:50:69:b4:d8:01:1d:19:16:ee:5f", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd"}}' 2023-04-17 17:37:23,094 80219 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-501140789 created 2023-04-17 17:37:23,260 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.165s 2023-04-17 17:37:23,260 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1536001981", "description": "tempest-description--1933873947"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-7b3a127b-4db0-420c-a34a-0b19ba458c11', 'date': 'Mon, 17 Apr 2023 17:37:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "name": "tempest-securitygroup--1536001981", "stateful": true, "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "description": "tempest-description--1933873947", "shared": false, "security_group_rules": [{"id": "093d8b16-be42-45cc-87c9-9fe3c25e5807", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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": 651, "description": null, "tags": [], "created_at": "2023-04-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}, {"id": "6aff890f-580d-4dab-82fd-829c7913ee32", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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": 652, "description": null, "tags": [], "created_at": "2023-04-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}], "tags": [], "created_at": "2023-04-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 1, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:37:23,421 80219 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-17 17:37:23,421 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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-0e31ea0e-14d6-4c31-9d23-990aab53b7e9', 'date': 'Mon, 17 Apr 2023 17:37:23 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": "a445e470-a411-4436-be8b-531b76268c68", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:37:23,608 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-17 17:37:23,608 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b1df9825-2d28-498f-805f-9b3a20d858b7', 'date': 'Mon, 17 Apr 2023 17:37:23 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": "6f219966-eed2-4133-8ca3-bf2fe082a24b", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "security_group_id": "ce5f37c9-d38c-4263-9286-4b2d38e7d66a", "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-17T17:37:23Z", "updated_at": "2023-04-17T17:37:23Z", "revision_number": 0, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:37:23,609 80219 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1536001981 created 2023-04-17 17:37:24,537 80219 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.928s 2023-04-17 17:37:24,538 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-fc7acb22-1851-45a1-a908-da962004a3ea', 'date': 'Mon, 17 Apr 2023 17:37:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6eb62bfe-d7ad-467c-9385-24846a9b5314", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "floating_ip_address": "172.24.4.4", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:37:24Z", "updated_at": "2023-04-17T17:37:24Z", "revision_number": 0}}' 2023-04-17 17:37:24,538 80219 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6eb62bfe-d7ad-467c-9385-24846a9b5314', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'floating_ip_address': '172.24.4.4', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:37:24Z', 'updated_at': '2023-04-17T17:37:24Z', 'revision_number': 0, 'ip': '172.24.4.4'} created 2023-04-17 17:37:24,625 80219 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.081s 2023-04-17 17:37:24,625 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a7f9116-b9a6-41af-b602-eb075e0d78fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c9e3172f6aeb401cbea2e81c86c614fd", "name": "tempest-AttachVolumeShelveTestJSON-993962804-project-member", "password_expires_at": null}, "audit_ids": ["dJbfQcUpT322zyRKfZ-Vng"], "expires_at": "2023-04-17T18:37:24.000000Z", "issued_at": "2023-04-17T17:37:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "name": "tempest-AttachVolumeShelveTestJSON-993962804"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "inte rface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:37:24,626 80219 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'e0742a03-1fe4-4912-8730-b7fd4fdc4bf3', 'name': 'tempest-AttachVolumeShelveTestJSON-1075481871-network', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16797, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:19Z', 'updated_at': '2023-04-17T17:34:19Z', 'revision_number': 1} available for tenant 2023-04-17 17:37:24,626 80219 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-501140789', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB7oj3RfhOOZsiMYhbgELLph77i7sLLfkOvTH2ZYOx1HfgFf0nbxf2T7jQ+RnBva7hLR6sz80T8q12VwQM0sZjdDcA1VNWsYvyjABWtgWWgYzEZTZqbMPJqWLlnOgR0W6w==', 'fingerprint': 'd8:d5:57:79:f4:c4:50:69:b4:d8:01:1d:19:16:ee:5f', 'user_id': 'c9e3172f6aeb401cbea2e81c86c614fd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCn2dDToYpiejdWP1PDKFGJ9PEWAwn8zScEdyq6s6LiA5YaK7hrV1Da\ngSun+T6+JVWgBwYFK4EEACKhZANiAAQe6I90X4TjmbIjGIW4BCy6Ye+4u7Cy35Dr\n0x9mWDsdR34BX9J28X9k+40PkZwb2u4S0erM/NE/KtdlcEDNLGY3Q3ANVTVrGL8o\nwAVrYFloGMxGU2amzDyali5ZzoEdFus=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ce5f37c9-d38c-4263-9286-4b2d38e7d66a', 'name': 'tempest-securitygroup--1536001981', 'stateful': True, 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': 'tempest-description--1933873947', 'shared': False, 'security_group_rules': [{'id': '093d8b16-be42-45cc-87c9-9fe3c25e5807', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'security_group_id': 'ce5f37c9-d38c-4263-9286-4b2d38e7d66a', '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': 651, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:37:23Z', 'updated_at': '2023-04-17T17:37:23Z', 'revision_number': 0, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}, {'id': '6aff890f-580d-4dab-82fd-829c7913ee32', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'security_group_id': 'ce5f37c9-d38c-4263-9286-4b2d38e7d66a', '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': 652, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:37:23Z', 'updated_at': '2023-04-1 7T17:37:23Z', 'revision_number': 0, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}], 'tags': [], 'created_at': '2023-04-17T17:37:23Z', 'updated_at': '2023-04-17T17:37:23Z', 'revision_number': 1, 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7'}, 'floating_ip': {'id': '6eb62bfe-d7ad-467c-9385-24846a9b5314', 'tenant_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'floating_ip_address': '172.24.4.4', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '76c589ed2b5c4abf9fab75e4c36dc3b7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:37:24Z', 'updated_at': '2023-04-17T17:37:24Z', 'revision_number': 0, 'ip': '172.24.4.4'}} 2023-04-17 17:37:25,440 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.812s 2023-04-17 17:37:25,440 80219 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-1617736297", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3"}], "security_groups": [{"name": "tempest-securitygroup--1536001981"}], "key_name": "tempest-keypair-501140789", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e', '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-d99ada2e-0790-4569-a0e4-097394be5640', 'x-compute-request-id': 'req-d99ada2e-0790-4569-a0e4-097394be5640', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dceda472-fdb2-481b-8be3-10a3411b793e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1536001981"}], "adminPass": "password"}}' 2023-04-17 17:37:25,554 80219 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/dceda472-fdb2-481b-8be3-10a3411b793e 0.111s 2023-04-17 17:37:25,555 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:37:25 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-d4d42525-20b9-4582-8b02-761254cd7c92', 'x-compute-request-id': 'req-d4d42525-20b9-4582-8b02-761254cd7c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'{"server": {"id": "dceda472-fdb2-481b-8be3-10a3411b793e", "name": "tempest-AttachVolumeShelveTestJSON-server-1617736297", "status": "BUILD", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6 aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:37:25Z", "updated": "2023-04-17T17:37:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-501140789", "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-17 17:38:15,854 80219 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/dceda472-fdb2-481b-8be3-10a3411b793e 0.237s 2023-04-17 17:38:15,855 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1588', '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-b787c17c-19f4-4fb2-8899-2182952f076f', 'x-compute-request-id': 'req-b787c17c-19f4-4fb2-8899-2182952f076f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'{"server": {"id": "dceda472-fdb2-481b-8be3-10a3411b793e", "name": "tempest-AttachVolumeShelveTestJSON-server-1617736297", "status": "ACTIVE", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "91b5507a2c779c7e6bff04e69804d516c6830b8607b8f5d237dbbbcc", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:37:25Z", "updated": "2023-04-17T17:37:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:d5:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-501140789", "OS-SRV-USG:launched_at": "2023-04-17T17:37:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1536001981"}], "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-17 17:38:15,868 80219 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:39:16,084 80219 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/dceda47 2-fdb2-481b-8be3-10a3411b793e/os-interface 0.158s 2023-04-17 17:39:16,084 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18b61f6c-397b-41fa-a93f-c1a6b42420af', 'x-compute-request-id': 'req-18b61f6c-397b-41fa-a93f-c1a6b42420af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3", "port_id": "cd1abbbd-2cd8-431f-bd32-4824d370714c", "mac_addr": "fa:16:3e:c6:d5:c7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c52c4d42-bcb5-4b70-bdf5-207f817333d0", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 17:39:17,012 80219 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/6eb62bfe-d7ad-467c-9385-24846a9b5314 0.923s 2023-04-17 17:39:17,012 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "cd1abbbd-2cd8-431f-bd32-4824d370714c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-95a9b636-59c9-48be-97cb-9053d8d57727', 'date': 'Mon, 17 Apr 2023 17:39:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6eb62bfe-d7ad-467c-9385-24846a9b5314'} Body: b'{"floatingip": {"id": "6eb62bfe-d7ad-467c-9385-24846a9b5314", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "floating_ip_address": "172.24.4.4", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "b12cfe48-8576-4756-9c68-d4b521da9cd1", "port_id": "cd1abbbd-2cd8-431f-bd32-4824d370714c", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e0742a03-1fe4-4912-8730-b7fd4fdc4bf3", "mac_address": "fa:16:3e:c6:d5:c7", "admin_state_up": true, "status": "ACTIVE", "device_id": "dceda472-fdb2-481b-8be3-10a3411b793e", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:37:24Z", "updated_at": "2023-04-17T17:39:16Z", "revision_number": 1, "project_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:39:17,013 80219 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.4:22' as 'cirros' with public key authentication 2023-04-17 17:39:17,046 80219 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:39:17,068 80219 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:39:17,069 80219 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.4 successfully created 2023-04-17 17:39:17,106 80219 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/dceda472-fdb2-481b-8be3-10a3411b793e/ips 0.037s 2023-04-17 17:39:17,107 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x- openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9919dc0c-d071-4c46-a13f-7ba178229bc4', 'x-compute-request-id': 'req-9919dc0c-d071-4c46-a13f-7ba178229bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-17 17:39:17,329 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes 0.219s 2023-04-17 17:39:17,329 80219 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-2061977448"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0cbd9c2-e280-417b-8a8b-29cd8728d171', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0cbd9c2-e280-417b-8a8b-29cd8728d171', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes'} Body: b'{"volume": {"id": "fdad26d9-de2a-45b2-a3de-5c6f79b78a59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:17.260780", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2061977448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}], "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:39:17,388 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59 0.040s 2023-04-17 17:39:17,388 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f12a443f-5a67-4524-ab2c-ddee1312e104', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f12a443f-5a67-4524-ab2c-ddee1312e104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59'} Body: b'{"volume": {"id": "fdad26d9-de2a-45b2-a3de-5c6f79b78a59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:17.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2061977448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}], "user_id": "c9e3172f6aeb4 01cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:39:18,446 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59 0.045s 2023-04-17 17:39:18,446 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9823d9f0-aa91-445d-9fa1-d239d9a6b700', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9823d9f0-aa91-445d-9fa1-d239d9a6b700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59'} Body: b'{"volume": {"id": "fdad26d9-de2a-45b2-a3de-5c6f79b78a59", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:39:17.000000", "updated_at": "2023-04-17T17:39:17.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2061977448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76c589ed2b5c4abf9fab75e4c36dc3b7/volumes/fdad26d9-de2a-45b2-a3de-5c6f79b78a59"}], "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7"}}' 2023-04-17 17:39:18,627 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e 0.170s 2023-04-17 17:39:18,628 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39: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-31f682e5-c7cb-4478-8381-bad39f0b4ffb', 'x-compute-request-id': 'req-31f682e5-c7cb-4478-8381-bad39f0b4ffb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'' 2023-04-17 17:39:18,900 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e 0.272s 2023-04-17 17:39:18,900 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:18 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-f5928e7b-65ce-4d0e-a371-7ff8bf216631', 'x-compute-request-id': 'req-f59 28e7b-65ce-4d0e-a371-7ff8bf216631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'{"server": {"id": "dceda472-fdb2-481b-8be3-10a3411b793e", "name": "tempest-AttachVolumeShelveTestJSON-server-1617736297", "status": "ACTIVE", "tenant_id": "76c589ed2b5c4abf9fab75e4c36dc3b7", "user_id": "c9e3172f6aeb401cbea2e81c86c614fd", "metadata": {}, "hostId": "91b5507a2c779c7e6bff04e69804d516c6830b8607b8f5d237dbbbcc", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:37:25Z", "updated": "2023-04-17T17:39:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1075481871-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:d5:c7"}, {"version": 4, "addr": "172.24.4.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:d5:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dceda472-fdb2-481b-8be3-10a3411b793e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-501140789", "OS-SRV-USG:launched_at": "2023-04-17T17:37:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1536001981"}], "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-17 17:40:09,250 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e 0.288s 2023-04-17 17:40:09,250 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:08 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-1c9b716a-a5e2-4a9d-8e3d-8db0c9c8e39e', 'x-compute-request-id': 'req-1c9b716a-a5e2-4a9d-8e3d-8db0c9c8e39e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dceda472-fdb2-481b-8be3-10a3411b793e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dceda472-fdb2-481b-8be3-10a3411b793e could not be found."}}' 2023-04-17 17:40:09,280 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-501140789 0.028s 2023-04-17 17:40:09,280 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40: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-2454c694-815e-420c-982d-072a34ba1544', 'x-compute-request-id': 'req-2454c694-815e-420c-982d-072a34ba1544', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-50114078 9'} Body: b'' 2023-04-17 17:40:09,476 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ce5f37c9-d38c-4263-9286-4b2d38e7d66a 0.196s 2023-04-17 17:40:09,477 80219 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-406dd3c7-be08-4906-bfd3-092e50c9b760', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:40:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce5f37c9-d38c-4263-9286-4b2d38e7d66a'} Body: b'' 2023-04-17 17:40:09,495 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ce5f37c9-d38c-4263-9286-4b2d38e7d66a 0.018s 2023-04-17 17:40:09,495 80219 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-d7d22272-b4e9-4ffc-98e6-424dc01bc978', 'date': 'Mon, 17 Apr 2023 17:40:09 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ce5f37c9-d38c-4263-9286-4b2d38e7d66a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ce5f37c9-d38c-4263-9286-4b2d38e7d66a does not exist", "detail": ""}}' 2023-04-17 17:40:09,966 80219 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/6eb62bfe-d7ad-467c-9385-24846a9b5314 0.470s 2023-04-17 17:40:09,967 80219 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-e277b263-40fb-43fc-b3f8-098b8212de2c', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:40:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6eb62bfe-d7ad-467c-9385-24846a9b5314'} 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 6fea0d32-40ff-4da5-b5b1-cf5c149fe4d3 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 23f07cad-1a62-4c9b-80a4-70722ff318f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:14,668 80201 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes 0.379s 2023-04-17 17:40:14,668 80201 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-374925097"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dff2247-6b7c-4865-99bc-c96246ba3dca', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dff2247-6b7c-4865-99bc-c96246ba3dca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes'} Body: b'{"volume": {"id": "23f07cad-1a62-4c9b-80a4-70722ff318f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:14.596832", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-374925097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}], "user_id": "77c568324b074beaa8b74846b35d649e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:40:14,726 80201 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1 0.048s 2023-04-17 17:40:14,726 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5acdbed1-d6c1-4566-a7d6-8d4f2aec58c0', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5acdbed1-d6c1-4566-a7d6-8d4f2aec58c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1'} Body: b'{"volume": {"id": "23f07cad-1a62-4c9b-80a4-70722ff318f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:15.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-374925097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}], "user_id": "77c568324b074beaa8b74846b35d649e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97e05cfffb83458486c6835b14f69a76"}}' 2023-04-17 17:40:15,786 80201 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad- 1a62-4c9b-80a4-70722ff318f1 0.047s 2023-04-17 17:40:15,786 80201 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e22c66a6-c396-4d7f-9b60-00d90fcef56c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e22c66a6-c396-4d7f-9b60-00d90fcef56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1'} Body: b'{"volume": {"id": "23f07cad-1a62-4c9b-80a4-70722ff318f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:15.000000", "updated_at": "2023-04-17T17:40:15.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-374925097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97e05cfffb83458486c6835b14f69a76/volumes/23f07cad-1a62-4c9b-80a4-70722ff318f1"}], "user_id": "77c568324b074beaa8b74846b35d649e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97e05cfffb83458486c6835b14f69a76"}}' 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 7d607ca0-1a69-41b5-aea1-3b9f55137701 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:14,836 80219 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.447s 2023-04-17 17:40:14,837 80219 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-491679588"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/7d607ca0-1a69-41b5-aea1-3b9f55137701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf9f3da4-6a82-4f29-99d3-7aec1973fccd', 'x-compute-request-id': 'req-cf9f3da4-6a82-4f29-99d3-7aec1973fccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "7d607ca0-1a69-41b5-aea1-3b9f55137701", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:40:14.726332", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-491679588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-17 17:40:14,901 80219 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/7d607ca0-1a69-41b5-aea1-3b9f55137701 0.058s 2023-04-17 17:40:14,902 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:14 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-fb0cda34-a3a4-4fd6-8fe0-0e9bd47f9af0', 'x-compute-request-id': 'req-fb0cda34-a3a4-4fd6-8fe0-0e9bd47f9af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7d607ca0-1a69-41b5-aea1-3b9f55137701'} Body: b'{"volume": {"id": "7d607ca0-1a69-41b5-aea1-3b9f55137701", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T17:40:15.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-491679588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-17 17:40:15,972 80219 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/7d607ca0-1a69-41b5-aea1-3b9f55137701 0.065s 2023-04-17 17:40:15,973 80219 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:15 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-148be83a-3067-4d29-984d-5d1430fbf070', 'x-compute-request-id': 'req-148be83a-3067-4d29-984d-5d1430fbf070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7d607ca0-1a69-41b5-aea1-3b9f55137701'} Body: b'{"volume": {"id": "7d607ca0-1a69-41b5-aea1-3b9f55137701", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T1 7:40:15.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-491679588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 52c66811-5b75-4104-afdc-32e29481c3c8 failed to build and is in ERROR status setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 aa4d6727-00bb-4afa-bb20-8dbf7a8f68b5 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 f9446c70-d315-416c-9705-1b4dddda3436 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:39:24,186 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.217s 2023-04-17 17:39:24,186 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74526ede-8869-4ae4-b5b6-8001f9716e2a', 'x-compute-request-id': 'req-74526ede-8869-4ae4-b5b6-8001f9716e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:39:24,495 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.297s 2023-04-17 17:39:24,495 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8daeb927-8259-4661-8d41-088eb747fcea', 'x-compute-request-id': 'req-8daeb927-8259-4661-8d41-088eb747fcea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:39:24,702 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.194s 2023-04-17 17:39:24,702 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0479ece0-6c24-432a-93c8-be1c5e3120b4', 'x-compute-request-id': 'req-0479ece0-6c24-432a-93c8-be1c5e3120b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:40:25,109 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/6952e 4623737462a8b8f31ada0786922/volumes 0.355s 2023-04-17 17:40:25,110 80217 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-1647050843"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb92c07f-035c-41af-ac2e-8269cb7fa791', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb92c07f-035c-41af-ac2e-8269cb7fa791', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes'} Body: b'{"volume": {"id": "f9446c70-d315-416c-9705-1b4dddda3436", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:25.050015", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1647050843", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:40:25,160 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436 0.041s 2023-04-17 17:40:25,161 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb0cc3f-f767-4cb5-873f-9a9f7aabdeb0', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb0cc3f-f767-4cb5-873f-9a9f7aabdeb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436'} Body: b'{"volume": {"id": "f9446c70-d315-416c-9705-1b4dddda3436", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:25.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1647050843", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:40:26,226 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436 0.054s 2023-04-17 17:40:26,227 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05def6b3-801e-4d85-8c03-54d67f4f63b1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05def6b3-801e-4d85-8c03-54d67f4f63b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436'} Body: b'{"volume": {"id": "f9446c70-d315-416c-9705-1b4dddda3436", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:40:25.000000", "updated_at": "2023-04-17T17:40:25.000000", "name": "tempest-ServerActionsTestJSON-volume-1647050843", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/f9446c70-d315-416c-9705-1b4dddda3436"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:40:26,237 80217 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-17 17:40:26,471 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.233s 2023-04-17 17:40:26,471 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b9473f4-561d-45ed-a366-82a20ae5e616', 'x-compute-request-id': 'req-6b9473f4-561d-45ed-a366-82a20ae5e616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": nul l, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_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 f08241fd-f22d-40bc-959c-b651f54209fa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:39:09,607 80205 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:39:09,608 80205 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:39:09,657 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2023-04-17 17:39:09,658 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1774007176", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAo9N9SBuJhclT8juo+8b12wFHt6NAGkiNJ7ehKBJpONVCEdE5A5Z07CTu/29gUxG4MbfJbnV7zB79yx1xwbUeMcly3EFdfbDUvERXf8MjB5TvVw2q1v1JpXpPJwCgl4Q=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9f2bf49-bade-4169-a06d-c7b83dc41d07', 'x-compute-request-id': 'req-d9f2bf49-bade-4169-a06d-c7b83dc41d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1774007176", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAo9N9SBuJhclT8juo+8b12wFHt6NAGkiNJ7ehKBJpONVCEdE5A5Z07CTu/29gUxG4MbfJbnV7zB79yx1xwbUeMcly3EFdfbDUvERXf8MjB5TvVw2q1v1JpXpPJwCgl4Q==", "fingerprint": "b1:2d:af:55:ec:7b:b4:47:ee:e5:d0:0c:34:8d:cb:06", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8"}}' 2023-04-17 17:39:09,660 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1774007176 created 2023-04-17 17:39:09,818 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.157s 2023-04-17 17:39:09,818 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1006767162", "description": "tempest-description--2105630165"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-fcbe4ed9-44c6-4b4f-aa20-cbd3b3342080', 'date': 'Mon, 17 Apr 2023 17:39:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "name": "tempest-securitygroup--1006767162", "stateful": true, "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "description": "tempest-description--2105630165", "shared": false, "security_group_rules": [{"id": "5f6167fe-5658-4d63-962b-82257d98e151", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "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": 740, "description": null, "tags": [], "created_at": "2023-04-17T17:39:09Z", "updated_at": "2023-04-17T17:39:09Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}, {"id": "87b52fcd-8639-4b7e-a7ff-9bcba7db8e34", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "ethertype": "IPv4", "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": 739, "description": null, "tags": [], "created_at": "2023-04-17T17:39:09Z", "updated_at": "2023-04-17T17:39:09Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}], "tags": [], "created_at": "2023-04-17T17:39:09Z", "updated_at": "2023-04-17T17:39:09Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:39:09,976 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-04-17 17:39:09,976 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "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-9efcce78-1516-4453-9321-22dc146ffac9', 'date': 'Mon, 17 Apr 2023 17:39:09 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": "5b459463-1035-47bc-81d0-9f1601572586", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "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-17T17:39:09Z", "updated_at": "2023-04-17T17:39:09Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:39:10,152 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-17 17:39:10,153 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fa3a3750-6b7b-4c9e-a15d-218f4a3d2d34', 'date': 'Mon, 17 Apr 2023 17:39: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": "f96271ae-b6d5-445b-9dce-c9fbb55c0083", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "security_group_id": "14668095-408c-4d20-b1dd-47a83e2bc76d", "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-17T17:39:10Z", "updated_at": "2023-04-17T17:39:10Z", "revision_number": 0, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:39:10,153 80205 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1006767162 created 2023-04-17 17:39:10,934 80205 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.780s 2023-04-17 17:39:10,934 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-409f08ad-6a03-4042-a6fd-9b776fd01b90', 'date': 'Mon, 17 Apr 2023 17:39:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0f74aa4e-11cf-4711-94cc-6d229a5e8321", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.91", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "70d10a379e4e420e9c66476ae0b10507", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:39:10Z", "updated_at": "2023-04-17T17:39:10Z", "revision_number": 0}}' 2023-04-17 17:39:10,935 80205 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0f74aa4e-11cf-4711-94cc-6d229a5e8321', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.91', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:39:10Z', 'updated_at': '2023-04-17T17:39:10Z', 'revision_number': 0, 'ip': '172.24.4.91'} created 2023-04-17 17:39:10,979 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-04-17 17:39:10,980 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:10 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-f16b5277-e667-4da5-8f5e-c96e3da47210', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6cbcda57441d43e0bb8dfee4768df2a8", "name": "tempest-AttachVolumeNegativeTest-469494846-project-member", "password_expires_at": null}, "audit_ids": ["xZ6boqvEQAi8SkJKn-mBSw"], "expires_at": "2023-04-17T18:39:10.000000Z", "issued_at": "2023-04-17T17:39:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70d10a379e4e420e9c66476ae0b10507", "name": "tempest-AttachVolumeNegativeTest-469494846"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volu me/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:39:10,980 80205 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'af0f7e21-142e-450a-9674-ea24c1cbc9aa', 'name': 'tempest-AttachVolumeNegativeTest-1104956119-network', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34068, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:33:10Z', 'updated_at': '2023-04-17T17:33:10Z', 'revision_number': 1} available for tenant 2023-04-17 17:39:10,980 80205 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1774007176', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAo9N9SBuJhclT8juo+8b12wFHt6NAGkiNJ7ehKBJpONVCEdE5A5Z07CTu/29gUxG4MbfJbnV7zB79yx1xwbUeMcly3EFdfbDUvERXf8MjB5TvVw2q1v1JpXpPJwCgl4Q==', 'fingerprint': 'b1:2d:af:55:ec:7b:b4:47:ee:e5:d0:0c:34:8d:cb:06', 'user_id': '6cbcda57441d43e0bb8dfee4768df2a8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAWf3ouV6ypYkJeLddsBWdCG+0Ym/rf7hI5dS9Zwf9MDfmdFjPC47KY\n5ZLdZOinTaqgBwYFK4EEACKhZANiAATgKPTfUgbiYXJU/I7qPvG9dsBR7ejQBpIj\nSe3oSgSaTjVQhHROQOWdOwk7v9vYFMRuDG3yW51e8we/csdccG1HjHJctxBXX2w1\nLxEV3/DIweU71cNqtb9SaV6TycAoJeE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '14668095-408c-4d20-b1dd-47a83e2bc76d', 'name': 'tempest-securitygroup--1006767162', 'stateful': True, 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'description': 'tempest-description--2105630165', 'shared': False, 'security_group_rules': [{'id': '5f6167fe-5658-4d63-962b-82257d98e151', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': '14668095-408c-4d20-b1dd-47a83e2bc76d', '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': 740, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:39:09Z', 'updated_at': '2023-04-17T17:39:09Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, {'id': '87b52fcd-8639-4b7e-a7ff-9bcba7db8e34', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'security_group_id': '14668095-408c-4d20-b1dd-47a83e2bc76d', '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': 739, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:39:09Z', 'updated_at': '2023-04-17T17:39:09Z', 'revision_number': 0, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}], 'tags': [], 'created_ at': '2023-04-17T17:39:09Z', 'updated_at': '2023-04-17T17:39:09Z', 'revision_number': 1, 'project_id': '70d10a379e4e420e9c66476ae0b10507'}, 'floating_ip': {'id': '0f74aa4e-11cf-4711-94cc-6d229a5e8321', 'tenant_id': '70d10a379e4e420e9c66476ae0b10507', 'floating_ip_address': '172.24.4.91', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '70d10a379e4e420e9c66476ae0b10507', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:39:10Z', 'updated_at': '2023-04-17T17:39:10Z', 'revision_number': 0, 'ip': '172.24.4.91'}} 2023-04-17 17:39:11,835 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.853s 2023-04-17 17:39:11,835 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1911310289", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "af0f7e21-142e-450a-9674-ea24c1cbc9aa"}], "security_groups": [{"name": "tempest-securitygroup--1006767162"}], "key_name": "tempest-keypair-1774007176", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbfc201d-c003-48a7-834d-43247589516e', 'x-compute-request-id': 'req-dbfc201d-c003-48a7-834d-43247589516e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "30e45106-0ac1-4580-9945-e90c1a410e21", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1006767162"}], "adminPass": "password"}}' 2023-04-17 17:39:11,913 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.075s 2023-04-17 17:39:11,914 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:11 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-2ea3cf86-6ab5-4bc7-9738-b474ac8123a5', 'x-compute-request-id': 'req-2ea3cf86-6ab5-4bc7-9738-b474ac8123a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'{"server": {"id": "30e45106-0ac1-4580-9945-e90c1a410e21", "name": "tempest-AttachVolumeNegativeTest-server-1911310289", "status": "BUILD", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavo r": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:39:12Z", "updated": "2023-04-17T17:39:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1774007176", "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-17 17:40:02,189 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.223s 2023-04-17 17:40:02,189 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:01 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-faa1469d-9cdd-450a-9ff3-0e6725b39d71', 'x-compute-request-id': 'req-faa1469d-9cdd-450a-9ff3-0e6725b39d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'{"server": {"id": "30e45106-0ac1-4580-9945-e90c1a410e21", "name": "tempest-AttachVolumeNegativeTest-server-1911310289", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:39:11Z", "updated": "2023-04-17T17:39:18Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b3:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1774007176", "OS-SRV-USG:launched_at": "2023-04-17T17:39:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1006767162"}], "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-17 17:40:02,201 80205 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:41:02,432 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21/os-interface 0.174s 2023-04-17 17:41:02,433 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:02 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-c8640549-01f5-4af5-8c4f-21448646ea20', 'x-compute-request-id': 'req-c8640549-01f5-4af5-8c4f-21448646ea20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "port_id": "32bf69f3-b016-42ff-967d-6d437b60953a", "mac_addr": "fa:16:3e:08:b3:d0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "de4db7db-88fc-4ae3-ac6e-523e4a1eebae", "ip_address": "10.0.0.4"}]}]}' 2023-04-17 17:41:03,634 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/0f74aa4e-11cf-4711-94cc-6d229a5e8321 1.194s 2023-04-17 17:41:03,635 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "32bf69f3-b016-42ff-967d-6d437b60953a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-dd295375-54d0-45e8-9470-bebd166f5984', 'date': 'Mon, 17 Apr 2023 17:41:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0f74aa4e-11cf-4711-94cc-6d229a5e8321'} Body: b'{"floatingip": {"id": "0f74aa4e-11cf-4711-94cc-6d229a5e8321", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "floating_ip_address": "172.24.4.91", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "3d1dc916-d96c-442f-a813-73f3b68d7e88", "port_id": "32bf69f3-b016-42ff-967d-6d437b60953a", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "af0f7e21-142e-450a-9674-ea24c1cbc9aa", "mac_address": "fa:16:3e:08:b3:d0", "admin_state_up": true, "status": "ACTIVE", "device_id": "30e45106-0ac1-4580-9945-e90c1a410e21", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:39:10Z", "updated_at": "2023-04-17T17:41:02Z", "revision_number": 1, "project_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:41:03,636 80205 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.91:22' as 'cirros' with public key authentication 2023-04-17 17:41:03,666 80205 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:41:03,687 80205 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:41:03,688 80205 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.91 successfully created 2023-04-17 17:41:03,736 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21/ips 0.047s 2023-04-17 17:41:03,737 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:03 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-97520b98-4b62-4e59-8488-a862739748df', 'x-compute-request-id': 'req-97520b98-4b62-4e59-8488-a862739748df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2023-0 4-17 17:41:03,959 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes 0.219s 2023-04-17 17:41:03,960 80205 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-310253750"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1670a38f-3843-47d9-b162-04df65c0743b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1670a38f-3843-47d9-b162-04df65c0743b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes'} Body: b'{"volume": {"id": "f08241fd-f22d-40bc-959c-b651f54209fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:03.895538", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-310253750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:41:04,013 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa 0.043s 2023-04-17 17:41:04,013 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aea39e5-b2f2-4d38-8774-fe9994498984', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aea39e5-b2f2-4d38-8774-fe9994498984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa'} Body: b'{"volume": {"id": "f08241fd-f22d-40bc-959c-b651f54209fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:04.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-310253750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:41:05,070 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa 0.044s 2023-04-17 17:41:05,071 80205 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7509296c-d22d-4e47-a517-6ca21258fc1c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7509296c-d22d-4e47-a517-6ca21258fc1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa'} Body: b'{"volume": {"id": "f08241fd-f22d-40bc-959c-b651f54209fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:04.000000", "updated_at": "2023-04-17T17:41:04.000000", "name": "tempest-AttachVolumeNegativeTest-volume-310253750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/70d10a379e4e420e9c66476ae0b10507/volumes/f08241fd-f22d-40bc-959c-b651f54209fa"}], "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "70d10a379e4e420e9c66476ae0b10507"}}' 2023-04-17 17:41:05,202 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.119s 2023-04-17 17:41:05,202 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7369489-9edb-4bd8-8cfd-5fd8988bedf6', 'x-compute-request-id': 'req-d7369489-9edb-4bd8-8cfd-5fd8988bedf6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'' 2023-04-17 17:41:05,517 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.315s 2023-04-17 17:41:05,518 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:05 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-ee714d60-49f7-4871-bb12-49272e7ceedb', 'x-compute-request-id': 'req-ee714d60-49f7-4871-bb12-49272e7ceedb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'{"server": {"id": "30e45106-0ac1-4580-9945-e90c1a410e21", "name": "tempest-AttachVolumeNegativeTest-server-1911310289", "status": "ACTIVE", "tenant_id": "70d10a379e4e420e9c66476ae0b10507", "user_id": "6cbcda57441d43e0bb8dfee4768df2a8", "metadata": {}, "hostId": "788ac6f8b7861f3d7b98baf14fafa2b9b713705261e419d08f58fed1", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738 b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:39:11Z", "updated": "2023-04-17T17:41:05Z", "addresses": {"tempest-AttachVolumeNegativeTest-1104956119-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b3:d0"}, {"version": 4, "addr": "172.24.4.91", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b3:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/30e45106-0ac1-4580-9945-e90c1a410e21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1774007176", "OS-SRV-USG:launched_at": "2023-04-17T17:39:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1006767162"}], "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-17 17:41:55,585 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21 0.044s 2023-04-17 17:41:55,586 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f1315007-ed33-41e9-949a-1a36b2336575', 'x-compute-request-id': 'req-f1315007-ed33-41e9-949a-1a36b2336575', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/30e45106-0ac1-4580-9945-e90c1a410e21'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 30e45106-0ac1-4580-9945-e90c1a410e21 could not be found."}}' 2023-04-17 17:41:55,621 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1774007176 0.034s 2023-04-17 17:41:55,622 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2499ce85-6c03-4fa7-a2c3-713256eb897f', 'x-compute-request-id': 'req-2499ce85-6c03-4fa7-a2c3-713256eb897f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1774007176'} Body: b'' 2023-04-17 17:41:55,814 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/14668095-408c-4d20-b1dd-47a83e2bc76d 0.191s 2023-04-17 17:41:55,814 80205 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-70ed795d-96a3-42d9-b285-9ac1268ceda2', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:41:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/14668095-408c-4d20-b1dd-47a83e2bc76d'} Body: b'' 2023-04-17 17:41:55,844 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/14668095-408c-4d20-b1dd-47a83e2bc76d 0.029s 2023-04-17 17:41:55,844 80205 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-c28b72da-c8ad-4b88-8f43-89d36d518c39', 'date': 'Mon, 17 Apr 2023 17:41:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/14668095-408c-4d20-b1dd-47a83e2bc76d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 14668095-408c-4d20-b1dd-47a83e2bc76d does not exist", "detail": ""}}' 2023-04-17 17:41:56,321 80205 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/0f74aa4e-11cf-4711-94cc-6d229a5e8321 0.476s 2023-04-17 17:41:56,321 80205 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-9da4b07c-dca7-4050-918f-f8124205de71', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:41:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0f74aa4e-11cf-4711-94cc-6d229a5e8321'} Body: b'' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 b6ef49c3-d4a0-4b42-9eef-665e05caac58 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:40:06,672 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58 0.246s 2023-04-17 17:40:06,672 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f44c8d00-0f58-42d9-af04-43b7c3de7ba3', 'x-compute-request-id': 'req-f44c8d00-0f58-42d9-af04-43b7c3de7ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58'} Body: b'{"server": {"id": "b5fd68bf-3827-41f7-9ffa-ce1060e95f58", "name": "tempest-ServersNegativeTestJSON-server-720085354", "status": "ACTIVE", "tenant_id": "b5413283bcdd4120a73a64d76459853a", "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "metadata": {}, "hostId": "5c1ea77484c9dd4de1246577d36f31fec32604cc05ef58758fcdaf5f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:30Z", "updated": "2023-04-17T17:33:51Z", "addresses": {"tempest-ServersNegativeTestJSON-24618206-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:41:06,962 80207 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/b5413283bcdd4120a73a64d76459853a/volumes 0.220s 2023-04-17 17:41:06,962 80207 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-82022294"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2a9b15-552d-4a23-b9ce-faf16b3b0140', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2a9b15-552d-4a23-b9ce-faf16b3b0140', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes'} Body: b'{"volume": {"id": "b6ef49c3-d4a0-4b42-9eef-665e05caac58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:06.899174", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-82022294", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}, {"rel": "bookmark", "href": "http://10.0.0.210/vo lume/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:41:07,016 80207 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/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58 0.044s 2023-04-17 17:41:07,016 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e61d24d6-51c4-4434-b66d-fa895dbd7a85', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e61d24d6-51c4-4434-b66d-fa895dbd7a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58'} Body: b'{"volume": {"id": "b6ef49c3-d4a0-4b42-9eef-665e05caac58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:07.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-82022294", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5413283bcdd4120a73a64d76459853a"}}' 2023-04-17 17:41:08,069 80207 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/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58 0.041s 2023-04-17 17:41:08,070 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdfaed33-2fe6-463b-8e28-d9acdeed33b9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdfaed33-2fe6-463b-8e28-d9acdeed33b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58'} Body: b'{"volume": {"id": "b6ef49c3-d4a0-4b42-9eef-665e05caac58", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:41:07.000000", "updated_at": "2023-04-17T17:41:07.000000", "name": "tempest-ServersNegativeTestJSON-volume-82022294", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5413283bcdd4120a73a64d76459853a/volumes/b6ef49c3-d4a0-4b42-9eef-665e05caac58"}], "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:te nant_id": "b5413283bcdd4120a73a64d76459853a"}}' 2023-04-17 17:41:08,390 80207 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58 0.305s 2023-04-17 17:41:08,391 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f5e301-ad36-45ce-bed0-2ee30a2ab9b7', 'x-compute-request-id': 'req-39f5e301-ad36-45ce-bed0-2ee30a2ab9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58'} Body: b'{"server": {"id": "b5fd68bf-3827-41f7-9ffa-ce1060e95f58", "name": "tempest-ServersNegativeTestJSON-server-720085354", "status": "ACTIVE", "tenant_id": "b5413283bcdd4120a73a64d76459853a", "user_id": "33f713b19cdf41bc9d56ee7cea3722ab", "metadata": {}, "hostId": "5c1ea77484c9dd4de1246577d36f31fec32604cc05ef58758fcdaf5f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:33:30Z", "updated": "2023-04-17T17:33:51Z", "addresses": {"tempest-ServersNegativeTestJSON-24618206-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:8f:aa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5fd68bf-3827-41f7-9ffa-ce1060e95f58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:33:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 7718462d-5add-4cf5-88b1-3b25cc4190e8 failed to build and is in ERROR status 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 5b441af0-f88c-4a64-a17a-662ea297a162 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-17T17:41:35Z', 'message': 'Build of instance 5b441af0-f88c-4a64-a17a-662ea297a162 aborted: Volume 07418bc0-d312-4571-ae5f-fabddf0dc439 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-3fa74bee-25b5-4650-957f-4d06eb88ee7f. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:38:29,207 80209 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.088s 2023-04-17 17:38:29,207 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:29 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-f3c3bf17-1e74-408b-ac6b-0c91d393a96c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919-project-member", "password_expires_at": null}, "audit_ids": ["BDDJa4i3R5KQK7lZJpdjzQ"], "expires_at": "2023-04-17T18:38:29.000000Z", "issued_at": "2023-04-17T17:38:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63c872fffe164507ab615963a791bfb9", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:38:29,208 80209 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '30e36505-103b-4c7d-8408-02de3c5258b5', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1865747356-network', 'tenant_id': '63c872fffe164507ab615963a791bfb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '63c872fffe164507ab615963a791bfb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65226, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:18Z', 'updated_at': '2023-04-17T17:34:18Z', 'revision_number': 1} available for tenant 2023-04-17 17:38:29,747 80209 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.538s 2023-04-17 17:38:29,747 80209 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-1334242229", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "30e36505-103b-4c7d-8408-02de3c5258b5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e', '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-18bf80be-2659-4ab4-9bd5-66ee42785e6e', 'x-compute-request-id': 'req-18bf80be-2659-4ab4-9bd5-66ee42785e6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9149e658-c82c-4562-be77-ce741c7cd48e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MAfiQ7UxgPh3"}}' 2023-04-17 17:38:29,832 80209 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/9149e658-c82c-4562-be77-ce741c7cd48e 0.082s 2023-04-17 17:38:29,832 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3f9acfe-0a9a-407e-b2aa-0e450e3e5292', 'x-compute-request-id': 'req-a3f9acfe-0a9a-407e-b2aa-0e450e3e5292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e'} Body: b'{"server": {"id": "9149e658-c82c-4562-be77-ce741c7cd48e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1334242229", "status": "BUILD", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:38:30Z", "updated": "2023-04-17T17:38:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/91 49e658-c82c-4562-be77-ce741c7cd48e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}], "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-17 17:39:20,274 80209 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/9149e658-c82c-4562-be77-ce741c7cd48e 0.375s 2023-04-17 17:39:20,274 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', '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-1e442a2d-1ed1-467c-a92c-a95eb91426d9', 'x-compute-request-id': 'req-1e442a2d-1ed1-467c-a92c-a95eb91426d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e'} Body: b'{"server": {"id": "9149e658-c82c-4562-be77-ce741c7cd48e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1334242229", "status": "ACTIVE", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "21a42167be7408940bb244b35ff22c1d035fd55d2132c6f6fbe97331", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:38:29Z", "updated": "2023-04-17T17:38:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1865747356-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:2b:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:38:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:39:20,290 80209 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:40:21,520 80209 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/9149e658-c82c-4562-be77-ce741c7cd48e/action 1.168s 2023-04-17 17:40:21,520 80209 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-ServerBootFromVolume StableRescueTest-image-1793211525"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bfce399-1fb3-488b-9eec-c8bb6fac92d1', 'x-compute-request-id': 'req-0bfce399-1fb3-488b-9eec-c8bb6fac92d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e/action'} Body: b'{"image_id": "3e052007-a4b2-413d-ac6b-afb66670d331"}' 2023-04-17 17:40:21,577 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.055s 2023-04-17 17:40:21,578 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ac387e07-d430-4d22-b253-2726df41f526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:21Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:22,602 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.022s 2023-04-17 17:40:22,602 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed9dee12-6ba8-41f4-bf21-7cd61659a3f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_project_name": "tempest-Ser verBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:21Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:23,635 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.031s 2023-04-17 17:40:23,636 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-77d3a227-1ae8-4309-8120-cd2ea71c3ae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:21Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:24,660 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.023s 2023-04-17 17:40:24,660 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a6d1a70a-8f92-4a55-854f-b07449ee6905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b16 90", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:24Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:25,685 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.023s 2023-04-17 17:40:25,685 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1a727d91-1b6d-4485-abcd-32a33dd6dfd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "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": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:25Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:26,713 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.026s 2023-04-17 17:40:26,713 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-69091b84-1d6b-48f2-aeef-e85dc4828a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "137113a16fbefa87d765f881e027f1f2", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "63c872fffe164507ab615963a791bfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "277fc1fc827375a793c093e47839c748757f963d4fa70dd8421982496b4ab48ca3889cfcfee890a8c18b7e13391ca8d9bd8a4fade8594a4fb996cf89af3274a0", "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:26Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:26,736 80209 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/3e052007-a4b2-413d-ac6b-afb66670d331 0.022s 2023-04-17 17:40:26,737 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6acf9ccc-8ca3-457a-9a60-087493cf717a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331'} Body: b'{"base_image_ref": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9149e658-c82c-4562-be77-ce741c7cd48e", "owner_id": "63c872fffe164507ab615963a791bfb9", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919", "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-1793110919-project-member", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1793211525", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "137113a16fbefa87d765f881e027f1f2", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "63c872fffe164507 ab615963a791bfb9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "277fc1fc827375a793c093e47839c748757f963d4fa70dd8421982496b4ab48ca3889cfcfee890a8c18b7e13391ca8d9bd8a4fade8594a4fb996cf89af3274a0", "id": "3e052007-a4b2-413d-ac6b-afb66670d331", "created_at": "2023-04-17T17:40:21Z", "updated_at": "2023-04-17T17:40:26Z", "tags": [], "self": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331", "file": "/v2/images/3e052007-a4b2-413d-ac6b-afb66670d331/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:40:26,961 80209 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/9149e658-c82c-4562-be77-ce741c7cd48e 0.224s 2023-04-17 17:40:26,962 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', '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-213e2a31-72e7-4419-92af-7bb4dec3c2f7', 'x-compute-request-id': 'req-213e2a31-72e7-4419-92af-7bb4dec3c2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e'} Body: b'{"server": {"id": "9149e658-c82c-4562-be77-ce741c7cd48e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1334242229", "status": "ACTIVE", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "21a42167be7408940bb244b35ff22c1d035fd55d2132c6f6fbe97331", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:38:29Z", "updated": "2023-04-17T17:40:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1865747356-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:2b:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9149e658-c82c-4562-be77-ce741c7cd48e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:38:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 17:41:27,167 80209 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.125s 2023-04-17 17:41:27,167 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:27 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-37d972f2-f645-4860-a1b9-92c6d2a5f7bf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919-project-member", "password_expires_at": null}, "audit_ids": ["jgQpYY3DQKKXcBXUK-SFlg"], "expires_at": "2023-04-17T18:41:27.000000Z", "issued_at": "2023-04-17T17:41:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63c872fffe164507ab615963a791bfb9", "name": "tempest-ServerBootFromVolumeStableRescueTest-1793110919"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/63c872fffe164507ab615963a791bfb9", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:41:27,168 80209 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '30e36505-103b-4c7d-8408-02de3c5258b5', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1865747356-network', 'tenant_id': '63c872fffe164507ab615963a791bfb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63c872fffe164507ab615963a791bfb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65226, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:18Z', 'updated_at': '2023-04-17T17:34:18Z', 'revision_number': 1} available for tenant 2023-04-17 17:41:27,826 80209 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.657s 2023-04-17 17:41:27,826 80209 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-1636052485", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "destination_type": "volume"}], "networks": [{"uuid": "30e36505-103b-4c7d-8408-02de3c5258b5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162', '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-3fa74bee-25b5-4650-957f-4d06eb88ee7f', 'x-compute-request-id': 'req-3fa74bee-25b5-4650-957f-4d06eb88ee7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5b441af0-f88c-4a64-a17a-662ea297a162", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7M3j3skmQLi3"}}' 2023-04-17 17:41:27,907 80209 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/5b441af0-f88c-4a64-a17a-662ea297a162 0.077s 2023-04-17 17:41:27,907 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:27 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-9f22604d-4f30-43ed-8274-1c49af6b6332', 'x-compute-request-id': 'req-9f22604d-4f30-43ed-8274-1c49af6b6332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162'} Body: b'{"server": {"id": "5b441af0-f88c-4a64-a17a-662ea297a162", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1636052485", "status": "BUILD", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:41:28Z", "updated": "2023-04-17T17:41:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}], "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-17 17:42:18,087 80209 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/5b441af0-f88c-4a64-a17a-662ea297a162 0.112s 2023-04-17 17:42:18,087 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:17 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-14926288-2b60-4840-af37-a2bf7c5b45c8', 'x-compute-request-id': 'req-14926288-2b60-4840-af37-a2bf7c5b45c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162'} Body: b'{"server": {"id": "5b441af0-f88c-4a64-a17a-662ea297a162", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1636052485", "status": "ERROR", "tenant_id": "63c872fffe164507ab615963a791bfb9", "user_id": "4d3fc1bd85d647d7b1eabca4bf49d42f", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T17:41:27Z", "updated": "2023-04-17T17:41:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b441af0-f88c-4a64-a17a-662ea297a162"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-17T17:41:35Z", "message": "Build of instance 5b441af0-f88c-4a64-a17a-662ea297a162 aborted: Volume 07418bc0-d312-4571-ae5f-fabddf0dc439 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-17 17:42:18,104 80209 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-17 17:42:18,739 80209 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/5b441af0-f88c-4a64-a17a-662ea297a162 0.633s 2023-04-17 17:42:18,739 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:18 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-6f8f450c-37f2-4aba-a939-30de7895e2e3', 'x-compute-request-id': 'req-6f8f450c-37f2-4aba-a939-30de7895e2e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162'} Body: b'' 2023-04-17 17:42:18,778 80209 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_im age_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162 0.038s 2023-04-17 17:42:18,778 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:18 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-b51c72c0-7cf2-425f-8216-4dfdc7e11e1c', 'x-compute-request-id': 'req-b51c72c0-7cf2-425f-8216-4dfdc7e11e1c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b441af0-f88c-4a64-a17a-662ea297a162'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5b441af0-f88c-4a64-a17a-662ea297a162 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 c0180f7f-a97d-41ee-9f81-eab990299563 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 d14faf1f-9d28-44a7-8981-2609c2bb5310 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 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 4197e8fb-357f-417b-8ae7-00efa2a01c21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:42:23,536 80205 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes 0.392s 2023-04-17 17:42:23,536 80205 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-532900839"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4a61de6-7f91-413d-ad62-e0833cdf9d32', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4a61de6-7f91-413d-ad62-e0833cdf9d32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes'} Body: b'{"volume": {"id": "4197e8fb-357f-417b-8ae7-00efa2a01c21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:23.481184", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-532900839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}], "user_id": "d0a369dde09e4e7892b05bf882f9b0e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:42:23,605 80205 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21 0.057s 2023-04-17 17:42:23,605 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82c72d53-9a0f-4cc5-a826-02b1da764b90', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82c72d53-9a0f-4cc5-a826-02b1da764b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21'} Body: b'{"volume": {"id": "4197e8fb-357f-417b-8ae7-00efa2a01c21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:23.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-532900839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}], "user_id": "d0a369dde09e4e7892b05bf882f9b0e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "744ba926847e4e72befc6cf6b6ee8df8"}}' 2023-04-17 17:42:24,655 80205 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21 0.038s 2023 -04-17 17:42:24,656 80205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3e08e1-173f-4192-9330-fac10768aae6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3e08e1-173f-4192-9330-fac10768aae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21'} Body: b'{"volume": {"id": "4197e8fb-357f-417b-8ae7-00efa2a01c21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:23.000000", "updated_at": "2023-04-17T17:42:24.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-532900839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/744ba926847e4e72befc6cf6b6ee8df8/volumes/4197e8fb-357f-417b-8ae7-00efa2a01c21"}], "user_id": "d0a369dde09e4e7892b05bf882f9b0e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "744ba926847e4e72befc6cf6b6ee8df8"}}' 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 78014538-bca7-4a96-9c79-3a11646b958c failed to build and is in ERROR status setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 1242e0c9-13db-459a-8fa1-5906b92085b6 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 799a083d-248c-4e1d-bd2c-c842600adfcc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:13,198 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes 0.451s 2023-04-17 17:43:13,199 80207 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-335897106"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec118ca-df1c-4d9e-b202-61b46d053d52', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec118ca-df1c-4d9e-b202-61b46d053d52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes'} Body: b'{"volume": {"id": "799a083d-248c-4e1d-bd2c-c842600adfcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:13.142350", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-335897106", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 17:43:13,250 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.042s 2023-04-17 17:43:13,251 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26a0d02-456c-4105-9b96-58b1244f2c89', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26a0d02-456c-4105-9b96-58b1244f2c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'{"volume": {"id": "799a083d-248c-4e1d-bd2c-c842600adfcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:13.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-335897106", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:14,304 80207 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/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.042s 2023-04-17 17:43:14,304 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b57282e-0bde-40ed-95a9-bfef27bf84b9', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b57282e-0bde-40ed-95a9-bfef27bf84b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'{"volume": {"id": "799a083d-248c-4e1d-bd2c-c842600adfcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:13.000000", "updated_at": "2023-04-17T17:43:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-335897106", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:14,352 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.037s 2023-04-17 17:43:14,352 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e79a93f3-0e30-431c-902a-7f545cc9dbe6', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e79a93f3-0e30-431c-902a-7f545cc9dbe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'{"volume": {"id": "799a083d-248c-4e1d-bd2c-c842600adfcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:13.000000", "updated_at": "2023-04-17T17:43:13.000000", "name": "tempest-VolumesTransfersV355Test-Volume-335897106", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:14,508 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.145s 2023-04-17 17:43:14,508 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 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-23af4932-3e1c-41f0-a0b9-6b93b3acba3d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'' 2023-04-17 17:43:14,541 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc 0.032s 2023-04-17 17:43:14,541 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 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-5324a469-34fb-4c93-bbc8-525411377071', 'x-openstack-request-id': 'req-5324a469-34fb-4c93-bbc8-525411377071', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/799a083d-248c-4e1d-bd2c-c842600adfcc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 799a083d-248c-4e1d-bd2c-c842600adfcc 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 97697bae-83bb-49e2-9aef-44928a62cbde failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:14,728 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes 0.183s 2023-04-17 17:43:14,728 80207 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-273072415"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccd8eb94-d01a-4953-964a-a275a595934d', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccd8eb94-d01a-4953-964a-a275a595934d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes'} Body: b'{"volume": {"id": "97697bae-83bb-49e2-9aef-44928a62cbde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:14.662627", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-273072415", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 17:43:14,777 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.040s 2023-04-17 17:43:14,778 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a21b10a-6265-497c-9274-a4939c4316cb', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a21b10a-6265-497c-9274-a4939c4316cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'{"volume": {"id": "97697bae-83bb-49e2-9aef-44928a62cbde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:15.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-273072415", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:15,831 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.041s 2023-04-17 17:43:15,831 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d6b4c3b-bcc7-4d28-8503-32f219149c79', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d6b4c3b-bcc7-4d28-8503-32f219149c79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'{"volume": {"id": "97697bae-83bb-49e2-9aef-44928a62cbde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:15.000000", "updated_at": "2023-04-17T17:43:15.000000", "name": "tempest-VolumesTransfersV355Test-Volume-273072415", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:15,879 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.036s 2023-04-17 17:43:15,879 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-571f37a8-98ad-42bb-b509-bfd2712dc5b5', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-571f37a8-98ad-42bb-b509-bfd2712dc5b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'{"volume": {"id": "97697bae-83bb-49e2-9aef-44928a62cbde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:15.000000", "updated_at": "2023-04-17T17:43:15.000000", "name": "tempest-VolumesTransfersV355Test-Volume-273072415", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde"}], "user_id": "f53a7cfc957f44f8897b9b78e3032177", "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": "4e6d02c4b7dd477897118b293529f00d"}}' 2023-04-17 17:43:15,982 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.092s 2023-04-17 17:43:15,982 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:15 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-b5cb05e1-87a2-4346-a5a1-5cc1c3e2b047', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'' 2023-04-17 17:43:16,004 80207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde 0.021s 2023-04-17 17:43:16,004 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:15 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-a6ba8ddc-dd4a-4c07-92c0-980805546198', 'x-openstack-request-id': 'req-a6ba8ddc-dd4a-4c07-92c0-980805546198', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4e6d02c4b7dd477897118b293529f00d/volumes/97697bae-83bb-49e2-9aef-44928a62cbde'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 97697bae-83bb-49e2-9aef-44928a62cbde could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 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 59f71c66-c091-42c7-909a-2d84d9a29076 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:18,981 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.181s 2023-04-17 17:43:18,982 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-824cb092-3552-4f32-acfa-52d9bae77d22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:43:19,332 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes 0.349s 2023-04-17 17:43:19,332 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-VolumesExtendTest-Volume-132794142"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12925673-e476-4161-9745-db993fe12586', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12925673-e476-4161-9745-db993fe12586', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes'} Body: b'{"volume": {"id": "59f71c66-c091-42c7-909a-2d84d9a29076", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:19.254251", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-132794142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:43:19,378 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.037s 2023-04-17 17:43:19,379 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f57d4bf-6642-4b05-8644-9268d632c2c3', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f57d4bf-6642-4b05-8644-9268d632c2c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'{"volume": {"id": "59f71c66-c091-42c7-909a-2d84d9a29076", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:19.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-132794142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:20,441 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.041s 2023-04-17 17:43:20,442 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-671894e7-6e8e-4baa-b9e0-8b75450ee17b', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-671894e7-6e8e-4baa-b9e0-8b75450ee17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'{"volume": {"id": "59f71c66-c091-42c7-909a-2d84d9a29076", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:19.000000", "updated_at": "2023-04-17T17:43:19.000000", "name": "tempest-VolumesExtendTest-Volume-132794142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:20,510 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.057s 2023-04-17 17:43:20,510 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ff519b-9b2a-4afe-97be-ed536f5b7cad', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-b7ff519b-9b2a-4afe-97be-ed536f5b7cad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'{"volume": {"id": "59f71c66-c091-42c7-909a-2d84d9a29076", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:19.000000", "updated_at": "2023-04-17T17:43:19.000000", "name": "tempest-VolumesExtendTest-Volume-132794142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:20,653 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.132s 2023-04-17 17:43:20,653 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-196af0e8-f672-4742-b630-e9551e3b1bb6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'' 2023-04-17 17:43:20,675 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076 0.021s 2023-04-17 17:43:20,675 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e94ee6-b8df-4291-8dd8-21ee7871a015', 'x-openstack-request-id': 'req-a0e94ee6-b8df-4291-8dd8-21ee7871a015', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/59f71c66-c091-42c7-909a-2d84d9a29076'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 59f71c66-c091-42c7-909a-2d84d9a29076 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 ac6b4b32-fa50-4cd6-9261-e575612224b5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:20,898 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes 0.220s 2023-04-17 17:43:20,899 80207 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-1399708310"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d23675ea-6a50-42a6-8497-4742b160f978', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d23675ea-6a50-42a6-8497-4742b160f978', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes'} Body: b'{"volume": {"id": "ac6b4b32-fa50-4cd6-9261-e575612224b5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:20.835709", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1399708310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:43:20,972 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.063s 2023-04-17 17:43:20,972 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87474ecc-9074-49e1-b212-d149a954c3a2', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87474ecc-9074-49e1-b212-d149a954c3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'{"volume": {"id": "ac6b4b32-fa50-4cd6-9261-e575612224b5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:21.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1399708310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:22,022 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.038s 2023-04-17 17:43:22,023 80207 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80192f26-18cb-46e2-be59-a4c070b4980f', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80192f26-18cb-46e2-be59-a4c070b4980f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'{"volume": {"id": "ac6b4b32-fa50-4cd6-9261-e575612224b5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:21.000000", "updated_at": "2023-04-17T17:43:21.000000", "name": "tempest-VolumesExtendTest-Volume-1399708310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:22,072 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.039s 2023-04-17 17:43:22,072 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6b99f51-2927-4fe4-8075-661c265b5fdd', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6b99f51-2927-4fe4-8075-661c265b5fdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'{"volume": {"id": "ac6b4b32-fa50-4cd6-9261-e575612224b5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:43:21.000000", "updated_at": "2023-04-17T17:43:21.000000", "name": "tempest-VolumesExtendTest-Volume-1399708310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5"}], "user_id": "1022fe60ca584985999eb1e0bf1a4509", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01d5947652ca41389a862ad473a6adec"}}' 2023-04-17 17:43:22,175 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.092s 2023-04-17 17:43:22,175 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43: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-84a9ac29-24a9-4811-acd6-d68d3cf1738e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'' 2023-04-17 17:43:22,198 80207 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5 0.022s 2023-04-17 17:43:22,198 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43: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-67d14d85-4f7a-42c0-8c85-6e77d0760c08', 'x-openstack-request-id': 'req-67d14d85-4f7a-42c0-8c85-6e77d0760c08', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/01d5947652ca41389a862ad473a6adec/volumes/ac6b4b32-fa50-4cd6-9261-e575612224b5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ac6b4b32-fa50-4cd6-9261-e575612224b5 could not be found."}}' 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 dc6d6547-af51-45ee-a976-7a6eb29da029 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:41:26,744 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.222s 2023-04-17 17:41:26,745 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2537fdea-7f6b-4747-9a2d-c976f468eb16', 'x-compute-request-id': 'req-2537fdea-7f6b-4747-9a2d-c976f468eb16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:41:26,915 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.155s 2023-04-17 17:41:26,916 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fa80610-e01a-4261-bb08-013e2da29e3e', 'x-compute-request-id': 'req-4fa80610-e01a-4261-bb08-013e2da29e3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:41:27,177 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.235s 2023-04-17 17:41:27,178 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-707f146a-33ab-4c62-8d52-038bc16dafef', 'x-compute-request-id': 'req-707f146a-33ab-4c62-8d52-038bc16dafef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08-4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "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-17 17:42:27,359 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/toke ns 0.082s 2023-04-17 17:42:27,360 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:27 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-6ddb3c71-a10f-43ab-8132-d3b8f03c24d8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d573b61dc994a1fa6343b162ac67112", "name": "tempest-ServerActionsTestJSON-1425889987-project-member", "password_expires_at": null}, "audit_ids": ["sLkWxh3-Qtycps3b_xM__g"], "expires_at": "2023-04-17T18:42:27.000000Z", "issued_at": "2023-04-17T17:42:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6952e4623737462a8b8f31ada0786922", "name": "tempest-ServerActionsTestJSON-1425889987"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6952e4623737462a8b8f31ada0786922", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:42:27,361 80217 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': 'c464cb4e-a191-4c7d-9110-f0fb81a3b9aa', 'name': 'tempest-ServerActionsTestJSON-1783366923-network', 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6952e4623737462a8b8f31ada0786922', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46671, 'is_default': False, 'availability_zone_hints': [], 'availability_ zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:34:15Z', 'updated_at': '2023-04-17T17:34:15Z', 'revision_number': 1} available for tenant 2023-04-17 17:42:27,362 80217 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1675299659', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBKLOGr6Xl2ayt6JPa/BTov3dZz2x2DRGJJ0beWQ98scecwsWPA9PwlSpVMqk4AmV4xFimhLplkR3dpkkRnqF2vN+gOPfqvdsMSgfgxOtyYvO9m7kepkdN/F/4cbYypkVA==', 'fingerprint': 'c9:3d:3e:86:f2:a3:e0:ae:a3:62:87:2b:0d:4a:f7:10', 'user_id': '8d573b61dc994a1fa6343b162ac67112', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD7cfbO9tIPxCwVW1muTGwKeA7/2Br02RXiAXp4E+m4K9wYqNl30jFS\nDq+SMp7MxmCgBwYFK4EEACKhZANiAAQSizhq+l5dmsreiT2vwU6L93Wc9sdg0RiS\ndG3lkPfLHHnMLFjwPT8JUqVTKpOAJleMRYpoS6ZZEd3aZJEZ6hdrzfoDj36r3bDE\noH4MTrcmLzvZu5HqZHTfxf+HG2MqZFQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6bbf68ab-77ab-402a-a56b-9b1b218ef4f7', 'name': 'tempest-securitygroup--1742768129', 'stateful': True, 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'description': 'tempest-description--489901069', 'shared': False, 'security_group_rules': [{'id': '17a361eb-11d6-42d0-ae4e-23d5d09522a1', 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'security_group_id': '6bbf68ab-77ab-402a-a56b-9b1b218ef4f7', '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': 520, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:34:32Z', 'updated_at': '2023-04-17T17:34:32Z', 'revision_number': 0, 'project_id': '6952e4623737462a8b8f31ada0786922'}, {'id': 'c1637205-1753-4246-96ab-5d178e7f74c8', 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'security_group_id': '6bbf68ab-77ab-402a-a56b-9b1b218ef4f7', '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': 519, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:34:32Z', 'updated_at': '2023-04-17T17:34:32Z', 'revision_number': 0, 'project_id': '6952e4623737462a8b8f31ada0786922'}], 'tags': [], 'created_at': '2023-04-17T17:34:32Z', 'updated_at': '2023-04-17T17:34:32Z', 'revision_number': 1, 'project_id': '6952e4623737462a8b8f31ada0786922'}, 'floating_ip': {'id': '48513bab-7f5d-4b5b-a6a2-9846cded6194', 'tenant_id': '6952e4623737462a8b8f31ada0786922', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6952e4623737462a8b8f31ada0786922', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:34:36Z', 'updated_at': '2023-04-17T17:34:36Z', 'revision_number': 0, 'ip': '172.24.4.77'}} 2023-04-17 17:42:27,743 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes 0.379s 2023-04-17 17:42:27,744 80217 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-757059638", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1caa30a5-4f34-40d7-8440-e95304f65217', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1caa30a5-4f34-40d 7-8440-e95304f65217', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes'} Body: b'{"volume": {"id": "dc6d6547-af51-45ee-a976-7a6eb29da029", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:27.672643", "updated_at": null, "name": "tempest-tempest.common.compute-volume-757059638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:42:27,802 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029 0.046s 2023-04-17 17:42:27,802 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea83d0a-ebe5-43b1-a715-d835adc5c41f', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea83d0a-ebe5-43b1-a715-d835adc5c41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029'} Body: b'{"volume": {"id": "dc6d6547-af51-45ee-a976-7a6eb29da029", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:28.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-757059638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:42:28,864 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029 0.048s 2023-04-17 17:42:28,864 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bb2f6e2-8c26-4ed9-b0ec-2342aa5b01ad', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bb2f6e2-8c26-4ed9-b0ec-2342aa5b01ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029'} Body: b'{"volume": {"id": "dc6d6547-af51-45ee-a976-7a6eb29da029", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:42:28.00 0000", "updated_at": "2023-04-17T17:42:28.000000", "name": "tempest-tempest.common.compute-volume-757059638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029"}], "user_id": "8d573b61dc994a1fa6343b162ac67112", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6952e4623737462a8b8f31ada0786922"}}' 2023-04-17 17:42:28,974 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029 0.099s 2023-04-17 17:42:28,975 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dc4b8c8-926d-49a0-92e2-19df12004d9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029'} Body: b'' 2023-04-17 17:42:28,997 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029 0.021s 2023-04-17 17:42:28,997 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbe1d528-0a18-41f1-b557-02dca992e16c', 'x-openstack-request-id': 'req-dbe1d528-0a18-41f1-b557-02dca992e16c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6952e4623737462a8b8f31ada0786922/volumes/dc6d6547-af51-45ee-a976-7a6eb29da029'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dc6d6547-af51-45ee-a976-7a6eb29da029 could not be found."}}' 2023-04-17 17:42:28,998 80217 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-17 17:42:29,241 80217 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518 0.241s 2023-04-17 17:42:29,241 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:42:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed79ba07-5749-455a-a110-33ac2c6632fe', 'x-compute-request-id': 'req-ed79ba07-5749-455a-a110-33ac2c6632fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518'} Body: b'{"server": {"id": "47d30b1a-fc08 -4cad-8a2e-003b43251518", "name": "tempest-ServerActionsTestJSON-server-652405357", "status": "ACTIVE", "tenant_id": "6952e4623737462a8b8f31ada0786922", "user_id": "8d573b61dc994a1fa6343b162ac67112", "metadata": {}, "hostId": "2780c2680fa657fcb0453e6540772091b91e1491d10a535dbae2aaf6", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:34:39Z", "updated": "2023-04-17T17:34:49Z", "addresses": {"tempest-ServerActionsTestJSON-1783366923-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:a7:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d30b1a-fc08-4cad-8a2e-003b43251518"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1675299659", "OS-SRV-USG:launched_at": "2023-04-17T17:34:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1742768129"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.scenario.test_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 34588fbb-4c6b-40d0-8329-da719e3400c1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:43:35,842 80207 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-17 17:43:36,621 80207 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.778s 2023-04-17 17:43:36,621 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--482898099", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1f78c79a-fb0a-4b5d-a16c-1aedcaf48b26', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--482898099", "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": "3e5c56c675ef40b8b6eab0d00b46014b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "created_at": "2023-04-17T17:43:37Z", "updated_at": "2023-04-17T17:43:37Z", "tags": [], "self": "/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d", "file": "/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:43:37,981 80207 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/223d77c4-f5da-4195-8b24-d8276adb1d0d/file 1.359s 2023-04-17 17:43:37,982 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a86d2627-b630-4d47-8ff7-f97271b64251', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d/file'} Body: b'' 2023-04-17 17:43:37,982 80207 DEBUG [tempest.scenario.manager] image:223d77c4-f5da-4195-8b24-d8276adb1d0d 2023-04-17 17:43:38,036 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-04-17 17:43:38,037 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1415594726", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDnzFKSp1ZsarDI2o4gPxfblQcH4Owj82sVfODprSc1K69tFajrNPplrLI8Ghc3K95vu8FaOu8iqSCcvEi1hjzNJhR2sWScBqRXgRvEliVgr7HrUvAfkkXjRzK0qtyqnyA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:37 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-1a0b07de-a3af-4f9a-b8d6-be099fb283d3', 'x-compute-request-id': 'req-1a0b07de-a3af-4f9a-b8d6-be099fb283d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1415594726", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDnzFKSp1ZsarDI2o4gPxfblQcH4Owj82sVfODprSc1K69tFajrNPplrLI8Ghc3K95vu8FaOu8iqSCcvEi1hjzNJhR2sWScBqRXgRvEliVgr7HrUvAfkkXjRzK0qtyqnyA==", "fingerprint": "1f:e2:cd:72:a6:b3:73:df:fc:b7:ac:f0:15:2b:17:c5", "user_id": "7d29ba758b794e849b8cb94bc76c0247"}}' 2023-04-17 17:43:38,078 80207 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.033s 2023-04-17 17:43:38,078 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:38 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-e73cab04-a737-4fb8-8020-e67ddc8dba2e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7d29ba758b794e849b8cb94bc76c0247", "name": "tempest-TestMinimumBasicScenario-145353383-project-member", "password_expires_at": null}, "audit_ids": ["7aulvsUIQrGWFkymcjb32g"], "expires_at": "2023-04-17T18:43:38.000000Z", "issued_at": "2023-04-17T17:43:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e5c56c675ef40b8b6eab0d00b46014b", "name": "tempest-TestMinimumBasicScenario-145353383"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:43:38,079 80207 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '961563e7-f0ae-4972-8b45-18610039d6a4', 'name': 'tempest-TestMinimumBasicScenario-686199779-network', 'tenant_id': '3e5c56c675ef40b8b6eab0d00b46014b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e5c56c675ef40b8b6eab0d00b46014b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9763, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:43:23Z', 'updated_at': '2023-04-17T17:43:23Z', 'revision_number': 1} available for tenant 2023-04-17 17:43:38,733 80207 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.653s 2023-04-17 17:43:38,734 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1095186947", "imageRef": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "networks": [{"uuid": "961563e7-f0ae-4972-8b45-18610039d6a4"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86be0b74-4de6-48fc-b1da-167ad2f360b8', 'x-compute-request-id': 'req-86be0b74-4de6-48fc-b1da-167ad2f360b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Ev9pTy4sk75c"}}' 2023-04-17 17:43:38,849 80207 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/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.112s 2023-04-17 17:43:38,849 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46b69e2b-c689-4950-8fd7-0bc18bfd7c26', 'x-compute-request-id': 'req-46b69e2b-c689-4950-8fd7-0bc18bfd7c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "BUILD", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "", "image": {"id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/c ompute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:39Z", "updated": "2023-04-17T17:43:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "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-17 17:44:29,185 80207 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/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.275s 2023-04-17 17:44:29,185 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:28 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-b8bad6ff-aa47-477d-bb00-45d8f7243d95', 'x-compute-request-id': 'req-b8bad6ff-aa47-477d-bb00-45d8f7243d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:38Z", "updated": "2023-04-17T17:43:45Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:d0:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "OS-SRV-USG:launched_at": "2023-04-17T17:43:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:44:29,197 80207 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:45:29,480 80207 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/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.222s 2023-04-17 17:45:29,480 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Res ponse - Headers: {'date': 'Mon, 17 Apr 2023 17:45:29 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-cca3995d-e38a-4c00-890b-e10afda5c70e', 'x-compute-request-id': 'req-cca3995d-e38a-4c00-890b-e10afda5c70e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:38Z", "updated": "2023-04-17T17:43:45Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:d0:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "OS-SRV-USG:launched_at": "2023-04-17T17:43:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:45:29,680 80207 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.188s 2023-04-17 17:45:29,681 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:29 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-2a83ca48-1a3a-4fac-8208-2cb08c7570c1', 'x-compute-request-id': 'req-2a83ca48-1a3a-4fac-8208-2cb08c7570c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}]}]}' 2023-04-17 17:45:29,908 80207 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/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.223s 2023-04-17 17:45:29,908 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:29 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-578afa74-db29-42eb-9e3e-94b44e3b60b8', 'x-compute-request-id': 'req-578afa74-db29-42eb-9e3e-94b44e3b60b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "223d77c4-f5da-4195-8b24-d8276adb1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:38Z", "updated": "2023-04-17T17:43:45Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:d0:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "OS-SRV-USG:launched_at": "2023-04-17T17:43:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:45:30,176 80207 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/3e5c56c675ef40b8b6eab0d00b46014b/volumes 0.255s 2023-04-17 17:45:30,176 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-964077142", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbe3abcf-9306-4412-9d2c-24fd4699c61d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbe3abcf-9306-4412-9d2c-24fd4699c61d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes'} Body: b'{"volume": {"id": "34588fbb-4c6b-40d0-8329-da719e3400c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:45:30.109553", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-964077142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:45:30,242 80207 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/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1 0.055s 2023-04-17 17:45:30,242 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e6fb31-6cd4-4ca8-a4c5-cce80bdc3f71', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e6fb31-6cd4-4ca8-a4c5-cce80bdc3f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1'} Body: b'{"volume": {"id": "34588fbb-4c6b-40d0-8329-da719e3400c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:45:30.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-964077142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b"}}' 2023-04-17 17:45:31,301 80207 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/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1 0.046s 2023-04-17 17:45:31,301 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef9b7655-7fba-4650-8029-95aa346fda0a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef9b7655-7fba-4650-8029-95aa346fda0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1'} Body: b'{"volume": {"id": "34588fbb-4c6b-40d0-8329-da719e3400c1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:45:30.000000", "updated_at": "2023-04-17T17:45:30.000000", "name": "tempest-TestMinimumBasicScenario-volume-964077142", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b"}}' 2023-04-17 17:45:31,414 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1 0.102s 2023-04-17 17:45:31,415 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': ' application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45: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-898aca3f-d1e0-462b-a08c-6858aacfd906', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1'} Body: b'' 2023-04-17 17:45:31,438 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1 0.023s 2023-04-17 17:45:31,439 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45: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-4a821bf0-1593-4764-8304-4d185c33987e', 'x-openstack-request-id': 'req-4a821bf0-1593-4764-8304-4d185c33987e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/34588fbb-4c6b-40d0-8329-da719e3400c1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 34588fbb-4c6b-40d0-8329-da719e3400c1 could not be found."}}' 2023-04-17 17:45:31,553 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.113s 2023-04-17 17:45:31,554 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87201653-8f3a-4167-afb4-2e626ed1f47f', 'x-compute-request-id': 'req-87201653-8f3a-4167-afb4-2e626ed1f47f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'' 2023-04-17 17:45:31,732 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.178s 2023-04-17 17:45:31,733 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:31 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-0a0b5e72-7e76-4ec9-8cfe-8316f0c31cde', 'x-compute-request-id': 'req-0a0b5e72-7e76-4ec9-8cfe-8316f0c31cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"server": {"id": "f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb", "name": "tempest-TestMinimumBasicScenario-server-1095186947", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "223d77c4-f5da-4195-8b24-d8276ad b1d0d", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/223d77c4-f5da-4195-8b24-d8276adb1d0d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:43:38Z", "updated": "2023-04-17T17:45:32Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:d0:b4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1415594726", "OS-SRV-USG:launched_at": "2023-04-17T17:43:45.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-17 17:46:21,833 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb 0.039s 2023-04-17 17:46:21,834 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-20942600-2016-4265-802b-3acae2c627b2', 'x-compute-request-id': 'req-20942600-2016-4265-802b-3acae2c627b2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f0ab6b84-ef40-4706-a4f1-c8a9d3eb23eb could not be found."}}' 2023-04-17 17:46:21,867 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1415594726 0.033s 2023-04-17 17:46:21,867 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5da267ed-d82c-4125-98e4-018ca82b9000', 'x-compute-request-id': 'req-5da267ed-d82c-4125-98e4-018ca82b9000', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1415594726'} Body: b'' 2023-04-17 17:46:21,971 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/223d77c4-f5da-4195-8b24-d8276adb1d0d 0.103s 2023-04-17 17:46:21,972 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ee0d0620-c5fa-4895-8b50-a1b9645f907a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/223d77c4- f5da-4195-8b24-d8276adb1d0d'} 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 11c86cfd-9508-4b74-b739-b2e764319d39 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:44:32,201 80217 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:44:32,202 80217 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:44:32,402 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.196s 2023-04-17 17:44:32,402 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1415434273", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE9znVyh2XvVgB/lD9Kekstd6of4EWCi4jOx1ZRC3TdN6cXmpezDHHLnBhMDPrdXw4ZtdwembcGb/X4HTEO4jnGIfp0e3mZJuw1pVWzt7I7Vt1a1IH8RGm/LXG+ZjoqIJg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8b656f0-3a30-4a3b-8bb5-c0d178246c67', 'x-compute-request-id': 'req-d8b656f0-3a30-4a3b-8bb5-c0d178246c67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1415434273", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE9znVyh2XvVgB/lD9Kekstd6of4EWCi4jOx1ZRC3TdN6cXmpezDHHLnBhMDPrdXw4ZtdwembcGb/X4HTEO4jnGIfp0e3mZJuw1pVWzt7I7Vt1a1IH8RGm/LXG+ZjoqIJg==", "fingerprint": "41:2f:eb:06:35:07:78:f5:8d:63:27:dd:50:36:de:e1", "user_id": "3d4aee23bae743f19bdf6f991e044587"}}' 2023-04-17 17:44:32,405 80217 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1415434273 created 2023-04-17 17:44:32,568 80217 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-17 17:44:32,568 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--127827511", "description": "tempest-description--611493470"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-042193bb-54a4-406a-aac0-1a53cd3b2758', 'date': 'Mon, 17 Apr 2023 17:44:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "name": "tempest-securitygroup--127827511", "stateful": true, "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "description": "tempest-description--611493470", "shared": false, "security_group_rules": [{"id": "16ddf0b2-71d0-4494-a0cf-91adc13f618c", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "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": 999, "description": null, "tags": [], "created_at": "2023-04-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}, {"id": "d1368493-c71e-4f2e-a6e2-5827d6fc84fc", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 1000, "description": null, "tags": [], "created_at": "2023-04-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}], "tags": [], "created_at": "2023-04-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 1, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:44:32,764 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.195s 2023-04-17 17:44:32,765 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "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-5fb703a5-0ec6-4dc7-a9d3-fdf27ae4f8ee', 'date': 'Mon, 17 Apr 2023 17:44:32 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": "ee300341-174c-4051-a1c6-b0e62805bf5f", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "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-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:44:32,941 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-17 17:44:32,941 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c6ae583d-650f-44f5-a9c3-0550630ee138', 'date': 'Mon, 17 Apr 2023 17:44:32 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": "ad74fa20-3ccc-4edc-bf61-5e2de45fba50", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "9f103486-0d83-42c5-9e99-c7cea645c3de", "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-17T17:44:32Z", "updated_at": "2023-04-17T17:44:32Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:44:32,942 80217 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--127827511 created 2023-04-17 17:44:33,781 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.839s 2023-04-17 17:44:33,781 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x- openstack-request-id': 'req-1abd0376-e25d-47f3-9168-445ac13386fe', 'date': 'Mon, 17 Apr 2023 17:44:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a176798e-fe5f-4f32-bac1-a4be2474ea60", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "floating_ip_address": "172.24.4.157", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:44:33Z", "updated_at": "2023-04-17T17:44:33Z", "revision_number": 0}}' 2023-04-17 17:44:33,782 80217 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a176798e-fe5f-4f32-bac1-a4be2474ea60', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:44:33Z', 'updated_at': '2023-04-17T17:44:33Z', 'revision_number': 0, 'ip': '172.24.4.157'} created 2023-04-17 17:44:33,822 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-17 17:44:33,823 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a106e80b-8840-47ba-a259-092b05f22d0d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3d4aee23bae743f19bdf6f991e044587", "name": "tempest-AttachVolumeTestJSON-2102743292-project-member", "password_expires_at": null}, "audit_ids": ["oJtdvISmQGO6Ukqa3EtI8w"], "expires_at": "2023-04-17T18:44:33.000000Z", "issued_at": "2023-04-17T17:44:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd3bfc1c102a47ff9efab5cb9a78021e", "name": "tempest-AttachVolumeTestJSON-2102743292"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cd3bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd3bfc1 c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:44:33,823 80217 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'fbf3ce34-ee1a-433a-89ae-35e198d262a3', 'name': 'tempest-AttachVolumeTestJSON-2124537068-network', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28673, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:44:25Z', 'updated_at': '2023-04-17T17:44:25Z', 'revision_number': 1} available for tenant 2023-04-17 17:44:33,824 80217 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1415434273', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE9znVyh2XvVgB/lD9Kekstd6of4EWCi4jOx1ZRC3TdN6cXmpezDHHLnBhMDPrdXw4ZtdwembcGb/X4HTEO4jnGIfp0e3mZJuw1pVWzt7I7Vt1a1IH8RGm/LXG+ZjoqIJg==', 'fingerprint': '41:2f:eb:06:35:07:78:f5:8d:63:27:dd:50:36:de:e1', 'user_id': '3d4aee23bae743f19bdf6f991e044587', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD3lZzwsZCL+urh//j/8vUmoJrTAjFSCo5Id5bRAZvJ3VttxkcPpbeH\n69QstDdPHXOgBwYFK4EEACKhZANiAARPc51codl71YAf5Q/SnpLLXeqH+BFgouIz\nsdWUQt03TenF5qXswxxy5wYTAz63V8OGbXcHpm3Bm/1+B0xDuI5xiH6dHt5mSbsN\naVVs7eyO1bdWtSB/ERpvy1xvmY6KiCY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9f103486-0d83-42c5-9e99-c7cea645c3de', 'name': 'tempest-securitygroup--127827511', 'stateful': True, 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': 'tempest-description--611493470', 'shared': False, 'security_group_rules': [{'id': '16ddf0b2-71d0-4494-a0cf-91adc13f618c', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'security_group_id': '9f103486-0d83-42c5-9e99-c7cea645c3de', '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': 999, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:44:32Z', 'updated_at': '2023-04-17T17:44:32Z', 'revision_number': 0, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}, {'id': 'd1368493-c71e-4f2e-a6e2-5827d6fc84fc', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'security_group_id': '9f103486-0d83-42c5-9e99-c7cea645c3de', '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': 1000, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:44:32Z', 'updated_at': '2023-04-17T17:44:32Z', 'revision_number': 0, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}], 'tags': [], 'created_at': '2023-04-17T17:44:3 2Z', 'updated_at': '2023-04-17T17:44:32Z', 'revision_number': 1, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}, 'floating_ip': {'id': 'a176798e-fe5f-4f32-bac1-a4be2474ea60', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'floating_ip_address': '172.24.4.157', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:44:33Z', 'updated_at': '2023-04-17T17:44:33Z', 'revision_number': 0, 'ip': '172.24.4.157'}} 2023-04-17 17:44:34,477 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.652s 2023-04-17 17:44:34,477 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-840531982", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "fbf3ce34-ee1a-433a-89ae-35e198d262a3"}], "security_groups": [{"name": "tempest-securitygroup--127827511"}], "key_name": "tempest-keypair-1415434273", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e7090ad-4a98-47ef-8684-11a9f9da1433', 'x-compute-request-id': 'req-0e7090ad-4a98-47ef-8684-11a9f9da1433', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--127827511"}], "adminPass": "password"}}' 2023-04-17 17:44:34,555 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.074s 2023-04-17 17:44:34,555 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:44:34 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-0f61231c-d8ad-4af4-9c0c-8c2e11cd5d93', 'x-compute-request-id': 'req-0f61231c-d8ad-4af4-9c0c-8c2e11cd5d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'{"server": {"id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "name": "tempest-AttachVolumeTestJSON-server-840531982", "status": "BUILD", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:44:34Z", "updated": "2023-04-17T17:44:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1415434273", "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-17 17:45:24,842 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.240s 2023-04-17 17:45:24,842 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25a45b73-7293-4c3b-8a38-8d7d1c22fcdf', 'x-compute-request-id': 'req-25a45b73-7293-4c3b-8a38-8d7d1c22fcdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'{"server": {"id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "name": "tempest-AttachVolumeTestJSON-server-840531982", "status": "ACTIVE", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "653f5f949f9dfb0d36b833fc4e16e7bd6b525f35d95f31034ca916ce", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:44:34Z", "updated": "2023-04-17T17:44:42Z", "addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:9c:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1415434273", "OS-SRV-USG:launched_at": "2023-04-17T17:44:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--127827511"}], "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-17 17:45:24,854 80217 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:46:25,055 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631/os-interface 0.173s 2023-04-17 17:46:25,055 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:24 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-eae7c55f-3858-4760-adf4-6d93298ecd9f', 'x-compute-request-id': 'req-eae7c55f-3858-4760-adf4-6d93298ecd9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbf3ce34-ee1a-433a-89ae-35e198d262a3", "port_id": "112d73e4-daf7-4ba3-b282-34913fbb70b1", "mac_addr": "fa:16:3e:e8:9c:9e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "93964096-b9a9-4776-b65b-ddf93a928daf", "ip_address": "10.0.0.7"}]}]}' 2023-04-17 17:46:25,815 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/a176798e-fe5f-4f32-bac1-a4be2474ea60 0.755s 2023-04-17 17:46:25,815 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "112d73e4-daf7-4ba3-b282-34913fbb70b1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-54cac2d4-c0ba-449c-bcf5-6db06981d6bd', 'date': 'Mon, 17 Apr 2023 17:46:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a176798e-fe5f-4f32-bac1-a4be2474ea60'} Body: b'{"floatingip": {"id": "a176798e-fe5f-4f32-bac1-a4be2474ea60", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "floating_ip_address": "172.24.4.157", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "08bad41a-ee33-49d4-b2e8-8128398871c4", "port_id": "112d73e4-daf7-4ba3-b282-34913fbb70b1", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbf3ce34-ee1a-433a-89ae-35e198d262a3", "mac_address": "fa:16:3e:e8:9c:9e", "admin_state_up": true, "status": "ACTIVE", "device_id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:44:33Z", "updated_at": "2023-04-17T17:46:25Z", "revision_number": 1, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:46:25,818 80217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.157:22' as 'cirros' with public key authentication 2023-04-17 17:46:25,857 80217 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:46:25,884 80217 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:46:25,885 80217 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.157 successfully created 2023-04-17 17:46:25,929 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631/ips 0.043s 2023-04-17 17:46:25,929 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:25 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-3cb5ed03-14f5-47a8-9553-fa801d92ec01', 'x-compute-request-id': 'req-3cb5ed03-14f5-47a8-9553-fa801d92ec01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-17 17:46:25,933 80217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.157:22' as 'cirros' with public key authentication 2023-04-17 17:46:25,941 80217 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:46:25,968 80217 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:46:25,968 80217 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.157 successfully created 2023-04-17 17:46:25,968 80217 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-17 17:46:25,969 80217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.157:22' as 'cirros' with public key authentication 2023-04-17 17:46:25,976 80217 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:46:26,002 80217 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:46:26,002 80217 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.157 successfully created 2023-04-17 17:46:26,268 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes 0.236s 2023-04-17 17:46:26,268 80217 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-693087165"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68bb47bd-f65a-4f59-9aa4-83a226754928', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68bb47bd-f65a-4f59-9aa4-83a226754928', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes'} Body: b'{"volume": {"id": "11c86cfd-9508-4b74-b739-b2e764319d39", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:46:26.207353", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-693087165", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:46:26,359 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39 0.081s 2023-04-17 17:46:26,374 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb22a89-d486-4b7c-8caa-931acba5d982', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb22a89-d486-4b7c-8caa-931acba5d982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39'} Body: b'{"volume": {"id": "11c86cfd-9508-4b74-b739-b2e764319d39", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:46:26.000000", "updated_at": null, "na me": "tempest-AttachVolumeTestJSON-volume-693087165", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:46:27,429 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39 0.043s 2023-04-17 17:46:27,430 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b4c75a-6516-41b1-9208-1b50f46ea044', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b4c75a-6516-41b1-9208-1b50f46ea044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39'} Body: b'{"volume": {"id": "11c86cfd-9508-4b74-b739-b2e764319d39", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:46:26.000000", "updated_at": "2023-04-17T17:46:26.000000", "name": "tempest-AttachVolumeTestJSON-volume-693087165", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/11c86cfd-9508-4b74-b739-b2e764319d39"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:46:27,557 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.115s 2023-04-17 17:46:27,557 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcfd7584-2e3d-46a4-a7a1-799b21c3d93e', 'x-compute-request-id': 'req-fcfd7584-2e3d-46a4-a7a1-799b21c3d93e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'' 2023-04-17 17:46:27,793 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.235s 2023-04-17 17:46:27,794 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0915f32-9429-4691-b174-b84353c02588', 'x-compute-request-id': 'req-c0915f32-9429-4691-b174-b84353c02588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'{"server": {"id": "18c31df4-f883-4d7b-9ed1-1b99e77eb631", "name": "tempest-AttachVolumeTestJSON-server-840531982", "status": "ACTIVE", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "653f5f949f9dfb0d36b833fc4e16e7bd6b525f35d95f31034ca916ce", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:44:34Z", "updated": "2023-04-17T17:46:28Z", "addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:9c:9e"}, {"version": 4, "addr": "172.24.4.157", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:9c:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1415434273", "OS-SRV-USG:launched_at": "2023-04-17T17:44:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--127827511"}], "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-17 17:47:17,902 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631 0.043s 2023-04-17 17:47:17,902 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:17 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-ae420bbf-d434-427e-9000-ee43eafbcd4a', 'x-compute-request-id': 'req-ae420bbf-d434-427e-9000-ee43eafbcd4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/18c31df4-f883-4d7b-9ed1-1b99e77eb631'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 18c31df4-f883-4d7b-9ed1-1b99e77eb631 could not be found."}}' 2023-04-17 17:47:17,934 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1415434273 0.031s 2023-04-17 17:47:17,934 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47: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-f1ef05a4-10b9-42 a9-b386-cc9d18912743', 'x-compute-request-id': 'req-f1ef05a4-10b9-42a9-b386-cc9d18912743', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1415434273'} Body: b'' 2023-04-17 17:47:18,078 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9f103486-0d83-42c5-9e99-c7cea645c3de 0.143s 2023-04-17 17:47:18,078 80217 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-9786fdfe-32eb-49bf-87ed-a809fa242737', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:47:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9f103486-0d83-42c5-9e99-c7cea645c3de'} Body: b'' 2023-04-17 17:47:18,095 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9f103486-0d83-42c5-9e99-c7cea645c3de 0.016s 2023-04-17 17:47:18,096 80217 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-5587934f-a07b-414e-8f26-793f82c7ec2a', 'date': 'Mon, 17 Apr 2023 17:47:18 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9f103486-0d83-42c5-9e99-c7cea645c3de'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9f103486-0d83-42c5-9e99-c7cea645c3de does not exist", "detail": ""}}' 2023-04-17 17:47:18,545 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a176798e-fe5f-4f32-bac1-a4be2474ea60 0.449s 2023-04-17 17:47:18,545 80217 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-6dc08aa5-bfae-46e0-a92c-be66dd355717', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:47:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a176798e-fe5f-4f32-bac1-a4be2474ea60'} Body: b'' tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 2df9cc94-04f9-4b53-addd-aa5616b7ba72 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:48:54,166 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes 0.304s 2023-04-17 17:48:54,166 80209 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-605295844"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7b76be-fc47-4fcc-95ca-47550acc8793', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7b76be-fc47-4fcc-95ca-47550acc8793', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes'} Body: b'{"volume": {"id": "2df9cc94-04f9-4b53-addd-aa5616b7ba72", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:54.098408", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-605295844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:48:54,214 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72 0.038s 2023-04-17 17:48:54,214 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833b0714-09f2-4051-b875-01aa5cdb65d1', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833b0714-09f2-4051-b875-01aa5cdb65d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72'} Body: b'{"volume": {"id": "2df9cc94-04f9-4b53-addd-aa5616b7ba72", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:54.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-605295844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c9cdf67684764421af28a1cd43efcf0b"}}' 2023-04-17 17:48:55,271 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72 0.046s 2023-04-17 17:48:55,272 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcbaaec3-1e73-481a-9dab-d2e8746b5fc7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcbaaec3-1e73-481a-9dab-d2e8746b5fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72'} Body: b'{"volume": {"id": "2df9cc94-04f9-4b53-addd-aa5616b7ba72", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:54.000000", "updated_at": "2023-04-17T17:48:54.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-605295844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/2df9cc94-04f9-4b53-addd-aa5616b7ba72"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c9cdf67684764421af28a1cd43efcf0b"}}' 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 0716ac10-9154-453a-9a71-6592b9a7fdf3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:48:55,474 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes 0.189s 2023-04-17 17:48:55,475 80209 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-1771906976"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55557603-9c48-4ca6-b5ab-28940ff071ca', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55557603-9c48-4ca6-b5ab-28940ff071ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes'} Body: b'{"volume": {"id": "0716ac10-9154-453a-9a71-6592b9a7fdf3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:55.416912", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1771906976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:48:55,520 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3 0.036s 2023-04-17 17:48:55,521 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d0db5b-e61d-4355-b600-9f60ddd2d4c5', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d0db5b-e61d-4355-b600-9f60ddd2d4c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3'} Body: b'{"volume": {"id": "0716ac10-9154-453a-9a71-6592b9a7fdf3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:55.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1771906976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c9cdf67684764421af28a1cd43efcf0b"}}' 2023-04-17 17:48:56,570 80209 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3 0.038s 2023-04-17 17:48:56,570 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45e0b40d-e545-4fd2-9d85-9080dca21bea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45e0b40d-e545-4fd2-9d85-9080dca21bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3'} Body: b'{"volume": {"id": "0716ac10-9154-453a-9a71-6592b9a7fdf3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:55.000000", "updated_at": "2023-04-17T17:48:56.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1771906976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c9cdf67684764421af28a1cd43efcf0b/volumes/0716ac10-9154-453a-9a71-6592b9a7fdf3"}], "user_id": "8d22aee4776b4ae89ca19af5ce976d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c9cdf67684764421af28a1cd43efcf0b"}}' 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 08d2432e-c3af-4fdd-8c5b-046c0cebb7ec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:46:21,975 80207 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-17 17:46:22,635 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.659s 2023-04-17 17:46:22,636 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--332404867", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0e066bdb-9cb7-41a3-a237-e945a8435191', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--332404867", "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": "3e5c56c675ef40b8b6eab0d00b46014b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cbc835eb-2ba5-4327-a372-311a75051edb", "created_at": "2023-04-17T17:46:23Z", "updated_at": "2023-04-17T17:46:23Z", "tags": [], "self": "/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb", "file": "/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:46:23,979 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb/file 1.342s 2023-04-17 17:46:23,979 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-99837bbe-c02c-40e9-8a70-88bfb9401f6e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb/file'} Body: b'' 2023-04-17 17:46:23,980 80207 DEBUG [tempest.scenario.manager] image:cbc835eb-2ba5-4327-a372-311a75051edb 2023-04-17 17:46:24,045 80207 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.063s 2023-04-17 17:46:24,046 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-2100801210", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOEO4e3v1HHH2Mmov5RsedbNd3JRISetkDhgZlIA8LOetgCVIAjtKuR9jxTNt4caNTd+h7UG7m0XH4TULzuQ+QQDbzp2myVheOjH8E3fAzaqC4b6Xi/7lnRIo8Rc5HJCoQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:23 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-81329e15-4f52-4e43-9a8e-0ea603ac9780', 'x-compute-request-id': 'req-81329e15-4f52-4e43-9a8e-0ea603ac9780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-21008 01210", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOEO4e3v1HHH2Mmov5RsedbNd3JRISetkDhgZlIA8LOetgCVIAjtKuR9jxTNt4caNTd+h7UG7m0XH4TULzuQ+QQDbzp2myVheOjH8E3fAzaqC4b6Xi/7lnRIo8Rc5HJCoQ==", "fingerprint": "5e:53:4d:8c:b2:cb:ff:d1:88:04:d2:1b:29:4f:83:48", "user_id": "7d29ba758b794e849b8cb94bc76c0247"}}' 2023-04-17 17:46:24,162 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.106s 2023-04-17 17:46:24,162 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:24 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-91351e39-5dd8-47ce-a81f-f39a8ccf82e2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7d29ba758b794e849b8cb94bc76c0247", "name": "tempest-TestMinimumBasicScenario-145353383-project-member", "password_expires_at": null}, "audit_ids": ["xxC6EzgzSV-pdCWPzTBgOw"], "expires_at": "2023-04-17T18:46:24.000000Z", "issued_at": "2023-04-17T17:46:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e5c56c675ef40b8b6eab0d00b46014b", "name": "tempest-TestMinimumBasicScenario-145353383"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:46:24,163 80207 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '961563e7-f0ae-4972-8b45-18610039d6a4', 'name': 'tempest-TestMinimumBasicScenario-686199779-network', 'tenant_id': '3e5c56c675ef40b8b6eab0d00b46014b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e5c56c675ef40b8b6eab0d00b46014b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9763, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:43:23Z', 'updated_at': '2023-04-17T17:43:23Z', 'revision_number': 1} available for tenant 2023-04-17 17:46:25,005 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.842s 2023-04-17 17:46:25,006 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-474499183", "imageRef": "cbc835eb-2ba5-4327-a372-311a75051edb", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "networks": [{"uuid": "961563e7-f0ae-4972-8b45-18610039d6a4"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8f602ec-8a6a-41d1-939d-665eaa290b0a', 'x-compute-request-id': 'req-f8f602ec-8a6a-41d1-939d-665eaa290b0a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "PAxzgu3fiVe2"}}' 2023-04-17 17:46:25,089 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.080s 2023-04-17 17:46:25,089 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:46:25 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-526e08d3-d590-45c0-99b4-80e9289a356b', 'x-compute-request-id': 'req-526e08d3-d590-45c0-99b4-80e9289a356b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "BUILD", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:25Z", "updated": "2023-04-17T17:46:25Z", "addresses": {}, "access IPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "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-17 17:47:15,381 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.231s 2023-04-17 17:47:15,381 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:15 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-49ad5abd-7db1-4992-9c32-59fc44caffde', 'x-compute-request-id': 'req-49ad5abd-7db1-4992-9c32-59fc44caffde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:24Z", "updated": "2023-04-17T17:46:32Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:3d:80"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "OS-SRV-USG:launched_at": "2023-04-17T17:46:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:47:15,392 80207 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 17:48:15,694 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.264s 2023-04-17 17:48:15,694 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:15 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': 'r eq-91578129-a396-4000-8a6c-3dffc7da499b', 'x-compute-request-id': 'req-91578129-a396-4000-8a6c-3dffc7da499b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:24Z", "updated": "2023-04-17T17:46:32Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:3d:80"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "OS-SRV-USG:launched_at": "2023-04-17T17:46:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:48:15,902 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.195s 2023-04-17 17:48:15,902 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:15 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-7c7c99eb-798c-4f60-bd49-c808f0fe8792', 'x-compute-request-id': 'req-7c7c99eb-798c-4f60-bd49-c808f0fe8792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}]}]}' 2023-04-17 17:48:16,051 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.145s 2023-04-17 17:48:16,052 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:15 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-f99d94f1-5456-4882-ac4e-957bfa1440a5', 'x-compute-request-id': 'req-f99d94f1-5456-4882-ac4e-957bfa1440a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0- 8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:24Z", "updated": "2023-04-17T17:46:32Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:3d:80"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "OS-SRV-USG:launched_at": "2023-04-17T17:46:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:48:16,254 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes 0.191s 2023-04-17 17:48:16,255 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1857229264", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-860f8654-0568-4683-b990-cedff9d9b374', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-860f8654-0568-4683-b990-cedff9d9b374', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes'} Body: b'{"volume": {"id": "08d2432e-c3af-4fdd-8c5b-046c0cebb7ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:16.196202", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1857229264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:48:16,309 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec 0.045s 2023-04-17 17:48:16,310 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-d7d5a454-2f81-4eac-8256-0c5c7a2c4ac8', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d5a454-2f81-4eac-8256-0c5c7a2c4ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec'} Body: b'{"volume": {"id": "08d2432e-c3af-4fdd-8c5b-046c0cebb7ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:16.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1857229264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b"}}' 2023-04-17 17:48:17,362 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec 0.040s 2023-04-17 17:48:17,363 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6d3e3cb-48b9-4558-8aed-a82ee754a4b6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6d3e3cb-48b9-4558-8aed-a82ee754a4b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec'} Body: b'{"volume": {"id": "08d2432e-c3af-4fdd-8c5b-046c0cebb7ec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:48:16.000000", "updated_at": "2023-04-17T17:48:16.000000", "name": "tempest-TestMinimumBasicScenario-volume-1857229264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec"}], "user_id": "7d29ba758b794e849b8cb94bc76c0247", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b"}}' 2023-04-17 17:48:17,478 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec 0.103s 2023-04-17 17:48:17,479 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3984e2b-18f0-4c25-8b05-5cedbab8d6cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56 c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec'} Body: b'' 2023-04-17 17:48:17,501 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec 0.021s 2023-04-17 17:48:17,501 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-62365a1d-1ee6-4251-be88-1c23e8a96a7f', 'x-openstack-request-id': 'req-62365a1d-1ee6-4251-be88-1c23e8a96a7f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e5c56c675ef40b8b6eab0d00b46014b/volumes/08d2432e-c3af-4fdd-8c5b-046c0cebb7ec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 08d2432e-c3af-4fdd-8c5b-046c0cebb7ec could not be found."}}' 2023-04-17 17:48:17,624 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.122s 2023-04-17 17:48:17,625 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 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-988f213a-767b-423a-be4e-e2161d6c4231', 'x-compute-request-id': 'req-988f213a-767b-423a-be4e-e2161d6c4231', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'' 2023-04-17 17:48:17,852 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.227s 2023-04-17 17:48:17,853 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:17 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-84a49d8f-ee3d-4e8e-b580-28ea6ceba529', 'x-compute-request-id': 'req-84a49d8f-ee3d-4e8e-b580-28ea6ceba529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"server": {"id": "1d1e6636-11b2-4dc0-8809-232531a4581c", "name": "tempest-TestMinimumBasicScenario-server-474499183", "status": "ACTIVE", "tenant_id": "3e5c56c675ef40b8b6eab0d00b46014b", "user_id": "7d29ba758b794e849b8cb94bc76c0247", "metadata": {}, "hostId": "3396c25d49bd3171d170e08728f45b833462a7f93f144e9d9949a90e", "image": {"id": "cbc835eb-2ba5-4327-a372-311a75051edb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbc835eb-2ba5-4327-a372-311a75051edb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:46:24Z", "updated": "2023-04-17T17:48:18Z", "addresses": {"tempest-TestMinimumBasicScenario-686199779-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:3d:80"}]}, "accessIPv4": "", "acces sIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d1e6636-11b2-4dc0-8809-232531a4581c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2100801210", "OS-SRV-USG:launched_at": "2023-04-17T17:46:31.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-17 17:49:08,018 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c 0.104s 2023-04-17 17:49:08,018 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:07 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-12375165-55a9-419e-b44c-d40886b58522', 'x-compute-request-id': 'req-12375165-55a9-419e-b44c-d40886b58522', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d1e6636-11b2-4dc0-8809-232531a4581c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1d1e6636-11b2-4dc0-8809-232531a4581c could not be found."}}' 2023-04-17 17:49:08,051 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2100801210 0.031s 2023-04-17 17:49:08,051 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:08 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-814d8990-73cc-4284-8bee-288ae7e98b72', 'x-compute-request-id': 'req-814d8990-73cc-4284-8bee-288ae7e98b72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2100801210'} Body: b'' 2023-04-17 17:49:08,147 80207 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb 0.096s 2023-04-17 17:49:08,148 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a9dc832d-8ace-4b7a-9203-ebcaeb940896', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cbc835eb-2ba5-4327-a372-311a75051edb'} Body: b'' 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 85a567c0-4cda-41e2-96e8-314655cc7b41 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:49:16,408 80207 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/88f9514c0bf04eb7872b5c1c6d14fe65/types 0.260s 2023-04-17 17:49:16,408 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98b2f63-2663-463d-867c-8f65594a48db', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98b2f63-2663-463d-867c-8f65594a48db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88f9514c0bf04eb7872b5c1c6d14fe65/types'} Body: b'{"volume_type": {"id": "e78e3996-72c3-4983-92f3-ede3183d8974", "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-17 17:49:17,146 80207 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 0.732s 2023-04-17 17:49:17,146 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-16a7d87c-e4c0-407d-9b1d-dec5f9901986', '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": "df9a8a1c8eb447998722cbfa49ba9b7f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "65f23951-2d7e-493d-a19e-e61deff728c5", "created_at": "2023-04-17T17:49:17Z", "updated_at": "2023-04-17T17:49:17Z", "tags": [], "self": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5", "file": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:49:18,825 80207 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/65f23951-2d7e-493d-a19e-e61deff728c5/file 1.675s 2023-04-17 17:49:18,825 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-470429eb-c388-4c91-8686-f58fc69841bc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file'} Body: b'' 2023-04-17 17:49:18,849 80207 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/65f23951-2d7e-493d-a19e-e61deff728c5 0.023s 2023-04-17 17:49:18,850 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-02fb1755-a03b-41f6-976a-83bba21e31be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5'} 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": "2767cf365b82f689f9f969fdb841ba17", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "df9a8a1c8eb447998722cbfa49ba9b7f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "50d1d12d372f124d8b128c132657e3ed845cc62d0a7dffc3a48e2bf83bd2a735abaf82e151cd8c422db22312453b6f983bffa6a5164fa861b6470c2e6c9a718a", "id": "65f23951-2d7e-493d-a19e-e61deff728c5", "created_at": "2023-04-17T17:49:17Z", "updated_at": "2023-04-17T17:49:19Z", "tags": [], "self": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5", "file": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:49:18,871 80207 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/65f23951-2d7e-493d-a19e-e61deff728c5 0.020s 2023-04-17 17:49:18,871 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cdcae9aa-8826-4370-b136-0ed6328d687c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5'} 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": "2767cf365b82f689f9f969fdb841ba17", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "df9a8a1c8eb447998722cbfa49ba9b7f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "50d1d12d372f124d8b128c132657e3ed845cc62d0a7dffc3a48e2bf83bd2a735abaf82e151cd8c422db22312453b6f983bffa6a5164fa861b6470c2e6c9a718a", "id": "65f23951-2d7e-493d-a19e-e61deff728c5", "created_at": "2023-04-17T17:49:17Z", "updated_at": "2023-04-17T17:49:19Z", "tags": [], "self": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5", "file": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:49:18,896 80207 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/65f23951-2d7e-493d-a19e-e61deff728c5 0.023s 2023-04-17 17:49:18,896 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b72b3189-38b5-450a-8f1e-e087cb6172ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5'} 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": "2767cf365b82f689f9f969fdb841ba17", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "df9a8a1c8eb447998722cbfa49ba9b7f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "50d1d12d372f124d8b128c132657e3ed845cc62d0a7dffc3a48e2bf83bd2a735abaf82e151cd8c422db22312453b6f983bffa6a5164fa861b6470c2e6c9a718a", "id": "65f23951-2d7e-493d-a19e-e61deff728c5", "created_at": "2023-04-17T17:49:17Z", "updated_at": "2023-04-17T17:49:19Z", "tags": [], "self": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5", "file": "/v2/images/65f23951-2d7e-493d-a19e-e61deff728c5/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:49:19,232 80207 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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes 0.335s 2023-04-17 17:49:19,233 80207 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": "65f23951-2d7e-493d-a19e-e61deff728c5", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-266bbffa-646f-4ae0-960f-c1d888a2f6ac', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-266bbffa-646f-4ae0-960f-c1d888a2f6ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df9a8a1c8eb447998722cbfa49ba9b7f/volumes'} Body: b'{"volume": {"id": "85a567c0-4cda-41e2-96e8-314655cc7b41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:19.173668", "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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}], "user_id": "66c1b2e2a91447eb811d32731e24918e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:49:19,282 80207 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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41 0.040s 2023-04-17 17:49:19,283 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-077d7d4c-aa06-48d1-b422-50ec6ac020ef', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-077d7d4c-aa06-48d1-b422-50ec6ac020ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41'} Body: b'{"volume": {"id": "85a567c0-4cda-41e2-96e8-314655cc7b41", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:19.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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}], "user_id": "66c1b2e2a91447eb811d32731e24918e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df9a8a1c8eb447998722cbfa49ba9b7f"}}' 2023-04-17 17:49:20,342 80207 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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41 0.047s 2023-04-17 17:49:20,342 80207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a05089-02bd-4d62-8ca5-83e6ec918629', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a05089-02bd-4d62-8ca5-83e6ec918629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41'} Body: b'{"volume": {"id": "85a567c0-4cda-41e2-96e8-314655cc7b41", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:19.000000", "updated_at": "2023-04-17T17:49:19.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/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df9a8a1c8eb447998722cbfa49ba9b7f/volumes/85a567c0-4cda-41e2-96e8-314655cc7b41"}], "user_id": "66c1b2e2a91447eb811d32731e24918e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df9a8a1c8eb447998722cbfa49ba9b7f"}}' 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 76a85220-0d4e-4c1e-b290-4e399b865e9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:47:18,549 80217 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 17:47:18,550 80217 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 17:47:18,611 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.059s 2023-04-17 17:47:18,612 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-396176061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJJXTTiCCqoI0ZpbbGtiXNKugGYNLQVWGPKnospMR4za+DDU14IWv2r42pnKWdekiYYIuhfuRknSTBJe5tCEpMgXVtipIRysFAAA/08IDGr3VRsHCftgYb1Igz/Cq6OUfw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:18 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-a23e9e4a-ea5f-4a7a-b0b3-a7e8fc2d436c', 'x-compute-request-id': 'req-a23e9e4a-ea5f-4a7a-b0b3-a7e8fc2d436c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-396176061", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJJXTTiCCqoI0ZpbbGtiXNKugGYNLQVWGPKnospMR4za+DDU14IWv2r42pnKWdekiYYIuhfuRknSTBJe5tCEpMgXVtipIRysFAAA/08IDGr3VRsHCftgYb1Igz/Cq6OUfw==", "fingerprint": "4b:0b:10:23:ea:91:61:c6:87:7a:53:31:33:49:8a:e6", "user_id": "3d4aee23bae743f19bdf6f991e044587"}}' 2023-04-17 17:47:18,614 80217 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-396176061 created 2023-04-17 17:47:18,799 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.183s 2023-04-17 17:47:18,799 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--467034138", "description": "tempest-description--1315222068"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-58273c04-4fd8-4eac-a446-2bb792fecef1', 'date': 'Mon, 17 Apr 2023 17:47:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "name": "tempest-securitygroup--467034138", "stateful": true, "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "description": "tempest-description--1315222068", "shared": false, "security_group_rules": [{"id": "248a5e44-eb55-435b-ab13-f5296d1b9110", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "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": 1008, "description": null, "tags": [], "created_at": "2023-04-17T17:47:18Z", "updated_at": "2023-04-17T17:47:18Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}, {"id": "63a330c3-aab0-4f4f-9453-de43f16aa6f1", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 1009, "description": null, "tags": [], "created_at": "2023-04-17T17:47:18Z", "updated_at": "2023-04-17T17:47:18Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}], "tags": [], "created_at": "2023-04-17T17:47:18Z", "updated_at": "2023-04-17T17:47:18Z", "revision_number": 1, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:47:19,014 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.214s 2023-04-17 17:47:19,014 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "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-eab6db3b-3f2f-4e26-83b1-00059692452a', 'date': 'Mon, 17 Apr 2023 17:47: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": "1506ffdf-48af-4913-875e-b0336d2a5190", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "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-17T17:47:18Z", "updated_at": "2023-04-17T17:47:18Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:47:19,176 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-17 17:47:19,176 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-734a3ba9-801b-43d6-9222-02743e2b252a', 'date': 'Mon, 17 Apr 2023 17:47: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": "5f5ed68c-80df-4682-b402-6a2f50f2f660", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "security_group_id": "0590ecf2-657c-4838-a280-eff1f77bfdf2", "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-17T17:47:19Z", "updated_at": "2023-04-17T17:47:19Z", "revision_number": 0, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:47:19,176 80217 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--467034138 created 2023-04-17 17:47:19,945 80217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.768s 2023-04-17 17:47:19,946 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x- openstack-request-id': 'req-84b33915-45bb-4eae-af4a-7d5373594cfb', 'date': 'Mon, 17 Apr 2023 17:47:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3a4b009e-72a3-4cf4-a900-dc667272f7c3", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "floating_ip_address": "172.24.4.78", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:47:19Z", "updated_at": "2023-04-17T17:47:19Z", "revision_number": 0}}' 2023-04-17 17:47:19,946 80217 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3a4b009e-72a3-4cf4-a900-dc667272f7c3', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'floating_ip_address': '172.24.4.78', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:47:19Z', 'updated_at': '2023-04-17T17:47:19Z', 'revision_number': 0, 'ip': '172.24.4.78'} created 2023-04-17 17:47:19,993 80217 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.041s 2023-04-17 17:47:19,993 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ccb15734-1bbe-4eb7-b0aa-69acc805ec6c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3d4aee23bae743f19bdf6f991e044587", "name": "tempest-AttachVolumeTestJSON-2102743292-project-member", "password_expires_at": null}, "audit_ids": ["cBkZaxsjTR6f1DMrIs4IWQ"], "expires_at": "2023-04-17T18:47:19.000000Z", "issued_at": "2023-04-17T17:47:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd3bfc1c102a47ff9efab5cb9a78021e", "name": "tempest-AttachVolumeTestJSON-2102743292"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cd3bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd3 bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:47:19,994 80217 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'fbf3ce34-ee1a-433a-89ae-35e198d262a3', 'name': 'tempest-AttachVolumeTestJSON-2124537068-network', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28673, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:44:25Z', 'updated_at': '2023-04-17T17:44:25Z', 'revision_number': 1} available for tenant 2023-04-17 17:47:19,994 80217 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-396176061', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJJXTTiCCqoI0ZpbbGtiXNKugGYNLQVWGPKnospMR4za+DDU14IWv2r42pnKWdekiYYIuhfuRknSTBJe5tCEpMgXVtipIRysFAAA/08IDGr3VRsHCftgYb1Igz/Cq6OUfw==', 'fingerprint': '4b:0b:10:23:ea:91:61:c6:87:7a:53:31:33:49:8a:e6', 'user_id': '3d4aee23bae743f19bdf6f991e044587', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBx55Ymhovm/fqvGu3mtCae5IQheY16qiCfa7j+IA3yv0Vvvfa4cn+/\nUQGxiY7q9H+gBwYFK4EEACKhZANiAASSV004ggqqCNGaW2xrYlzSroBmDS0FVhjy\np6LKTEeM2vgw1NeCFr9q+NqZylnXpImGCLoX7kZJ0kwSXubQhKTIF1bYqSEcrBQA\nAP9PCAxq91UbBwn7YGG9SIM/wqujlH8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0590ecf2-657c-4838-a280-eff1f77bfdf2', 'name': 'tempest-securitygroup--467034138', 'stateful': True, 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': 'tempest-description--1315222068', 'shared': False, 'security_group_rules': [{'id': '248a5e44-eb55-435b-ab13-f5296d1b9110', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'security_group_id': '0590ecf2-657c-4838-a280-eff1f77bfdf2', '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': 1008, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:47:18Z', 'updated_at': '2023-04-17T17:47:18Z', 'revision_number': 0, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}, {'id': '63a330c3-aab0-4f4f-9453-de43f16aa6f1', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'security_group_id': '0590ecf2-657c-4838-a280-eff1f77bfdf2', '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': 1009, 'description': None, 'tags': [], 'created_at': '2023-04-17T17:47:18Z', 'updated_at': '2023-04-17T17:47:18Z', 'revision_number': 0, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}], 'tags': [], 'created_at': '2023-0 4-17T17:47:18Z', 'updated_at': '2023-04-17T17:47:18Z', 'revision_number': 1, 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e'}, 'floating_ip': {'id': '3a4b009e-72a3-4cf4-a900-dc667272f7c3', 'tenant_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'floating_ip_address': '172.24.4.78', 'floating_network_id': '03fbac26-ac37-48f5-9825-853681abf75a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cd3bfc1c102a47ff9efab5cb9a78021e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T17:47:19Z', 'updated_at': '2023-04-17T17:47:19Z', 'revision_number': 0, 'ip': '172.24.4.78'}} 2023-04-17 17:47:20,711 80217 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.716s 2023-04-17 17:47:20,712 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-859460792", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "fbf3ce34-ee1a-433a-89ae-35e198d262a3"}], "security_groups": [{"name": "tempest-securitygroup--467034138"}], "key_name": "tempest-keypair-396176061", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6bb721a-6084-45d5-a086-8ef025f0215a', 'x-compute-request-id': 'req-e6bb721a-6084-45d5-a086-8ef025f0215a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--467034138"}], "adminPass": "password"}}' 2023-04-17 17:47:20,793 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.075s 2023-04-17 17:47:20,794 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:47:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c568ad28-13f6-4f8b-b7da-1eeeb0e97528', 'x-compute-request-id': 'req-c568ad28-13f6-4f8b-b7da-1eeeb0e97528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'{"server": {"id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "name": "tempest-AttachVolumeTestJSON-server-859460792", "status": "BUILD", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links ": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:47:21Z", "updated": "2023-04-17T17:47:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-396176061", "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-17 17:48:11,035 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.225s 2023-04-17 17:48:11,035 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:48:10 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-1386cc62-cc58-4cfc-b04f-f7102cb78ecc', 'x-compute-request-id': 'req-1386cc62-cc58-4cfc-b04f-f7102cb78ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'{"server": {"id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "name": "tempest-AttachVolumeTestJSON-server-859460792", "status": "ACTIVE", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "653f5f949f9dfb0d36b833fc4e16e7bd6b525f35d95f31034ca916ce", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:47:20Z", "updated": "2023-04-17T17:47:28Z", "addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:5e:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-396176061", "OS-SRV-USG:launched_at": "2023-04-17T17:47:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--467034138"}], "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-17 17:48:11,047 80217 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:49:11,324 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7/os-interface 0.218s 2023-04-17 17:49:11,324 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'ope nstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e0e27cc-cc94-43aa-9df8-7acd88ca4c1a', 'x-compute-request-id': 'req-6e0e27cc-cc94-43aa-9df8-7acd88ca4c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbf3ce34-ee1a-433a-89ae-35e198d262a3", "port_id": "482a7a99-8edf-4f93-a747-ad53fa2779b6", "mac_addr": "fa:16:3e:8a:5e:2f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "93964096-b9a9-4776-b65b-ddf93a928daf", "ip_address": "10.0.0.14"}]}]}' 2023-04-17 17:49:11,998 80217 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/3a4b009e-72a3-4cf4-a900-dc667272f7c3 0.670s 2023-04-17 17:49:11,998 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "482a7a99-8edf-4f93-a747-ad53fa2779b6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-040ba70a-7630-4631-83ed-e750a2712bb5', 'date': 'Mon, 17 Apr 2023 17:49:11 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3a4b009e-72a3-4cf4-a900-dc667272f7c3'} Body: b'{"floatingip": {"id": "3a4b009e-72a3-4cf4-a900-dc667272f7c3", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "floating_ip_address": "172.24.4.78", "floating_network_id": "03fbac26-ac37-48f5-9825-853681abf75a", "router_id": "08bad41a-ee33-49d4-b2e8-8128398871c4", "port_id": "482a7a99-8edf-4f93-a747-ad53fa2779b6", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbf3ce34-ee1a-433a-89ae-35e198d262a3", "mac_address": "fa:16:3e:8a:5e:2f", "admin_state_up": true, "status": "ACTIVE", "device_id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T17:47:19Z", "updated_at": "2023-04-17T17:49:11Z", "revision_number": 1, "project_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:49:12,000 80217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.78:22' as 'cirros' with public key authentication 2023-04-17 17:49:12,038 80217 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 17:49:12,059 80217 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 17:49:12,060 80217 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.78 successfully created 2023-04-17 17:49:12,103 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7/ips 0.043s 2023-04-17 17:49:12,104 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:12 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-b98344e1-d23c-4de8-bfc6-5870a4f6143f', 'x-compute-request-id': 'req-b98344e1-d23c-4de8-bfc6-5870a4f6143f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-17 17:49:12,356 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes 0.249s 2023-04-17 17:49:12,357 80217 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-122362400"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8de547b8-5a71-4864-b207-2f718c3f3bf0', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8de547b8-5a71-4864-b207-2f718c3f3bf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes'} Body: b'{"volume": {"id": "76a85220-0d4e-4c1e-b290-4e399b865e9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:12.276177", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-122362400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:49:12,415 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c 0.047s 2023-04-17 17:49:12,415 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f7b70bc-4f3a-4d19-b057-f136530387f6', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f7b70bc-4f3a-4d19-b057-f136530387f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c'} Body: b'{"volume": {"id": "76a85220-0d4e-4c1e-b290-4e399b865e9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:12.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-122362400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:49:13,471 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c 0.041s 2023-04-17 17:49:13,471 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appli cation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3931795-f6f6-45e2-aa34-4b8c55b1968e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3931795-f6f6-45e2-aa34-4b8c55b1968e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c'} Body: b'{"volume": {"id": "76a85220-0d4e-4c1e-b290-4e399b865e9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:49:12.000000", "updated_at": "2023-04-17T17:49:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-122362400", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cd3bfc1c102a47ff9efab5cb9a78021e/volumes/76a85220-0d4e-4c1e-b290-4e399b865e9c"}], "user_id": "3d4aee23bae743f19bdf6f991e044587", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e"}}' 2023-04-17 17:49:13,706 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.223s 2023-04-17 17:49:13,706 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:13 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-11f70476-1a20-4585-a657-79743c99a000', 'x-compute-request-id': 'req-11f70476-1a20-4585-a657-79743c99a000', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'' 2023-04-17 17:49:13,902 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.194s 2023-04-17 17:49:13,902 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a2c43ee-75ea-40f7-90d7-5e41eb98f974', 'x-compute-request-id': 'req-5a2c43ee-75ea-40f7-90d7-5e41eb98f974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'{"server": {"id": "6b3b32af-2f00-44f3-8287-9ff8924e6db7", "name": "tempest-AttachVolumeTestJSON-server-859460792", "status": "ACTIVE", "tenant_id": "cd3bfc1c102a47ff9efab5cb9a78021e", "user_id": "3d4aee23bae743f19bdf6f991e044587", "metadata": {}, "hostId": "653f5f949f9dfb0d36b833fc4e16e7bd6b525f35d95f31034ca916ce", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "book mark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:47:20Z", "updated": "2023-04-17T17:49:14Z", "addresses": {"tempest-AttachVolumeTestJSON-2124537068-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:5e:2f"}, {"version": 4, "addr": "172.24.4.78", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:5e:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-396176061", "OS-SRV-USG:launched_at": "2023-04-17T17:47:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--467034138"}], "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-17 17:50:04,101 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7 0.137s 2023-04-17 17:50:04,101 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:03 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-9bda9857-cd28-4413-9f95-a885925968bf', 'x-compute-request-id': 'req-9bda9857-cd28-4413-9f95-a885925968bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6b3b32af-2f00-44f3-8287-9ff8924e6db7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6b3b32af-2f00-44f3-8287-9ff8924e6db7 could not be found."}}' 2023-04-17 17:50:04,132 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-396176061 0.030s 2023-04-17 17:50:04,132 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-107ab155-b3b4-4132-bd18-b79bf62e243c', 'x-compute-request-id': 'req-107ab155-b3b4-4132-bd18-b79bf62e243c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-396176061'} Body: b'' 2023-04-17 17:50:04,287 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0590ecf2-657c-4838-a280-eff1f77bfdf2 0.154s 2023-04-17 17:50:04,287 80217 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-220bb7ae-5275-405e-9068-cbdf92208784', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:50:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0590ecf2-657c-4838-a280-eff1f77bfdf2'} Body: b'' 2023-04-17 17:50:04,304 80217 INFO [tempest.lib.common.r est_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0590ecf2-657c-4838-a280-eff1f77bfdf2 0.016s 2023-04-17 17:50:04,305 80217 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-e2125997-536a-43f3-8bb7-4fdfa8f97de2', 'date': 'Mon, 17 Apr 2023 17:50:04 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0590ecf2-657c-4838-a280-eff1f77bfdf2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0590ecf2-657c-4838-a280-eff1f77bfdf2 does not exist", "detail": ""}}' 2023-04-17 17:50:04,729 80217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/3a4b009e-72a3-4cf4-a900-dc667272f7c3 0.424s 2023-04-17 17:50:04,730 80217 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-aaf922fc-b946-439f-ba38-b86096daa775', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 17:50:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3a4b009e-72a3-4cf4-a900-dc667272f7c3'} Body: b'' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 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 456ba481-5d8d-439f-a196-b30c1e2d44fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:09,956 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types 0.194s 2023-04-17 17:50:09,956 80217 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-1523471577"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f05f47-6234-4e3f-be6a-c8e62582b596', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f05f47-6234-4e3f-be6a-c8e62582b596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types'} Body: b'{"volume_type": {"id": "66c0bd7d-1529-4365-87a1-c0c7ede50ea0", "name": "tempest-GroupsV320Test-volume-type-1523471577", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:50:09,995 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/group_types 0.035s 2023-04-17 17:50:09,996 80217 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-63085891"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4907d465-42f3-446f-87a8-653963c02623', 'content-length': '175', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4907d465-42f3-446f-87a8-653963c02623', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/group_types'} Body: b'{"group_type": {"id": "317ffa19-f0ff-4a32-8453-6c5edd6d0439", "name": "tempest-GroupsV320Test-group-type-63085891", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:50:10,191 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups 0.192s 2023-04-17 17:50:10,192 80217 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": "317ffa19-f0ff-4a32-8453-6c5edd6d0439", "volume_types": ["66c0bd7d-1529-4365-87a1-c0c7ede50ea0"], "name": "tempest-GroupsV320Test-Group-376007614"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-411941e7-951a-4e96-9d25-f719e554429a', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-411941e7-951a-4e96-9d25-f719e554429a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups'} Body: b'{"group": {"id": "456ba481-5d8d-439f-a196-b30c1e2d44fb", "name": "tempest-GroupsV320Test-Group-376007614"}}' 2023-04-17 17:50:10,232 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb 0.038s 2023-04-17 17:50:10,233 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d88112f2-c6ae-40e2-8228-197dfac3d108', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d88112f2-c6ae-40e2-8228-197dfac3d108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb'} Body: b'{"group": {"id": "456ba481-5d8d-439f-a196-b30c1e2d44fb", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:50:10.000000", "name": "tempest-GroupsV320Test-Group-376007614", "description": null, "group_type": "317ffa19-f0ff-4a32-8453-6c5edd6d0439", "volume_types": ["66c0bd7d-1529-4365-87a1-c0c7ede50ea0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:11,276 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb 0.036s 2023-04-17 17:50:11,276 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4f4fecb-382d-49a9-a034-df380c88dcb9', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4f4fecb-382d-49a9-a034-df380c88dcb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb'} Body: b'{"group": {"id": "456ba481-5d8d-439f-a196-b30c1e2d44fb", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:10.000000", "name": "tempest-GroupsV320Test-Group-376007614", "description": null, "group_type": "317ffa19-f0ff-4a32-8453-6c5edd6d0439", "volume_types": ["66c0bd7d-1529-4365-87a1-c0c7ede50ea0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:11,345 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/volumes/detail 0.064s 2023-04-17 17:50:11,346 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-732365ef-eedc-4fad-adbd-ee2de6de69e8', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-732365ef-eedc-4fad-adbd-ee2de6de69e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:50:11,427 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb/action 0.069s 2023-04-17 17:50:11,427 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 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-02cb54de-6b34-4e39-b619-1342ee375253', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb/action'} Body: b'' 2023-04-17 17:50:11,445 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb 0.016s 2023-04-17 17:50:11,445 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 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-23189c04-8bb3-4232-babb-fa325b5a3889', 'x-openstack-request-id': 'req-23189c04-8bb3-4232-babb-fa325b5a3889', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0d728f22421041a9ae6ef33a1221a62c/groups/456ba481-5d8d-439f-a196-b30c1e2d44fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 456ba481-5d8d-439f-a196-b30c1e2d44fb could not be found."}}' 2023-04-17 17:50:11,475 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/group_types/317ffa19-f0ff-4a32-8453-6c5edd6d0439 0.029s 2023-04-17 17:50:11,475 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 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-9824e058-6aad-44e1-8500-6be41cc3a9fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/group_types/317ffa19-f0ff-4a32-8453-6c5edd6d0439'} Body: b'' 2023-04-17 17:50:11,526 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types/66c0bd7d-1529-4365-87a1-c0c7ede50ea0 0.050s 2023-04-17 17:50:11,526 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50: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-ea9fe7d0-14bc-4708-9774-3426c407f812', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types/66c0bd7d-1529-4365-87a1-c0c7ede50ea0'} Body: b'' 2023-04-17 17:50:11,542 80217 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types/66c0bd7d-1529-4365-87a1-c0c7ede50ea0 0.015s 2023-04-17 17:50:11,542 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114' , 'content-type': 'application/json', 'x-compute-request-id': 'req-b542f1b8-8738-41c8-9560-9cb561e0cc94', 'x-openstack-request-id': 'req-b542f1b8-8738-41c8-9560-9cb561e0cc94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dbcfaa67765f46cd94107f3fcca1a689/types/66c0bd7d-1529-4365-87a1-c0c7ede50ea0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 66c0bd7d-1529-4365-87a1-c0c7ede50ea0 could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 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 4fdf6a8a-8908-4425-b566-5d683c2b1ede failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:42,768 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types 0.182s 2023-04-17 17:50:42,768 80209 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-477692354"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-926ef067-c467-4698-802d-21b45a61ba9e', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-926ef067-c467-4698-802d-21b45a61ba9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types'} Body: b'{"volume_type": {"id": "ed94de09-29eb-48d5-b8c0-03563a22d4d0", "name": "tempest-GroupSnapshotsTest-volume-type-477692354", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:50:42,807 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types 0.035s 2023-04-17 17:50:42,807 80209 DEBUG [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-1361619514"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84adabee-4f44-453c-a449-9b6fbbf9ef40', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84adabee-4f44-453c-a449-9b6fbbf9ef40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types'} Body: b'{"group_type": {"id": "dd59be95-c74f-43d5-a851-4ada1fd9c911", "name": "tempest-GroupSnapshotsTest-group-type-1361619514", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:50:43,056 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups 0.246s 2023-04-17 17:50:43,056 80209 DEBUG [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": "dd59be95-c74f-43d5-a851-4ada1fd9c911", "volume_types": ["ed94de09-29eb-48d5-b8c0-03563a22d4d0"], "name": "tempest-GroupSnapshotsTest-Group-256296972"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f4a801-c7e3-440f-857d-076889929e1d', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f4a801-c7e3-440f-857d-076889929e1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups'} Body: b'{"group": {"id": "4fdf6a8a-8908-4425-b566-5d683c2b1ede", "name": "tempest-GroupSnapshotsTest-Group-256296972"}}' 2023-04-17 17:50:43,090 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede 0.031s 2023-04-17 17:50:43,090 80209 DEBUG [tempest.lib.commo n.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be580045-87b2-4914-a710-bbb65cc38121', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be580045-87b2-4914-a710-bbb65cc38121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede'} Body: b'{"group": {"id": "4fdf6a8a-8908-4425-b566-5d683c2b1ede", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:50:43.000000", "name": "tempest-GroupSnapshotsTest-Group-256296972", "description": null, "group_type": "dd59be95-c74f-43d5-a851-4ada1fd9c911", "volume_types": ["ed94de09-29eb-48d5-b8c0-03563a22d4d0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:44,130 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede 0.034s 2023-04-17 17:50:44,131 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed773cc-5e8c-48e6-8bc4-97bea1f11da7', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed773cc-5e8c-48e6-8bc4-97bea1f11da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede'} Body: b'{"group": {"id": "4fdf6a8a-8908-4425-b566-5d683c2b1ede", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:43.000000", "name": "tempest-GroupSnapshotsTest-Group-256296972", "description": null, "group_type": "dd59be95-c74f-43d5-a851-4ada1fd9c911", "volume_types": ["ed94de09-29eb-48d5-b8c0-03563a22d4d0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:44,204 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail 0.066s 2023-04-17 17:50:44,204 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c3001f-7299-422a-8184-597141860fa4', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c3001f-7299-422a-8184-597141860fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:50:44,299 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede/action 0.084s 2023-04-17 17:50:44,300 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete -volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46563450-30f7-4a4f-be00-16cd93820258', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede/action'} Body: b'' 2023-04-17 17:50:44,318 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede 0.017s 2023-04-17 17:50:44,318 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-16fb65d8-54e9-4612-91d3-8c8a19e75373', 'x-openstack-request-id': 'req-16fb65d8-54e9-4612-91d3-8c8a19e75373', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fdf6a8a-8908-4425-b566-5d683c2b1ede'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4fdf6a8a-8908-4425-b566-5d683c2b1ede could not be found."}}' 2023-04-17 17:50:44,353 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/dd59be95-c74f-43d5-a851-4ada1fd9c911 0.034s 2023-04-17 17:50:44,354 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecce3fe5-5f64-4392-9c4b-ec18ae803c89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/dd59be95-c74f-43d5-a851-4ada1fd9c911'} Body: b'' 2023-04-17 17:50:44,410 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/ed94de09-29eb-48d5-b8c0-03563a22d4d0 0.056s 2023-04-17 17:50:44,411 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5fa6913-5948-460f-a245-43121134dbd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/ed94de09-29eb-48d5-b8c0-03563a22d4d0'} Body: b'' 2023-04-17 17:50:44,429 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/ed94de09-29eb-48d5-b8c0-03563a22d4d0 0.017s 2023-04-17 17:50:44,430 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 202 3 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5f55ae-9eec-419a-a05e-a158d5e6f715', 'x-openstack-request-id': 'req-3d5f55ae-9eec-419a-a05e-a158d5e6f715', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/ed94de09-29eb-48d5-b8c0-03563a22d4d0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ed94de09-29eb-48d5-b8c0-03563a22d4d0 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 4fcd4004-b2a9-493e-b9ad-c320504487d2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:44,469 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types 0.034s 2023-04-17 17:50:44,469 80209 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-1516472141"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf0afb4-b421-42e5-ab12-50a20341e493', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf0afb4-b421-42e5-ab12-50a20341e493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types'} Body: b'{"volume_type": {"id": "e1f0c139-5c60-48ea-9193-6390aaa4a890", "name": "tempest-GroupSnapshotsTest-volume-type-1516472141", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:50:44,505 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types 0.033s 2023-04-17 17:50:44,506 80209 DEBUG [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-1353031254"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c5bb59-61b8-49d6-a11a-2fc08c1938cf', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c5bb59-61b8-49d6-a11a-2fc08c1938cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types'} Body: b'{"group_type": {"id": "0b17670a-4369-4c48-b19b-3ed8c02af93e", "name": "tempest-GroupSnapshotsTest-group-type-1353031254", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:50:44,596 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups 0.087s 2023-04-17 17:50:44,597 80209 DEBUG [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": "0b17670a-4369-4c48-b19b-3ed8c02af93e", "volume_types": ["e1f0c139-5c60-48ea-9193-6390aaa4a890"], "name": "tempest-GroupSnapshotsTest-Group-1675007944"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6dba20-f5e5-40d6-a598-22c8eb73fcdb', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6dba20-f5e5-40d6-a598-22c8eb73fcdb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups'} Body: b'{"group": {"id": "4fcd4004-b2a9-493e-b9ad-c320504487d2", "name": "tempest-GroupSnapshotsTest-Group-1675007944"}}' 2023-04-17 17:50:44,680 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c32050448 7d2 0.080s 2023-04-17 17:50:44,680 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb27817d-602d-4270-95f2-cc8a19932aaa', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb27817d-602d-4270-95f2-cc8a19932aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2'} Body: b'{"group": {"id": "4fcd4004-b2a9-493e-b9ad-c320504487d2", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:45.000000", "name": "tempest-GroupSnapshotsTest-Group-1675007944", "description": null, "group_type": "0b17670a-4369-4c48-b19b-3ed8c02af93e", "volume_types": ["e1f0c139-5c60-48ea-9193-6390aaa4a890"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:45,735 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2 0.048s 2023-04-17 17:50:45,735 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1945db0c-3f88-4b1c-a725-4b88045e360b', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1945db0c-3f88-4b1c-a725-4b88045e360b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2'} Body: b'{"group": {"id": "4fcd4004-b2a9-493e-b9ad-c320504487d2", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:45.000000", "name": "tempest-GroupSnapshotsTest-Group-1675007944", "description": null, "group_type": "0b17670a-4369-4c48-b19b-3ed8c02af93e", "volume_types": ["e1f0c139-5c60-48ea-9193-6390aaa4a890"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:45,739 80209 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-17 17:50:45,821 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail 0.081s 2023-04-17 17:50:45,822 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-998e6d27-ea25-4927-8502-c3be566ca86d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-998e6d27-ea25-4927-8502-c3be566ca86d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:50:45,908 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2/action 0 .076s 2023-04-17 17:50:45,908 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59d33d7-017b-4a3b-aa37-f80921b75116', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2/action'} Body: b'' 2023-04-17 17:50:45,927 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2 0.018s 2023-04-17 17:50:45,927 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d3a7c8-4159-4083-8ef1-912c157db11b', 'x-openstack-request-id': 'req-16d3a7c8-4159-4083-8ef1-912c157db11b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/4fcd4004-b2a9-493e-b9ad-c320504487d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4fcd4004-b2a9-493e-b9ad-c320504487d2 could not be found."}}' 2023-04-17 17:50:45,954 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/0b17670a-4369-4c48-b19b-3ed8c02af93e 0.026s 2023-04-17 17:50:45,955 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6ae7f1c-043d-4463-aa28-577381dade87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/0b17670a-4369-4c48-b19b-3ed8c02af93e'} Body: b'' 2023-04-17 17:50:46,007 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/e1f0c139-5c60-48ea-9193-6390aaa4a890 0.052s 2023-04-17 17:50:46,007 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d11480-e1e9-42e7-ac2c-c03ef5505e4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/e1f0c139-5c60-48ea-9193-6390aaa4a890'} Body: b'' 2023-04-17 17:50:46,025 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/e1f0c139-5c60-48ea-9193-6390aaa4a 890 0.017s 2023-04-17 17:50:46,026 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 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-005c3dc0-f19e-46c3-9a55-fea9ed73cc80', 'x-openstack-request-id': 'req-005c3dc0-f19e-46c3-9a55-fea9ed73cc80', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/e1f0c139-5c60-48ea-9193-6390aaa4a890'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e1f0c139-5c60-48ea-9193-6390aaa4a890 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 87455392-5d3e-424c-8411-cb34a181305e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:46,057 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types 0.028s 2023-04-17 17:50:46,057 80209 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-442750418"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eb0f592-9ea4-485b-8715-38465f072307', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eb0f592-9ea4-485b-8715-38465f072307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types'} Body: b'{"volume_type": {"id": "5b52b871-0dfa-435e-b018-989d3792269a", "name": "tempest-GroupSnapshotsTest-volume-type-442750418", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 17:50:46,092 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types 0.031s 2023-04-17 17:50:46,092 80209 DEBUG [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-1689858640"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ecf7618-b8f5-4aa6-8e1f-9dac30220e44', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ecf7618-b8f5-4aa6-8e1f-9dac30220e44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types'} Body: b'{"group_type": {"id": "29e50454-86b9-48bc-963e-d05c1259300f", "name": "tempest-GroupSnapshotsTest-group-type-1689858640", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 17:50:46,200 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups 0.104s 2023-04-17 17:50:46,201 80209 DEBUG [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": "29e50454-86b9-48bc-963e-d05c1259300f", "volume_types": ["5b52b871-0dfa-435e-b018-989d3792269a"], "name": "tempest-GroupSnapshotsTest-Group-2101177260"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83bde95a-a56a-4bb9-9895-7d27044e6e2c', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83bde95a-a56a-4bb9-9895-7d27044e6e2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups'} Body: b'{"group": {"id": "87455392-5d3e-424c-8411-cb34a181305e", "name": "tempest-GroupSnapshotsTest-Group-2101177260"}}' 2023-04-17 17:50:46,233 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e 0.030s 2023-04-17 17:50:46,234 80209 D EBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3942f82-a883-43bc-b717-d143c8841716', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3942f82-a883-43bc-b717-d143c8841716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e'} Body: b'{"group": {"id": "87455392-5d3e-424c-8411-cb34a181305e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T17:50:46.000000", "name": "tempest-GroupSnapshotsTest-Group-2101177260", "description": null, "group_type": "29e50454-86b9-48bc-963e-d05c1259300f", "volume_types": ["5b52b871-0dfa-435e-b018-989d3792269a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:47,278 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e 0.038s 2023-04-17 17:50:47,278 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1751784e-537b-439e-bef4-c8209027a153', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1751784e-537b-439e-bef4-c8209027a153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e'} Body: b'{"group": {"id": "87455392-5d3e-424c-8411-cb34a181305e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T17:50:46.000000", "name": "tempest-GroupSnapshotsTest-Group-2101177260", "description": null, "group_type": "29e50454-86b9-48bc-963e-d05c1259300f", "volume_types": ["5b52b871-0dfa-435e-b018-989d3792269a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 17:50:47,343 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail 0.060s 2023-04-17 17:50:47,343 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af174d9-1c6f-4576-8fa2-b219cb888268', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2af174d9-1c6f-4576-8fa2-b219cb888268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 17:50:47,415 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e/action 0.060s 2023-04-17 17:50:47,415 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 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-19e3b550-83c8-422b-a836-7ffc4781b9c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e/action'} Body: b'' 2023-04-17 17:50:47,433 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e 0.017s 2023-04-17 17:50:47,433 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 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-8bad1ab4-f037-4b49-9640-09c2525d115b', 'x-openstack-request-id': 'req-8bad1ab4-f037-4b49-9640-09c2525d115b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a3a5560ade764c5c9268e11560007480/groups/87455392-5d3e-424c-8411-cb34a181305e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 87455392-5d3e-424c-8411-cb34a181305e could not be found."}}' 2023-04-17 17:50:47,468 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/29e50454-86b9-48bc-963e-d05c1259300f 0.033s 2023-04-17 17:50:47,468 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 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-822fce86-3927-4265-af8d-a803f8d9dbe1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/group_types/29e50454-86b9-48bc-963e-d05c1259300f'} Body: b'' 2023-04-17 17:50:47,517 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/5b52b871-0dfa-435e-b018-989d3792269a 0.048s 2023-04-17 17:50:47,517 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0dc8f66-54cb-4e5c-bc99-9552d2a68dcb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/5b52b871-0dfa-435e-b018-989d3792269a'} Body: b'' 2023-04-17 17:50:47,532 80209 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/5b52b871-0dfa-435e-b018-989d3792269a 0.014s 2023-04-17 17:50:47,532 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde292d8-d1f1-4983-b991-5d6ad54e54be', 'x-openstack-request-id': 'req-cde292d8-d1f1-4983-b991-5d6ad54e54be', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/858fcb7a6ca740f687d3203313cfbed7/types/5b52b871-0dfa-435e-b018-989d3792269a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5b52b871-0dfa-435e-b018-989d3792269a could not be found."}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 fa77428b-d893-4580-bc24-d609c35f81a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:49,888 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690 0.151s 2023-04-17 17:50:49,889 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8e5607e-0335-470b-90bf-ce89d6cb26f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690'} 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": "e7c2c9ffef414a0fa710b03d426da849", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "created_at": "2023-04-17T17:29:49Z", "updated_at": "2023-04-17T17:29:51Z", "tags": [], "self": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690", "file": "/v2/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690/file", "schema": "/v2/schemas/image"}' 2023-04-17 17:50:50,525 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes 0.636s 2023-04-17 17:50:50,526 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "size": 1, "name": "tempest-VolumesCloneTest-Volume-2014268264"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72282535-4059-4633-9812-ea3094d985f4', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72282535-4059-4633-9812-ea3094d985f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes'} Body: b'{"volume": {"id": "fa77428b-d893-4580-bc24-d609c35f81a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:50.459266", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2014268264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:50:50,577 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.042s 2023-04-17 17:50:50,578 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25d6d644-0884-4b4f-a970-d135f0251949', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25d6d644-0884-4b4f-a970-d135f0251949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'{"volume": {"id": "fa77428b-d893-4580-bc24-d609c35f81a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:50.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2014268264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:51,642 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.052s 2023-04-17 17:50:51,642 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8613e8a4-6db2-4898-8a4c-9ca2780c85f3', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8613e8a4-6db2-4898-8a4c-9ca2780c85f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'{"volume": {"id": "fa77428b-d893-4580-bc24-d609c35f81a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:50.000000", "updated_at": "2023-04-17T17:50:51.000000", "name": "tempest-VolumesCloneTest-Volume-2014268264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:51,693 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.040s 2023-04-17 17:50:51,694 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd167f17-2c98-4848-a737-fb83bae5606e', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd167f17-2c98-4848-a737-fb83bae5606e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'{"volume": {"id": "fa77428b-d893-4580-bc24-d609c35f81a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:50.000000", "updated_at": "2023-04-17T17:50:51.000000", "name": "tempest-VolumesCloneTest-Volume-2014268264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:51,798 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.094s 2023-04-17 17:50:51,799 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1443e76-16b1-4ddd-900f-65240b8a87e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'' 2023-04-17 17:50:51,820 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7 0.021s 2023-04-17 17:50:51,820 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1105817c-902d-4ea7-a082-6300efe5fb63', 'x-openstack-request-id': 'req-1105817c-902d-4ea7-a082-6300efe5fb63', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/fa77428b-d893-4580-bc24-d609c35f81a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fa77428b-d893-4580-bc24-d609c35f81a7 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 9190c128-7037-4a0f-8725-4039169745fc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:52,005 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes 0.181s 2023-04-17 17:50:52,005 80209 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-433032435"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c85fa8f-1238-4474-8fc3-5fa7d0ff0a55', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c85fa8f-1238-4474-8fc3-5fa7d0ff0a55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes'} Body: b'{"volume": {"id": "9190c128-7037-4a0f-8725-4039169745fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:51.948614", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-433032435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:50:52,059 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.044s 2023-04-17 17:50:52,059 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cebbb80d-6326-46d6-8c39-28fb149e5484', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cebbb80d-6326-46d6-8c39-28fb149e5484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'{"volume": {"id": "9190c128-7037-4a0f-8725-4039169745fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:52.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-433032435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:53,109 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.038s 2023-04-17 17:50:53,110 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd39f048-26a9-44d7-bc22-d36b1f11dfc8', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd39f048-26a9-44d7-bc22-d36b1f11dfc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'{"volume": {"id": "9190c128-7037-4a0f-8725-4039169745fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:52.000000", "updated_at": "2023-04-17T17:50:52.000000", "name": "tempest-VolumesCloneTest-Volume-433032435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:53,162 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.041s 2023-04-17 17:50:53,162 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f744ba1a-8cd7-4843-98b6-6240433fb928', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f744ba1a-8cd7-4843-98b6-6240433fb928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'{"volume": {"id": "9190c128-7037-4a0f-8725-4039169745fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:50:52.000000", "updated_at": "2023-04-17T17:50:52.000000", "name": "tempest-VolumesCloneTest-Volume-433032435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc"}], "user_id": "54addde8ca204de194b572eea5db483a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "277e0aaf62d04b12a5cabd474d5db94b"}}' 2023-04-17 17:50:53,272 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.099s 2023-04-17 17:50:53,272 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-d6d1be75-4ff3-42f6-a591-823fed1de12a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'' 2023-04-17 17:50:53,293 80209 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc 0.020s 2023-04-17 17:50:53,294 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b9fbea0-b38b-4a19-8337-0ced83fcad23', 'x-openstack-request-id': 'req-9b9fbea0-b38b-4a19-8337-0ced83fcad23', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/277e0aaf62d04b12a5cabd474d5db94b/volumes/9190c128-7037-4a0f-8725-4039169745fc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9190c128-7037-4a0f-8725-4039169745fc could not be found."}}' 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 f179bafc-63c1-4aab-af95-f3b094eba1c8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:55,298 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes 0.219s 2023-04-17 17:50:55,299 80209 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-1082381612"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da8b43a-51bc-46c2-845b-cb774a4bf21b', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da8b43a-51bc-46c2-845b-cb774a4bf21b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes'} Body: b'{"volume": {"id": "f179bafc-63c1-4aab-af95-f3b094eba1c8", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:50:55.235338", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082381612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}], "user_id": "4b66ec81a4354ab29f5747085a7572a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:50:55,348 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8 0.040s 2023-04-17 17:50:55,348 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43a3d7a0-fa59-4277-9754-ebd3b684db8f', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43a3d7a0-fa59-4277-9754-ebd3b684db8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'{"volume": {"id": "f179bafc-63c1-4aab-af95-f3b094eba1c8", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:50:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082381612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}], "user_id": "4b66ec81a4354ab29f5747085a7572a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a1c6a3320194416bf191ebd31c9ac1f"}}' 2023-04-17 17:50:56,409 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba 1c8 0.049s 2023-04-17 17:50:56,409 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6dcd7d8-3538-4992-becd-b296d368c8cd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6dcd7d8-3538-4992-becd-b296d368c8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'{"volume": {"id": "f179bafc-63c1-4aab-af95-f3b094eba1c8", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:50:55.000000", "updated_at": "2023-04-17T17:50:55.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082381612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}], "user_id": "4b66ec81a4354ab29f5747085a7572a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a1c6a3320194416bf191ebd31c9ac1f"}}' 2023-04-17 17:50:56,461 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8 0.038s 2023-04-17 17:50:56,461 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3dcba22-3837-4885-98f2-1c3e53c6b8a3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3dcba22-3837-4885-98f2-1c3e53c6b8a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'{"volume": {"id": "f179bafc-63c1-4aab-af95-f3b094eba1c8", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T17:50:55.000000", "updated_at": "2023-04-17T17:50:55.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082381612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8"}], "user_id": "4b66ec81a4354ab29f5747085a7572a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a1c6a3320194416bf191ebd31c9ac1f"}}' 2023-04-17 17:50:56,570 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8 0.099s 2023-04-17 17:50:56,570 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Mon, 17 Apr 2023 17:50: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-ed780024-cb97-484a-84e1-0c58b8e2975e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'' 2023-04-17 17:50:56,593 80209 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8 0.022s 2023-04-17 17:50:56,593 80209 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50: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-c9e810ba-4305-41a3-989a-3aaf3dd35a6f', 'x-openstack-request-id': 'req-c9e810ba-4305-41a3-989a-3aaf3dd35a6f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a1c6a3320194416bf191ebd31c9ac1f/volumes/f179bafc-63c1-4aab-af95-f3b094eba1c8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f179bafc-63c1-4aab-af95-f3b094eba1c8 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:50:19,483 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-04-17 17:50:19,483 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:19 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-c8fa511f-4cba-4f02-a98d-f8ef40ed97f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3999f6aff774419daca6c25a18ee9af7", "name": "tempest-VolumesActionsTest-1894276307-project-member", "password_expires_at": null}, "audit_ids": ["3BcKUb-TQT2bGrjR3bBUSw"], "expires_at": "2023-04-17T18:50:19.000000Z", "issued_at": "2023-04-17T17:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d9fa2be78c04fdeafdacb7af1c7ef80", "name": "tempest-VolumesActionsTest-1894276307"}, "is_domain": false, "roles": [{"id": "8f459d1eae75452b839af258e240b53e", "name": "reader"}, {"id": "d16b40c8793048e5aa635c06bddd5335", "name": "member"}], "catalog": [{"endpoints": [{"id": "06e1cb497fc447a59a7e8578303201eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "35e83583a94b4bae862ef4527715121a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "edcb20ce212442b2998a3d0beee1dca4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "437d95ff8947489db68b6d94886ae009", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dbf3a9ccb6b547918ea3404484aecce7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1d9fa2be78c04fdeafdacb7af1c7ef80", "region": "RegionOne"}], "id": "4e61561236214e3aa68d262104992615", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "cc3c871a0cde45418d37f3532fe6392f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "591baed0efb8472c892a90a9b233f1a7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7610a128046b40e4a1a7db4f29609cbf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80", "region": "RegionOne"}], "id": "853642b80bdc4bb78e2a82c61942a67f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57f3314ce5ae4adc8630310b172bec6a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "ba05a39521244ab48f8e4fa499f01771", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81cae74062ba41bcba79b4ef333a12c6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e350b7e6c2b94e6aaf0d5849d5333223", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "460afd36f0a2405496f080c76687df64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80", "region": "RegionOne"}], "id": "fd11affbd334496187af49d8a65a1910", "type": "volumev3", "name": "cinderv3"}]}}' 2023-04-17 17:50:19,484 80217 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '5a6aa082-6619-4f08-be06-828e931c35d5', 'name': 'tempest-VolumesActionsTest-731505046-network', 'tenant_id': '1d9fa2be78c04fdeafdacb7af1c7ef80', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d9fa2be78c04fdeafdacb7af1c7ef80', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8214, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T17:50:16Z', 'updated_at': '2023-04-17T17:50:17Z', 'revision_number': 1} available for tenant 2023-04-17 17:50:20,319 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.833s 2023-04-17 17:50:20,319 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-519140730", "imageRef": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "flavorRef": "42", "networks": [{"uuid": "5a6aa082-6619-4f08-be06-828e931c35d5"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28da9c80-2cd5-48d5-84db-c44bc0ba3928', 'x-compute-request-id': 'req-28da9c80-2cd5-48d5-84db-c44bc0ba3928', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "46e92122-765c-4ff1-9c13-66510c1221dc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xKRXBZVrYBq4"}}' 2023-04-17 17:50:20,499 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.174s 2023-04-17 17:50:20,499 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:50:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0bf1fcf-1095-45c4-b689-69d95b09a3f5', 'x-compute-request-id': 'req-c0bf1fcf-1095-45c4-b689-69d95b09a3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'{"server": {"id": "46e92122-765c-4ff1-9c13-66510c1221dc", "name": "tempest-VolumesActionsTest-instance-519140730", "status": "BUILD", "tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80", "user_id": "3999f6aff774419daca6c25a18ee9af7", "metadata": {}, "hostId": "", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:50:20Z", "updated": "2023-04-17T17:50:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}], "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": "schedu ling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 17:51:11,078 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.517s 2023-04-17 17:51:11,079 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:51:10 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-48dcb53e-da09-44f0-93e7-72de3132c78d', 'x-compute-request-id': 'req-48dcb53e-da09-44f0-93e7-72de3132c78d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'{"server": {"id": "46e92122-765c-4ff1-9c13-66510c1221dc", "name": "tempest-VolumesActionsTest-instance-519140730", "status": "ACTIVE", "tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80", "user_id": "3999f6aff774419daca6c25a18ee9af7", "metadata": {}, "hostId": "bbde18ac38b26ccd2edcd69da90b959fb8fbdec6781a002bb956d07f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:50:20Z", "updated": "2023-04-17T17:50:27Z", "addresses": {"tempest-VolumesActionsTest-731505046-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:b9:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:50: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-17 17:51:11,092 80217 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 17:52:11,360 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.209s 2023-04-17 17:52:11,361 80217 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-526797662"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36c7d7fd-a374-4d6a-a72c-5db25983d27d', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36c7d7fd-a374-4d6a-a72c-5db25983d27d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "aa79631b-a9aa-464a-9ca7-a5b50c15e2f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:52:11.303368", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-526797662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source _volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:52:11,416 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.046s 2023-04-17 17:52:11,417 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54deac0b-bb42-47e4-a2a0-76d1faeb01e6', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54deac0b-bb42-47e4-a2a0-76d1faeb01e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'{"volume": {"id": "aa79631b-a9aa-464a-9ca7-a5b50c15e2f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:52:11.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-526797662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:52:12,468 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.040s 2023-04-17 17:52:12,469 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40cabd7d-d223-462f-a5b5-d6c1dd998a08', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40cabd7d-d223-462f-a5b5-d6c1dd998a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'{"volume": {"id": "aa79631b-a9aa-464a-9ca7-a5b50c15e2f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:52:11.000000", "updated_at": "2023-04-17T17:52:11.000000", "name": "tempest-VolumesActionsTest-Volume-526797662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}], "user_id": "3999f6aff774419daca6c25a18 ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:52:12,549 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.069s 2023-04-17 17:52:12,550 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baab93ae-b562-412a-923d-8ed10995bca6', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baab93ae-b562-412a-923d-8ed10995bca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'{"volume": {"id": "aa79631b-a9aa-464a-9ca7-a5b50c15e2f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:52:11.000000", "updated_at": "2023-04-17T17:52:11.000000", "name": "tempest-VolumesActionsTest-Volume-526797662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:52:12,660 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.099s 2023-04-17 17:52:12,660 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff2c6fd3-c2fd-4e74-9555-7548c8692c81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'' 2023-04-17 17:52:12,683 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 0.022s 2023-04-17 17:52:12,683 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d044e825-198c-47ba-9e9e-8a7a899fa35a', 'x-openstack-request-id': 'req-d044e825-198c-47ba-9e9e-8a7a899fa35a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aa79631b-a9aa-464a-9ca7-a5b50c15e2f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa79631b-a9aa-464a-9ca7-a5b50c15e2f1 could not be found."}}' 2023-04-17 17:52:12,838 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.155s 2023-04-17 17:52:12,839 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 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-fcad061a-2e38-4d1b-b0d2-6d988319151a', 'x-compute-request-id': 'req-fcad061a-2e38-4d1b-b0d2-6d988319151a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'' 2023-04-17 17:52:13,117 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.277s 2023-04-17 17:52:13,117 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-805e637d-7caa-48c5-838a-eb70223a9845', 'x-compute-request-id': 'req-805e637d-7caa-48c5-838a-eb70223a9845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'{"server": {"id": "46e92122-765c-4ff1-9c13-66510c1221dc", "name": "tempest-VolumesActionsTest-instance-519140730", "status": "ACTIVE", "tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80", "user_id": "3999f6aff774419daca6c25a18ee9af7", "metadata": {}, "hostId": "bbde18ac38b26ccd2edcd69da90b959fb8fbdec6781a002bb956d07f", "image": {"id": "82e42adf-a9f9-4d9b-9bd0-106a738b1690", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/82e42adf-a9f9-4d9b-9bd0-106a738b1690"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T17:50:20Z", "updated": "2023-04-17T17:52:13Z", "addresses": {"tempest-VolumesActionsTest-731505046-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:b9:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46e92122-765c-4ff1-9c13-66510c1221dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T17:50:27.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-17 17:53:03,225 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc 0.047s 2023-04-17 17:53:03,225 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'o penstack-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-599d8654-3b8f-417d-8953-4039ea0a1103', 'x-compute-request-id': 'req-599d8654-3b8f-417d-8953-4039ea0a1103', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46e92122-765c-4ff1-9c13-66510c1221dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 46e92122-765c-4ff1-9c13-66510c1221dc 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 aae85622-e828-4e1a-9d9b-f47ec8a53355 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:03,407 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.176s 2023-04-17 17:53:03,407 80217 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-1122292578"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d011c662-8285-43b5-b89c-dffb5b19182c', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d011c662-8285-43b5-b89c-dffb5b19182c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "aae85622-e828-4e1a-9d9b-f47ec8a53355", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:03.352306", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1122292578", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:03,529 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.112s 2023-04-17 17:53:03,529 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825cac32-9a43-409e-9b9f-8e14686026cb', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825cac32-9a43-409e-9b9f-8e14686026cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'{"volume": {"id": "aae85622-e828-4e1a-9d9b-f47ec8a53355", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:03.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1122292578", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:04,586 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.043s 2023-04-17 17:53:04,586 80217 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c148ecd-8039-41f4-9816-8a5e36d8c6bf', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c148ecd-8039-41f4-9816-8a5e36d8c6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'{"volume": {"id": "aae85622-e828-4e1a-9d9b-f47ec8a53355", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:03.000000", "updated_at": "2023-04-17T17:53:04.000000", "name": "tempest-VolumesActionsTest-Volume-1122292578", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:04,635 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.038s 2023-04-17 17:53:04,635 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-237691cc-285f-49b6-bc10-8344e82aefec', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-237691cc-285f-49b6-bc10-8344e82aefec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'{"volume": {"id": "aae85622-e828-4e1a-9d9b-f47ec8a53355", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:03.000000", "updated_at": "2023-04-17T17:53:04.000000", "name": "tempest-VolumesActionsTest-Volume-1122292578", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:04,767 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.120s 2023-04-17 17:53:04,767 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:04 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-6d285c78-152d-463b-b064-ea9ae6fc8b41', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'' 2023-04-17 17:53:04,790 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355 0.022s 2023-04-17 17:53:04,791 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53: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-15147fff-4f20-43b1-a46c-e64a1434cc2f', 'x-openstack-request-id': 'req-15147fff-4f20-43b1-a46c-e64a1434cc2f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/aae85622-e828-4e1a-9d9b-f47ec8a53355'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aae85622-e828-4e1a-9d9b-f47ec8a53355 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 035ccc7e-3af2-49b8-a8db-0a2547aa2078 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:05,031 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.234s 2023-04-17 17:53:05,031 80217 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-1587917888"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d85c64e1-6ff7-4d94-88e6-4c76517c3f1d', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d85c64e1-6ff7-4d94-88e6-4c76517c3f1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "035ccc7e-3af2-49b8-a8db-0a2547aa2078", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:04.967366", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1587917888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:05,083 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.042s 2023-04-17 17:53:05,083 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a73ed553-a625-447a-a359-03f460e2fe76', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a73ed553-a625-447a-a359-03f460e2fe76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'{"volume": {"id": "035ccc7e-3af2-49b8-a8db-0a2547aa2078", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:05.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1587917888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:06,135 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.040s 2023-04-17 17:53:06,136 80217 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2172de95-8b59-4ddb-a3cf-7667f1c0b47d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2172de95-8b59-4ddb-a3cf-7667f1c0b47d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'{"volume": {"id": "035ccc7e-3af2-49b8-a8db-0a2547aa2078", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:05.000000", "updated_at": "2023-04-17T17:53:05.000000", "name": "tempest-VolumesActionsTest-Volume-1587917888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:06,191 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.044s 2023-04-17 17:53:06,191 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92fe559e-be7a-4eba-bfd9-74c5e6f8c144', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92fe559e-be7a-4eba-bfd9-74c5e6f8c144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'{"volume": {"id": "035ccc7e-3af2-49b8-a8db-0a2547aa2078", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:05.000000", "updated_at": "2023-04-17T17:53:05.000000", "name": "tempest-VolumesActionsTest-Volume-1587917888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:06,306 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.097s 2023-04-17 17:53:06,307 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09352955-4559-49ed-9a78-175e696e23d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'' 2023-04-17 17:53:06,331 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078 0.024s 2023-04-17 17:53:06,332 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5555add6-671a-4762-9731-f1ad424d1b03', 'x-openstack-request-id': 'req-5555add6-671a-4762-9731-f1ad424d1b03', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/035ccc7e-3af2-49b8-a8db-0a2547aa2078'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 035ccc7e-3af2-49b8-a8db-0a2547aa2078 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 4a90b275-0fb7-4345-9efb-bc588312b759 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:06,528 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.191s 2023-04-17 17:53:06,529 80217 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-1820100281"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bee9f99d-8736-4d48-b4b6-4910cc318d62', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bee9f99d-8736-4d48-b4b6-4910cc318d62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "4a90b275-0fb7-4345-9efb-bc588312b759", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:06.468442", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1820100281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:06,580 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.042s 2023-04-17 17:53:06,580 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6e6b226-1983-4c90-85ec-6155f574e201', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6e6b226-1983-4c90-85ec-6155f574e201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'{"volume": {"id": "4a90b275-0fb7-4345-9efb-bc588312b759", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:06.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1820100281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:07,635 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.043s 2023-04-17 17:53:07,636 80217 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144b45e2-7a6a-4d32-bcd2-a4374cff5f81', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144b45e2-7a6a-4d32-bcd2-a4374cff5f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'{"volume": {"id": "4a90b275-0fb7-4345-9efb-bc588312b759", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:06.000000", "updated_at": "2023-04-17T17:53:07.000000", "name": "tempest-VolumesActionsTest-Volume-1820100281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:07,683 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.036s 2023-04-17 17:53:07,683 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2b257fb-88be-4730-ad32-61c3a5d04268', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2b257fb-88be-4730-ad32-61c3a5d04268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'{"volume": {"id": "4a90b275-0fb7-4345-9efb-bc588312b759", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:06.000000", "updated_at": "2023-04-17T17:53:07.000000", "name": "tempest-VolumesActionsTest-Volume-1820100281", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:07,799 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.105s 2023-04-17 17:53:07,799 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2396f2cc-19e6-4978-9951-9a1161fd5f2d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'' 2023-04-17 17:53:07,823 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759 0.024s 2023-04-17 17:53:07,824 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-171b26b3-f71e-4e36-baf0-0c310e086bb3', 'x-openstack-request-id': 'req-171b26b3-f71e-4e36-baf0-0c310e086bb3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/4a90b275-0fb7-4345-9efb-bc588312b759'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a90b275-0fb7-4345-9efb-bc588312b759 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 d868f41a-97e0-44b2-8e0d-b6e0741a01fa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:08,001 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.174s 2023-04-17 17:53:08,001 80217 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-63954151"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f10bd4ec-437e-4131-8fb5-c2892f2fe97b', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f10bd4ec-437e-4131-8fb5-c2892f2fe97b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "d868f41a-97e0-44b2-8e0d-b6e0741a01fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:07.945376", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-63954151", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:08,049 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.039s 2023-04-17 17:53:08,049 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b357b113-ce25-4949-aa30-8e2535ff57ef', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b357b113-ce25-4949-aa30-8e2535ff57ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'{"volume": {"id": "d868f41a-97e0-44b2-8e0d-b6e0741a01fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:08.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-63954151", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:09,106 80217 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/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.045s 2023-04-17 17:53:09,106 80217 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6fe5e4b-26ea-4bc5-b322-f53edcf6a4bf', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6fe5e4b-26ea-4bc5-b322-f53edcf6a4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'{"volume": {"id": "d868f41a-97e0-44b2-8e0d-b6e0741a01fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:08.000000", "updated_at": "2023-04-17T17:53:08.000000", "name": "tempest-VolumesActionsTest-Volume-63954151", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:09,157 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.038s 2023-04-17 17:53:09,157 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec6e0d2-d197-427c-98fd-f73f1c016a42', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec6e0d2-d197-427c-98fd-f73f1c016a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'{"volume": {"id": "d868f41a-97e0-44b2-8e0d-b6e0741a01fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:08.000000", "updated_at": "2023-04-17T17:53:08.000000", "name": "tempest-VolumesActionsTest-Volume-63954151", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:09,270 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.097s 2023-04-17 17:53:09,271 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17: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-e3a86d6f-9b0f-4a90-9110-da0da5446fa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'' 2023-04-17 17:53:09,293 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa 0.022s 2023-04-17 17:53:09,294 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17: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-52769e22-e9e1-4c2b-b80c-5bc23a31a97e', 'x-openstack-request-id': 'req-52769e22-e9e1-4c2b-b80c-5bc23a31a97e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/d868f41a-97e0-44b2-8e0d-b6e0741a01fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d868f41a-97e0-44b2-8e0d-b6e0741a01fa 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 c59aebbc-1476-4717-b416-c6d3a5c12f84 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 17:53:09,484 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes 0.185s 2023-04-17 17:53:09,484 80217 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-1164507200"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c58d77e-fe8b-48b5-979c-f0f4d9005077', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c58d77e-fe8b-48b5-979c-f0f4d9005077', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes'} Body: b'{"volume": {"id": "c59aebbc-1476-4717-b416-c6d3a5c12f84", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:09.419757", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1164507200", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 17:53:09,533 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.039s 2023-04-17 17:53:09,533 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc632381-c15e-4027-864d-f0079fd15b45', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc632381-c15e-4027-864d-f0079fd15b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'{"volume": {"id": "c59aebbc-1476-4717-b416-c6d3a5c12f84", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:09.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1164507200", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:10,589 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.044s 2023-04-17 17:53:10,590 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4102dc6-3e50-4246-b8c4-9e05ae1a28d1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4102dc6-3e50-4246-b8c4-9e05ae1a28d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'{"volume": {"id": "c59aebbc-1476-4717-b416-c6d3a5c12f84", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:09.000000", "updated_at": "2023-04-17T17:53:10.000000", "name": "tempest-VolumesActionsTest-Volume-1164507200", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:10,646 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.041s 2023-04-17 17:53:10,646 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79bd6b57-abfb-473d-83e7-18d1a8ce6f0b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79bd6b57-abfb-473d-83e7-18d1a8ce6f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'{"volume": {"id": "c59aebbc-1476-4717-b416-c6d3a5c12f84", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T17:53:09.000000", "updated_at": "2023-04-17T17:53:10.000000", "name": "tempest-VolumesActionsTest-Volume-1164507200", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84"}], "user_id": "3999f6aff774419daca6c25a18ee9af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d9fa2be78c04fdeafdacb7af1c7ef80"}}' 2023-04-17 17:53:10,754 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.098s 2023-04-17 17:53:10,755 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4809c485-2e54-4c43-885d-be4375782ed8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'' 2023-04-17 17:53:10,777 80217 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84 0.021s 2023-04-17 17:53:10,777 80217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 17: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-946b53d8-fc76-48ea-b871-c684348eeabb', 'x-openstack-request-id': 'req-946b53d8-fc76-48ea-b871-c684348eeabb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d9fa2be78c04fdeafdacb7af1c7ef80/volumes/c59aebbc-1476-4717-b416-c6d3a5c12f84'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c59aebbc-1476-4717-b416-c6d3a5c12f84 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 e8522a20-ee5c-47b9-a9bb-5306950e0db9 failed to build and is in ERROR status ====== Totals ====== Ran: 198 tests in 1208.3055 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3862.6980 sec. ============== Worker Balance ============== - Worker 0 (19 tests) => 0:05:35.054468 - Worker 1 (18 tests) => 0:07:11.573439 - Worker 2 (21 tests) => 0:04:08.443214 - Worker 3 (12 tests) => 0:09:16.024380 - Worker 4 (13 tests) => 0:11:16.079387 - Worker 5 (19 tests) => 0:16:59.327328 - Worker 6 (13 tests) => 0:01:24.360383 - Worker 7 (18 tests) => 0:03:34.799534 - Worker 8 (14 tests) => 0:01:43.170995 - Worker 9 (20 tests) => 0:20:08.116120 - Worker 10 (21 tests) => 0:06:34.406632 - Worker 11 (10 tests) => 0:03:16.439873 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed