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='3502738874' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {6} setUpClass (tempest.api.compute.admin.test_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 {10} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {3} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {9} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {11} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.456262s] ... ok {11} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.227765s] ... ok {9} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [1.498326s] ... ok {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.034071s] ... ok {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.027753s] ... ok {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.025080s] ... ok {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.052146s] ... ok {9} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.024834s] ... ok {5} 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 45c36a17-04c8-46b2-b60b-a2e66f9d3b0f failed to build and is in ERROR status {9} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {9} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {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 472fb606-1935-45c4-8c70-dae2d02210be failed to build and is in ERROR status {5} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {11} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.742672s] ... 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 0528b3c8-e849-46fd-8686-eaa1520dbdc6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:20,165 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes 0.433s 2023-04-19 13:56:20,165 80570 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-431580839"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8e0411-c7e6-4176-a871-0c43b0a57881', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8e0411-c7e6-4176-a871-0c43b0a57881', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes'} Body: b'{"volume": {"id": "0528b3c8-e849-46fd-8686-eaa1520dbdc6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:20.088805", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-431580839", "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/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}], "user_id": "49805576f2c64df0bf16bed7c4f4159e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:20,221 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6 0.045s 2023-04-19 13:56:20,222 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c59116ca-e0a3-427d-9321-98be3d62b4a9', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c59116ca-e0a3-427d-9321-98be3d62b4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'{"volume": {"id": "0528b3c8-e849-46fd-8686-eaa1520dbdc6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:20.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-431580839", "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/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}], "user_id": "49805576f2c64df0bf16bed7c4f4159e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1aaf4b6aab92497196f7601964492f33"}}' 2023-04-19 13:56:21,280 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520db dc6 0.047s 2023-04-19 13:56:21,280 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64fa4185-5c72-4739-828b-c6a6a12e9b64', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64fa4185-5c72-4739-828b-c6a6a12e9b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'{"volume": {"id": "0528b3c8-e849-46fd-8686-eaa1520dbdc6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:20.000000", "updated_at": "2023-04-19T13:56:20.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-431580839", "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/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}], "user_id": "49805576f2c64df0bf16bed7c4f4159e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1aaf4b6aab92497196f7601964492f33"}}' 2023-04-19 13:56:21,331 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6 0.039s 2023-04-19 13:56:21,331 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6600a6cd-a304-4f94-828e-caf4e0c2b73d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6600a6cd-a304-4f94-828e-caf4e0c2b73d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'{"volume": {"id": "0528b3c8-e849-46fd-8686-eaa1520dbdc6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:20.000000", "updated_at": "2023-04-19T13:56:20.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-431580839", "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/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}], "user_id": "49805576f2c64df0bf16bed7c4f4159e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1aaf4b6aab92497196f7601964492f33"}}' 2023-04-19 13:56:21,453 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6 0.110s 2023-04-19 13:56:21,454 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-cf1afff9-d434-47a8-a600-2129d7d22a01', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'' 2023-04-19 13:56:21,473 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6 0.018s 2023-04-19 13:56:21,473 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6932187-1316-42c0-a756-1409d3bb3df2', 'x-openstack-request-id': 'req-a6932187-1316-42c0-a756-1409d3bb3df2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0528b3c8-e849-46fd-8686-eaa1520dbdc6 could not be found."}}' {11} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.249489s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.190183s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.230238s] ... ok {5} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [2.255113s] ... 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 76d56e65-c837-45af-b391-a0232aaf6c9e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:30,856 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.203s 2023-04-19 13:56:30,856 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-83a883d0-718c-4d48-b45a-0c2495600b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:56:31,329 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes 0.472s 2023-04-19 13:56:31,329 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-VolumesExtendTest-Volume-286593118"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eecc0d4-b0ce-4c49-b461-8eb32e41a97e', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eecc0d4-b0ce-4c49-b461-8eb32e41a97e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes'} Body: b'{"volume": {"id": "76d56e65-c837-45af-b391-a0232aaf6c9e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:31.253169", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-286593118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:31,407 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.067s 2023-04-19 13:56:31,407 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbcc0a47-2b7c-4031-8b72-42deb4607e2f', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbcc0a47-2b7c-4031-8b72-42deb4607e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'{"volume": {"id": "76d56e65-c837-45af-b391-a0232aaf6c9e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:31.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-286593118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:32,478 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.059s 2023-04-19 13:56:32,479 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c081c96-f099-49ad-932e-5b938d09f2f3', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c081c96-f099-49ad-932e-5b938d09f2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'{"volume": {"id": "76d56e65-c837-45af-b391-a0232aaf6c9e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:31.000000", "updated_at": "2023-04-19T13:56:31.000000", "name": "tempest-VolumesExtendTest-Volume-286593118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:32,555 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.053s 2023-04-19 13:56:32,555 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03d56daf-a397-41a5-a410-017f9b4c8689', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-03d56daf-a397-41a5-a410-017f9b4c8689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'{"volume": {"id": "76d56e65-c837-45af-b391-a0232aaf6c9e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:31.000000", "updated_at": "2023-04-19T13:56:31.000000", "name": "tempest-VolumesExtendTest-Volume-286593118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:32,881 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.315s 2023-04-19 13:56:32,882 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcdbe013-2f61-48c5-943c-70c9bd94cc0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'' 2023-04-19 13:56:32,906 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.023s 2023-04-19 13:56:32,906 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d79c1605-564e-494e-ac67-6642330c02bb', 'x-openstack-request-id': 'req-d79c1605-564e-494e-ac67-6642330c02bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76d56e65-c837-45af-b391-a0232aaf6c9e could not be found."}}' {5} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.636652s] ... 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 374e522c-3b55-4f00-9185-44195909cd53 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:33,199 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes 0.290s 2023-04-19 13:56:33,199 80558 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-753352394"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6da1a6dc-4bba-4543-beac-e5e89bc3dae9', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6da1a6dc-4bba-4543-beac-e5e89bc3dae9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes'} Body: b'{"volume": {"id": "374e522c-3b55-4f00-9185-44195909cd53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:33.108162", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-753352394", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:33,247 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.036s 2023-04-19 13:56:33,247 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d4458e9-19fd-4a0c-9c5b-03967bb28bd7', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d4458e9-19fd-4a0c-9c5b-03967bb28bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'{"volume": {"id": "374e522c-3b55-4f00-9185-44195909cd53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:33.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-753352394", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:34,324 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.064s 2023-04-19 13:56:34,324 80558 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea470129-60f4-4dde-90f4-f024aeba56dd', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea470129-60f4-4dde-90f4-f024aeba56dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'{"volume": {"id": "374e522c-3b55-4f00-9185-44195909cd53", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:33.000000", "updated_at": "2023-04-19T13:56:33.000000", "name": "tempest-VolumesExtendTest-Volume-753352394", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:34,382 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.046s 2023-04-19 13:56:34,382 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0a0641e-347f-421a-bdae-d5adcfc49e93', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a0641e-347f-421a-bdae-d5adcfc49e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'{"volume": {"id": "374e522c-3b55-4f00-9185-44195909cd53", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:33.000000", "updated_at": "2023-04-19T13:56:33.000000", "name": "tempest-VolumesExtendTest-Volume-753352394", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:34,502 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.108s 2023-04-19 13:56:34,502 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/ html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61ca0178-04e4-41d2-9ac4-f55f2a48b5df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'' 2023-04-19 13:56:34,544 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.041s 2023-04-19 13:56:34,544 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a84e86-fb56-45c2-a6a2-469f458b0f93', 'x-openstack-request-id': 'req-b3a84e86-fb56-45c2-a6a2-469f458b0f93', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 374e522c-3b55-4f00-9185-44195909cd53 could not be found."}}' {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.778114s] ... 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 8e88e7be-bc13-4534-9ab2-1c626c724d45 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:38,835 80564 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes 0.591s 2023-04-19 13:56:38,836 80564 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-2069772941", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f167b5d-7ca4-4445-bf62-8e67d4729db2', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f167b5d-7ca4-4445-bf62-8e67d4729db2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes'} Body: b'{"volume": {"id": "8e88e7be-bc13-4534-9ab2-1c626c724d45", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:38.767104", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2069772941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}], "user_id": "a3670f57f5024500956182d18f11bb91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:38,946 80564 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45 0.087s 2023-04-19 13:56:38,947 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c4d510-2d8e-4b9a-b4f1-8fe14881484f', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c4d510-2d8e-4b9a-b4f1-8fe14881484f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45'} Body: b'{"volume": {"id": "8e88e7be-bc13-4534-9ab2-1c626c724d45", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2069772941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}], "user_id": "a3670f57f5024500956182d18f11bb91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dad6999724724d36b249b54e7f6a5718"}}' 2023-04-19 13:56:40,009 80564 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45 0.038s 2023-04-19 13:56:40,009 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db125f94-7e0d-4d47-a30e-8d7e33ed5ded', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db125f94-7e0d-4d47-a30e-8d7e33ed5ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45'} Body: b'{"volume": {"id": "8e88e7be-bc13-4534-9ab2-1c626c724d45", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": "2023-04-19T13:56:39.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2069772941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}], "user_id": "a3670f57f5024500956182d18f11bb91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dad6999724724d36b249b54e7f6a5718"}}' {11} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.930371s] ... 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 5a3223c9-ca16-4558-9161-bba4019d2ec4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:38,963 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes 0.589s 2023-04-19 13:56:38,964 80570 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-837744380"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04ab3b8-ad25-40d6-9a13-857658685cdf', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04ab3b8-ad25-40d6-9a13-857658685cdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes'} Body: b'{"volume": {"id": "5a3223c9-ca16-4558-9161-bba4019d2ec4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:38.845501", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-837744380", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:39,025 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.051s 2023-04-19 13:56:39,025 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c17c7d-05c9-4c50-85a9-f30f2ac9052f', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c17c7d-05c9-4c50-85a9-f30f2ac9052f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'{"volume": {"id": "5a3223c9-ca16-4558-9161-bba4019d2ec4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-837744380", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:40,092 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.055s 2023-04-19 13:56:40,093 80570 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28885cd0-127e-418b-ab55-30382bbfdb02', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28885cd0-127e-418b-ab55-30382bbfdb02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'{"volume": {"id": "5a3223c9-ca16-4558-9161-bba4019d2ec4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": "2023-04-19T13:56:39.000000", "name": "tempest-VolumesTransfersTest-Volume-837744380", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:40,155 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.051s 2023-04-19 13:56:40,156 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a528d3b1-2169-4060-a746-ee9adcd5e59f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a528d3b1-2169-4060-a746-ee9adcd5e59f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'{"volume": {"id": "5a3223c9-ca16-4558-9161-bba4019d2ec4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": "2023-04-19T13:56:39.000000", "name": "tempest-VolumesTransfersTest-Volume-837744380", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:40,281 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.113s 2023-04-19 13:56:40,281 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f8559e-4187-490b-aaec-891cfa651844', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'' 2023-04-19 13:56:40,302 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.020s 2023-04-19 13:56:40,302 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2df2601-b8b8-4637-b67d-2df2b30903ab', 'x-openstack-request-id': 'req-c2df2601-b8b8-4637-b67d-2df2b30903ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5a3223c9-ca16-4558-9161-bba4019d2ec4 could not be found."}}' {11} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.552408s] ... 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 817516b8-211e-4bf0-b1c0-d210581f6c43 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:40,510 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes 0.204s 2023-04-19 13:56:40,510 80570 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-1148853635"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d732a2-5d26-42c5-8f7a-712061cfcff6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d732a2-5d26-42c5-8f7a-712061cfcff6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes'} Body: b'{"volume": {"id": "817516b8-211e-4bf0-b1c0-d210581f6c43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:40.435714", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1148853635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:40,574 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.054s 2023-04-19 13:56:40,574 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60261500-8640-41eb-aed8-9ba6fc8da128', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60261500-8640-41eb-aed8-9ba6fc8da128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'{"volume": {"id": "817516b8-211e-4bf0-b1c0-d210581f6c43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:40.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1148853635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:41,638 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.052s 2023-04-19 13:56:41,638 80570 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad05b8d-c1e2-4c0a-977c-e13624a31d4b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad05b8d-c1e2-4c0a-977c-e13624a31d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'{"volume": {"id": "817516b8-211e-4bf0-b1c0-d210581f6c43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:40.000000", "updated_at": "2023-04-19T13:56:41.000000", "name": "tempest-VolumesTransfersTest-Volume-1148853635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:41,691 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.042s 2023-04-19 13:56:41,692 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36d5858-368f-4bbc-920b-46122bc1f446', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36d5858-368f-4bbc-920b-46122bc1f446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'{"volume": {"id": "817516b8-211e-4bf0-b1c0-d210581f6c43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:40.000000", "updated_at": "2023-04-19T13:56:41.000000", "name": "tempest-VolumesTransfersTest-Volume-1148853635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:41,836 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.134s 2023-04-19 13:56:41,837 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-b04d5b3f-5368-425a-b168-547135f3ac9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'' 2023-04-19 13:56:41,857 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.019s 2023-04-19 13:56:41,857 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-4887ffbc-9999-4c92-8076-50b439253e17', 'x-openstack-request-id': 'req-4887ffbc-9999-4c92-8076-50b439253e17', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 817516b8-211e-4bf0-b1c0-d210581f6c43 could not be found."}}' {5} 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 f15619db-2a39-4808-bd95-1f1e00390e26 failed to build and is in ERROR status {6} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [8.551296s] ... 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 51fea3d8-c2be-4d67-8746-930c625a4464 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:40,589 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.500s 2023-04-19 13:56:40,589 80560 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-2028897751"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-981d1e5a-170f-4129-924a-ebf448b11ad3', 'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e","name":"tempest-tagged-attachments-test-net-2028897751","tenant_id":"b72a32a3b0c74ea88d9569e651685dfb","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b72a32a3b0c74ea88d9569e651685dfb","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-19T13:56:39Z","updated_at":"2023-04-19T13:56:39Z","revision_number":1}}' 2023-04-19 13:56:41,620 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.030s 2023-04-19 13:56:41,620 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-a047575c-164b-4bd4-83a8-2e7f2125842a', 'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"940b07b2-24dd-40da-9b47-979b902611c3","name":"","tenant_id":"b72a32a3b0c74ea88d9569e651685dfb","network_id":"8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e","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-19T13:56:40Z","updated_at":"2023-04-19T13:56:40Z","revision_number":0,"project_id":"b72a32a3b0c74ea88d9569e651685dfb"}}' 2023-04-19 13:56:41,891 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes 0.270s 2023-04-19 13:56:41,891 80560 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-1006496678"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1c20d0f-cbcf-4bd5-a52a-3d51827a7ea3', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1c20d0f-cbcf-4bd5-a52a-3d51827a7ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes'} Body: b'{"volume": {"id": "51fea3d8-c2be-4d67-8746-930c625a4464", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:41.820244", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1006496678", "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/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}], "user_id": "36c187d344c0472cabb7ede6e2ca7f0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:41,955 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464 0.050s 2023-04-19 13:56:41,956 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ddcd8d7-3aa7-43d9-8356-11e1e0a5847f', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ddcd8d7-3aa7-43d9-8356-11e1e0a5847f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464'} Body: b'{"volume": {"id": "51fea3d8-c2be-4d67-8746-930c625a4464", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:42.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1006496678", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}], "user_id": "36c187d344c0472cabb7ede6e2ca7f0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b72a32a3b0c74ea88d9569e651685dfb"}}' 2023-04-19 13:56:43,015 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464 0.044s 2023-04-19 13:56:43,016 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a4f8eee-afe8-4924-b965-a314accefbca', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a4f8eee-afe8-4924-b965-a314accefbca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464'} Body: b'{"volume": {"id": "51fea3d8-c2be-4d67-8746-930c625a4464", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:42.000000", "updated_at": "2023-04-19T13:56:42.000000", "name": "tempest-TaggedAttachmentsTest-volume-1006496678", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be- 4d67-8746-930c625a4464"}], "user_id": "36c187d344c0472cabb7ede6e2ca7f0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b72a32a3b0c74ea88d9569e651685dfb"}}' 2023-04-19 13:56:44,619 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/940b07b2-24dd-40da-9b47-979b902611c3 1.591s 2023-04-19 13:56:44,620 80560 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-9590bc05-4838-4c8c-80ed-d1e761ef9619', 'date': 'Wed, 19 Apr 2023 13:56:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/940b07b2-24dd-40da-9b47-979b902611c3'} Body: b'' 2023-04-19 13:56:47,638 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e 3.017s 2023-04-19 13:56:47,638 80560 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-517768cf-a63e-4ed9-9521-0d95464b38e6', 'date': 'Wed, 19 Apr 2023 13:56:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e'} Body: b'' {3} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [2.113586s] ... 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 d47f717c-1bde-486a-9cc3-ab9508f9358b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:50,154 80554 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes 0.916s 2023-04-19 13:56:50,154 80554 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-1974075888", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1578c7fa-eb09-46c1-aee8-9ca65eba9e3d', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1578c7fa-eb09-46c1-aee8-9ca65eba9e3d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes'} Body: b'{"volume": {"id": "d47f717c-1bde-486a-9cc3-ab9508f9358b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:49.999278", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1974075888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}], "user_id": "728bfa6c094c46179e666b69f4a699ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:50,258 80554 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b 0.089s 2023-04-19 13:56:50,258 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4612b2-ef8d-446d-b37b-b1dc412692b5', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4612b2-ef8d-446d-b37b-b1dc412692b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b'} Body: b'{"volume": {"id": "d47f717c-1bde-486a-9cc3-ab9508f9358b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1974075888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}], "user_id": "728bfa6c094c46179e666b69f4a699ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91cc1ef2a8a14e5f809336b312a9e775"}}' 2023-04-19 13:56:51,334 80554 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b 0.059s 2023-04-19 13:56:51,335 80554 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4688cd28-79ce-4d5e-b9ce-2f1f8a48dd71', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4688cd28-79ce-4d5e-b9ce-2f1f8a48dd71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b'} Body: b'{"volume": {"id": "d47f717c-1bde-486a-9cc3-ab9508f9358b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": "2023-04-19T13:56:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1974075888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}], "user_id": "728bfa6c094c46179e666b69f4a699ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91cc1ef2a8a14e5f809336b312a9e775"}}' {11} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [2.117679s] ... 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 15700085-ba2d-4725-8427-7c29109c5a9a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:49,927 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes 0.563s 2023-04-19 13:56:49,928 80570 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-291743928"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094cc9bd-8c3c-40e9-8621-340dc65d646d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094cc9bd-8c3c-40e9-8621-340dc65d646d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes'} Body: b'{"volume": {"id": "15700085-ba2d-4725-8427-7c29109c5a9a", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T13:56:49.824810", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-291743928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}], "user_id": "46123b616eda4bdd92c6cec83757a57c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:50,035 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.094s 2023-04-19 13:56:50,035 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69061303-2ef8-44b6-a0ac-b6c088d49919', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69061303-2ef8-44b6-a0ac-b6c088d49919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'{"volume": {"id": "15700085-ba2d-4725-8427-7c29109c5a9a", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-291743928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}], "user_id": "46123b616eda4bdd92c6cec83757a57c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0f31bc59c1425f96f1cb85ce7d14cc"}}' 2023-04-19 13:56:51,110 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.062s 2023-04-19 13:56:51,111 80570 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b74d5664-06a5-456d-a3cf-94de3a8988aa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b74d5664-06a5-456d-a3cf-94de3a8988aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'{"volume": {"id": "15700085-ba2d-4725-8427-7c29109c5a9a", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": "2023-04-19T13:56:50.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-291743928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}], "user_id": "46123b616eda4bdd92c6cec83757a57c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0f31bc59c1425f96f1cb85ce7d14cc"}}' 2023-04-19 13:56:51,185 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.061s 2023-04-19 13:56:51,185 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-046e7d14-a578-4cec-a4a2-fc2f98929fc8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-046e7d14-a578-4cec-a4a2-fc2f98929fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'{"volume": {"id": "15700085-ba2d-4725-8427-7c29109c5a9a", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": "2023-04-19T13:56:50.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-291743928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}], "user_id": "46123b616eda4bdd92c6cec83757a57c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0f31bc59c1425f96f1cb85ce7d14cc"}}' 2023-04-19 13:56:51,444 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.247s 2023-04-19 13:56:51,445 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 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-84248f5c-440e-4c4a-93db-8c3d26c9e083', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'' 2023-04-19 13:56:51,480 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.034s 2023-04-19 13:56:51,480 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-a1ec33dd-ba20-474d-b0d7-5c594778e91f', 'x-openstack-request-id': 'req-a1ec33dd-ba20-474d-b0d7-5c594778e91f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 15700085-ba2d-4725-8427-7c29109c5a9a could not be found."}}' {11} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {11} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.938977s] ... 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 688b94d1-cf3f-4527-b331-421a895439b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:54,744 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes 0.732s 2023-04-19 13:56:54,745 80552 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-987712833"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa7d44f-3e35-4ffc-8b6f-7963aff49800', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa7d44f-3e35-4ffc-8b6f-7963aff49800', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes'} Body: b'{"volume": {"id": "688b94d1-cf3f-4527-b331-421a895439b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:54.550062", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-987712833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}], "user_id": "816ca415153049658d0f23fc3b9cff5f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:54,860 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0 0.098s 2023-04-19 13:56:54,860 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e919bd6a-322b-42d8-b8b7-f486fbfc3c49', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e919bd6a-322b-42d8-b8b7-f486fbfc3c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0'} Body: b'{"volume": {"id": "688b94d1-cf3f-4527-b331-421a895439b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:55.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-987712833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}], "user_id": "816ca415153049658d0f23fc3b9cff5f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73a5fca4e19840178b96c978c16758c1"}}' 2023-04-19 13:56:55,935 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0 0.060s 2023-04-19 13:56:55,935 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f18cde0-3ab2-46a1-b627-a8155410e149', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f18cde0-3ab2-46a1-b627-a8155410e149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0'} Body: b'{"volume": {"id": "688b94d1-cf3f-4527-b331-421a895439b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:55.000000", "updated_at": "2023-04-19T13:56:55.000000", "name": "tempest-TestVolumeSwap-volume-987712833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}], "user_id": "816ca415153049658d0f23fc3b9cff5f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73a5fca4e19840178b96c978c16758c1"}}' {2} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {5} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [6.101054s] ... 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 ef65d4b4-a894-486c-a26c-e2594390d1d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:11,551 80558 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.363s 2023-04-19 13:57:11,551 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-81536929", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPTnX75LKNpk9O+Nlb7/D6IM7O2/BrxqLuDu385wjf3msIJkdyUBFWNLdFiHsMzQVvWBM9Ehn017hArZYtQMgdiAK7dTyZiYDNkI60bcpxKsxLNcpVfVxKqrhgUrVu8uUQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:11 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-ebb20b84-877e-425e-8b6e-754f1043386e', 'x-compute-request-id': 'req-ebb20b84-877e-425e-8b6e-754f1043386e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-81536929", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPTnX75LKNpk9O+Nlb7/D6IM7O2/BrxqLuDu385wjf3msIJkdyUBFWNLdFiHsMzQVvWBM9Ehn017hArZYtQMgdiAK7dTyZiYDNkI60bcpxKsxLNcpVfVxKqrhgUrVu8uUQ==", "fingerprint": "65:73:b6:a4:03:57:e4:70:08:f9:f5:e7:88:31:95:a9", "user_id": "69c329498f5a484c962ec2bc7e084abf"}}' 2023-04-19 13:57:12,033 80558 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.478s 2023-04-19 13:57:12,034 80558 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-14479104", "description": "tempest-secgroup-smoke-14479104 description", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1607', 'x-openstack-request-id': 'req-e81e0974-1b89-4549-867c-fd0783b6b32c', 'date': 'Wed, 19 Apr 2023 13:57:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "name": "tempest-secgroup-smoke-14479104", "stateful": true, "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "description": "tempest-secgroup-smoke-14479104 description", "shared": false, "security_group_rules": [{"id": "26214fc4-13f7-4538-8373-91640a8e3e41", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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": 442, "description": null, "tags": [], "created_at": "2023-04-19T13:57:11Z", "updated_at": "2023-04-19T13:57:11Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}, {"id": "2bee716b-60d2-4cab-b50a-f06ce167a788", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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": 443, "description": null, "tags": [], "created_at": "2023-04-19T13:57:11Z", "updated_at": "2023-04-19T13:57:11Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}], "tags": [], "created_at": "2023-04-19T13:57:11Z", "updated_at": "2023-04-19T13:57:11Z", "re vision_number": 1, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:12,409 80558 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.374s 2023-04-19 13:57:12,409 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "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-2a9c5eb3-3147-409c-b022-ed516d56ebea', 'date': 'Wed, 19 Apr 2023 13:57:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a90b2e8d-e894-436f-87b9-32908f18a928", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:12Z", "updated_at": "2023-04-19T13:57:12Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:12,973 80558 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.563s 2023-04-19 13:57:12,974 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "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-6cc124da-fed4-4273-a57a-c0e3fa32bc53', 'date': 'Wed, 19 Apr 2023 13:57:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9a06396a-21c9-44bc-a12f-a1846ae95f8a", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:12Z", "updated_at": "2023-04-19T13:57:12Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:13,388 80558 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.413s 2023-04-19 13:57:13,388 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-462d84e4-a1fb-4ccf-bc14-1b0a0a368571', 'date': 'Wed, 19 Apr 2023 13:57:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_gro up_rule": {"id": "637ffdba-b853-499f-abea-c1c28d8dd001", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:13Z", "updated_at": "2023-04-19T13:57:13Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:13,969 80558 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.580s 2023-04-19 13:57:13,970 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7c9dbd7e-a88b-4960-bb5f-ecb81fb7638c', 'date': 'Wed, 19 Apr 2023 13:57:13 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": "edcf8b7c-bb8d-418b-aa36-045246db50fe", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:13Z", "updated_at": "2023-04-19T13:57:13Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:14,406 80558 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.435s 2023-04-19 13:57:14,406 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c020fcb5-5118-4207-992b-94103b79e658', 'date': 'Wed, 19 Apr 2023 13:57:14 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": "c15573a0-c4fb-4fb7-93f9-3caf60b7311e", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:14Z", "updated_at": "2023-04-19T13:57:14Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:14,784 80558 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.377s 2023-04-19 13:57:14,784 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project _id": "1eba62f7c4e44b15b844f9886d2cdf68", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e32d23b8-5e41-4b84-8c43-d12e235aae90', 'date': 'Wed, 19 Apr 2023 13:57:14 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": "d885938a-2446-4791-bdc4-d5375796e102", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:14Z", "updated_at": "2023-04-19T13:57:14Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:14,957 80558 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.167s 2023-04-19 13:57:14,957 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:14 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-4f2e4842-a33f-47a0-b438-a35eabdf1075', '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": "69c329498f5a484c962ec2bc7e084abf", "name": "tempest-TestShelveInstance-1101965331-project-member", "password_expires_at": null}, "audit_ids": ["NFdE_SxhS2utPPIZpn_orQ"], "expires_at": "2023-04-19T14:57:14.000000Z", "issued_at": "2023-04-19T13:57:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1eba62f7c4e44b15b844f9886d2cdf68", "name": "tempest-TestShelveInstance-1101965331"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9 e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1eba62f7c4e44b15b844f9886d2cdf68", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:57:14,958 80558 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '7bcfe077-fd40-4b7d-9417-998c993cb8af', 'name': 'tempest-TestShelveInstance-63042984-network', 'tenant_id': '1eba62f7c4e44b15b844f9886d2cdf68', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1eba62f7c4e44b15b844f9886d2cdf68', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 1663, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:43Z', 'updated_at': '2023-04-19T13:56:43Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:15,454 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes 0.495s 2023-04-19 13:57:15,454 80558 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-1897022396", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31ce5e12-7d61-4d13-9fd1-e1200fb0d625', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ce5e12-7d61-4d13-9fd1-e1200fb0d625', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes'} Body: b'{"volume": {"id": "ef65d4b4-a894-486c-a26c-e2594390d1d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:15.328467", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1897022396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}], "user_id": "69c329498f5a484c962ec2bc7e084abf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:15,512 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6 0.048s 2023-04-19 13:57:15,513 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a238424c-e750-4896-856a-b6a2c3af9363', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a238424c-e750-4896-856a-b6a2c3af9363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6'} Body: b'{"volume": {"id": "ef65d4b4-a894-486c-a26c-e2594390d1d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:15.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1897022396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}], "user_id": "69c329498f5a484c962ec2bc7e084abf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:16,572 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6 0.047s 2023-04-19 13:57:16,572 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d9ca703-b15f-4ab6-a353-8094ad403975', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d9ca703-b15f-4ab6-a353-8094ad403975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6'} Body: b'{"volume": {"id": "ef65d4b4-a894-486c-a26c-e2594390d1d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:15.000000", "updated_at": "2023-04-19T13:57:16.000000", "name": "tempest-tempest.common.compute-volume-1897022396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}], "user_id": "69c329498f5a484c962ec2bc7e084abf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:16,733 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6 0.148s 2023-04-19 13:57:16,733 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d6d7aa-89f0-4a30-951c-bb4c4da30f14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6'} Body: b'' 2023-04-19 13:57:16,774 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6 0.040s 2023-04-19 13:57:16,774 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b68c884e-556c-472e-950b-dc859aa986a3', 'x-openstack-request-id': 'req-b68c884e-556c-472e-950b-dc859aa986a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef65d4b4-a894-486c-a26c-e2594390d1d6 could not be found."}}' 2023-04-19 13:57:17,242 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ddb71a9b-b19d-46be-a330-edd1882beb33 0.465s 2023-04-19 13:57:17,243 80558 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-a7662fd6-ca89-45af-a1a2-15d7d790362e', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:57:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ddb71a9b-b19d-46be-a330-edd1882beb33'} Body: b'' 2023-04-19 13:57:17,283 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-81536929 0.040s 2023-04-19 13:57:17,284 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57: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-24c24d4f-496a-448e-8668-13c2aba211c6', 'x-compute-request-id': 'req-24c24d4f-496a-448e-8668-13c2aba211c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-81536929'} Body: b'' {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.343385s] ... ok {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.937251s] ... ok {2} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.287905s] ... ok {2} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.946887s] ... ok {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.376977s] ... 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 ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:28,690 80552 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/7a803f9d29ae44968ff4af2b0c8b9edd/types 0.240s 2023-04-19 13:57:28,690 80552 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-1003922506", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c01f08-ca53-4ba6-b4ae-763e68a4f07f', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c01f08-ca53-4ba6-b4ae-763e68a4f07f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types'} Body: b'{"volume_type": {"id": "b8b45470-30cb-4db1-aaf1-b29a8357dd4d", "name": "tempest-VolumeTypesTest-volume-type-1003922506", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:57:28,742 80552 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/7a803f9d29ae44968ff4af2b0c8b9edd/types 0.049s 2023-04-19 13:57:28,743 80552 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-1182094570", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aff67ae3-5bb1-41f1-8d44-977b2f9f499c', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aff67ae3-5bb1-41f1-8d44-977b2f9f499c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types'} Body: b'{"volume_type": {"id": "75835137-35f0-4617-bafa-1243d4bd4b7b", "name": "tempest-VolumeTypesTest-volume-type-1182094570", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:57:29,249 80552 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/08babf08053c46cd92cf33dc8abce284/volumes 0.503s 2023-04-19 13:57:29,250 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1762203677", "volume_type": "b8b45470-30cb-4db1-aaf1-b29a8357dd4d", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a50b9ca-feb0-4fa1-924f-2eec1eec8e2c', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a50b9ca-feb0-4fa1-924f-2eec1eec8e2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes'} Body: b'{"volume": {"id": "ce107c4b-5af6-4333-b5ab-6e1cb47fceb6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:29.168008", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1762203677", "description": null, "v olume_type": "tempest-VolumeTypesTest-volume-type-1003922506", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}], "user_id": "23efb5b0d6074384936e19879776a56c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:29,305 80552 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/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.045s 2023-04-19 13:57:29,306 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e21d789-1a1e-488f-a3dd-b425cc166e52', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e21d789-1a1e-488f-a3dd-b425cc166e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'{"volume": {"id": "ce107c4b-5af6-4333-b5ab-6e1cb47fceb6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:29.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1762203677", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1003922506", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}], "user_id": "23efb5b0d6074384936e19879776a56c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08babf08053c46cd92cf33dc8abce284"}}' 2023-04-19 13:57:30,363 80552 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/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.045s 2023-04-19 13:57:30,363 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a0ccce-3c03-4087-bc4b-73da683ab413', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a0ccce-3c03-4087-bc4b-73da683ab413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'{"volume": {"id": "ce107c4b-5af6-4333-b5ab-6e1cb47fceb6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:29.000000", "updated_at": "2023-04-19T13:57:29.000000", "name": "tempest-VolumeTypesTest-volume-1762203677", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1003922506", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6 -4333-b5ab-6e1cb47fceb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}], "user_id": "23efb5b0d6074384936e19879776a56c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08babf08053c46cd92cf33dc8abce284"}}' 2023-04-19 13:57:30,437 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.061s 2023-04-19 13:57:30,438 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-291f7cc1-6517-4df1-ae03-08fd5a9964d7', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-291f7cc1-6517-4df1-ae03-08fd5a9964d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'{"volume": {"id": "ce107c4b-5af6-4333-b5ab-6e1cb47fceb6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:29.000000", "updated_at": "2023-04-19T13:57:29.000000", "name": "tempest-VolumeTypesTest-volume-1762203677", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1003922506", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}], "user_id": "23efb5b0d6074384936e19879776a56c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08babf08053c46cd92cf33dc8abce284"}}' 2023-04-19 13:57:30,604 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.154s 2023-04-19 13:57:30,605 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed17bbf2-f145-4f61-90fe-ea0396dae482', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'' 2023-04-19 13:57:30,627 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.021s 2023-04-19 13:57:30,627 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-021617a1-edd2-494d-bbe9-871e55b97234', 'x-openstack-request-id': 'req-021617a1-edd2-494d-bbe9-8 71e55b97234', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 could not be found."}}' 2023-04-19 13:57:30,707 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/75835137-35f0-4617-bafa-1243d4bd4b7b 0.079s 2023-04-19 13:57:30,708 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30392f6-bd03-4894-9703-20ccf7188e7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/75835137-35f0-4617-bafa-1243d4bd4b7b'} Body: b'' 2023-04-19 13:57:30,729 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/75835137-35f0-4617-bafa-1243d4bd4b7b 0.020s 2023-04-19 13:57:30,729 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac48687-f2cd-4da4-ae34-45f63d1bf229', 'x-openstack-request-id': 'req-eac48687-f2cd-4da4-ae34-45f63d1bf229', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/75835137-35f0-4617-bafa-1243d4bd4b7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 75835137-35f0-4617-bafa-1243d4bd4b7b could not be found."}}' 2023-04-19 13:57:30,803 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/b8b45470-30cb-4db1-aaf1-b29a8357dd4d 0.073s 2023-04-19 13:57:30,804 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc561082-3964-42da-bb21-b2f690f9c981', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/b8b45470-30cb-4db1-aaf1-b29a8357dd4d'} Body: b'' 2023-04-19 13:57:30,824 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/b8b45470-30cb-4db1-aaf1-b29a8357dd4d 0.019s 2023-04-19 13:57:30,824 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-644959e9-d54c-4cd0-b0b1-0333affc967b', 'x-openstack-request-id': 'req-644959e9-d54c-4cd0-b0b1-0333af fc967b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/b8b45470-30cb-4db1-aaf1-b29a8357dd4d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b8b45470-30cb-4db1-aaf1-b29a8357dd4d could not be found."}}' {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.167313s] ... ok {5} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.473998s] ... ok {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.046165s] ... ok {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.403293s] ... ok {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.166499s] ... ok {5} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [5.064645s] ... 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 68591a3e-fe08-475d-b6d8-0b381f358f47 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:33,028 80558 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/ba6fddd1b8cc4228ae7dcaabdfbd2148/types 0.297s 2023-04-19 13:57:33,028 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4365f77a-592c-4666-9b14-afe0bc9270c2', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4365f77a-592c-4666-9b14-afe0bc9270c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba6fddd1b8cc4228ae7dcaabdfbd2148/types'} Body: b'{"volume_type": {"id": "ac15f549-7c40-4e5a-830b-55929938c06c", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-19 13:57:34,226 80558 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 1.194s 2023-04-19 13:57:34,227 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-134f5cc7-3629-4e89-8ca9-420033427f1e', '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": "61d88bc684934749815985238a39ad25", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "40a58be3-75bb-463f-a413-ac6b0db2c621", "created_at": "2023-04-19T13:57:34Z", "updated_at": "2023-04-19T13:57:34Z", "tags": [], "self": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621", "file": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:36,164 80558 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/40a58be3-75bb-463f-a413-ac6b0db2c621/file 1.935s 2023-04-19 13:57:36,165 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a24d0b1b-7af7-4249-9625-8dc18fca6afb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file'} Body: b'' 2023-04-19 13:57:36,211 80558 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/40a58be3-75bb-463f-a413-ac6b0db2c621 0.045s 2023-04-19 13:57:36,211 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-113f9a2d-947a-4720-acdc-f1aadf071970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621'} 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": "dd9599c36bdd9505bc532c74ddd6b9a5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "61d88bc684934749815985238a39ad25", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8bb0da9b36ac37fa60e8a07e242aac2d30b0a34ba825465e18680a51ee673eaee9214d182489134a5e25035d3087a951ef8b332e2b5f3e4d585d012aad1f46c5", "id": "40a58be3-75bb-463f-a413-ac6b0db2c621", "created_at": "2023-04-19T13:57:34Z", "updated_at": "2023-04-19T13:57:36Z", "tags": [], "self": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621", "file": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:36,257 80558 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/40a58be3-75bb-463f-a413-ac6b0db2c621 0.045s 2023-04-19 13:57:36,257 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-18c450e7-5e05-4b72-89b5-184a8da6235d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621'} 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": "dd9599c36bdd9505bc532c74ddd6b9a5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "61d88bc684934749815985238a39ad25", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8bb0da9b36ac37fa60e8a07e242aac2d30b0a34ba825465e18680a51ee673eaee9214d182489134a5e25035d3087a951ef8b332e2b5f3e4d585d012aad1f46c5", "id": "40a58be3-75bb-463f-a413-ac6b0db2c621", "created_at": "2023-04-19T13:57:34Z", "updated_at": "2023-04-19T13:57:36Z", "tags": [], "self": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621", "file": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:36,280 80558 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/40a58be3-75bb-463f-a413-ac6b0db2c621 0.022s 2023-04-19 13:57:36,281 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7930c3ef-ce57-4444-a1b1-3a8bcd5cda2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621'} 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": "dd9599c36bdd9505bc532c74ddd6b9a5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "61d88bc684934749815985238a39ad25", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8bb0da9b36ac37fa60e8a07e242aac2d30b0a34ba825465e18680a51ee673eaee9214d182489134a5e25035d3087a951ef8b332e2b5f3e4d585d012aad1f46c5", "id": "40a58be3-75bb-463f-a413-ac6b0db2c621", "created_at": "2023-04-19T13:57:34Z", "updated_at": "2023-04-19T13:57:36Z", "tags": [], "self": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621", "file": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:36,665 80558 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/61d88bc684934749815985238a39ad25/volumes 0.384s 2023-04-19 13:57:36,666 80558 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": "40a58be3-75bb-463f-a413-ac6b0db2c621", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2f280ba-8de1-4cdd-9d99-ed2288543f96', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f280ba-8de1-4cdd-9d99-ed2288543f96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/61d88bc684934749815985238a39ad25/volumes'} Body: b'{"volume": {"id": "68591a3e-fe08-475d-b6d8-0b381f358f47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:36.597427", "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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}], "user_id": "2e105abe74774815a3351d3af724c68a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:36,715 80558 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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47 0.039s 2023-04-19 13:57:36,715 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e87ecda-321a-4438-93f7-861dc71821b4', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e87ecda-321a-4438-93f7-861dc71821b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47'} Body: b'{"volume": {"id": "68591a3e-fe08-475d-b6d8-0b381f358f47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:37.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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}], "user_id": "2e105abe74774815a3351d3af724c68a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61d88bc684934749815985238a39ad25"}}' 2023-04-19 13:57:37,777 80558 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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47 0.050s 2023-04-19 13:57:37,777 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b033c04b-4212-4acc-9e35-26174cf0f94e', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b033c04b-4212-4acc-9e35-26174cf0f94e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47'} Body: b'{"volume": {"id": "68591a3e-fe08-475d-b6d8-0b381f358f47", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:37.000000", "updated_at": "2023-04-19T13:57:37.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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}], "user_id": "2e105abe74774815a3351d3af724c68a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61d88bc684934749815985238a39ad25"}}' {5} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {5} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {2} 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 b9f10b36-3a86-4422-a811-fc580383bd57 failed to build and is in ERROR status {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [2.014730s] ... 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 4f3d5f95-fd9c-4152-b319-083e22998c84 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:55,377 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.247s 2023-04-19 13:57:55,378 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9e8501f3-4b93-453f-a728-fe8392cafbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:55,856 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes 0.477s 2023-04-19 13:57:55,857 80552 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-705962471", "snapshot_id": null, "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5a71e20-aee9-4d61-9fd3-c51e5bedb229', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5a71e20-aee9-4d61-9fd3-c51e5bedb229', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes'} Body: b'{"volume": {"id": "4f3d5f95-fd9c-4152-b319-083e22998c84", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:55.796193", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-705962471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:55,905 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84 0.038s 2023-04-19 13:57:55,905 80552 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2914af4f-144a-495b-aab8-ba057f4fb246', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2914af4f-144a-495b-aab8-ba057f4fb246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84'} Body: b'{"volume": {"id": "4f3d5f95-fd9c-4152-b319-083e22998c84", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:56.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-705962471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:57,001 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84 0.084s 2023-04-19 13:57:57,002 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6326f32a-7459-4e53-aa11-e13e585688d7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6326f32a-7459-4e53-aa11-e13e585688d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84'} Body: b'{"volume": {"id": "4f3d5f95-fd9c-4152-b319-083e22998c84", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:56.000000", "updated_at": "2023-04-19T13:57:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-705962471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:57,118 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84 0.103s 2023-04-19 13:57:57,119 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 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-bed45b42-966e-41c1-b8e5-745dc1cba2ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84'} Body: b'' 2023-04-19 13:57:57,143 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84 0.023s 2023-04-19 13:57:57,143 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6469ed4-ce48-47cf-b767-d2a48f0da3b5', 'x-openstack-request-id': 'req-a6469ed4-ce48-47cf-b767-d2a48f0da3b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4f3d5f95-fd9c-4152-b319-083e22998c84 could not be found."}}' {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.617631s] ... 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 68743b94-308b-4508-b4ca-87dac4577ccc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:57,168 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.021s 2023-04-19 13:57:57,168 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d332ba6c-cdb7-4d29-840e-65244696fb88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:57,527 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes 0.358s 2023-04-19 13:57:57,528 80552 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-385038847", "snapshot_id": null, "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86036c8f-8125-4f9f-8468-05dc8b1b5434', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86036c8f-8125-4f9f-8468-05dc8b1b5434', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes'} Body: b'{"volume": {"id": "68743b94-308b-4508-b4ca-87dac4577ccc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:57.459422", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-385038847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:57,574 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc 0.036s 2023-04-19 13:57:57,574 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e58f61-2e16-480f-b5f1-5140840e2049', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e58f61-2e16-480f-b5f1-5140840e2049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc'} Body: b'{"volume": {"id": "68743b94-308b-4508-b4ca-87dac4577ccc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-385038847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:58,627 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc 0.040s 2023-04-19 13:57:58,627 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0cafe54-8644-4624-8c21-46a8edae9cde', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0cafe54-8644-4624-8c21-46a8edae9cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc'} Body: b'{"volume": {"id": "68743b94-308b-4508-b4ca-87dac4577ccc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:57.000000", "updated_at": "2023-04-19T13:57:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-385038847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:58,740 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc 0.102s 2023-04-19 13:57:58,741 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eecfffa2-a72f-4493-8119-8dc1eafe64de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc'} Body: b'' 2023-04-19 13:57:58,762 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc 0.021s 2023-04-19 13:57:58,763 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0df4ec95-e9e2-4384-8a0c-cee9c11a03b1', 'x-openstack-request-id': 'req-0df4ec95-e9e2-4384-8a0c-cee9c11a03b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 68743b94-308b-4508-b4ca-87dac4577ccc could not be found."}}' {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [2.998387s] ... 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 7e020147-7172-4a72-8102-b3dbb0c9cd96 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:58,766 80552 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-19 13:57:58,841 80552 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.071s 2023-04-19 13:57:58,842 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1646767956", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBOiOlZoLuk7lStnSnpLRfgwdYFQfpIRuSiIZiNdKvzVIAI3WGLaRGFkFPYrGjR+n0idczAITeeo5ZlKInBwYccznPdkxoQiC72uVOQmfT/ImPd+s3Hdj+u4RQ6ycGjoQg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:58 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-36af042d-bd7b-4d18-90a8-ff39a9d818dc', 'x-compute-request-id': 'req-36af042d-bd7b-4d18-90a8-ff39a9d818dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1646767956", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBOiOlZoLuk7lStnSnpLRfgwdYFQfpIRuSiIZiNdKvzVIAI3WGLaRGFkFPYrGjR+n0idczAITeeo5ZlKInBwYccznPdkxoQiC72uVOQmfT/ImPd+s3Hdj+u4RQ6ycGjoQg==", "fingerprint": "97:c4:69:31:d4:a7:01:91:fd:07:d5:c4:c3:36:fb:ee", "user_id": "82c2ab0a573a44a78fdbb9562649f8f2"}}' 2023-04-19 13:57:59,011 80552 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.166s 2023-04-19 13:57:59,012 80552 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-2089589910", "description": "tempest-secgroup-smoke-2089589910 description", "project_id": "0b170866259442f688800f6381367bcb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-314d6dce-1a66-445a-bd9d-4aef28720186', 'date': 'Wed, 19 Apr 2023 13:57:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "name": "tempest-secgroup-smoke-2089589910", "stateful": true, "tenant_id": "0b170866259442f688800f6381367bcb", "description": "tempest-secgroup-smoke-2089589910 description", "shared": false, "security_group_rules": [{"id": "76e835a7-0c81-4b73-b8e4-5cf34e22aaaa", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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": 561, "description": null, "tags": [], "created_at": "2023-04-19T13:57:58Z", "updated_at": "2023-04-19T13:57:58Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}, {"id": "9e34c4c8-62f0-447a-aefe-2dc0281741c7", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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": 560, "description": null, "tags": [], "created_at": "2023-04-19T13:57:58Z", "updated_at": "2023-04-19T13:57:58Z", "revision_number": 0, "project_id": "0b170 866259442f688800f6381367bcb"}], "tags": [], "created_at": "2023-04-19T13:57:58Z", "updated_at": "2023-04-19T13:57:58Z", "revision_number": 1, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,167 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-19 13:57:59,168 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "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-7f5f9914-c74f-4786-a77e-ad95938b5cd7', 'date': 'Wed, 19 Apr 2023 13:57: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": "42ffb126-3f37-49bb-bb3c-e7e5eb62c614", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,327 80552 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.158s 2023-04-19 13:57:59,327 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "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-f330b9cb-55ee-43db-9b62-0e2fa624f331', 'date': 'Wed, 19 Apr 2023 13:57: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": "e814c742-2493-49fe-bd21-026473a5352a", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,510 80552 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.182s 2023-04-19 13:57:59,510 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7e9babab-0865-440d-bef4-ba4683d7d033', 'date': 'Wed, 19 Apr 2023 13:57:59 GMT', 'connection': 'close', 'status': '201', 'content-lo cation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2ea5731-d938-415d-a646-0bd711bdc874", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,669 80552 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.158s 2023-04-19 13:57:59,670 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-311e7384-af72-4ec6-b3b9-cb0f820427a2', 'date': 'Wed, 19 Apr 2023 13:57: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": "7d868977-aaa0-4c8f-b5a1-19b090b1b459", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,829 80552 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.158s 2023-04-19 13:57:59,829 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-496e17aa-278a-4ccb-812a-870240d302b3', 'date': 'Wed, 19 Apr 2023 13:57: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": "7df68132-ab79-4762-886b-a1dbe6504ecf", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,989 80552 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-19 13:57:59,989 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_gr oup_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-8b131a8d-06a8-4eec-ae32-c9ab72eeaceb', 'date': 'Wed, 19 Apr 2023 13:57: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": "0582610a-b297-4c7b-a951-cf4b2467b083", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,990 80552 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-19 13:58:00,013 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.023s 2023-04-19 13:58:00,014 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c622f31b-f523-411f-b736-3d018b2b68b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:58:00,326 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes 0.311s 2023-04-19 13:58:00,327 80552 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-301869844", "snapshot_id": null, "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12bb7337-cb41-4ea4-89d6-b110164b8b7a', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12bb7337-cb41-4ea4-89d6-b110164b8b7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volum es'} Body: b'{"volume": {"id": "7e020147-7172-4a72-8102-b3dbb0c9cd96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:00.267653", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-301869844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:00,379 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96 0.042s 2023-04-19 13:58:00,379 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2ccaa48-0690-4c61-8f5a-3a65f75382d3', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2ccaa48-0690-4c61-8f5a-3a65f75382d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96'} Body: b'{"volume": {"id": "7e020147-7172-4a72-8102-b3dbb0c9cd96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:00.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-301869844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:58:01,439 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96 0.049s 2023-04-19 13:58:01,440 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5570d15-e704-4fa0-9b95-62de063ffd6e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5570d15-e704-4fa0-9b95-62de063ffd6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96'} Body: b'{"volume": {"id": "7e020147-7172-4a72-8102-b3dbb0c9cd96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:00.000000", "updated_at": "2023-04-19T13:58:00.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-301869844", "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/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:58:01,547 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96 0.095s 2023-04-19 13:58:01,547 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d39ec0f-221b-4893-a825-012062e064d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96'} Body: b'' 2023-04-19 13:58:01,568 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96 0.020s 2023-04-19 13:58:01,569 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e26fe24d-698b-4d1a-b1d6-84803b259c9d', 'x-openstack-request-id': 'req-e26fe24d-698b-4d1a-b1d6-84803b259c9d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7e020147-7172-4a72-8102-b3dbb0c9cd96 could not be found."}}' 2023-04-19 13:58:01,720 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cd39cc23-ff86-45ef-a5f0-2e538f590a65 0.151s 2023-04-19 13:58:01,721 80552 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-53dea34e-87ce-419d-ba98-047b7be75248', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:58:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cd39cc23-ff86-45ef-a5f0-2e538f590a65'} Body: b'' 2023-04-19 13:58:01,763 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1646767956 0.041s 2023-04-19 13:58:01,763 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:01 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-81daf785-bd43-4a7c-9915-8802472f1c2c', 'x-compute-request-id': 'req-81daf785-bd43-4a7c-9915-8802472f1c2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1646767956'} Body: b'' {10} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [114.434582s] ... 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 693ec292-16f3-4953-9073-d6af7f2a8163 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:28,446 80568 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.093s 2023-04-19 13:56:28,446 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:28 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-302e8445-98ad-4c22-836b-4f0228474a78', '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": "6005f003a23749bd9b9b00c87dec971c", "name": "tempest-DeleteServersTestJSON-165444164-project-member", "password_expires_at": null}, "audit_ids": ["uNkZvCuJQ5W5v5rNNYmw4A"], "expires_at": "2023-04-19T14:56:28.000000Z", "issued_at": "2023-04-19T13:56:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c9b8f883c474db9a4e766b9262f4217", "name": "tempest-DeleteServersTestJSON-165444164"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1c9b8f883c474db9a4e766b9262f4217", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:56:28,447 80568 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'caaf8983-bab2-4dbe-916b-cfac23159fe5', 'name': 'tempest-DeleteServersTestJSON-251276401-network', 'tenant_id': '1c9b8f883c474db9a4e766b9262f4217', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1c9b8f883c474db9a4e766b9262f4217', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17191, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:03Z', 'revision_number': 1} available for tenant 2023-04-19 13:56:30,600 80568 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.152s 2023-04-19 13:56:30,600 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1235816152", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "caaf8983-bab2-4dbe-916b-cfac23159fe5"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a8b989c-b58f-4645-9319-6785ecb051dc', 'x-compute-request-id': 'req-1a8b989c-b58f-4645-9319-6785ecb051dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "df6a7f5d-e8d6-4a01-90e4-6869692de6b7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6edaiWzjfCiN"}}' 2023-04-19 13:56:30,759 80568 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/df6a7f5d-e8d6-4a01-90e4-6869692de6b7 0.153s 2023-04-19 13:56:30,759 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 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-96a3edad-063d-4970-b533-88053677a4de', 'x-compute-request-id': 'req-96a3edad-063d-4970-b533-88053677a4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7'} Body: b'{"server": {"id": "df6a7f5d-e8d6-4a01-90e4-6869692de6b7", "name": "tempest-DeleteServersTestJSON-server-1235816152", "status": "BUILD", "tenant_id": "1c9b8f883c474db9a4e766b9262f4217", "user_id": "6005f003a23749bd9b9b00c87dec971c", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:31Z", "updated": "2023-04-19T13:56:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}], "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-19 13:57:21,350 80568 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/df6a7f5d-e8d6-4a01-90e4-6869692de6b7 0.531s 2023-04-19 13:57:21,350 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3095bad4-90d5-49b7-9b13-4c75ab012aea', 'x-compute-request-id': 'req-3095bad4-90d5-49b7-9b13-4c75ab012aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7'} Body: b'{"server": {"id": "df6a7f5d-e8d6-4a01-90e4-6869692de6b7", "name": "tempest-DeleteServersTestJSON-server-1235816152", "status": "ACTIVE", "tenant_id": "1c9b8f883c474db9a4e766b9262f4217", "user_id": "6005f003a23749bd9b9b00c87dec971c", "metadata": {}, "hostId": "744bdc8acba73fb3472e2aea1ceed8d708125b32cbc1ecdce2a44284", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:30Z", "updated": "2023-04-19T13:56:50Z", "addresses": {"tempest-DeleteServersTestJSON-251276401-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:57:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:21,362 80568 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 13:58:21,663 80568 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes 0.243s 2023-04-19 13:58:21,664 80568 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-147086430"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d80f6be4-288e-4802-b991-18a193f58986', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d80f6be4-288e-4802-b991-18a193f58986', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes'} Body: b'{"volume": {"id": "693ec292-16f3-4953-9073-d6af7f2a8163", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:21.5694 91", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-147086430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}], "user_id": "6005f003a23749bd9b9b00c87dec971c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:21,710 80568 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163 0.036s 2023-04-19 13:58:21,710 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1452c5-8a6e-4c76-b9e9-07f1e023c5ad', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1452c5-8a6e-4c76-b9e9-07f1e023c5ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163'} Body: b'{"volume": {"id": "693ec292-16f3-4953-9073-d6af7f2a8163", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:22.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-147086430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}], "user_id": "6005f003a23749bd9b9b00c87dec971c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c9b8f883c474db9a4e766b9262f4217"}}' 2023-04-19 13:58:22,767 80568 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163 0.041s 2023-04-19 13:58:22,768 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d56afae-8eee-4bd8-9568-9543b9ecd8c9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d56afae-8eee-4bd8-9568-9543b9ecd8c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163'} Body: b'{"volume": {"id": "693ec292-16f3-4953-9073-d6af7f2a8163", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:22.000000", "updated_at": "2023-04-19T13:58:22.000000", "name": "tempest-DeleteServersTestJSON-volume-147086430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/69 3ec292-16f3-4953-9073-d6af7f2a8163"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}], "user_id": "6005f003a23749bd9b9b00c87dec971c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c9b8f883c474db9a4e766b9262f4217"}}' {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [120.260757s] ... 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 ebde81a0-beb0-4fe6-b6b3-cba1788189f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:42,301 80548 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:56:42,651 80548 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.347s 2023-04-19 13:56:42,652 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-123040742", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIw03ihlQ3rkdlCp0C0/8Aa5Lg4QjElQ4PGsZy7VYL9Zmv4voEnLRO7IES069oqJnTvpZ9mWHKKO9quK7tbTyjEnfBXz/7YoLkTdgMM8AMkFkbGBQHry1HHlqWcW70mm5A=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:42 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-8ae21036-31c4-4565-ab41-51fef4c03779', 'x-compute-request-id': 'req-8ae21036-31c4-4565-ab41-51fef4c03779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-123040742", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIw03ihlQ3rkdlCp0C0/8Aa5Lg4QjElQ4PGsZy7VYL9Zmv4voEnLRO7IES069oqJnTvpZ9mWHKKO9quK7tbTyjEnfBXz/7YoLkTdgMM8AMkFkbGBQHry1HHlqWcW70mm5A==", "fingerprint": "48:ba:c8:83:cf:eb:a8:fa:00:cc:6c:5b:92:10:4f:ab", "user_id": "ee0088ff4bd64218b490c3414afb1c76"}}' 2023-04-19 13:56:42,656 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-123040742 created 2023-04-19 13:56:42,972 80548 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 0.315s 2023-04-19 13:56:42,972 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1565722656", "description": "tempest-description--1232359004"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-43ae8e82-bef8-491b-b3cd-51dc4e177a8d', 'date': 'Wed, 19 Apr 2023 13:56:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "name": "tempest-securitygroup--1565722656", "stateful": true, "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "description": "tempest-description--1232359004", "shared": false, "security_group_rules": [{"id": "8de992cb-cdca-4131-ab2e-4c62df1acb85", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "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": 346, "description": null, "tags": [], "created_at": "2023-04-19T13:56:42Z", "updated_at": "2023-04-19T13:56:42Z", "revision_number": 0, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}, {"id": "d44f5ab4-0051-470e-b9b4-d2747fee30fd", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 348, "description": null, "tags": [], "created_at": "2023-04-19T13:56:42Z", "updated_at": "2023-04-19T13:56:42Z", "revision_number": 0, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}], "tags": [], "created_at": "2023-04-19T13:56:42Z", "updated_at": "2023-04-19T13:56:42Z", "revision_number": 1, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:56:43,402 80548 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.429s 2023-04-19 13:56:43,402 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "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-0e34629d-fa64-40d7-ac40-9ad174a60801', 'date': 'Wed, 19 Apr 2023 13:56:43 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": "ccdbec2c-c695-4e33-9ad1-2a7091e8f997", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "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-19T13:56:43Z", "updated_at": "2023-04-19T13:56:43Z", "revision_number": 0, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:56:44,026 80548 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.623s 2023-04-19 13:56:44,027 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2f70b50a-e289-4563-b197-4eae9a68dc83', 'date': 'Wed, 19 Apr 2023 13:56:44 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": "da21e7f4-295b-4541-9dd3-74622580cc0a", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "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-19T13:56:43Z", "updated_at": "2023-04-19T13:56:43Z", "revision_number": 0, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:56:44,027 80548 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1565722656 created 2023-04-19 13:56:46,830 80548 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 2.803s 2023-04-19 13:56:46,831 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-c1605f57-e18c-4510-85ed-d80aeece65da', 'date': 'Wed, 19 Apr 2023 13:56:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6931d40d-638f-4c48-94fe-f6e202b9481a", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "floating_ip_address": "172.24.4.36", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b882fb2e40e74c88a69342ca2385b28f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:45Z", "updated_at": "2023-04-19T13:56:45Z", "revision_number": 0}}' 2023-04-19 13:56:46,831 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6931d40d-638f-4c48-94fe-f6e202b9481a', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'floating_ip_address': '172.24.4.36', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b882fb2e40e74c88a69342ca2385b28f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:45Z', 'updated_at': '2023-04-19T13:56:45Z', 'revision_number': 0, 'ip': '172.24.4.36'} created 2023-04-19 13:56:46,929 80548 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.093s 2023-04-19 13:56:46,929 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:46 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-a479ec9c-d848-424f-ba6b-073610006eff', '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": "ee0088ff4bd64218b490c3414afb1c76", "name": "tempest-VolumesAdminNegativeTest-1313568547-project-member", "password_expires_at": null}, "audit_ids": ["JB2Hd6DqSwiCbu4k5mwN1Q"], "expires_at": "2023-04-19T14:56:46.000000Z", "issued_at": "2023-04-19T13:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b882fb2e40e74c88a69342ca2385b28f", "name": "tempest-VolumesAdminNegativeTest-1313568547"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, { "endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:56:46,930 80548 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '50d1390b-26bc-4e35-bf52-a3afc6e414f8', 'name': 'tempest-VolumesAdminNegativeTest-1428548914-network', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b882fb2e40e74c88a69342ca2385b28f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7956, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:56:46,930 80548 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-123040742', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIw03ihlQ3rkdlCp0C0/8Aa5Lg4QjElQ4PGsZy7VYL9Zmv4voEnLRO7IES069oqJnTvpZ9mWHKKO9quK7tbTyjEnfBXz/7YoLkTdgMM8AMkFkbGBQHry1HHlqWcW70mm5A==', 'fingerprint': '48:ba:c8:83:cf:eb:a8:fa:00:cc:6c:5b:92:10:4f:ab', 'user_id': 'ee0088ff4bd64218b490c3414afb1c76', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCKQYXvoLoxx9Sx0wOle3A28JD/BYnQDBnRUBAJhlQRSeYnHq+Ub+iW\n/c1zgJ2fPmKgBwYFK4EEACKhZANiAASMNN4oZUN65HZQqdAtP/AGuS4OEIxJUODx\nrGcu1WC/WZr+L6BJy0TuyBEtOvaKiZ076WfZlhyijvariu7W08oxJ3wV8/+2KC5E\n3YDDPADJBZGxgUB68tRx5alnFu9JpuQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '778499a1-54fb-4d48-8f1a-57c302236fdb', 'name': 'tempest-securitygroup--1565722656', 'stateful': True, 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'description': 'tempest-description--1232359004', 'shared': False, 'security_group_rules': [{'id': '8de992cb-cdca-4131-ab2e-4c62df1acb85', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'security_group_id': '778499a1-54fb-4d48-8f1a-57c302236fdb', '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': 346, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:42Z', 'updated_at': '2023-04-19T13:56:42Z', 'revision_number': 0, 'project_id': 'b882fb2e40e74c88a69342ca2385b28f'}, {'id': 'd44f5ab4-0051-470e-b9b4-d2747fee30fd', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'security_group_id': '778499a1-54fb-4d48-8f1a-57c302236fdb', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 348, 'description': None, 'tags': [], 'created_at': '2023-04 -19T13:56:42Z', 'updated_at': '2023-04-19T13:56:42Z', 'revision_number': 0, 'project_id': 'b882fb2e40e74c88a69342ca2385b28f'}], 'tags': [], 'created_at': '2023-04-19T13:56:42Z', 'updated_at': '2023-04-19T13:56:42Z', 'revision_number': 1, 'project_id': 'b882fb2e40e74c88a69342ca2385b28f'}, 'floating_ip': {'id': '6931d40d-638f-4c48-94fe-f6e202b9481a', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'floating_ip_address': '172.24.4.36', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b882fb2e40e74c88a69342ca2385b28f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:45Z', 'updated_at': '2023-04-19T13:56:45Z', 'revision_number': 0, 'ip': '172.24.4.36'}} 2023-04-19 13:56:49,224 80548 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.292s 2023-04-19 13:56:49,224 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-862931616", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "50d1390b-26bc-4e35-bf52-a3afc6e414f8"}], "security_groups": [{"name": "tempest-securitygroup--1565722656"}], "key_name": "tempest-keypair-123040742", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4176adb4-86a7-4a2d-9c33-41ec968fb544', 'x-compute-request-id': 'req-4176adb4-86a7-4a2d-9c33-41ec968fb544', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dee689b0-177a-4265-a296-c75cd57e74ba", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1565722656"}], "adminPass": "vMNLZF3TEnHu"}}' 2023-04-19 13:56:49,471 80548 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/dee689b0-177a-4265-a296-c75cd57e74ba 0.243s 2023-04-19 13:56:49,471 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d2e45a5-3483-4787-bd5a-69e06f685842', 'x-compute-request-id': 'req-0d2e45a5-3483-4787-bd5a-69e06f685842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba'} Body: b'{"server": {"id": "dee689b0-177a-4265-a296-c75cd57e74ba", "name": "tempest-VolumesAdminNegativeTest-server-862931616", "status": "BUILD", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "user_id": "ee0088ff4bd64218b490c3414afb1c76", "metadata": {}, " hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:49Z", "updated": "2023-04-19T13:56:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-123040742", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:39,933 80548 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/dee689b0-177a-4265-a296-c75cd57e74ba 0.399s 2023-04-19 13:57:39,934 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:39 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-dcf3e8df-08b6-42c1-944c-314f3d99c20e', 'x-compute-request-id': 'req-dcf3e8df-08b6-42c1-944c-314f3d99c20e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba'} Body: b'{"server": {"id": "dee689b0-177a-4265-a296-c75cd57e74ba", "name": "tempest-VolumesAdminNegativeTest-server-862931616", "status": "ACTIVE", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "user_id": "ee0088ff4bd64218b490c3414afb1c76", "metadata": {}, "hostId": "bb281244aff2343ac24483ba41b2558a78352422596f2f637f967928", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:49Z", "updated": "2023-04-19T13:57:02Z", "addresses": {"tempest-VolumesAdminNegativeTest-1428548914-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:74:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-123040742", "OS-SRV-USG:launched_at": "2023-04-19T13:57:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1565722656"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:39,947 80548 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:58:40,183 80548 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/dee689b0-177a-4265-a296-c75cd57e74ba/os-interface 0.203s 2023-04-19 13:58:40,184 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bd723f6-b7eb-43ef-bce2-a221444c0f5a', 'x-compute-request-id': 'req-1bd723f6-b7eb-43ef-bce2-a221444c0f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "50d1390b-26bc-4e35-bf52-a3afc6e414f8", "port_id": "18f0605d-b40a-40a3-9eda-f2d5c5a95867", "mac_addr": "fa:16:3e:09:74:89", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "3b23e7a0-a43e-4a70-b8b2-9e7523db4a03", "ip_address": "10.0.0.7"}]}]}' 2023-04-19 13:58:41,101 80548 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/6931d40d-638f-4c48-94fe-f6e202b9481a 0.914s 2023-04-19 13:58:41,102 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "18f0605d-b40a-40a3-9eda-f2d5c5a95867"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-7b920a74-621c-4657-a5ff-54e24daa8377', 'date': 'Wed, 19 Apr 2023 13:58:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6931d40d-638f-4c48-94fe-f6e202b9481a'} Body: b'{"floatingip": {"id": "6931d40d-638f-4c48-94fe-f6e202b9481a", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "floating_ip_address": "172.24.4.36", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "d64a51a7-4609-4c61-8d51-fc20fb4c0ca5", "port_id": "18f0605d-b40a-40a3-9eda-f2d5c5a95867", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "50d1390b-26bc-4e35-bf52-a3afc6e414f8", "mac_address": "fa:16:3e:09:74:89", "admin_state_up": true, "status": "ACTIVE", "device_id": "dee689b0-177a-4265-a296-c75cd57e74ba", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:45Z", "updated_at": "2023-04-19T13:58:40Z", "revision_number": 1, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:58:41,103 80548 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.36:22' as 'cirros' with public key authentication 2023-04-19 13:58:41,139 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:58:41,161 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:58:41,162 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.36 successfully created 2023-04-19 13:58:41,445 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes 0.282s 2023-04-19 13:58:41,445 80548 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-186882011"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-560b8ffd-2e3d-4c56-b213-30296c03b17b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-i d': 'req-560b8ffd-2e3d-4c56-b213-30296c03b17b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes'} Body: b'{"volume": {"id": "ebde81a0-beb0-4fe6-b6b3-cba1788189f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:41.373536", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-186882011", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:41,498 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2 0.042s 2023-04-19 13:58:41,498 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c512ec7-d09b-4a62-a0f8-63950ee95805', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c512ec7-d09b-4a62-a0f8-63950ee95805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2'} Body: b'{"volume": {"id": "ebde81a0-beb0-4fe6-b6b3-cba1788189f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:41.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-186882011", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:58:42,549 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2 0.038s 2023-04-19 13:58:42,549 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b906303-bc16-41f3-a802-e11e55393429', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b906303-bc16-41f3-a802-e11e55393429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2'} Body: b'{"volume": {"id": "ebde81a0-beb0-4fe6-b6b3-cba1788189f2", "status": "error", "si ze": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:41.000000", "updated_at": "2023-04-19T13:58:42.000000", "name": "tempest-VolumesAdminNegativeTest-volume-186882011", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b882fb2e40e74c88a69342ca2385b28f"}}' {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [178.209643s] ... 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 902aaba8-4d41-48db-8936-11f12fb762d7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:20,087 80550 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 13:56:20,087 80550 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:56:20,334 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.243s 2023-04-19 13:56:20,334 80550 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-1442750450", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo4+s65lOoyThfJZEXLVxMvtMlxsd5/eS5skGMEiNHfCGflKmfpQOoqBGYlU+aXygGpgtH+dtPJYniG1RBXa02GN0WLyKphJcrmVUoJVcuaIHtvy00dzLL0f5VY6dEO1A=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:20 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-25b53c67-5705-4599-b0a8-a57acddf2031', 'x-compute-request-id': 'req-25b53c67-5705-4599-b0a8-a57acddf2031', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1442750450", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo4+s65lOoyThfJZEXLVxMvtMlxsd5/eS5skGMEiNHfCGflKmfpQOoqBGYlU+aXygGpgtH+dtPJYniG1RBXa02GN0WLyKphJcrmVUoJVcuaIHtvy00dzLL0f5VY6dEO1A==", "fingerprint": "b7:a6:4b:cd:df:f2:b4:01:e8:58:d7:de:67:a0:33:4e", "user_id": "825cd7cdbfad406197e3230a687dcfcc"}}' 2023-04-19 13:56:20,342 80550 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1442750450 created 2023-04-19 13:56:20,992 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.649s 2023-04-19 13:56:20,992 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2099518783", "description": "tempest-description--561968054"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e90d3bc8-22d7-4e8c-bad9-5f74adee1370', 'date': 'Wed, 19 Apr 2023 13:56:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "100e3331-54f4-4085-b130-c1456f5635f1", "name": "tempest-securitygroup--2099518783", "stateful": true, "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "description": "tempest-description--561968054", "shared": false, "security_group_rules": [{"id": "5d93000e-9611-4b7f-ac76-ad22dbc69104", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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": 236, "description": null, "tags": [], "created_at": "2023-04-19T13:56:20Z", "updated_at": "2023-04-19T13:56:20Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}, {"id": "8b57462d-e289-4ce9-86c1-a0f0f68b66dd", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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": 238, "description": null, "tags": [], "created_at": "2023-04-19T13:56:20Z", "updated_at": "2023-04-19T13:56:20Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}], "tags": [], "created_at": "2023-04-19T13:56:20Z", "updated_at": "2023-04-19T13:56:20Z", "revision_number": 1, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:56:22,210 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.217s 2023-04-19 13:56:22,210 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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-eefd2715-136f-4b9e-914b-eaa8460c5816', 'date': 'Wed, 19 Apr 2023 13:56: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": "d808d1b9-1b29-4fcb-8b2c-e4e4dd8883b8", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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-19T13:56:21Z", "updated_at": "2023-04-19T13:56:21Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:56:23,356 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.145s 2023-04-19 13:56:23,356 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-048cf808-1220-4beb-93dd-55010035dcfc', 'date': 'Wed, 19 Apr 2023 13:56: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": "31fb51a8-05d2-43f0-af5a-d71dc50dd569", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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-19T13:56:22Z", "updated_at": "2023-04-19T13:56:22Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:56:23,357 80550 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2099518783 created 2023-04-19 13:56:29,077 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 5.720s 2023-04-19 13:56:29,078 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'cont ent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5afc1369-e4b5-40b9-b427-ef489fca5328', 'date': 'Wed, 19 Apr 2023 13:56:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8b256c0d-fb18-454c-b923-5e6d7816f5fc", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "floating_ip_address": "172.24.4.149", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:27Z", "updated_at": "2023-04-19T13:56:27Z", "revision_number": 0}}' 2023-04-19 13:56:29,078 80550 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8b256c0d-fb18-454c-b923-5e6d7816f5fc', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'floating_ip_address': '172.24.4.149', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:27Z', 'updated_at': '2023-04-19T13:56:27Z', 'revision_number': 0, 'ip': '172.24.4.149'} created 2023-04-19 13:56:29,266 80550 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.182s 2023-04-19 13:56:29,267 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:29 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-d898c2f8-90fb-42e2-81b2-e56c5a8d9839', '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": "825cd7cdbfad406197e3230a687dcfcc", "name": "tempest-AttachVolumeShelveTestJSON-1349701874-project-member", "password_expires_at": null}, "audit_ids": ["VhN4gCQmSHGnrHVg00dQHw"], "expires_at": "2023-04-19T14:56:29.000000Z", "issued_at": "2023-04-19T13:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d2b244a7fcf46baab5d636ba6e58fb7", "name": "tempest-AttachVolumeShelveTestJSON-1349701874"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f 3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:56:29,268 80550 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '032bf858-1d5a-4124-8a42-813b354ac034', 'name': 'tempest-AttachVolumeShelveTestJSON-96054959-network', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48070, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:56:29,269 80550 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1442750450', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo4+s65lOoyThfJZEXLVxMvtMlxsd5/eS5skGMEiNHfCGflKmfpQOoqBGYlU+aXygGpgtH+dtPJYniG1RBXa02GN0WLyKphJcrmVUoJVcuaIHtvy00dzLL0f5VY6dEO1A==', 'fingerprint': 'b7:a6:4b:cd:df:f2:b4:01:e8:58:d7:de:67:a0:33:4e', 'user_id': '825cd7cdbfad406197e3230a687dcfcc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA060LULhtzd/1cS7fDdFjW/aZCxlfYhfXo8M1PiVsAXmaCsmhBOG6B\nK9VcIJuy1GmgBwYFK4EEACKhZANiAAR6OPrOuZTqMk4XyWRFy1cTL7TJcbHef3ku\nbJBjBIjR3whn5Spn6UDqKgRmJVPml8oBqYLR/nbTyWJ4htUQV2tNhjdFi8iqYSXK\n5lVKCVXLmiB7b8tNHcyy9H+VWOnRDtQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '100e3331-54f4-4085-b130-c1456f5635f1', 'name': 'tempest-securitygroup--2099518783', 'stateful': True, 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': 'tempest-description--561968054', 'shared': False, 'security_group_rules': [{'id': '5d93000e-9611-4b7f-ac76-ad22dbc69104', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'security_group_id': '100e3331-54f4-4085-b130-c1456f5635f1', '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': 236, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:20Z', 'updated_at': '2023-04-19T13:56:20Z', 'revision_number': 0, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}, {'id': '8b57462d-e289-4ce9-86c1-a0f0f68b66dd', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'security_group_id': '100e3331-54f4-4085-b130-c1456f5635f1', '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': 238, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:20Z', 'updated_at': '20 23-04-19T13:56:20Z', 'revision_number': 0, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}], 'tags': [], 'created_at': '2023-04-19T13:56:20Z', 'updated_at': '2023-04-19T13:56:20Z', 'revision_number': 1, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}, 'floating_ip': {'id': '8b256c0d-fb18-454c-b923-5e6d7816f5fc', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'floating_ip_address': '172.24.4.149', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:27Z', 'updated_at': '2023-04-19T13:56:27Z', 'revision_number': 0, 'ip': '172.24.4.149'}} 2023-04-19 13:56:31,431 80550 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.161s 2023-04-19 13:56:31,432 80550 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-201128357", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "032bf858-1d5a-4124-8a42-813b354ac034"}], "security_groups": [{"name": "tempest-securitygroup--2099518783"}], "key_name": "tempest-keypair-1442750450", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b', '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-0f662002-e238-4466-92c8-9713af7e26cd', 'x-compute-request-id': 'req-0f662002-e238-4466-92c8-9713af7e26cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2099518783"}], "adminPass": "password"}}' 2023-04-19 13:56:31,543 80550 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/20c95eb6-9d18-41fa-b334-0c423a01241b 0.108s 2023-04-19 13:56:31,543 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:31 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-b302fe3f-b6b2-424c-9df4-5bf91d28d46b', 'x-compute-request-id': 'req-b302fe3f-b6b2-424c-9df4-5bf91d28d46b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'{"server": {"id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "name": "tempest-AttachVolumeShelveTestJSON-server-201128357", "status": "BUILD", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:31Z", "updated": "2023-04-19T13:56:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1442750450", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 13:57:23,844 80550 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/20c95eb6-9d18-41fa-b334-0c423a01241b 2.236s 2023-04-19 13:57:23,844 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fd14306-33f1-4a28-84f7-07c35d2673d5', 'x-compute-request-id': 'req-7fd14306-33f1-4a28-84f7-07c35d2673d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'{"server": {"id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "name": "tempest-AttachVolumeShelveTestJSON-server-201128357", "status": "ACTIVE", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "ac60e7b69f170413360fb18868b8421a1e458a47d97a129bf6d50d97", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:31Z", "updated": "2023-04-19T13:56:50Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:39:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442750450", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2099518783"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 13:57:23,859 80550 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2023-04-19 13:58:24,119 80550 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 /20c95eb6-9d18-41fa-b334-0c423a01241b/os-interface 0.199s 2023-04-19 13:58:24,119 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15f17ea2-4b8f-4a38-ae24-290791c54829', 'x-compute-request-id': 'req-15f17ea2-4b8f-4a38-ae24-290791c54829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "032bf858-1d5a-4124-8a42-813b354ac034", "port_id": "dd69fbb4-0eaf-4284-b851-00660dd803c4", "mac_addr": "fa:16:3e:68:39:84", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e19ab3e7-dcce-469a-b022-61064f2754cd", "ip_address": "10.0.0.8"}]}]}' 2023-04-19 13:58:25,401 80550 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/8b256c0d-fb18-454c-b923-5e6d7816f5fc 1.277s 2023-04-19 13:58:25,402 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "dd69fbb4-0eaf-4284-b851-00660dd803c4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c52055b0-b9e5-42ce-84fd-23091cb43e94', 'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8b256c0d-fb18-454c-b923-5e6d7816f5fc'} Body: b'{"floatingip": {"id": "8b256c0d-fb18-454c-b923-5e6d7816f5fc", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "floating_ip_address": "172.24.4.149", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "44ad9aba-518c-4971-9428-3e163b669627", "port_id": "dd69fbb4-0eaf-4284-b851-00660dd803c4", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "032bf858-1d5a-4124-8a42-813b354ac034", "mac_address": "fa:16:3e:68:39:84", "admin_state_up": true, "status": "ACTIVE", "device_id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:27Z", "updated_at": "2023-04-19T13:58:24Z", "revision_number": 1, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:58:25,404 80550 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.149:22' as 'cirros' with public key authentication 2023-04-19 13:58:25,446 80550 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:58:25,469 80550 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:58:25,470 80550 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.149 successfully created 2023-04-19 13:58:25,548 80550 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/20c95eb6-9d18-41fa-b334-0c423a01241b/ips 0.077s 2023-04-19 13:58:25,548 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'comput e 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b009a63-e89e-4fe0-9210-4d899370f08d', 'x-compute-request-id': 'req-6b009a63-e89e-4fe0-9210-4d899370f08d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023-04-19 13:58:25,790 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes 0.239s 2023-04-19 13:58:25,791 80550 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-398991680"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7553a3b7-d7af-4e65-b26d-9914f5698f74', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7553a3b7-d7af-4e65-b26d-9914f5698f74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes'} Body: b'{"volume": {"id": "902aaba8-4d41-48db-8936-11f12fb762d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:25.708458", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-398991680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}], "user_id": "825cd7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:25,853 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7 0.051s 2023-04-19 13:58:25,853 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ee293a-134b-4d6f-81ef-5e2a3ef1cb13', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ee293a-134b-4d6f-81ef-5e2a3ef1cb13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7'} Body: b'{"volume": {"id": "902aaba8-4d41-48db-8936-11f12fb762d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:26.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-398991680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}], "user_id": "825cd7c dbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:58:26,910 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7 0.043s 2023-04-19 13:58:26,911 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50483184-e271-44f5-955d-c4ea9354f167', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50483184-e271-44f5-955d-c4ea9354f167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7'} Body: b'{"volume": {"id": "902aaba8-4d41-48db-8936-11f12fb762d7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:26.000000", "updated_at": "2023-04-19T13:58:26.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-398991680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}], "user_id": "825cd7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:58:27,266 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b 0.344s 2023-04-19 13:58:27,267 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:26 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-739a5824-cd8a-409d-ad3b-325a4f1a3005', 'x-compute-request-id': 'req-739a5824-cd8a-409d-ad3b-325a4f1a3005', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'' 2023-04-19 13:58:27,497 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b 0.230s 2023-04-19 13:58:27,498 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7885e76b-e684-4fa9-9f94-9b4896552a76', 'x-compute-request-id': 're q-7885e76b-e684-4fa9-9f94-9b4896552a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'{"server": {"id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "name": "tempest-AttachVolumeShelveTestJSON-server-201128357", "status": "ACTIVE", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "ac60e7b69f170413360fb18868b8421a1e458a47d97a129bf6d50d97", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:31Z", "updated": "2023-04-19T13:58:27Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:39:84"}, {"version": 4, "addr": "172.24.4.149", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:39:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442750450", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2099518783"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 13:59:17,603 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b 0.042s 2023-04-19 13:59:17,603 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 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-8743c187-0299-4875-ae5a-7de5672493b9', 'x-compute-request-id': 'req-8743c187-0299-4875-ae5a-7de5672493b9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 20c95eb6-9d18-41fa-b334-0c423a01241b could not be found."}}' 2023-04-19 13:59:17,640 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1442750450 0.036s 2023-04-19 13:59:17,640 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 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-7ac138cb-0822-40b6-961f-80f5488177ef', 'x-compute-request-id': 'req-7ac138cb-0822-40b6-961f-80f5488177ef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-144 2750450'} Body: b'' 2023-04-19 13:59:17,807 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/100e3331-54f4-4085-b130-c1456f5635f1 0.166s 2023-04-19 13:59:17,808 80550 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-8a78296b-9372-4d0a-9903-fa20b56623d8', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/100e3331-54f4-4085-b130-c1456f5635f1'} Body: b'' 2023-04-19 13:59:17,829 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/100e3331-54f4-4085-b130-c1456f5635f1 0.021s 2023-04-19 13:59:17,830 80550 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-a10de572-cd47-4254-a9dc-a9b0f192a9c3', 'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/100e3331-54f4-4085-b130-c1456f5635f1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 100e3331-54f4-4085-b130-c1456f5635f1 does not exist", "detail": ""}}' 2023-04-19 13:59:18,294 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/8b256c0d-fb18-454c-b923-5e6d7816f5fc 0.464s 2023-04-19 13:59:18,295 80550 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-65feff17-eb0d-4722-8ead-9d710fca3e53', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8b256c0d-fb18-454c-b923-5e6d7816f5fc'} Body: b'' {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.190222s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.021289s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016886s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.080718s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010687s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009693s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.055944s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.056112s] ... ok {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [2.013996s] ... 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 dde966a5-9de6-41f1-8dc2-883c31099f53 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:22,078 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types 0.198s 2023-04-19 13:59:22,078 80568 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-129595556"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d373dc01-bb75-4fd8-a6e3-4bbd29550b5f', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d373dc01-bb75-4fd8-a6e3-4bbd29550b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types'} Body: b'{"volume_type": {"id": "84da3d21-21cb-4e11-8d15-bd2522d0649d", "name": "tempest-GroupSnapshotsV319Test-volume-type-129595556", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:59:22,152 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/group_types 0.070s 2023-04-19 13:59:22,152 80568 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-1627578298"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9732836a-fab1-4ca1-868e-c76d829a6319', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9732836a-fab1-4ca1-868e-c76d829a6319', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/group_types'} Body: b'{"group_type": {"id": "db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe", "name": "tempest-GroupSnapshotsV319Test-group-type-1627578298", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 13:59:22,401 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups 0.245s 2023-04-19 13:59:22,401 80568 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": "db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe", "volume_types": ["84da3d21-21cb-4e11-8d15-bd2522d0649d"], "name": "tempest-GroupSnapshotsV319Test-Group-123483879"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ab101a-4144-4667-a811-6d8d66721c66', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ab101a-4144-4667-a811-6d8d66721c66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups'} Body: b'{"group": {"id": "dde966a5-9de6-41f1-8dc2-883c31099f53", "name": "tempest-GroupSnapshotsV319Test-Group-123483879"}}' 2023-04-19 13:59:22,469 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53 0.066s 2023-04-19 13:59:22,470 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493b9fd2-a5b0-4b75-82ee-c1b06cbcd6af', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493b9fd2-a5b0-4b75-82ee-c1b06cbcd6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53'} Body: b'{"group": {"id": "dde966a5-9de6-41f1-8dc2-883c31099f53", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T13:59:22.000000", "name": "tempest-GroupSnapshotsV319Test-Group-123483879", "description": null, "group_type": "db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe", "volume_types": ["84da3d21-21cb-4e11-8d15-bd2522d0649d"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 13:59:23,569 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53 0.093s 2023-04-19 13:59:23,569 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06146652-bd78-425d-96c1-c6facc6b8f1a', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06146652-bd78-425d-96c1-c6facc6b8f1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53'} Body: b'{"group": {"id": "dde966a5-9de6-41f1-8dc2-883c31099f53", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T13:59:22.000000", "name": "tempest-GroupSnapshotsV319Test-Group-123483879", "description": null, "group_type": "db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe", "volume_types": ["84da3d21-21cb-4e11-8d15-bd2522d0649d"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 13:59:23,649 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/volumes/detail 0.071s 2023-04-19 13:59:23,649 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-582c6b65-0e89-46d3-b09c-f13b185dc5e9', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-582c6b65-0e89-46d3-b09c-f13b185dc5e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 13:59:23,738 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53/action 0.078s 2023-04-19 13:59:23,739 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '' } Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 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-db91cf56-dc7c-4ebd-ad9e-ffd6e4b6e1e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53/action'} Body: b'' 2023-04-19 13:59:23,758 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53 0.018s 2023-04-19 13:59:23,758 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 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-a40568cc-bffa-4bec-a554-29ce7b1e37fe', 'x-openstack-request-id': 'req-a40568cc-bffa-4bec-a554-29ce7b1e37fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53'} Body: b'{"itemNotFound": {"code": 404, "message": "Group dde966a5-9de6-41f1-8dc2-883c31099f53 could not be found."}}' 2023-04-19 13:59:23,811 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/group_types/db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe 0.052s 2023-04-19 13:59:23,812 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 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-de9cf3f6-df70-46a2-9999-6342cc6036af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/group_types/db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe'} Body: b'' 2023-04-19 13:59:23,869 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types/84da3d21-21cb-4e11-8d15-bd2522d0649d 0.056s 2023-04-19 13:59:23,869 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-731c2ee7-6226-4893-935e-348360405660', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types/84da3d21-21cb-4e11-8d15-bd2522d0649d'} Body: b'' 2023-04-19 13:59:23,892 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types/84da3d21-21cb-4e11-8d15-bd2522d0649d 0.022s 2023-04-19 13:59:23,892 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c7b545d-f271-4397-8566-0555c8138b17', 'x-openstack-request-id': 'req-7c7b545d-f271-4397-8566-0555c8138b17', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types/84da3d21-21cb-4e11-8d15-bd2522d0649d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 84da3d21-21cb-4e11-8d15-bd2522d0649d could not be found."}}' {10} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [1.998127s] ... 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 e3528f77-6c20-490b-bb96-76642d28ecfd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:27,439 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types 0.208s 2023-04-19 13:59:27,439 80568 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-2138277805"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09dd0d25-262e-42d8-bf7b-8f504b7e1822', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09dd0d25-262e-42d8-bf7b-8f504b7e1822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types'} Body: b'{"volume_type": {"id": "ae545211-5ba0-4d1c-8fc3-9d3cdb675f97", "name": "tempest-GroupsTest-volume-type-2138277805", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:59:27,490 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types 0.048s 2023-04-19 13:59:27,491 80568 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-1996081718"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02d5e40c-3902-43a0-a4ce-8a3e66de1f09', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02d5e40c-3902-43a0-a4ce-8a3e66de1f09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types'} Body: b'{"group_type": {"id": "49af89da-ff92-4d55-b87b-a6f7af4dbd63", "name": "tempest-GroupsTest-group-type-1996081718", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 13:59:27,842 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups 0.346s 2023-04-19 13:59:27,842 80568 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": "49af89da-ff92-4d55-b87b-a6f7af4dbd63", "volume_types": ["ae545211-5ba0-4d1c-8fc3-9d3cdb675f97"], "name": "tempest-Group1-1264160694"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a6ff692-a306-4b6c-8df0-7050bfec2778', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a6ff692-a306-4b6c-8df0-7050bfec2778', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups'} Body: b'{"group": {"id": "e3528f77-6c20-490b-bb96-76642d28ecfd", "name": "tempest-Group1-1264160694"}}' 2023-04-19 13:59:27,902 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd 0.058s 2023-04-19 13:59:27,903 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Opensta ck-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17258218-8bb1-4177-87da-d5200526be0c', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17258218-8bb1-4177-87da-d5200526be0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd'} Body: b'{"group": {"id": "e3528f77-6c20-490b-bb96-76642d28ecfd", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T13:59:28.000000", "name": "tempest-Group1-1264160694", "description": null, "group_type": "49af89da-ff92-4d55-b87b-a6f7af4dbd63", "volume_types": ["ae545211-5ba0-4d1c-8fc3-9d3cdb675f97"]}}' 2023-04-19 13:59:28,939 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd 0.031s 2023-04-19 13:59:28,939 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18373c2a-e16d-4de2-852d-af6e0058041d', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18373c2a-e16d-4de2-852d-af6e0058041d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd'} Body: b'{"group": {"id": "e3528f77-6c20-490b-bb96-76642d28ecfd", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T13:59:28.000000", "name": "tempest-Group1-1264160694", "description": null, "group_type": "49af89da-ff92-4d55-b87b-a6f7af4dbd63", "volume_types": ["ae545211-5ba0-4d1c-8fc3-9d3cdb675f97"]}}' 2023-04-19 13:59:29,009 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/volumes/detail 0.065s 2023-04-19 13:59:29,009 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d66300e-2a3e-4cdf-bdf1-41df21d7e7ce', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d66300e-2a3e-4cdf-bdf1-41df21d7e7ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 13:59:29,098 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd/action 0.079s 2023-04-19 13:59:29,098 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 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-requ est-id': 'req-e2c85ce4-004f-49c0-a22d-dea321101121', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd/action'} Body: b'' 2023-04-19 13:59:29,115 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd 0.016s 2023-04-19 13:59:29,116 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 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-2bcc6303-f80c-4258-ba1f-62544ca1ae55', 'x-openstack-request-id': 'req-2bcc6303-f80c-4258-ba1f-62544ca1ae55', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e3528f77-6c20-490b-bb96-76642d28ecfd could not be found."}}' 2023-04-19 13:59:29,150 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types/49af89da-ff92-4d55-b87b-a6f7af4dbd63 0.034s 2023-04-19 13:59:29,151 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 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-b21e9799-aa4e-4a21-857c-b9cc6a35d258', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types/49af89da-ff92-4d55-b87b-a6f7af4dbd63'} Body: b'' 2023-04-19 13:59:29,210 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/ae545211-5ba0-4d1c-8fc3-9d3cdb675f97 0.058s 2023-04-19 13:59:29,210 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0915e54f-9fc8-40fd-ab22-328e7fdde3d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/ae545211-5ba0-4d1c-8fc3-9d3cdb675f97'} Body: b'' 2023-04-19 13:59:29,227 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/ae545211-5ba0-4d1c-8fc3-9d3cdb675f97 0.016s 2023-04-19 13:59:29,228 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-27408de2-572c-4c6d-b93e-6c511ba42fce', 'x-openstack-request-id': 'req-27408de2-572c-4c6d-b93e- 6c511ba42fce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/ae545211-5ba0-4d1c-8fc3-9d3cdb675f97'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ae545211-5ba0-4d1c-8fc3-9d3cdb675f97 could not be found."}}' {10} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.664487s] ... 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 950b9b71-3ad3-4164-adf8-06c69c17288f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:29,270 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types 0.040s 2023-04-19 13:59:29,270 80568 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-796815206"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d3f43a-e78f-4d9e-9b9b-8b84c078d958', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d3f43a-e78f-4d9e-9b9b-8b84c078d958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types'} Body: b'{"volume_type": {"id": "425718b4-7a0c-4547-ad84-797861226706", "name": "tempest-GroupsTest-volume-type-796815206", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:59:29,334 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types 0.061s 2023-04-19 13:59:29,335 80568 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-299641828"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4792532-5d91-4e96-bd50-763f0d86a854', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4792532-5d91-4e96-bd50-763f0d86a854', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types'} Body: b'{"group_type": {"id": "3dd6ffe1-bea2-47b5-a47e-32250076de64", "name": "tempest-GroupsTest-group-type-299641828", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 13:59:29,481 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups 0.144s 2023-04-19 13:59:29,481 80568 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": "3dd6ffe1-bea2-47b5-a47e-32250076de64", "volume_types": ["425718b4-7a0c-4547-ad84-797861226706"], "name": "tempest-GroupsTest-Group-425309047"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be0f14ac-d367-4f05-84db-efc934eef6b4', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be0f14ac-d367-4f05-84db-efc934eef6b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups'} Body: b'{"group": {"id": "950b9b71-3ad3-4164-adf8-06c69c17288f", "name": "tempest-GroupsTest-Group-425309047"}}' 2023-04-19 13:59:29,526 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f 0.042s 2023-04-19 13:59:29,526 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02ab6e0-ebd9-409f-8b2b-d98fdcbd9b6d', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02ab6e0-ebd9-409f-8b2b-d98fdcbd9b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f'} Body: b'{"group": {"id": "950b9b71-3ad3-4164-adf8-06c69c17288f", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T13:59:29.000000", "name": "tempest-GroupsTest-Group-425309047", "description": null, "group_type": "3dd6ffe1-bea2-47b5-a47e-32250076de64", "volume_types": ["425718b4-7a0c-4547-ad84-797861226706"]}}' 2023-04-19 13:59:30,562 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f 0.031s 2023-04-19 13:59:30,562 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d3395e-29a7-45eb-b1b4-a1dd9077a0bb', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d3395e-29a7-45eb-b1b4-a1dd9077a0bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f'} Body: b'{"group": {"id": "950b9b71-3ad3-4164-adf8-06c69c17288f", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T13:59:29.000000", "name": "tempest-GroupsTest-Group-425309047", "description": null, "group_type": "3dd6ffe1-bea2-47b5-a47e-32250076de64", "volume_types": ["425718b4-7a0c-4547-ad84-797861226706"]}}' 2023-04-19 13:59:30,629 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/volumes/detail 0.062s 2023-04-19 13:59:30,629 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68abd61a-384e-4cb6-81b1-6cc6d6378a5d', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68abd61a-384e-4cb6-81b1-6cc6d6378a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 13:59:30,737 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f/action 0.098s 2023-04-19 13:59:30,738 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 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-2bc77a6c-ad2a-49d3-8ad5-48c8776afc4 6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f/action'} Body: b'' 2023-04-19 13:59:30,756 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f 0.018s 2023-04-19 13:59:30,756 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 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-4883351f-35cf-4235-a3ad-50393daf5c7c', 'x-openstack-request-id': 'req-4883351f-35cf-4235-a3ad-50393daf5c7c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 950b9b71-3ad3-4164-adf8-06c69c17288f could not be found."}}' 2023-04-19 13:59:30,816 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types/3dd6ffe1-bea2-47b5-a47e-32250076de64 0.059s 2023-04-19 13:59:30,816 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 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-7420a7f5-04e4-4963-ae9f-6e6dc269f9d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types/3dd6ffe1-bea2-47b5-a47e-32250076de64'} Body: b'' 2023-04-19 13:59:30,878 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/425718b4-7a0c-4547-ad84-797861226706 0.061s 2023-04-19 13:59:30,878 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a684fb-9ffb-42ea-9c01-5aec9b3f57b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/425718b4-7a0c-4547-ad84-797861226706'} Body: b'' 2023-04-19 13:59:30,893 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/425718b4-7a0c-4547-ad84-797861226706 0.014s 2023-04-19 13:59:30,894 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-49707010-64ea-45f8-af6b-1422af4ad8a2', 'x-openstack-request-id': 'req-49707010-64ea-45f8-af6b-1422af4ad8a2', 'connection': 'close', 'status': ' 404', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/425718b4-7a0c-4547-ad84-797861226706'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 425718b4-7a0c-4547-ad84-797861226706 could not be found."}}' {10} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {10} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.638041s] ... 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 4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:33,773 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.373s 2023-04-19 13:59:33,774 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1017918115"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534623a3-b2d3-4cd1-87b5-783442b09bc9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534623a3-b2d3-4cd1-87b5-783442b09bc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:33.712061", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1017918115", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,026 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.241s 2023-04-19 13:59:34,027 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-510435484"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41e0081e-c710-4aa4-9ef3-5f2807c3dab5', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e0081e-c710-4aa4-9ef3-5f2807c3dab5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "5af30f31-740a-4490-882a-137b57a0a02e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:33.954205", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-510435484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/5af30f31-740a-4490-882a-137b57a0a02e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/5af30f31-740a-4490-882a-137b57a0a02e"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,250 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.212s 2023-04-19 13:59:34,250 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-913315557"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d018f034-0c73-4e22-94ec-1b02a9cdf726', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d018f034-0c73-4e22-94ec-1b02a9cdf726', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "90310066-6a79-4af2-bf9c-24d5f75515e9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.189060", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-913315557", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/90310066-6a79-4af2-bf9c-24d5f75515e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/90310066-6a79-4af2-bf9c-24d5f75515e9"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,513 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.253s 2023-04-19 13:59:34,514 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-125574548"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-248e805d-ac30-4e2f-95c1-3e160ae62532', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-248e805d-ac30-4e2f-95c1-3e160ae62532', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "954b2950-7c8c-4b52-904f-beb2481074d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.439836", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-125574548", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/954b2950-7c8c-4b52-904f-beb2481074d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/954b2950-7c8c-4b52-904f-beb2481074d7"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,828 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.304s 2023-04-19 13:59:34,829 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumes FromImageTest-Volume-1231901633"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf63ad7c-7145-4537-ad26-19c6865aa677', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf63ad7c-7145-4537-ad26-19c6865aa677', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "744769da-7236-4042-b8e3-c9fd4f386383", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.758152", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1231901633", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/744769da-7236-4042-b8e3-c9fd4f386383"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/744769da-7236-4042-b8e3-c9fd4f386383"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,935 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11 0.096s 2023-04-19 13:59:34,935 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd60a325-14aa-4da3-b5d4-60e7680ac438', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd60a325-14aa-4da3-b5d4-60e7680ac438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11'} Body: b'{"volume": {"id": "4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.000000", "updated_at": "2023-04-19T13:59:34.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1017918115", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3352d192b1b148aca9e68a3ffa988244"}}' 2023-04-19 13:59:36,024 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11 0.077s 2023-04-19 13:59:36,025 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68904d7a-be09-4d86-bf9d-2d0cfbbdd3fc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68904d7a-be09-4d86-bf9d-2d0cfbbdd3fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11'} Body: b'{"volume": {"id": "4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.000000", "updated_at": "2023-04-19T13:59:34.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1017918115", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3352d192b1b148aca9e68a3ffa988244"}}' {4} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [176.321385s] ... 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 d606a35a-bf9b-4a0a-a5c8-f6174a968946 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:51,800 80556 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/4dcdc911-3648-46b3-8c6e-9727e5375516 0.240s 2023-04-19 13:56:51,801 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2ff23b7d-5086-49c3-92d6-641841ce77be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:56:52,976 80556 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.138s 2023-04-19 13:56:52,977 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f5c763d7-ad43-4f47-9b2c-3bbf30ff1eac', '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": "b780d8c7bba64efaba49b70d79c91115", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d5d84416-ccb7-4861-a92b-838b56f00f53", "created_at": "2023-04-19T13:56:53Z", "updated_at": "2023-04-19T13:56:53Z", "tags": [], "self": "/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53", "file": "/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:56:55,380 80556 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-19 13:56:55,381 80556 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/d5d84416-ccb7-4861-a92b-838b56f00f53/file 2.403s 2023-04-19 13:56:55,381 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-801fa367-7007-48e0-9b92-d27fd4824418', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53/file'} Body: b'' 2023-04-19 13:56:55,381 80556 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 13:56:55,382 80556 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:56:55,635 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.250s 2023-04-19 13:56:55,635 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1297891626", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5idzGAbfRtdyU0dzY5ijDynA5rh6O+uo+7fSsU97aoaEQlI/6HJboZqLuIYJ7MDSb+pPdYMmAxdoWvMOloDpnYeqYtFUuZ/5ycB2RzKQeP+ORa+toG3tq0EP6ErzZtmA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:55 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-cb688175-28e3-4f59-8163-89fb45cfc4b8', 'x-compute-request-id': 'req-cb688175-28e3-4f59-8163-89fb45cfc4b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1297891626", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5idzGAbfRtdyU0dzY5ijDynA5rh6O+uo+7fSsU97aoaEQlI/6HJboZqLuIYJ7MDSb+pPdYMmAxdoWvMOloDpnYeqYtFUuZ/5ycB2RzKQeP+ORa+toG3tq0EP6ErzZtmA==", "fingerprint": "75:bd:22:02:b9:dc:74:ce:91:6d:fd:f2:49:5b:27:d8", "user_id": "efd0c03d870041c58e7a857d65e066cc"}}' 2023-04-19 13:56:55,641 80556 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1297891626 created 2023-04-19 13:56:55,912 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.271s 2023-04-19 13:56:55,913 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1536055660", "description": "tempest-description--290840448"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-04d1cd7e-a01b-4597-a8f5-f7198fcec558', 'date': 'Wed, 19 Apr 2023 13:56:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "name": "tempest-securitygroup--1536055660", "stateful": true, "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "description": "tempest-description--290840448", "shared": false, "security_group_rules": [{"id": "0164e6ab-067d-4920-a99a-b0faf97f30c8", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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": 399, "description": null, "tags": [], "created_ at": "2023-04-19T13:56:55Z", "updated_at": "2023-04-19T13:56:55Z", "revision_number": 0, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}, {"id": "67509be7-e34f-45e6-a519-873f729a15ea", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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": 400, "description": null, "tags": [], "created_at": "2023-04-19T13:56:55Z", "updated_at": "2023-04-19T13:56:55Z", "revision_number": 0, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}], "tags": [], "created_at": "2023-04-19T13:56:55Z", "updated_at": "2023-04-19T13:56:55Z", "revision_number": 1, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:56:56,240 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.326s 2023-04-19 13:56:56,240 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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-d23eade6-5941-4158-a5ad-facc9352a7f0', 'date': 'Wed, 19 Apr 2023 13:56:56 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": "84a0df6d-5974-4202-b14d-e6b95eb968ca", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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-19T13:56:56Z", "updated_at": "2023-04-19T13:56:56Z", "revision_number": 0, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:56:57,492 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.251s 2023-04-19 13:56:57,492 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-caaccef5-e586-4851-86ee-a0e9c2976a7a', 'date': 'Wed, 19 Apr 2023 13:56:57 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": "4760274c-e4ef-409d-a06d-11e31821ffc4", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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-19T13:56:56Z", "updated_at": "2023-04-19T13:56:56Z", "revision_number": 0, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:56:57,493 80556 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1536055660 created 2023-04-19 13:57:00,821 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.328s 2023-04-19 13:57:00,821 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5276f651-3909-4c7f-9347-89f968560d46', 'date': 'Wed, 19 Apr 2023 13:57:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1a7401ad-d9c6-4e4c-8583-fbb172470d04", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "floating_ip_address": "172.24.4.46", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:58Z", "updated_at": "2023-04-19T13:56:58Z", "revision_number": 0}}' 2023-04-19 13:57:00,822 80556 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1a7401ad-d9c6-4e4c-8583-fbb172470d04', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'floating_ip_address': '172.24.4.46', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:58Z', 'updated_at': '2023-04-19T13:56:58Z', 'revision_number': 0, 'ip': '172.24.4.46'} created 2023-04-19 13:57:00,927 80556 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.100s 2023-04-19 13:57:00,928 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:00 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-b533e526-0412-4d76-93bb-e2cb6fcf916a', '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": "efd0c03d870041c58e7a857d65e066cc", "name": "tempest-AttachSCSIVolumeTestJSON-1341535056-project-member", "password_expires_at": null}, "audit_ids": ["GQv8-JdUQQaEAUocEKhwBA"], "expires_at": "2023-04-19T14:57:00.000000Z", "issued_at": "2023-04-19T13:57:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "name": "tempest-AttachSCSIVolumeTestJSON-1341535056"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100", "region": "RegionOne"}], "id": "29 222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e0dfe1cb247c4e68bd5dbbe1ccce3100", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:57:00,928 80556 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '8c1e9426-fa80-413b-85f6-9ee55d3f8bd5', 'name': 'tempest-AttachSCSIVolumeTestJSON-870916758-network', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:00,929 80556 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1297891626', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5idzGAbfRtdyU0dzY5ijDynA5rh6O+uo+7fSsU97aoaEQlI/6HJboZqLuIYJ7MDSb+pPdYMmAxdoWvMOloDpnYeqYtFUuZ/5ycB2RzKQeP+ORa+toG3tq0EP6ErzZtmA==', 'fingerprint': '75:bd:22:02:b9:dc:74:ce:91:6d:fd:f2:49:5b:27:d8', 'user_id': 'efd0c03d870041c58e7a857d65e066cc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAXEuia15SkMsWS4nifm2OLa1C1BRoZKw5kO8tOG4BoKhAQDHJzvHsa\nlVV2WJv0xyugBwYFK4EEACKhZANiAAQuYncxgG30bXclNHc2OYow8pwOa4ejvrqP\nu30rFPe2qGhEJSP+hyW6Gai7iGCezA0m/qT3WDJgMXaFrzDpaA6Z2HqmLRVLmf+c\nnAdkcykHj/jkWvraBt7atBD+hK82bZg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1db8c55c-69cd-4422-a2b7-b61b4e8849dd', 'name': 'tempest-securitygroup--1536055660', 'stateful': True, 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'description': 'tempest-description--290840448', 'shared': False, 'security_group_rules': [{'id': '0164e6ab-067d-4920-a99a-b0faf97f30c8', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'security_group_id': '1db8c55c-69cd-4422-a2b7-b61b4e8849dd', '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': 399, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:55Z', 'updated_at': '2023-04-19T13:56:55Z', 'revision_number': 0, 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100'}, {'id': '67509be7-e34f-45e6-a519-873f729a15ea', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'security_group_ id': '1db8c55c-69cd-4422-a2b7-b61b4e8849dd', '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': 400, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:55Z', 'updated_at': '2023-04-19T13:56:55Z', 'revision_number': 0, 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100'}], 'tags': [], 'created_at': '2023-04-19T13:56:55Z', 'updated_at': '2023-04-19T13:56:55Z', 'revision_number': 1, 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100'}, 'floating_ip': {'id': '1a7401ad-d9c6-4e4c-8583-fbb172470d04', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'floating_ip_address': '172.24.4.46', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:58Z', 'updated_at': '2023-04-19T13:56:58Z', 'revision_number': 0, 'ip': '172.24.4.46'}} 2023-04-19 13:57:03,088 80556 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.158s 2023-04-19 13:57:03,089 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1852257145", "imageRef": "d5d84416-ccb7-4861-a92b-838b56f00f53", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "8c1e9426-fa80-413b-85f6-9ee55d3f8bd5"}], "security_groups": [{"name": "tempest-securitygroup--1536055660"}], "key_name": "tempest-keypair-1297891626", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50da5059-7ac2-4a30-b189-589c233f87a9', 'x-compute-request-id': 'req-50da5059-7ac2-4a30-b189-589c233f87a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1536055660"}], "adminPass": "in2tFzrh2FJE"}}' 2023-04-19 13:57:03,232 80556 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/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.139s 2023-04-19 13:57:03,232 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be97910c-e63e-41af-b39a-d562a5a5cd05', 'x-compute-request-id': 'req-be97910c-e63e-41af-b39a-d562a5a5cd05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'{"server": {"id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "name": "tempest-AttachSCSIVolumeTestJSON-server-1852257145", "status": "BUILD", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "user_id": "efd0c03d870041c58e7a857d65e066cc", "metadata": {}, "hostId": "", "image": {"id": "d5d84416-ccb7-4861-a92b-838b56f00f53", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d5d84416-ccb7-4861-a92b-838b56f00f53"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:03Z", "updated": "2023-04-19T13:57:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1297891626", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:53,615 80556 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/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.320s 2023-04-19 13:57:53,616 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:53 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-40e1a169-66b2-4b5c-a2b0-7285702854a8', 'x-compute-request-id': 'req-40e1a169-66b2-4b5c-a2b0-7285702854a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'{"server": {"id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "name": "tempest-AttachSCSIVolumeTestJSON-server-1852257145", "status": "ACTIVE", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "user_id": "efd0c03d870041c58e7a857d65e066cc", "metadata": {}, "hostId": "dcee378edc75c333ba634efb9f3c3b1eebc9ee5705a422e6b81c6d0e", "image": {"id": "d5d84416-ccb7-4861-a92b-838b56f00f53", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d5d84416-ccb7-4861-a92b-838b56f00f53"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:03Z", "updated": "2023-04-19T13:57:16Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-870916758-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:70:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1297891626", "OS-SRV-USG:launched_at": "2023-04-19T13:57:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1536055660"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:53,628 80556 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:58:53,852 80556 INFO [temp est.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23/os-interface 0.164s 2023-04-19 13:58:53,853 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:53 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-b301f3f2-f6e4-4e7a-80ee-8b24bac06cb0', 'x-compute-request-id': 'req-b301f3f2-f6e4-4e7a-80ee-8b24bac06cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8c1e9426-fa80-413b-85f6-9ee55d3f8bd5", "port_id": "68aa0fed-082c-48a5-905f-b1fe97b83dbb", "mac_addr": "fa:16:3e:e6:70:07", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "9c69e812-9f14-4f49-897b-2285e0d8709e", "ip_address": "10.0.0.7"}]}]}' 2023-04-19 13:58:54,665 80556 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/1a7401ad-d9c6-4e4c-8583-fbb172470d04 0.808s 2023-04-19 13:58:54,665 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "68aa0fed-082c-48a5-905f-b1fe97b83dbb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-ead67eee-1636-4682-a7ea-6d57048692fb', 'date': 'Wed, 19 Apr 2023 13:58:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a7401ad-d9c6-4e4c-8583-fbb172470d04'} Body: b'{"floatingip": {"id": "1a7401ad-d9c6-4e4c-8583-fbb172470d04", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "floating_ip_address": "172.24.4.46", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "e70537a3-6fda-4ffc-ae0d-c95b408b781e", "port_id": "68aa0fed-082c-48a5-905f-b1fe97b83dbb", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8c1e9426-fa80-413b-85f6-9ee55d3f8bd5", "mac_address": "fa:16:3e:e6:70:07", "admin_state_up": true, "status": "ACTIVE", "device_id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:58Z", "updated_at": "2023-04-19T13:58:54Z", "revision_number": 1, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:58:54,667 80556 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.46:22' as 'cirros' with public key authentication 2023-04-19 13:58:54,883 80556 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:58:54,904 80556 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:58:54,904 80556 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.46 successfully created 2023-04-19 13:58:55,131 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes 0.226s 2023-04-19 13:58:55,132 80556 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-1785646417"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b610c500-6355-42c6-b8b1-e683ae4f717e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b610c500-6355-42c6-b8b1-e683ae4f717e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes'} Body: b'{"volume": {"id": "d606a35a-bf9b-4a0a-a5c8-f6174a968946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:55.069145", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1785646417", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}], "user_id": "efd0c03d870041c58e7a857d65e066cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:55,183 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946 0.041s 2023-04-19 13:58:55,184 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca858e17-fd61-4b6b-9993-a1ecac2f24eb', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca858e17-fd61-4b6b-9993-a1ecac2f24eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946'} Body: b'{"volume": {"id": "d606a35a-bf9b-4a0a-a5c8-f6174a968946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:55.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1785646417", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}], "user_id": "efd0c03d870041c58e7a857d65e066cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:58:56,258 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946 0.063s 2023-04-19 13:58:56,258 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb375a4a-75e9-40f6-af98-c78f4385dbed', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb375a4a-75e9-40f6-af98-c78f4385dbed', 'connection': 'close', 'status': '200', 'co ntent-location': 'http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946'} Body: b'{"volume": {"id": "d606a35a-bf9b-4a0a-a5c8-f6174a968946", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:55.000000", "updated_at": "2023-04-19T13:58:55.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1785646417", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}], "user_id": "efd0c03d870041c58e7a857d65e066cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:58:56,415 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.145s 2023-04-19 13:58:56,416 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc3a04a2-f31d-4144-adc7-e4b38a7cea55', 'x-compute-request-id': 'req-cc3a04a2-f31d-4144-adc7-e4b38a7cea55', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'' 2023-04-19 13:58:56,587 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.171s 2023-04-19 13:58:56,588 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec1808ad-2fa0-4772-ac8f-e1150fbb6e35', 'x-compute-request-id': 'req-ec1808ad-2fa0-4772-ac8f-e1150fbb6e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'{"server": {"id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "name": "tempest-AttachSCSIVolumeTestJSON-server-1852257145", "status": "ACTIVE", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "user_id": "efd0c03d870041c58e7a857d65e066cc", "metadata": {}, "hostId": "dcee378edc75c333ba634efb9f3c3b1eebc9ee5705a422e6b81c6d0e", "image": {"id": "d5d84416-ccb7-4861-a92b-838b56f00f53", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d5d84416-ccb7-4861-a92b-838b56f00f53"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:03Z", "updated": "2023-04-19T13:58:56Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-870916758-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:70:07"}, {"version": 4, "addr": "172.24.4.46", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:70:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1297891626", "OS-SRV-USG:launched_at": "2023-04-19T13:57:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1536055660"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:46,696 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.045s 2023-04-19 13:59:46,696 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-69c44bb2-ae1c-4c64-8ada-fefcd04319cd', 'x-compute-request-id': 'req-69c44bb2-ae1c-4c64-8ada-fefcd04319cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0b41bbd3-cf76-4be0-8d76-c22496a7fe23 could not be found."}}' 2023-04-19 13:59:46,745 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1297891626 0.047s 2023-04-19 13:59:46,745 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0648d5e-52f2-4479-894a-e6fce9107212', 'x-compute-request-id': 'req-c0648d5e-52f2-4479-894a-e6fce9107212', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1297891626'} Body: b'' 2023-04-19 13:59:46,937 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1db8c55c-69cd-4422-a2b7-b61b4e8849dd 0.191s 2023-04-19 13:59:46,937 80556 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-2b04e9ae-7519-4dc4-a2ef-bac803ee75ae', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:59:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1db8c55c-69cd-4422-a2b7-b61b4e8849dd'} Body: b'' 2023-04-19 13:59:46,955 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1db8c55c-69cd-4422-a2b7-b61b4e8849dd 0.016s 2023-04-19 13:59:46,955 80556 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-open stack-request-id': 'req-7627e3da-f7ca-42df-afdf-0ea06de71ddb', 'date': 'Wed, 19 Apr 2023 13:59:46 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1db8c55c-69cd-4422-a2b7-b61b4e8849dd'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1db8c55c-69cd-4422-a2b7-b61b4e8849dd does not exist", "detail": ""}}' 2023-04-19 13:59:47,749 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1a7401ad-d9c6-4e4c-8583-fbb172470d04 0.792s 2023-04-19 13:59:47,749 80556 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-df410bb6-bb71-4fd2-8cd0-00b67cc20e53', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:59:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a7401ad-d9c6-4e4c-8583-fbb172470d04'} Body: b'' 2023-04-19 13:59:47,859 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53 0.109s 2023-04-19 13:59:47,860 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6bda316f-33ce-49c5-86cd-d9bed89d8f4b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53'} Body: b'' 2023-04-19 13:59:47,880 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53 0.019s 2023-04-19 13:59:47,880 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-56639f2b-645c-4cd1-83ab-91819e22967b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53'} Body: b'{"message": "No image found with ID d5d84416-ccb7-4861-a92b-838b56f00f53

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {9} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [168.320692s] ... 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 4a140cad-316a-4bb1-b4c4-59b5adf38b26 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:07,598 80566 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-19 13:57:08,539 80566 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.940s 2023-04-19 13:57:08,540 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1600855025", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-84ef05b0-e644-47b0-9bde-0d950b5dc988', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1600855025", "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": "833c753ebd4a43f3a70e30069a91f159", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "created_at": "2023-04-19T13:57:08Z", "updated_at": "2023-04-19T13:57:08Z", "tags": [], "self": "/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb", "file": "/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:10,482 80566 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/0b71e383-e151-45bd-9009-ff73f4ea6dbb/file 1.942s 2023-04-19 13:57:10,483 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ce7bf483-3da0-4971-b441-8db76130e2c7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb/file'} Body: b'' 2023-04-19 13:57:10,483 80566 DEBUG [tempest.scenario.manager] image:0b71e383-e151-45bd-9009-ff73f4ea6dbb 2023-04-19 13:57:10,542 80566 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.056s 2023-04-19 13:57:10,542 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1510315384", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLwhSluZ6Zuz52SGaeUAYiIxEdfRIizucanApqGvuPwKHT4SB4bQ5e5gSXzUknI45K+UFz0kDZBIrpYR0CXk9jrW6dZOwUbSWuhXskNoqHT7h7/IXv5GMjuAvkR7Tof8nw=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:10 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-fa46dad0-c93a-479e-a86b-b9db7c626d1e', 'x-compute-request-id': 'req-fa46dad0-c93a-479e-a86b-b9db7c626d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1510315384", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLwhSluZ6Zuz52SGaeUAYiIxEdfRIizucanApqGvuPwKHT4SB4bQ5e5gSXzUknI45K+UFz0kDZBIrpYR0CXk9jrW6dZOwUbSWuhXskNoqHT7h7/IXv5GMjuAvkR7Tof8nw==", "fingerprint": "b5:2b:91:9a:95:35:70:12:1e:76:c8:ba:72:9b:78:a9", "user_id": "659c76db8ca8424a8c46a43936dfc7a4"}}' 2023-04-19 13:57:10,655 80566 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.103s 2023-04-19 13:57:10,656 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:10 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-95b0cfa8-f8bb-4215-95fe-769e8d1c8358', '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": "659c76db8ca8424a8c46a43936dfc7a4", "name": "tempest-TestMinimumBasicScenario-1552925886-project-member", "password_expires_at": null}, "audit_ids": ["Vz2QUK98RFu8GK_SUVHBJw"], "expires_at": "2023-04-19T14:57:10.000000Z", "issued_at": "2023-04-19T13:57:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "833c753ebd4a43f3a70e30069a91f159", "name": "tempest-TestMinimumBasicScenario-1552925886"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"} ]}}' 2023-04-19 13:57:10,656 80566 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'fa47499b-5227-4a96-b974-d57fa75d62ba', 'name': 'tempest-TestMinimumBasicScenario-1907882221-network', 'tenant_id': '833c753ebd4a43f3a70e30069a91f159', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '833c753ebd4a43f3a70e30069a91f159', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56229, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:18Z', 'updated_at': '2023-04-19T13:56:18Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:12,045 80566 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 1.386s 2023-04-19 13:57:12,045 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1861434802", "imageRef": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "networks": [{"uuid": "fa47499b-5227-4a96-b974-d57fa75d62ba"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18e00e9d-8c7b-4fc0-834e-5ca0a20b2180', 'x-compute-request-id': 'req-18e00e9d-8c7b-4fc0-834e-5ca0a20b2180', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xXSq8TxVsJzT"}}' 2023-04-19 13:57:12,234 80566 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/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.185s 2023-04-19 13:57:12,234 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:12 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-d7930e04-3f0d-49f0-923d-426a69ba5f10', 'x-compute-request-id': 'req-d7930e04-3f0d-49f0-923d-426a69ba5f10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "BUILD", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "", "image": {"id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:57:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:58:02,555 80566 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/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.258s 2023-04-19 13:58:02,556 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d03af48d-c029-4382-bb23-c29e0a22ea4f', 'x-compute-request-id': 'req-d03af48d-c029-4382-bb23-c29e0a22ea4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:57:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:9a:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": "2023-04-19T13:57:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:58:02,568 80566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:59:02,887 80566 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/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.259s 2023-04-19 13:59:02,888 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3504114-33f8-4b33-9ad4-8761a5673f4d', 'x-compute-request-id': 'req-a3504114-33f8-4b33-9ad4-8761a5673f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:57:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:9a:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": "2023-04-19T13:57:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:03,456 80566 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.555s 2023-04-19 13:59:03,456 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:02 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-fad6cd1d-aa38-471d-afd4-8cba8b7b5614', 'x-compute-request-id': 'req-fad6cd1d-aa38-471d-afd4-8cba8b7b5614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}]}]}' 2023-04-19 13:59:03,777 80566 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/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.317s 2023-04-19 13:59:03,777 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'applicat ion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6520f026-dacb-4603-8b61-6800a6c8e979', 'x-compute-request-id': 'req-6520f026-dacb-4603-8b61-6800a6c8e979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:57:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:9a:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": "2023-04-19T13:57:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:04,030 80566 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/833c753ebd4a43f3a70e30069a91f159/volumes 0.238s 2023-04-19 13:59:04,033 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1778666857", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-542b9b4b-4603-4510-82d6-946568cfa7fe', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-542b9b4b-4603-4510-82d6-946568cfa7fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes'} Body: b'{"volume": {"id": "4a140cad-316a-4bb1-b4c4-59b5adf38b26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:03.950843", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1778666857", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:04,090 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_d eletion): 200 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26 0.037s 2023-04-19 13:59:04,090 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-364f2de3-da9a-4836-ac64-abc421049278', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364f2de3-da9a-4836-ac64-abc421049278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26'} Body: b'{"volume": {"id": "4a140cad-316a-4bb1-b4c4-59b5adf38b26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:04.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1778666857", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "833c753ebd4a43f3a70e30069a91f159"}}' 2023-04-19 13:59:05,158 80566 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/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26 0.055s 2023-04-19 13:59:05,158 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5806804-d338-4ff1-ad07-4496719eb6b8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5806804-d338-4ff1-ad07-4496719eb6b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26'} Body: b'{"volume": {"id": "4a140cad-316a-4bb1-b4c4-59b5adf38b26", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:04.000000", "updated_at": "2023-04-19T13:59:04.000000", "name": "tempest-TestMinimumBasicScenario-volume-1778666857", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "833c753ebd4a43f3a70e30069a91f159"}}' 2023-04-19 13:59:05,280 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26 0.106s 2023-04-19 13:59:05,281 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-d3256062-af39-48b7-a4ea-c09120691913', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26'} Body: b'' 2023-04-19 13:59:05,303 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26 0.021s 2023-04-19 13:59:05,303 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-f0d156a7-fc02-4346-a110-c1ba55848d47', 'x-openstack-request-id': 'req-f0d156a7-fc02-4346-a110-c1ba55848d47', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a140cad-316a-4bb1-b4c4-59b5adf38b26 could not be found."}}' 2023-04-19 13:59:05,430 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.126s 2023-04-19 13:59:05,431 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-f540e79a-4c0a-4df7-aa41-0b0c20105f73', 'x-compute-request-id': 'req-f540e79a-4c0a-4df7-aa41-0b0c20105f73', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'' 2023-04-19 13:59:05,668 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.236s 2023-04-19 13:59:05,668 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:05 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-4dabed18-b6d6-4853-be65-8cb98cd175c6', 'x-compute-request-id': 'req-4dabed18-b6d6-4853-be65-8cb98cd175c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "0b71e383-e151-4 5bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:59:05Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:9a:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": "2023-04-19T13:57:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:55,767 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.039s 2023-04-19 13:59:55,767 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-53519b6e-e73b-4ee9-9453-170984f56725', 'x-compute-request-id': 'req-53519b6e-e73b-4ee9-9453-170984f56725', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 33751f45-cd9e-4b2c-ad4d-1049db7ef555 could not be found."}}' 2023-04-19 13:59:55,802 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1510315384 0.034s 2023-04-19 13:59:55,802 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-cdfbc90f-b393-478c-857f-91170bd35991', 'x-compute-request-id': 'req-cdfbc90f-b393-478c-857f-91170bd35991', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1510315384'} Body: b'' 2023-04-19 13:59:55,916 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb 0.112s 2023-04-19 13:59:55,916 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e62bc2a6-ff6b-4c50-b520-87587a68e9e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v 2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb'} Body: b'' {6} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [168.235057s] ... 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 8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:22,090 80560 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 13:57:22,090 80560 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:57:22,421 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.327s 2023-04-19 13:57:22,421 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-707300721", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJVZzw7B+QQkFgjl1ku3+QfvhjiBoWHZQocm4LfZnACH4fDbE+L23Qr/jXgVHWdxrfP7ecVyV27bE9FcCegQvk6xlL/BoeY2OA80wHV3vYYajqGqwol/fOZbnYZgcwda/Q=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:22 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-0cd8bc9e-3b3d-4444-8810-c88818211584', 'x-compute-request-id': 'req-0cd8bc9e-3b3d-4444-8810-c88818211584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-707300721", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJVZzw7B+QQkFgjl1ku3+QfvhjiBoWHZQocm4LfZnACH4fDbE+L23Qr/jXgVHWdxrfP7ecVyV27bE9FcCegQvk6xlL/BoeY2OA80wHV3vYYajqGqwol/fOZbnYZgcwda/Q==", "fingerprint": "b1:fe:72:30:9d:a2:0f:73:7d:32:cc:de:26:6c:17:67", "user_id": "390686e4c10c40f0b1df9b2ba9557484"}}' 2023-04-19 13:57:22,424 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-707300721 created 2023-04-19 13:57:22,582 80560 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-19 13:57:22,583 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1635092002", "description": "tempest-description--1849544534"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-3e061607-ee2c-4856-aa2d-fd10d81e7459', 'date': 'Wed, 19 Apr 2023 13:57:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "name": "tempest-securitygroup--1635092002", "stateful": true, "tenant_id": "0606afa926de4400819fac2cce6813a7", "description": "tempest-description--1849544534", "shared": false, "security_group_rules": [{"id": "4c7d6931-cdcb-4b8f-a6a4-141d9ca4eff7", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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": 482, "description": null, "tags": [], "created_at": "2023-04-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}, {"id": "ce641e32-3757-43bc-acfc-9a39d863cd93", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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": 481, "description": null, "tags": [], "created_at": "2023-04-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}], "tags": [], "created_at": "2023-04-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:57:22,744 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-19 13:57:22,744 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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-3f1b3294-bf02-4130-922e-f68fba07e2f5', 'date': 'Wed, 19 Apr 2023 13:57: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": "71f40610-599f-4d96-a533-e7824659874f", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:57:22,956 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.211s 2023-04-19 13:57:22,956 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5673234d-a92b-4ff3-ae7d-c49709ae454c', 'date': 'Wed, 19 Apr 2023 13:57: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": "943ddcab-52de-466d-b700-0162c422bf04", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:57:22,956 80560 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1635092002 created 2023-04-19 13:57:24,094 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.136s 2023-04-19 13:57:24,094 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-30a8c625-3758-4803-9418-eb057badc13f', 'date': 'Wed, 19 Apr 2023 13:57:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b8302a30-8384-4ee5-8968-c6ef1e16afb8", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.222", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0606afa926de4400819fac2cce6813a7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:57:23Z", "updated_at": "2023-04-19T13:57:23Z", "revision_number": 0}}' 2023-04-19 13:57:24,095 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b8302a30-8384-4ee5-8968-c6ef1e16afb8', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.222', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:57:23Z', 'updated_at': '2023-04-19T13:57:23Z', 'revision_number': 0, 'ip': '172.24.4.222'} created 2023-04-19 13:57:24,255 80560 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.155s 2023-04-19 13:57:24,256 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:24 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-e6fa3175-8e3c-40bb-94ec-4e6faa969f95', '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": "390686e4c10c40f0b1df9b2ba9557484", "name": "tempest-AttachVolumeNegativeTest-1445397700-project-member", "password_expires_at": null}, "audit_ids": ["Je18bdHCTDG3z__yKZIgYA"], "expires_at": "2023-04-19T14:57:24.000000Z", "issued_at": "2023-04-19T13:57:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0606afa926de4400819fac2cce6813a7", "name": "tempest-AttachVolumeNegativeTest-1445397700"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "Reg ionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:57:24,256 80560 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'eccb12ee-eec2-46f3-bd4b-50363e787f6e', 'name': 'tempest-AttachVolumeNegativeTest-727006574-network', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0606afa926de4400819fac2cce6813a7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34394, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:11Z', 'updated_at': '2023-04-19T13:57:11Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:24,257 80560 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-707300721', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJVZzw7B+QQkFgjl1ku3+QfvhjiBoWHZQocm4LfZnACH4fDbE+L23Qr/jXgVHWdxrfP7ecVyV27bE9FcCegQvk6xlL/BoeY2OA80wHV3vYYajqGqwol/fOZbnYZgcwda/Q==', 'fingerprint': 'b1:fe:72:30:9d:a2:0f:73:7d:32:cc:de:26:6c:17:67', 'user_id': '390686e4c10c40f0b1df9b2ba9557484', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC9gDOFfkiW0BKbVrtGjTEHa2MXbPJooiITV7yKHsy0HWZ1V5/hfHi2\np2lKu20ffPugBwYFK4EEACKhZANiAASVWc8OwfkEJBYI5dZLt/kH74Y4gaFh2UKH\nJuC32ZwAh+Hw2xPi9t0K/414FR1nca3z+3nFcldu2xPRXAnoEL5OsZS/waHmNjgP\nNMB1d72GGo6hqsKJf3zmW52GYHMHWv0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a', 'name': 'tempest-securitygroup--1635092002', 'stateful': True, 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'description': 'tempest-description--1849544534', 'shared': False, 'security_group_rules': [{'id': '4c7d6931-cdcb-4b8f-a6a4-141d9ca4eff7', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a', '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': 482, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:57:22Z', 'updated_at': '2023-04-19T13:57:22Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}, {'id': 'ce641e32-3757-43bc-acfc-9a39d863cd93', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a', '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': 481, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:57:22Z', 'updated_at': '2023-04-19T13:57:22Z', 'revision_number': 0, 'project_id': '0606afa926de440081 9fac2cce6813a7'}], 'tags': [], 'created_at': '2023-04-19T13:57:22Z', 'updated_at': '2023-04-19T13:57:22Z', 'revision_number': 1, 'project_id': '0606afa926de4400819fac2cce6813a7'}, 'floating_ip': {'id': 'b8302a30-8384-4ee5-8968-c6ef1e16afb8', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.222', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:57:23Z', 'updated_at': '2023-04-19T13:57:23Z', 'revision_number': 0, 'ip': '172.24.4.222'}} 2023-04-19 13:57:25,615 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.357s 2023-04-19 13:57:25,615 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1527188231", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "eccb12ee-eec2-46f3-bd4b-50363e787f6e"}], "security_groups": [{"name": "tempest-securitygroup--1635092002"}], "key_name": "tempest-keypair-707300721", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23d00250-7d7d-4c82-972b-cb579831edd0', 'x-compute-request-id': 'req-23d00250-7d7d-4c82-972b-cb579831edd0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1635092002"}], "adminPass": "password"}}' 2023-04-19 13:57:25,716 80560 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/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.097s 2023-04-19 13:57:25,717 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:25 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-e599aff7-1a6b-49c0-8c6b-fa826ba91cf9', 'x-compute-request-id': 'req-e599aff7-1a6b-49c0-8c6b-fa826ba91cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'{"server": {"id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "name": "tempest-AttachVolumeNegativeTest-server-1527188231", "status": "BUILD", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": " http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:26Z", "updated": "2023-04-19T13:57:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-707300721", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:58:16,003 80560 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/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.224s 2023-04-19 13:58:16,004 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:15 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-7082a46f-7424-4af1-b3a5-3df57c63153d', 'x-compute-request-id': 'req-7082a46f-7424-4af1-b3a5-3df57c63153d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'{"server": {"id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "name": "tempest-AttachVolumeNegativeTest-server-1527188231", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:25Z", "updated": "2023-04-19T13:57:37Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:77:85"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-707300721", "OS-SRV-USG:launched_at": "2023-04-19T13:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1635092002"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:58:16,015 80560 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 13:59:16,324 80560 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/c98d2742-2a0f-4004-b3ad-bd387ed40759/os-interface 0.248s 2023-04-19 13:59:16,324 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Wed, 19 Apr 2023 13:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0d5a749-4f2f-453f-b671-178ef2293034', 'x-compute-request-id': 'req-a0d5a749-4f2f-453f-b671-178ef2293034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "port_id": "b595825e-f064-493e-be6d-78cfb50a387a", "mac_addr": "fa:16:3e:f8:77:85", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ecdae315-4951-4317-a36b-fa28c3db6952", "ip_address": "10.0.0.9"}]}]}' 2023-04-19 13:59:17,505 80560 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/b8302a30-8384-4ee5-8968-c6ef1e16afb8 1.177s 2023-04-19 13:59:17,506 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b595825e-f064-493e-be6d-78cfb50a387a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-514b68d5-add1-42a4-bddc-750cab317e7c', 'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b8302a30-8384-4ee5-8968-c6ef1e16afb8'} Body: b'{"floatingip": {"id": "b8302a30-8384-4ee5-8968-c6ef1e16afb8", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.222", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "8efe354d-f924-4f83-94b4-6c19246f8bf9", "port_id": "b595825e-f064-493e-be6d-78cfb50a387a", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "mac_address": "fa:16:3e:f8:77:85", "admin_state_up": true, "status": "ACTIVE", "device_id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:57:23Z", "updated_at": "2023-04-19T13:59:16Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:59:17,508 80560 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.222:22' as 'cirros' with public key authentication 2023-04-19 13:59:17,552 80560 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:59:17,574 80560 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:59:17,575 80560 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.222 successfully created 2023-04-19 13:59:17,617 80560 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/c98d2742-2a0f-4004-b3ad-bd387ed40759/ips 0.041s 2023-04-19 13:59:17,617 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5a5a7ac-3110-4509-9843-c2fef9f51480', 'x-compute-request-id': 'req-d5a5a7ac-3110-4509-9843-c2fef9f51480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f- 4004-b3ad-bd387ed40759/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-19 13:59:17,864 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes 0.243s 2023-04-19 13:59:17,864 80560 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-1783248449"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01114c25-429e-4143-b1bf-e4078945e1b5', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01114c25-429e-4143-b1bf-e4078945e1b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes'} Body: b'{"volume": {"id": "8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:17.804642", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1783248449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:17,918 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e 0.044s 2023-04-19 13:59:17,918 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad3a52b3-33b6-4130-80d4-5c144f784e28', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad3a52b3-33b6-4130-80d4-5c144f784e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e'} Body: b'{"volume": {"id": "8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:18.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1783248449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:59:18,988 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_v olume_to_different_server): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e 0.058s 2023-04-19 13:59:18,989 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc06f4f-ad21-472c-85ad-a4896e0e585d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc06f4f-ad21-472c-85ad-a4896e0e585d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e'} Body: b'{"volume": {"id": "8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:18.000000", "updated_at": "2023-04-19T13:59:18.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1783248449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:59:19,140 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.135s 2023-04-19 13:59:19,140 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e55d244-7d76-4060-90fe-f853fe449761', 'x-compute-request-id': 'req-2e55d244-7d76-4060-90fe-f853fe449761', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'' 2023-04-19 13:59:19,378 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.237s 2023-04-19 13:59:19,378 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-625b5ca3-fb0d-4794-a204-f096daae8b87', 'x-compute-request-id': 'req-625b5ca3-fb0d-4794-a204-f096daae8b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'{"server": {"id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "name": "tempest-AttachVolumeNegativeTest-server-1527188231", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "host Id": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:25Z", "updated": "2023-04-19T13:59:19Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:77:85"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-707300721", "OS-SRV-USG:launched_at": "2023-04-19T13:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1635092002"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:09,479 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.040s 2023-04-19 14:00:09,480 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ce398679-74f3-4356-ba15-f0aa664a01ea', 'x-compute-request-id': 'req-ce398679-74f3-4356-ba15-f0aa664a01ea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c98d2742-2a0f-4004-b3ad-bd387ed40759 could not be found."}}' 2023-04-19 14:00:09,511 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-707300721 0.030s 2023-04-19 14:00:09,511 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:09 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-b59e807d-176b-4887-af01-bc8349adb9f9', 'x-compute-request-id': 'req-b59e807d-176b-4887-af01-bc8349adb9f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-707300721'} Body: b'' 2023-04-19 14:00:09,742 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a 0.229s 2023-04-19 14:00:09,742 80560 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-c686a13b-c6d1-4f71-86a7-f410c09052c9', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:00:09 GMT', 'connection': 'close', 'status': '204', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a'} Body: b'' 2023-04-19 14:00:09,764 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a 0.021s 2023-04-19 14:00:09,764 80560 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-f3115db0-44d4-4890-b1cc-3594de0c98f7', 'date': 'Wed, 19 Apr 2023 14:00:09 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a does not exist", "detail": ""}}' 2023-04-19 14:00:10,323 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b8302a30-8384-4ee5-8968-c6ef1e16afb8 0.558s 2023-04-19 14:00:10,324 80560 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-c6a092fd-89e5-453c-b7e0-e2f455dbc0aa', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:00:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b8302a30-8384-4ee5-8968-c6ef1e16afb8'} Body: b'' {7} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [237.405960s] ... 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 327be779-5e94-42d1-9d0c-4926775649fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:21,618 80562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:56:21,967 80562 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.346s 2023-04-19 13:56:21,967 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-800659709", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7WsLpMuR+OTcCmUhLNMbCIVWO2bzRuMFsWyhLkPo+i4B2u0oZvMhSVo0VdEoZpXGXVrNPeI55GPzDG4WiCLIwV0tZQrncUBhpHi5kCYfehSX1dLlF6pk+R8F2c+fNtmw=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-e309f7d0-082f-4fc8-a0cf-360f582e816a', 'x-compute-request-id': 'req-e309f7d0-082f-4fc8-a0cf-360f582e816a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-800659709", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7WsLpMuR+OTcCmUhLNMbCIVWO2bzRuMFsWyhLkPo+i4B2u0oZvMhSVo0VdEoZpXGXVrNPeI55GPzDG4WiCLIwV0tZQrncUBhpHi5kCYfehSX1dLlF6pk+R8F2c+fNtmw==", "fingerprint": "14:ed:fe:8a:68:8f:56:70:a0:89:92:5c:49:5a:e4:cd", "user_id": "af3a097ff4d04a0287c417b23d3b00e4"}}' 2023-04-19 13:56:21,972 80562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-800659709 created 2023-04-19 13:56:22,468 80562 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.495s 2023-04-19 13:56:22,468 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--987188955", "description": "tempest-description--674175444"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0d878f57-0967-425e-a96f-eb7c95fe1418', 'date': 'Wed, 19 Apr 2023 13:56:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "name": "tempest-securitygroup--987188955", "stateful": true, "tenant_id": "f754b42ccea544d4a34e986a6119db51", "description": "tempest-description--674175444", "shared": false, "security_group_rules": [{"id": "36ef7e35-99e0-4e24-aaaa-fa2a116f25ed", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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": 251, "description": null, "tags": [], "created_at": "2023-04-19T13:56:22Z", "updated_at": "2023-04-19T13:56:22Z", "revision_number": 0, "project_id": "f754b42ccea544d4a34e986a6119db51"}, {"id": "842409cb-55be-4367-a7e5-05db6c707893", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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": 24 9, "description": null, "tags": [], "created_at": "2023-04-19T13:56:22Z", "updated_at": "2023-04-19T13:56:22Z", "revision_number": 0, "project_id": "f754b42ccea544d4a34e986a6119db51"}], "tags": [], "created_at": "2023-04-19T13:56:22Z", "updated_at": "2023-04-19T13:56:22Z", "revision_number": 1, "project_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 13:56:23,865 80562 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.396s 2023-04-19 13:56:23,866 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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-9b698e7b-cbc6-478b-846b-bda0808aa624', 'date': 'Wed, 19 Apr 2023 13:56: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": "3e9c2cc9-d1da-454f-9a57-9c25672a9f86", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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-19T13:56:23Z", "updated_at": "2023-04-19T13:56:23Z", "revision_number": 0, "project_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 13:56:24,948 80562 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.081s 2023-04-19 13:56:24,949 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f9fdb2b2-07aa-4954-a00e-577c0b008d3b', 'date': 'Wed, 19 Apr 2023 13:56:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "01a263ee-2b0d-43bb-bb14-ed713e2bb9b1", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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-19T13:56:24Z", "updated_at": "2023-04-19T13:56:24Z", "revision_number": 0, "project_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 13:56:24,949 80562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--987188955 created 2023-04-19 13:56:30,262 80562 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 5.313s 2023-04-19 13:56:30,263 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1 eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-85c42831-8a46-49bb-bb20-95050edce6ca', 'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0149875e-f758-4ad1-8826-fcd049944b62", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "floating_ip_address": "172.24.4.198", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f754b42ccea544d4a34e986a6119db51", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:29Z", "updated_at": "2023-04-19T13:56:29Z", "revision_number": 0}}' 2023-04-19 13:56:30,263 80562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0149875e-f758-4ad1-8826-fcd049944b62', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'floating_ip_address': '172.24.4.198', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f754b42ccea544d4a34e986a6119db51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:29Z', 'updated_at': '2023-04-19T13:56:29Z', 'revision_number': 0, 'ip': '172.24.4.198'} created 2023-04-19 13:56:30,386 80562 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.111s 2023-04-19 13:56:30,386 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f4842d81-46a6-4fb6-8a5c-6fce7e4e9a6b', '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": "af3a097ff4d04a0287c417b23d3b00e4", "name": "tempest-ServerStableDeviceRescueTest-357701394-project-member", "password_expires_at": null}, "audit_ids": ["HKsz_mCqSyiHmD1lrFCrWA"], "expires_at": "2023-04-19T14:56:30.000000Z", "issued_at": "2023-04-19T13:56:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f754b42ccea544d4a34e986a6119db51", "name": "tempest-ServerStableDeviceRescueTest-357701394"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f754b42ccea544d4a34e986a6119db51", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:56:30,387 80562 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '855eeee5-1168-470f-a52d-b261456f2393', 'name': 'tempest-ServerStableDeviceRescueTest-932261642-network', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f754b42ccea544d4a34e986a6119db51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60458, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:56:30,387 80562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-800659709', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7WsLpMuR+OTcCmUhLNMbCIVWO2bzRuMFsWyhLkPo+i4B2u0oZvMhSVo0VdEoZpXGXVrNPeI55GPzDG4WiCLIwV0tZQrncUBhpHi5kCYfehSX1dLlF6pk+R8F2c+fNtmw==', 'fingerprint': '14:ed:fe:8a:68:8f:56:70:a0:89:92:5c:49:5a:e4:cd', 'user_id': 'af3a097ff4d04a0287c417b23d3b00e4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBbAcjYDGXjXdzsTVM357FZZ4jMeYs2bB9DgxpI/qNBmrVl3OEMqVCi\n7nFszEPxwfugBwYFK4EEACKhZANiAASO1rC6TLkfjk3AplISzTGwiFVjtm80bjBb\nFsoS5D6PouAdrtKGbzIUlaNFXRKGaVxl1azT3iOeRj8wxuFogiyMFdLWUK53FAYa\nR4uZAmH3oUl9XS5ReqZPkfBdnPnzbZs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5e1702e7-edd9-44fd-9529-193a91c13ee8', 'name': 'tempest-securitygroup--987188955', 'stateful': True, 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'description': 'tempest-description--674175444', 'shared': False, 'security_group_rules': [{'id': '36ef7e35-99e0-4e24-aaaa-fa2a116f25ed', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'security_group_id': '5e1702e7-edd9-44fd-9529-193a91c13ee8', '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': 251, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:22Z', 'updated_at': '2023-04-19T13:56:22Z', 'revision_number': 0, 'project_id': 'f754b42ccea544d4a34e986a6119db51'}, {'id': '842409cb-55be-4367-a7e5-05db6c707893', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'security_group_id': '5e1702e7-edd9-44fd-9529-193a91c13ee8', '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': 249, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:22Z', 'updated_at': '2023-04-19T13:56:22Z', 'revision_number': 0, 'project_id': 'f754b42ccea544d4a34e986a6119db51'}], 'tags': [], 'created_at': '2023-04-19T13:56:22Z', 'updated_at': '2023-04-19T13:56:22Z', 'revision_number': 1, 'project_id': 'f754b42ccea544d4a34e986a6119db51'}, 'floating_ip': {'id': '0149875e-f758-4ad1-8826-fcd049944b62', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'floating_ip_address': '172.24.4.198', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f754b42ccea544d4a34e986a6119db51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:29Z', 'updated_at': '2023-04-19T13:56:29Z', 'revision_number': 0, 'ip': '172.24.4.198'}} 2023-04-19 13:56:32,949 80562 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 2.560s 2023-04-19 13:56:32,949 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "855eeee5-1168-470f-a52d-b261456f2393"}], "security_groups": [{"name": "tempest-securitygroup--987188955"}], "key_name": "tempest-keypair-800659709", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f349c119-2d99-468a-9a10-a1d51012b0be', 'x-compute-request-id': 'req-f349c119-2d99-468a-9a10-a1d51012b0be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--987188955"}], "adminPass": "dW999xRFPYxp"}}' 2023-04-19 13:56:33,149 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f 0.197s 2023-04-19 13:56:33,149 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 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-d1d5f27a-09e9-4f00-90c6-299b39e20e18', 'x-compute-request-id': 'req-d1d5f27a-09e9-4f00-90c6-299b39e20e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "status": "BUILD", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "user_id": "af3a097ff 4d04a0287c417b23d3b00e4", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:33Z", "updated": "2023-04-19T13:56:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-800659709", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:23,655 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f 0.444s 2023-04-19 13:57:23,656 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6223894c-a31a-4f03-8c9c-1fb965e5f213', 'x-compute-request-id': 'req-6223894c-a31a-4f03-8c9c-1fb965e5f213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "status": "ACTIVE", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "metadata": {}, "hostId": "083276be894c85d600c89b1a1bf7154d7419b2bc7460344e89d774aa", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:32Z", "updated": "2023-04-19T13:56:50Z", "addresses": {"tempest-ServerStableDeviceRescueTest-932261642-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-800659709", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--987188955"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:23,669 80562 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:58:23,901 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f/os-interface 0.171s 2023-04-19 13:58:23,901 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:23 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-5c6f8226-2ff4-4d6a-933a-4d293190860d', 'x-compute-request-id': 'req-5c6f8226-2ff4-4d6a-933a-4d293190860d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "855eeee5-1168-470f-a52d-b261456f2393", "port_id": "ab95eda2-d183-4d3f-8095-e275eb92bff7", "mac_addr": "fa:16:3e:9d:2d:3d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "4621760d-c941-4174-86b6-ba8c38c248e0", "ip_address": "10.0.0.9"}]}]}' 2023-04-19 13:58:25,121 80562 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/0149875e-f758-4ad1-8826-fcd049944b62 1.215s 2023-04-19 13:58:25,121 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ab95eda2-d183-4d3f-8095-e275eb92bff7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-74f01353-b524-40c9-ba31-be3fb41d4ee0', 'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0149875e-f758-4ad1-8826-fcd049944b62'} Body: b'{"floatingip": {"id": "0149875e-f758-4ad1-8826-fcd049944b62", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "floating_ip_address": "172.24.4.198", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "2ec396b1-19fa-40db-829a-166651791474", "port_id": "ab95eda2-d183-4d3f-8095-e275eb92bff7", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "855eeee5-1168-470f-a52d-b261456f2393", "mac_address": "fa:16:3e:9d:2d:3d", "admin_state_up": true, "status": "ACTIVE", "device_id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:29Z", "updated_at": "2023-04-19T13:58:24Z", "revision_number": 1, "project_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 13:58:25,123 80562 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.198:22' as 'cirros' with public key authentication 2023-04-19 13:58:25,161 80562 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:58:25,183 80562 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:58:25,183 80562 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.198 successfully created 2023-04-19 13:58:26,413 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f/action 1.228s 2023-04-19 13:58:26,413 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1941763848"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:25 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d', 'op enstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10c95cc0-8e6e-4ae4-ada1-42979981f45b', 'x-compute-request-id': 'req-10c95cc0-8e6e-4ae4-ada1-42979981f45b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f/action'} Body: b'' 2023-04-19 13:58:26,475 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.059s 2023-04-19 13:58:26,475 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3936f25d-b903-4ae4-8bb8-22f6c8da7cb4', 'x-compute-request-id': 'req-3936f25d-b903-4ae4-8bb8-22f6c8da7cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d'} Body: b'{"image": {"id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4"}, "created": "2023-04-19T13:58:26Z", "updated": "2023-04-19T13:58:26Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}], "server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}]}}}' 2023-04-19 13:59:16,587 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.055s 2023-04-19 13:59:16,588 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f5222cf-37e2-4e65-a06d-c09ea16098b0', 'x-compute-request-id': 'req-4f5222cf-37e2-4e65-a06d-c09ea16098b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10. 0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d'} Body: b'{"image": {"id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_id": "f754b42ccea544d4a34e986a6119db51", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4"}, "created": "2023-04-19T13:58:26Z", "updated": "2023-04-19T13:58:31Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}], "server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}]}}}' 2023-04-19 13:59:16,663 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.069s 2023-04-19 13:59:16,663 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd966c1f-c841-41bc-a703-9edfee186a3d', 'x-compute-request-id': 'req-dd966c1f-c841-41bc-a703-9edfee186a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d'} Body: b'{"image": {"id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_id": "f754b42ccea544d4a34e986a6119db51", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4"}, "created": "2023-04-19T13:58:26Z", "updated": "2023-04-19T13:58:31Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "bookmark", "href ": "http://10.0.0.210/compute/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}], "server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}]}}}' 2023-04-19 13:59:16,905 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f 0.236s 2023-04-19 13:59:16,905 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:16 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-d1261805-093f-4be7-bdf5-b930eb92e8cd', 'x-compute-request-id': 'req-d1261805-093f-4be7-bdf5-b930eb92e8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "status": "ACTIVE", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "metadata": {}, "hostId": "083276be894c85d600c89b1a1bf7154d7419b2bc7460344e89d774aa", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:32Z", "updated": "2023-04-19T13:58:31Z", "addresses": {"tempest-ServerStableDeviceRescueTest-932261642-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}, {"version": 4, "addr": "172.24.4.198", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-800659709", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--987188955"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:17,116 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.141s 2023-04-19 14:00:17,117 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f88ee6f9-bd83-4cfa-8716-6193b5708c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1a1059c-a29c-435a-aaff -8993a28bfc9d'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_id": "f754b42ccea544d4a34e986a6119db51", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "93c16282fbe5e0f3391369f60fb24092", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f754b42ccea544d4a34e986a6119db51", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f7d5f55326072e2b18d5ff6d3651dc0a3e05b260be61e6f42f0997054c89f6edfc3ed41c060807702d784bfb904c89288797c9d3fe573bc7f83e86917e02e1fb", "id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "created_at": "2023-04-19T13:58:26Z", "updated_at": "2023-04-19T14:00:17Z", "tags": [], "self": "/v2/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d", "file": "/v2/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:00:17,291 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.173s 2023-04-19 14:00:17,291 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-49325004-a37e-451e-afde-01c8aa323a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_id": "f754b42ccea544d4a34e986a6119db51", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "93c16282fbe5e0f3391369f60fb24092", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f754b42ccea544d4a34e986a6119db51", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f7d5f55326072e2b18d5ff6d3651dc0a3e05b260be61e6f42f0997054c89f6edfc3ed41c060807702d784bfb904c89288797c9d3fe573bc7f83e86917e02e1fb", "id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "created_at": "2023-04-19T13:58:26Z", "updated_at": "2023-04-19T14:00:17Z", "tags": [], "self": "/v2/ images/b1a1059c-a29c-435a-aaff-8993a28bfc9d", "file": "/v2/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:00:17,504 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f 0.212s 2023-04-19 14:00:17,505 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:17 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-04fa5f9b-c535-4e1a-9531-dfb9bdb57fdd', 'x-compute-request-id': 'req-04fa5f9b-c535-4e1a-9531-dfb9bdb57fdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "status": "ACTIVE", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "metadata": {}, "hostId": "083276be894c85d600c89b1a1bf7154d7419b2bc7460344e89d774aa", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:32Z", "updated": "2023-04-19T13:58:31Z", "addresses": {"tempest-ServerStableDeviceRescueTest-932261642-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}, {"version": 4, "addr": "172.24.4.198", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-800659709", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--987188955"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:17,864 80562 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/f754b42ccea544d4a34e986a6119db51/volumes 0.341s 2023-04-19 14:00:17,865 80562 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-2091531367"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecb93730-45cc-4b3f-a733-410fad31ccd3', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecb93730-45cc-4b3f-a733-410fad31ccd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes'} Body: b'{"volume": {"id": "327be779-5e94-42d1-9d0c-4926775649fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023- 04-19T14:00:17.765487", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-2091531367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}], "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:00:17,947 80562 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/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb 0.070s 2023-04-19 14:00:17,947 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d90125f-f906-4bf0-a144-cdb189bd099e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d90125f-f906-4bf0-a144-cdb189bd099e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb'} Body: b'{"volume": {"id": "327be779-5e94-42d1-9d0c-4926775649fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:18.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-2091531367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}], "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 14:00:19,011 80562 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/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb 0.050s 2023-04-19 14:00:19,011 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09607703-d95c-4f30-bbeb-1a193c7d84f4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09607703-d95c-4f30-bbeb-1a193c7d84f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb'} Body: b'{"volume": {"id": "327be779-5e94-42d1-9d0c-4926775649fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:18.000000", "updated_at": "2023-04-19T14:00:18.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-2091531367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": " self", "href": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}], "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f754b42ccea544d4a34e986a6119db51"}}' {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.335611s] ... 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 a0561356-14e2-42b9-8616-172495257348 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:58:42,650 80548 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.077s 2023-04-19 13:58:42,650 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:42 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-a3ab02fb-b31c-4da2-bf0c-3504c21043e3', '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": "ee0088ff4bd64218b490c3414afb1c76", "name": "tempest-VolumesAdminNegativeTest-1313568547-project-member", "password_expires_at": null}, "audit_ids": ["5eTXYMu0TDqiBva--ZsB6A"], "expires_at": "2023-04-19T14:58:42.000000Z", "issued_at": "2023-04-19T13:58:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b882fb2e40e74c88a69342ca2385b28f", "name": "tempest-VolumesAdminNegativeTest-1313568547"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:58:42,651 80548 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '50d1390b-26bc-4e35-bf52-a3afc6e414f8', 'name': 'tempest-VolumesAdminNegativeTest-1428548914-network', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b882fb2e40e74c88a6 9342ca2385b28f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7956, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:58:43,144 80548 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.492s 2023-04-19 13:58:43,144 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-190364120", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "50d1390b-26bc-4e35-bf52-a3afc6e414f8"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b11d4a-c7d1-4cb6-9efd-5135065b1034', 'x-compute-request-id': 'req-c0b11d4a-c7d1-4cb6-9efd-5135065b1034', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8744c453-cbe5-46cf-ae39-61dc93058d80", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8paFnuJcc4KQ"}}' 2023-04-19 13:58:43,232 80548 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/8744c453-cbe5-46cf-ae39-61dc93058d80 0.084s 2023-04-19 13:58:43,232 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:43 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-77679921-f894-44e2-a43c-0db4695283c4', 'x-compute-request-id': 'req-77679921-f894-44e2-a43c-0db4695283c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80'} Body: b'{"server": {"id": "8744c453-cbe5-46cf-ae39-61dc93058d80", "name": "tempest-VolumesAdminNegativeTest-server-190364120", "status": "BUILD", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "user_id": "ee0088ff4bd64218b490c3414afb1c76", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:58:43Z", "updated": "2023-04-19T13:58:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}], "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-19 13:59:33,518 80548 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/8744c453-cbe5-46cf-ae39-61dc93058d80 0.225s 2023-04-19 13:59:33,519 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:33 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-9bc277d0-80fd-426c-a073-6c358847a28e', 'x-compute-request-id': 'req-9bc277d0-80fd-426c-a073-6c358847a28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80'} Body: b'{"server": {"id": "8744c453-cbe5-46cf-ae39-61dc93058d80", "name": "tempest-VolumesAdminNegativeTest-server-190364120", "status": "ACTIVE", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "user_id": "ee0088ff4bd64218b490c3414afb1c76", "metadata": {}, "hostId": "bb281244aff2343ac24483ba41b2558a78352422596f2f637f967928", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:58:43Z", "updated": "2023-04-19T13:58:50Z", "addresses": {"tempest-VolumesAdminNegativeTest-1428548914-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:55:c3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:58:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:33,533 80548 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:00:33,769 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes 0.189s 2023-04-19 14:00:33,769 80548 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-1499975194"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d5dec3-7917-42b7-83e4-e9a85ce97e73', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d5dec3-7917-42b7-83e4-e9a85ce97e73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes'} Body: b'{"volume": {"id": "a05613 56-14e2-42b9-8616-172495257348", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:33.707926", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1499975194", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:00:33,834 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348 0.054s 2023-04-19 14:00:33,834 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b87f3f9-51b4-4f22-87b0-23a5c4b0af65', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b87f3f9-51b4-4f22-87b0-23a5c4b0af65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348'} Body: b'{"volume": {"id": "a0561356-14e2-42b9-8616-172495257348", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:34.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1499975194", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 14:00:34,890 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348 0.045s 2023-04-19 14:00:34,891 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e934f4fb-45e1-4c91-a6ac-47984c1b9f5f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e934f4fb-45e1-4c91-a6ac-47984c1b9f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348'} Body: b'{"volume": {"id": "a0561356-14e2-42b9-8616-172495257348", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:34.000000", "updated_at": "2023-04-19T14:00:34.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1499975194", "description": null, "volume_type" : "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b882fb2e40e74c88a69342ca2385b28f"}}' {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.301361s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.033206s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.039733s] ... ok {3} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [231.465733s] ... 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 d8f9b68f-ca77-402c-a026-f75620388888 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-19T14:00:32Z', 'message': 'Build of instance d8f9b68f-ca77-402c-a026-f75620388888 aborted: Volume 6590f69f-89d7-4d9c-ac41-d58d9c047c0c did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-12e08fff-31b5-40c8-b30d-3671f2552982. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:27,361 80554 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.034s 2023-04-19 13:57:27,362 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-459c1969-ac53-44ed-a4cf-7075f4197309', '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": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669-project-member", "password_expires_at": null}, "audit_ids": ["ZCIkqOiPTSux8bs03rd_ig"], "expires_at": "2023-04-19T14:57:27.000000Z", "issued_at": "2023-04-19T13:57:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bf567425cb7480e93f114268dc22713", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:57:27,363 80554 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6c5edc8e-b8c1-4e48-bd8d-acf10a103739', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-516227768-network', 'tenant_id': '2bf567425cb7480e93f114268dc22713', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': '2bf567425cb7480e93f114268dc22713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16032, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:13Z', 'updated_at': '2023-04-19T13:57:13Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:28,301 80554 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.937s 2023-04-19 13:57:28,302 80554 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-938876811", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "6c5edc8e-b8c1-4e48-bd8d-acf10a103739"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201', '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-dc888a36-5433-4fc9-b689-ead475997a89', 'x-compute-request-id': 'req-dc888a36-5433-4fc9-b689-ead475997a89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7dd44282-31f1-44b8-a8a4-9c7556736201", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "pREPhYfs3jFY"}}' 2023-04-19 13:57:28,422 80554 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/7dd44282-31f1-44b8-a8a4-9c7556736201 0.116s 2023-04-19 13:57:28,422 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:28 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-6e493207-c5b5-4ab5-9c4b-2166afacb0e8', 'x-compute-request-id': 'req-6e493207-c5b5-4ab5-9c4b-2166afacb0e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201'} Body: b'{"server": {"id": "7dd44282-31f1-44b8-a8a4-9c7556736201", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-938876811", "status": "BUILD", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T13:57:28Z", "updated": "2023-04-19T13:57:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7dd4428 2-31f1-44b8-a8a4-9c7556736201"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 13:58:18,806 80554 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/7dd44282-31f1-44b8-a8a4-9c7556736201 0.331s 2023-04-19 13:58:18,807 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', '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-9c48a7ff-0c45-495b-b4aa-e27bc4388cfc', 'x-compute-request-id': 'req-9c48a7ff-0c45-495b-b4aa-e27bc4388cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201'} Body: b'{"server": {"id": "7dd44282-31f1-44b8-a8a4-9c7556736201", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-938876811", "status": "ACTIVE", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "dd8857993fed2cf9b36c0c612626659a0e5c6312f98be27ea63d3bc0", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T13:57:28Z", "updated": "2023-04-19T13:57:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-516227768-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:c0:63"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57: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-19 13:58:18,822 80554 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:59:20,180 80554 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/7dd44282-31f1-44b8-a8a4-9c7556736201/action 1.300s 2023-04-19 13:59:20,180 80554 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-ServerBootFromVolumeStableRe scueTest-image-2120400162"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:18 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-d6edace9-7516-4b80-ae74-4e99e4581be3', 'x-compute-request-id': 'req-d6edace9-7516-4b80-ae74-4e99e4581be3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201/action'} Body: b'{"image_id": "34a0b108-be21-42ad-a780-64216ffc7ba0"}' 2023-04-19 13:59:20,213 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.031s 2023-04-19 13:59:20,214 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7f97cc95-8964-43d3-953c-3e68fde292e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:20Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:21,239 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.023s 2023-04-19 13:59:21,239 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0684dfef-f453-4de7-a629-b3aa50bcb053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_project_name": "tempest-ServerBootFro mVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:20Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:22,269 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.028s 2023-04-19 13:59:22,270 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a3f14435-a6e4-4502-b27a-550d5d640f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:20Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:23,292 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.022s 2023-04-19 13:59:23,293 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-11327e48-9429-4baf-b0a6-5fcd42402fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_rol es": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:20Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:24,327 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.032s 2023-04-19 13:59:24,327 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-66184d03-bea3-49c9-8aab-298154a7923f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:23Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:25,356 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.027s 2023-04-19 13:59:25,357 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-44c5ab33-1381-4c12-98ec-d14278c5916d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:24Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:26,391 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.032s 2023-04-19 13:59:26,391 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2ca1497b-e865-41c6-9add-a851a5782271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b067bca06f99f733c5152b78b3bd0123", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "14e882dd55f8a870ad3e2d645c840f9f3fb58a6053527dbef97dcdc91cbde9f6506166c53d34b520eba847cac435cc68bdb0b129767d799ef9c00ceea1a71bb9", "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "upda ted_at": "2023-04-19T13:59:26Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:26,428 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.036s 2023-04-19 13:59:26,429 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0d7f7936-278e-4a9e-b946-6262c6256e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b067bca06f99f733c5152b78b3bd0123", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "14e882dd55f8a870ad3e2d645c840f9f3fb58a6053527dbef97dcdc91cbde9f6506166c53d34b520eba847cac435cc68bdb0b129767d799ef9c00ceea1a71bb9", "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:26Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:26,705 80554 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/7dd44282-31f1-44b8-a8a4-9c7556736201 0.275s 2023-04-19 13:59:26,706 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', '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-429bc0d4-d9f4-41f8-af9e-643ca1d95fca', 'x-compute-request-id': 'req-429bc0d4-d9f4-41f8-af9e-643ca1d95fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201'} Body: b'{"server": {"id": "7dd44282-31f1-44b8-a8a4-9c7556736201", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-938876811", "status": "ACTIVE", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "dd8857993fed2cf9b36c0c612626659a0e5c6312f9 8be27ea63d3bc0", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T13:57:28Z", "updated": "2023-04-19T13:59:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-516227768-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:c0:63"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57: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-19 14:00:26,883 80554 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.099s 2023-04-19 14:00:26,883 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3057802d-7794-4ce1-8221-184d07c835df', '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": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669-project-member", "password_expires_at": null}, "audit_ids": ["KpOxYrIJRuW8VUJlo08kOw"], "expires_at": "2023-04-19T15:00:26.000000Z", "issued_at": "2023-04-19T14:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bf567425cb7480e93f114268dc22713", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http ://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:00:26,884 80554 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6c5edc8e-b8c1-4e48-bd8d-acf10a103739', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-516227768-network', 'tenant_id': '2bf567425cb7480e93f114268dc22713', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2bf567425cb7480e93f114268dc22713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16032, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:13Z', 'updated_at': '2023-04-19T13:57:13Z', 'revision_number': 1} available for tenant 2023-04-19 14:00:27,836 80554 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.951s 2023-04-19 14:00:27,836 80554 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-998028918", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "6c5edc8e-b8c1-4e48-bd8d-acf10a103739"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888', '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-12e08fff-31b5-40c8-b30d-3671f2552982', 'x-compute-request-id': 'req-12e08fff-31b5-40c8-b30d-3671f2552982', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d8f9b68f-ca77-402c-a026-f75620388888", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d8f9b68f-ca77-402c-a026-f75620388888"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Cz3dL7hmUTNw"}}' 2023-04-19 14:00:27,927 80554 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/d8f9b68f-ca77-402c-a026-f75620388888 0.088s 2023-04-19 14:00:27,927 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appli cation/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:27 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-69f7eb5f-f5f2-475e-85e1-ecbb56516347', 'x-compute-request-id': 'req-69f7eb5f-f5f2-475e-85e1-ecbb56516347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888'} Body: b'{"server": {"id": "d8f9b68f-ca77-402c-a026-f75620388888", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-998028918", "status": "BUILD", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:00:28Z", "updated": "2023-04-19T14:00:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d8f9b68f-ca77-402c-a026-f75620388888"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:01:18,169 80554 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/d8f9b68f-ca77-402c-a026-f75620388888 0.177s 2023-04-19 14:01:18,169 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:17 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-8dfb07ce-c17c-45e2-92bf-7b010406da62', 'x-compute-request-id': 'req-8dfb07ce-c17c-45e2-92bf-7b010406da62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888'} Body: b'{"server": {"id": "d8f9b68f-ca77-402c-a026-f75620388888", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-998028918", "status": "ERROR", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:00:27Z", "updated": "2023-04-19T14:00:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d8f9b68 f-ca77-402c-a026-f75620388888"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-19T14:00:32Z", "message": "Build of instance d8f9b68f-ca77-402c-a026-f75620388888 aborted: Volume 6590f69f-89d7-4d9c-ac41-d58d9c047c0c 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-19 14:01:18,184 80554 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-19 14:01:18,748 80554 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/d8f9b68f-ca77-402c-a026-f75620388888 0.563s 2023-04-19 14:01:18,748 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-d0fa20bc-5c13-4098-bd7f-7d287ea46f44', 'x-compute-request-id': 'req-d0fa20bc-5c13-4098-bd7f-7d287ea46f44', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888'} Body: b'' 2023-04-19 14:01:18,785 80554 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/d8f9b68f-ca77-402c-a026-f75620388888 0.036s 2023-04-19 14:01:18,785 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-a9a4e731-6b4a-4d69-85cf-e5f6cb9f37c3', 'x-compute-request-id': 'req-a9a4e731-6b4a-4d69-85cf-e5f6cb9f37c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d8f9b68f-ca77-402c-a026-f75620388888 could not be found."}}' {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.709828s] ... 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 2806a3d1-bbe3-434e-9bbb-12118a392811 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:17,231 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/2f66451132114a00ad92c504d3d9a5ad/os-quota-sets/12a813836d2e452992c90bf62a0f49dd?usage=True 0.043s 2023-04-19 14:01:17,231 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b81c7e-00fd-477c-a052-3c0cdd3c0db2', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b81c7e-00fd-477c-a052-3c0cdd3c0db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f66451132114a00ad92c504d3d9a5ad/os-quota-sets/12a813836d2e452992c90bf62a0f49dd?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": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:17,543 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes 0.303s 2023-04-19 14:01:17,543 80562 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-1784143007"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fb0136-9c84-4a03-a840-e8e3ddea912c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fb0136-9c84-4a03-a840-e8e3ddea912c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes'} Body: b'{"volume": {"id": "2806a3d1-bbe3-434e-9bbb-12118a392811", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:17.482258", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1784143007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:17,592 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.039s 2023-04-19 14:01:17,592 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272d346a-3c4b-4874-88a6-1c9413fbbf4e', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272d346a-3c4b-4874-88a6-1c9413fbbf4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'{"volume": {"id": "2806a3d1-bbe3-434e-9bbb-12118a392811", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:17.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1784143007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:18,641 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.038s 2023-04-19 14:01:18,642 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c943cff9-b5bd-44ab-909d-9fb5ab5a0e1d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c943cff9-b5bd-44ab-909d-9fb5ab5a0e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'{"volume": {"id": "2806a3d1-bbe3-434e-9bbb-12118a392811", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:17.000000", "updated_at": "2023-04-19T14:01:18.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1784143007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:18,710 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.057s 2023-04-19 14:01:18,711 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1207715b-c76f-46f5-a547-f56fe4d29011', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1207715b-c76f-46f5-a547-f56fe4d29011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'{"volume": {"id": "2806a3d1-bbe3-434e-9bbb-12118a392811", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:17.000000", "updated_at": "2023-04-19T14:01:18.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1784143007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:18,846 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.124s 2023-04-19 14:01:18,847 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578f0244-6d33-4378-9c4f-9a4c7388de1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'' 2023-04-19 14:01:18,895 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.048s 2023-04-19 14:01:18,896 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bbe2cab-3c10-4bfb-b086-a20d1b7e9d13', 'x-openstack-request-id': 'req-8bbe2cab-3c10-4bfb-b086-a20d1b7e9d13', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2806a3d1-bbe3-434e-9bbb-12118a392811 could not be found."}}' {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.541806s] ... 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 46f18c78-7ec5-4acc-a222-ff04d05b84ca failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:19,144 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes 0.245s 2023-04-19 14:01:19,145 80562 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-851061800"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18573da6-d7c5-4d0c-a4c0-75bd81d2a294', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18573da6-d7c5-4d0c-a4c0-75bd81d2a294', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes'} Body: b'{"volume": {"id": "46f18c78-7ec5-4acc-a222-ff04d05b84ca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:19.069857", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-851061800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:19,201 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.041s 2023-04-19 14:01:19,203 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b48b5d2-0a74-4987-a7d3-a8d6ff2e2957', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b48b5d2-0a74-4987-a7d3-a8d6ff2e2957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'{"volume": {"id": "46f18c78-7ec5-4acc-a222-ff04d05b84ca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:19.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-851061800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:20,253 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.038s 2023-04-19 14:01:20,253 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13c5cbb-45bd-474a-8327-9e781a3ea0d4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13c5cbb-45bd-474a-8327-9e781a3ea0d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'{"volume": {"id": "46f18c78-7ec5-4acc-a222-ff04d05b84ca", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:19.000000", "updated_at": "2023-04-19T14:01:19.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-851061800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:20,304 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.039s 2023-04-19 14:01:20,304 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e44d1342-8f98-47fe-ac88-2cd6cd48e0fe', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e44d1342-8f98-47fe-ac88-2cd6cd48e0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'{"volume": {"id": "46f18c78-7ec5-4acc-a222-ff04d05b84ca", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:19.000000", "updated_at": "2023-04-19T14:01:19.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-851061800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:20,416 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.102s 2023-04-19 14:01:20,417 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:20 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76fb405-55a6-467f-84c9-9400da72e6da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'' 2023-04-19 14:01:20,438 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.021s 2023-04-19 14:01:20,438 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-0643b50b-4f14-4aa5-b746-283cf54d43cd', 'x-openstack-request-id': 'req-0643b50b-4f14-4aa5-b746-283cf54d43cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 46f18c78-7ec5-4acc-a222-ff04d05b84ca could not be found."}}' {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.053792s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.302264s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.027273s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.049939s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.023527s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.637260s] ... 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 55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:25,612 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes 0.320s 2023-04-19 14:01:25,612 80562 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-846694763"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fb71fee-dd5c-4282-bbc8-7d51489786cb', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fb71fee-dd5c-4282-bbc8-7d51489786cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes'} Body: b'{"volume": {"id": "55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:25.538081", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-846694763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}], "user_id": "f3770d199d9c455098711316ba6b5ca6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:25,665 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.043s 2023-04-19 14:01:25,665 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d0b88e7-1d55-4c27-b7db-e90f6af17ffe', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d0b88e7-1d55-4c27-b7db-e90f6af17ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'{"volume": {"id": "55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:26.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-846694763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}], "user_id": "f3770d199d9c455098711316ba6b5ca6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02fc213d22d0442381eac593b0521730"}}' 2023-04-19 14:01:26,717 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.040s 2023-04-19 14:01:26,718 80562 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0afc553c-250b-44d5-9009-62f43e9aa0a6', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0afc553c-250b-44d5-9009-62f43e9aa0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'{"volume": {"id": "55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:26.000000", "updated_at": "2023-04-19T14:01:26.000000", "name": "tempest-VolumesServicesTestJSON-Volume-846694763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}], "user_id": "f3770d199d9c455098711316ba6b5ca6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02fc213d22d0442381eac593b0521730"}}' 2023-04-19 14:01:26,768 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.039s 2023-04-19 14:01:26,768 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a824d752-7042-419b-acd6-77741f2abedc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a824d752-7042-419b-acd6-77741f2abedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'{"volume": {"id": "55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:26.000000", "updated_at": "2023-04-19T14:01:26.000000", "name": "tempest-VolumesServicesTestJSON-Volume-846694763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}], "user_id": "f3770d199d9c455098711316ba6b5ca6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02fc213d22d0442381eac593b0521730"}}' 2023-04-19 14:01:26,895 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.116s 2023-04-19 14:01:26,896 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:26 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-ecc95274-2ad0-4f9f-8880-3da83bc3ecf9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'' 2023-04-19 14:01:26,927 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.030s 2023-04-19 14:01:26,927 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-50e32285-83f5-4b7a-b886-38fdfa9914e3', 'x-openstack-request-id': 'req-50e32285-83f5-4b7a-b886-38fdfa9914e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab could not be found."}}' {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.033971s] ... ok {7} 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 ff4d5101-e47f-4414-81ce-d5ffe97dae57 failed to build and is in ERROR status {7} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.670204s] ... 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 51288e63-5613-46e0-a801-e34a2de146e2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:34,666 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes 0.375s 2023-04-19 14:01:34,666 80562 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-907312886"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f548551-1a03-4747-bcd9-49023ca0bf22', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f548551-1a03-4747-bcd9-49023ca0bf22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes'} Body: b'{"volume": {"id": "51288e63-5613-46e0-a801-e34a2de146e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:34.589686", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-907312886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:34,722 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.046s 2023-04-19 14:01:34,722 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe54913-c897-43f9-88c5-cca1097e4fa7', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe54913-c897-43f9-88c5-cca1097e4fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'{"volume": {"id": "51288e63-5613-46e0-a801-e34a2de146e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:35.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-907312886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:35,773 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.039s 2023-04-19 14:01:35,774 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c4c1a9f-a4b1-477a-86ea-bb0d39ba241e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c4c1a9f-a4b1-477a-86ea-bb0d39ba241e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'{"volume": {"id": "51288e63-5613-46e0-a801-e34a2de146e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:35.000000", "updated_at": "2023-04-19T14:01:35.000000", "name": "tempest-VolumesDeleteCascade-Volume-907312886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:35,825 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.040s 2023-04-19 14:01:35,825 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-849880ae-79ab-4511-ac52-c9285a43d888', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-849880ae-79ab-4511-ac52-c9285a43d888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'{"volume": {"id": "51288e63-5613-46e0-a801-e34a2de146e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:35.000000", "updated_at": "2023-04-19T14:01:35.000000", "name": "tempest-VolumesDeleteCascade-Volume-907312886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:35,936 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.100s 2023-04-19 14:01:35,936 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-43c835db-f5f8-4a47-bf89-58941dafe270', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'' 2023-04-19 14:01:35,958 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.022s 2023-04-19 14:01:35,959 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-51acb6cb-4cd7-4a47-a392-34e957da0bdc', 'x-openstack-request-id': 'req-51acb6cb-4cd7-4a47-a392-34e957da0bdc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 51288e63-5613-46e0-a801-e34a2de146e2 could not be found."}}' {7} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.487665s] ... 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 aa9bab9e-347a-4d51-b353-9b928107fb0c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:36,146 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes 0.184s 2023-04-19 14:01:36,146 80562 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-1511754122"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b7269c0-7fd3-4b6b-aba5-e126a8becf3e', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b7269c0-7fd3-4b6b-aba5-e126a8becf3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes'} Body: b'{"volume": {"id": "aa9bab9e-347a-4d51-b353-9b928107fb0c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:36.088384", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1511754122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:36,208 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.044s 2023-04-19 14:01:36,209 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7fe63f4-1a3c-4287-aebc-33b693aabe82', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7fe63f4-1a3c-4287-aebc-33b693aabe82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'{"volume": {"id": "aa9bab9e-347a-4d51-b353-9b928107fb0c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:36.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1511754122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:37,261 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.039s 2023-04-19 14:01:37,261 80562 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f1e026-c945-41ce-ae6f-dcb6cdb3b1df', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f1e026-c945-41ce-ae6f-dcb6cdb3b1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'{"volume": {"id": "aa9bab9e-347a-4d51-b353-9b928107fb0c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:36.000000", "updated_at": "2023-04-19T14:01:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-1511754122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:37,309 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.037s 2023-04-19 14:01:37,309 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8201f444-0c03-4235-bf92-651e13d615e0', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8201f444-0c03-4235-bf92-651e13d615e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'{"volume": {"id": "aa9bab9e-347a-4d51-b353-9b928107fb0c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:36.000000", "updated_at": "2023-04-19T14:01:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-1511754122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:37,425 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.105s 2023-04-19 14:01:37,426 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-a67d0a3e-7c87-4715-9827-3509405af139', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'' 2023-04-19 14:01:37,448 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.021s 2023-04-19 14:01:37,448 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-fd276657-bdd4-4174-8d6a-3254484433a4', 'x-openstack-request-id': 'req-fd276657-bdd4-4174-8d6a-3254484433a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa9bab9e-347a-4d51-b353-9b928107fb0c could not be found."}}' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.688011s] ... 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 cbe00315-9e3a-477a-bad9-c580afa53036 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:40,718 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes 0.371s 2023-04-19 14:01:40,718 80562 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-115831270"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36f1991-a998-479a-a814-5fe9a3c2cfee', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36f1991-a998-479a-a814-5fe9a3c2cfee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes'} Body: b'{"volume": {"id": "cbe00315-9e3a-477a-bad9-c580afa53036", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:40.660419", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-115831270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 14:01:40,773 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.044s 2023-04-19 14:01:40,773 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9951c52-eb11-46e0-a71d-d1c92946c199', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9951c52-eb11-46e0-a71d-d1c92946c199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'{"volume": {"id": "cbe00315-9e3a-477a-bad9-c580afa53036", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:41.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-115831270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:41,838 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.052s 2023-04-19 14:01:41,839 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb4331f-e680-4a7c-a921-0b1cf8b5e657', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb4331f-e680-4a7c-a921-0b1cf8b5e657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'{"volume": {"id": "cbe00315-9e3a-477a-bad9-c580afa53036", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:41.000000", "updated_at": "2023-04-19T14:01:41.000000", "name": "tempest-VolumesTransfersV357Test-Volume-115831270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:41,893 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.043s 2023-04-19 14:01:41,894 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904df289-0108-4165-8090-f32aac63fc69', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904df289-0108-4165-8090-f32aac63fc69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'{"volume": {"id": "cbe00315-9e3a-477a-bad9-c580afa53036", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:41.000000", "updated_at": "2023-04-19T14:01:41.000000", "name": "tempest-VolumesTransfersV357Test-Volume-115831270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:42,011 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.106s 2023-04-19 14:01:42,011 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:41 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-db2f1a22-e2c8-4633-8a50-c263a453266b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'' 2023-04-19 14:01:42,033 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.021s 2023-04-19 14:01:42,033 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:42 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-fa801059-468b-4fa9-9b43-4faae6270e0c', 'x-openstack-request-id': 'req-fa801059-468b-4fa9-9b43-4faae6270e0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cbe00315-9e3a-477a-bad9-c580afa53036 could not be found."}}' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.573775s] ... 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 21e0ce09-5259-46a0-bd8f-8653f2741d2d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:42,298 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes 0.262s 2023-04-19 14:01:42,299 80562 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-1342069123"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f227e5-c41c-4651-a4c4-09b21b310ef5', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f227e5-c41c-4651-a4c4-09b21b310ef5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes'} Body: b'{"volume": {"id": "21e0ce09-5259-46a0-bd8f-8653f2741d2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:42.162728", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1342069123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 14:01:42,362 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.054s 2023-04-19 14:01:42,363 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f0bf55-0141-4798-a105-03915155b655', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f0bf55-0141-4798-a105-03915155b655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'{"volume": {"id": "21e0ce09-5259-46a0-bd8f-8653f2741d2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:42.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1342069123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:43,414 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.039s 2023-04-19 14:01:43,414 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4035b3c2-4e81-49e2-a20d-3552865ca339', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4035b3c2-4e81-49e2-a20d-3552865ca339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'{"volume": {"id": "21e0ce09-5259-46a0-bd8f-8653f2741d2d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:42.000000", "updated_at": "2023-04-19T14:01:42.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1342069123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:43,472 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.046s 2023-04-19 14:01:43,472 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c2e1c6f-344d-4a23-85ab-c7643c3d658c', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c2e1c6f-344d-4a23-85ab-c7643c3d658c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'{"volume": {"id": "21e0ce09-5259-46a0-bd8f-8653f2741d2d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:42.000000", "updated_at": "2023-04-19T14:01:42.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1342069123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:43,583 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.099s 2023-04-19 14:01:43,583 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:43 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-65d69e42-86ca-4e4e-aecc-9d9127666532', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'' 2023-04-19 14:01:43,608 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.025s 2023-04-19 14:01:43,609 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:43 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-1417c396-3faf-4bb5-8e78-9ea2ca891bc7', 'x-openstack-request-id': 'req-1417c396-3faf-4bb5-8e78-9ea2ca891bc7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21e0ce09-5259-46a0-bd8f-8653f2741d2d could not be found."}}' {7} 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 2c8dc2b6-8a1d-4cec-bf12-21800c8718ea failed to build and is in ERROR status {7} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [168.394563s] ... 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 41b15eb0-a137-4c3d-a605-61f0388e10d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:18,300 80550 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 13:59:18,300 80550 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:59:18,363 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-04-19 13:59:18,363 80550 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-824893131", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHgaypXa1N3dushLmF0anTxsHXhJW5mb1XtuBL/cClN1q5jd7K3MhpXEA+bmbDbzW6OS5PnA/QU5VwPwjgvMnrpiqikVJ9Svt6FKtMglxhahxn4cN+p4HdnEBya1pnvWLA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:18 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-c96b3f03-43a9-4316-bb24-636390cf88d3', 'x-compute-request-id': 'req-c96b3f03-43a9-4316-bb24-636390cf88d3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-824893131", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHgaypXa1N3dushLmF0anTxsHXhJW5mb1XtuBL/cClN1q5jd7K3MhpXEA+bmbDbzW6OS5PnA/QU5VwPwjgvMnrpiqikVJ9Svt6FKtMglxhahxn4cN+p4HdnEBya1pnvWLA==", "fingerprint": "6e:f0:62:2a:16:60:d9:69:8e:8d:d1:08:9c:4d:3f:fb", "user_id": "825cd7cdbfad406197e3230a687dcfcc"}}' 2023-04-19 13:59:18,366 80550 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-824893131 created 2023-04-19 13:59:18,519 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.152s 2023-04-19 13:59:18,519 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1392559604", "description": "tempest-description--1511013332"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-ff39a01e-e9b3-4736-8d52-697ac9b558ba', 'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9914219c-83de-41ee-b81c-28575d066b75", "name": "tempest-securitygroup--1392559604", "stateful": true, "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "description": "tempest-description--1511013332", "shared": false, "security_group_rules": [{"id": "8a0c0bb7-b902-4d1f-9a7e-499d663a3019", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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": 572, "description": null, "tags": [], "created_at": "2023-04-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}, {"id": "f4b2254b-0f45-48d1-9e6c-0e7422a47dbe", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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": 571, "description": null, "tags": [], "created_at": "2023-04-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}], "tags": [], "created_at": "2023-04-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 1, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:59:18,695 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-19 13:59:18,696 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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-2c11aec7-976b-4228-9d07-04f7227080b1', 'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "81359444-9db0-44c4-9e3a-1f4dbc402be2", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:59:18,845 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.148s 2023-04-19 13:59:18,845 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4c9c2937-f729-4d4d-b684-d36091140354', 'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "05f1bfc3-3111-486b-a74a-89dc4d99f26f", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:59:18,846 80550 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1392559604 created 2023-04-19 13:59:20,171 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.324s 2023-04-19 13:59:20,171 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ea6dfd39-0be4-4c90-94f5-c246d3d62964', 'date': 'Wed, 19 Apr 2023 13:59:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f898cc95-9645-4f5c-87d0-4fa5f684e001", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "floating_ip_address": "172.24.4.182", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:59:19Z", "updated_at": "2023-04-19T13:59:19Z", "revision_number": 0}}' 2023-04-19 13:59:20,172 80550 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f898cc95-9645-4f5c-87d0-4fa5f684e001', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:59:19Z', 'updated_at': '2023-04-19T13:59:19Z', 'revision_number': 0, 'ip': '172.24.4.182'} created 2023-04-19 13:59:20,267 80550 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.089s 2023-04-19 13:59:20,267 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:20 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-9944746e-1884-40ea-9ed0-9a6383787677', '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": "825cd7cdbfad406197e3230a687dcfcc", "name": "tempest-AttachVolumeShelveTestJSON-1349701874-project-member", "password_expires_at": null}, "audit_ids": ["mU-zmUatTrWazFFmXkj99Q"], "expires_at": "2023-04-19T14:59:20.000000Z", "issued_at": "2023-04-19T13:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d2b244a7fcf46baab5d636ba6e58fb7", "name": "tempest-AttachVolumeShelveTestJSON-1349701874"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3 dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:59:20,268 80550 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '032bf858-1d5a-4124-8a42-813b354ac034', 'name': 'tempest-AttachVolumeShelveTestJSON-96054959-network', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48070, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:59:20,269 80550 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-824893131', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHgaypXa1N3dushLmF0anTxsHXhJW5mb1XtuBL/cClN1q5jd7K3MhpXEA+bmbDbzW6OS5PnA/QU5VwPwjgvMnrpiqikVJ9Svt6FKtMglxhahxn4cN+p4HdnEBya1pnvWLA==', 'fingerprint': '6e:f0:62:2a:16:60:d9:69:8e:8d:d1:08:9c:4d:3f:fb', 'user_id': '825cd7cdbfad406197e3230a687dcfcc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCwYoL4XhiF8QHl0Yq316IuC6qk90ohGD/ga4jyBk+TcW+O0KkH9kjy\nUHXILPsbY9igBwYFK4EEACKhZANiAAR4GsqV2tTd3brIS5hdGp08bB14SVuZm9V7\nbgS/3ApTdauY3eytzIaVxAPm5mw281ujkuT5wP0FOVcD8I4LzJ66YqopFSfUr7eh\nSrTIJcYWocZ+HDfqeB3ZxAcmtaZ71iw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9914219c-83de-41ee-b81c-28575d066b75', 'name': 'tempest-securitygroup--1392559604', 'stateful': True, 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': 'tempest-description--1511013332', 'shared': False, 'security_group_rules': [{'id': '8a0c0bb7-b902-4d1f-9a7e-499d663a3019', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'security_group_id': '9914219c-83de-41ee-b81c-28575d066b75', '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': 572, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:59:18Z', 'updated_at': '2023-04-19T13:59:18Z', 'revision_number': 0, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}, {'id': 'f4b2254b-0f45-48d1-9e6c-0e7422a47dbe', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'security_group_id': '9914219c-83de-41ee-b81c-28575d066b75', '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': 571, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:59:18Z', 'updated_at': '202 3-04-19T13:59:18Z', 'revision_number': 0, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}], 'tags': [], 'created_at': '2023-04-19T13:59:18Z', 'updated_at': '2023-04-19T13:59:18Z', 'revision_number': 1, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}, 'floating_ip': {'id': 'f898cc95-9645-4f5c-87d0-4fa5f684e001', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:59:19Z', 'updated_at': '2023-04-19T13:59:19Z', 'revision_number': 0, 'ip': '172.24.4.182'}} 2023-04-19 13:59:21,476 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.207s 2023-04-19 13:59:21,477 80550 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-1234914905", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "032bf858-1d5a-4124-8a42-813b354ac034"}], "security_groups": [{"name": "tempest-securitygroup--1392559604"}], "key_name": "tempest-keypair-824893131", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb', '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-4803ed6b-5cb3-4858-964b-c2ba18cfb2bb', 'x-compute-request-id': 'req-4803ed6b-5cb3-4858-964b-c2ba18cfb2bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1392559604"}], "adminPass": "password"}}' 2023-04-19 13:59:21,580 80550 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/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.100s 2023-04-19 13:59:21,581 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:21 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-673f4cd1-cf8a-4040-a0e6-7343d2bd25a7', 'x-compute-request-id': 'req-673f4cd1-cf8a-4040-a0e6-7343d2bd25a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'{"server": {"id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "name": "tempest-AttachVolumeShelveTestJSON-server-1234914905", "status": "BUILD", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:21Z", "updated": "2023-04-19T13:59:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-824893131", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 14:00:11,915 80550 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/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.272s 2023-04-19 14:00:11,916 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b5c95b1-20eb-4f73-bcf5-827aa70d4f7f', 'x-compute-request-id': 'req-1b5c95b1-20eb-4f73-bcf5-827aa70d4f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'{"server": {"id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "name": "tempest-AttachVolumeShelveTestJSON-server-1234914905", "status": "ACTIVE", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "ac60e7b69f170413360fb18868b8421a1e458a47d97a129bf6d50d97", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:21Z", "updated": "2023-04-19T13:59:31Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8e:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-824893131", "OS-SRV-USG:launched_at": "2023-04-19T13:59:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1392559604"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 14:00:11,930 80550 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:01:12,309 80550 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 /f9269f8b-60eb-4cd7-a58d-c34df1d32deb/os-interface 0.318s 2023-04-19 14:01:12,309 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:11 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-b6f8ffb9-d817-4d22-b5e6-f644fbe2a2b3', 'x-compute-request-id': 'req-b6f8ffb9-d817-4d22-b5e6-f644fbe2a2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "032bf858-1d5a-4124-8a42-813b354ac034", "port_id": "7d8c9040-6fff-4be9-a351-5a49d9ad576c", "mac_addr": "fa:16:3e:d0:8e:81", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e19ab3e7-dcce-469a-b022-61064f2754cd", "ip_address": "10.0.0.14"}]}]}' 2023-04-19 14:01:13,556 80550 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/f898cc95-9645-4f5c-87d0-4fa5f684e001 1.239s 2023-04-19 14:01:13,557 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7d8c9040-6fff-4be9-a351-5a49d9ad576c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-c724ae70-9d72-4dd3-96c4-f39b1c51ea71', 'date': 'Wed, 19 Apr 2023 14:01:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f898cc95-9645-4f5c-87d0-4fa5f684e001'} Body: b'{"floatingip": {"id": "f898cc95-9645-4f5c-87d0-4fa5f684e001", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "floating_ip_address": "172.24.4.182", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "44ad9aba-518c-4971-9428-3e163b669627", "port_id": "7d8c9040-6fff-4be9-a351-5a49d9ad576c", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "032bf858-1d5a-4124-8a42-813b354ac034", "mac_address": "fa:16:3e:d0:8e:81", "admin_state_up": true, "status": "ACTIVE", "device_id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:59:19Z", "updated_at": "2023-04-19T14:01:12Z", "revision_number": 1, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 14:01:13,558 80550 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.182:22' as 'cirros' with public key authentication 2023-04-19 14:01:13,589 80550 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:01:13,608 80550 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:01:13,609 80550 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.182 successfully created 2023-04-19 14:01:13,666 80550 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/f9269f8b-60eb-4cd7-a58d-c34df1d32deb/ips 0.057s 2023-04-19 14:01:13,667 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'comp ute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aeb52f8-06e0-4302-a824-fd2eaafcc276', 'x-compute-request-id': 'req-2aeb52f8-06e0-4302-a824-fd2eaafcc276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-19 14:01:13,901 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes 0.231s 2023-04-19 14:01:13,902 80550 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-506058539"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea70c52f-d959-43a0-9e29-4eada1919e80', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea70c52f-d959-43a0-9e29-4eada1919e80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes'} Body: b'{"volume": {"id": "41b15eb0-a137-4c3d-a605-61f0388e10d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:13.827473", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-506058539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}], "user_id": "825cd7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:13,954 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6 0.040s 2023-04-19 14:01:13,954 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0cfaea1-8589-4ee2-b5e9-d40382850e41', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0cfaea1-8589-4ee2-b5e9-d40382850e41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6'} Body: b'{"volume": {"id": "41b15eb0-a137-4c3d-a605-61f0388e10d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:14.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-506058539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}], "user_id": "825c d7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 14:01:15,011 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6 0.045s 2023-04-19 14:01:15,012 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b55ecb2-8b91-494b-8d73-67a40e8ab571', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b55ecb2-8b91-494b-8d73-67a40e8ab571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6'} Body: b'{"volume": {"id": "41b15eb0-a137-4c3d-a605-61f0388e10d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:14.000000", "updated_at": "2023-04-19T14:01:14.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-506058539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}], "user_id": "825cd7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 14:01:15,138 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.115s 2023-04-19 14:01:15,138 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:15 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-0a0884a7-49c9-47b3-acf0-6ca6eee0d6a5', 'x-compute-request-id': 'req-0a0884a7-49c9-47b3-acf0-6ca6eee0d6a5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'' 2023-04-19 14:01:15,341 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.202s 2023-04-19 14:01:15,341 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:15 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-d7d0ae84-ca65-457b-9e6b-443b3cb56488', 'x-compute-request-id': 'req-d7d0ae84-ca65-457b-9e6b-443b3cb56488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'{"server": {"id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "name": "tempest-AttachVolumeShelveTestJSON-server-1234914905", "status": "ACTIVE", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "ac60e7b69f170413360fb18868b8421a1e458a47d97a129bf6d50d97", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:21Z", "updated": "2023-04-19T14:01:15Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8e:81"}, {"version": 4, "addr": "172.24.4.182", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8e:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-824893131", "OS-SRV-USG:launched_at": "2023-04-19T13:59:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1392559604"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 14:02:05,547 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.143s 2023-04-19 14:02:05,547 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:05 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-39b46eff-5d08-4c58-8fe3-ae28b57c27d0', 'x-compute-request-id': 'req-39b46eff-5d08-4c58-8fe3-ae28b57c27d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f9269f8b-60eb-4cd7-a58d-c34df1d32deb could not be found."}}' 2023-04-19 14:02:05,589 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-824893131 0.041s 2023-04-19 14:02:05,590 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94e14cb3-dc7c-4de9-94ed-c09261634413', 'x-compute-request-id': 'req-94e14cb3-dc7c-4de9-94ed-c09261634413', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair- 824893131'} Body: b'' 2023-04-19 14:02:05,743 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9914219c-83de-41ee-b81c-28575d066b75 0.152s 2023-04-19 14:02:05,743 80550 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-d5f85a44-2c9a-4147-a851-de19f5360d1e', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9914219c-83de-41ee-b81c-28575d066b75'} Body: b'' 2023-04-19 14:02:05,774 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9914219c-83de-41ee-b81c-28575d066b75 0.030s 2023-04-19 14:02:05,774 80550 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-e2fd7e16-1ace-44c5-adae-a92b5f35d0d1', 'date': 'Wed, 19 Apr 2023 14:02:05 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9914219c-83de-41ee-b81c-28575d066b75'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9914219c-83de-41ee-b81c-28575d066b75 does not exist", "detail": ""}}' 2023-04-19 14:02:06,693 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f898cc95-9645-4f5c-87d0-4fa5f684e001 0.917s 2023-04-19 14:02:06,693 80550 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-add619da-c6fa-4a35-9955-ed3b76213ea9', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f898cc95-9645-4f5c-87d0-4fa5f684e001'} Body: b'' {1} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.563381s] ... 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 e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:11,567 80550 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.387s 2023-04-19 14:02:11,567 80550 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-370228229"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-678ef5ef-3970-435a-b51e-fcb16d7fb525', 'x-compute-request-id': 'req-678ef5ef-3970-435a-b51e-fcb16d7fb525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:02:11.462594", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-370228229", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-19 14:02:11,654 80550 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/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a 0.081s 2023-04-19 14:02:11,654 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:11 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-20e98171-feb4-4b44-87fe-42f510f36365', 'x-compute-request-id': 'req-20e98171-feb4-4b44-87fe-42f510f36365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a'} Body: b'{"volume": {"id": "e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:02:11.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-370228229", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-19 14:02:12,734 80550 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/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a 0.074s 2023-04-19 14:02:12,734 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:12 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-487e324f-3e8e-4d12-a083-55c362194916', 'x-compute-request-id': 'req-487e324f-3e8e-4d12-a083-55c362194916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a'} Body: b'{"volume": {"id": "e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T1 4:02:11.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-370228229", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {1} 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 ef9ca74f-3fd3-4e35-b84a-2e92f0296b40 failed to build and is in ERROR status {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.175329s] ... ok {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.723125s] ... 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 f3cae937-26df-4097-be40-b5ccad3a7bb0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:20,696 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes 0.415s 2023-04-19 14:02:20,696 80550 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-1001302797"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e1d2126-4bed-4fcd-8286-dbced3dfa9a0', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e1d2126-4bed-4fcd-8286-dbced3dfa9a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes'} Body: b'{"volume": {"id": "f3cae937-26df-4097-be40-b5ccad3a7bb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:20.628006", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1001302797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 14:02:20,747 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.041s 2023-04-19 14:02:20,747 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b1d654-6c85-481f-bf62-1dd7c90011b1', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b1d654-6c85-481f-bf62-1dd7c90011b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'{"volume": {"id": "f3cae937-26df-4097-be40-b5ccad3a7bb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:21.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1001302797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:21,814 80550 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.055s 2023-04-19 14:02:21,815 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4a26f5-255c-4acf-b1fc-2a60605692ae', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4a26f5-255c-4acf-b1fc-2a60605692ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'{"volume": {"id": "f3cae937-26df-4097-be40-b5ccad3a7bb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:21.000000", "updated_at": "2023-04-19T14:02:21.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1001302797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:21,870 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.044s 2023-04-19 14:02:21,870 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ee38dd-36f9-4d31-b71f-6e022f8945fa', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99ee38dd-36f9-4d31-b71f-6e022f8945fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'{"volume": {"id": "f3cae937-26df-4097-be40-b5ccad3a7bb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:21.000000", "updated_at": "2023-04-19T14:02:21.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1001302797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:21,980 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.099s 2023-04-19 14:02:21,980 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:21 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-e4fac0c9-8e80-4722-a4d3-e6c45e2ace7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'' 2023-04-19 14:02:22,002 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.021s 2023-04-19 14:02:22,002 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:21 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-77a43f66-b9e8-4ff6-bd72-7e363489fceb', 'x-openstack-request-id': 'req-77a43f66-b9e8-4ff6-bd72-7e363489fceb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f3cae937-26df-4097-be40-b5ccad3a7bb0 could not be found."}}' {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.570491s] ... 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 45610578-6d51-45b3-ba12-c5af48b3b60f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:22,276 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes 0.269s 2023-04-19 14:02:22,276 80550 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-976138236"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93f13eaa-eb4b-4701-b1eb-032d8fbfb5b8', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93f13eaa-eb4b-4701-b1eb-032d8fbfb5b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes'} Body: b'{"volume": {"id": "45610578-6d51-45b3-ba12-c5af48b3b60f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:22.208247", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-976138236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 14:02:22,328 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.042s 2023-04-19 14:02:22,329 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4594bc15-b9f8-4750-9a16-be13956983c4', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4594bc15-b9f8-4750-9a16-be13956983c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'{"volume": {"id": "45610578-6d51-45b3-ba12-c5af48b3b60f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:22.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-976138236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:23,380 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.039s 2023-04-19 14:02:23,381 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217b81a4-3f52-4978-9493-a2d204a28fe3', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217b81a4-3f52-4978-9493-a2d204a28fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'{"volume": {"id": "45610578-6d51-45b3-ba12-c5af48b3b60f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:22.000000", "updated_at": "2023-04-19T14:02:22.000000", "name": "tempest-VolumesTransfersV355Test-Volume-976138236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:23,441 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.049s 2023-04-19 14:02:23,442 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12c833e1-fbdc-4828-bfb7-77c980476705', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12c833e1-fbdc-4828-bfb7-77c980476705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'{"volume": {"id": "45610578-6d51-45b3-ba12-c5af48b3b60f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:22.000000", "updated_at": "2023-04-19T14:02:22.000000", "name": "tempest-VolumesTransfersV355Test-Volume-976138236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:23,553 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.099s 2023-04-19 14:02:23,553 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:23 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-f4da3919-392c-48ed-98c8-7f3107a5d391', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'' 2023-04-19 14:02:23,575 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.021s 2023-04-19 14:02:23,575 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:23 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-b98ab664-e77d-49f0-ba1b-56f82ad56a08', 'x-openstack-request-id': 'req-b98ab664-e77d-49f0-ba1b-56f82ad56a08', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 45610578-6d51-45b3-ba12-c5af48b3b60f could not be found."}}' {1} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.171640s] ... ok {1} setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 3e063ebc-aaf8-45b5-be9a-602997bcd0af failed to build and is in ERROR status {9} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.857139s] ... 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 5f770f68-52c4-44b6-b239-9893d1f860a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:55,925 80566 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-19 13:59:56,663 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.737s 2023-04-19 13:59:56,664 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--539487379", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2d61c68d-0bf9-43fe-b2b6-3f8aa9270138', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--539487379", "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": "833c753ebd4a43f3a70e30069a91f159", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "created_at": "2023-04-19T13:59:57Z", "updated_at": "2023-04-19T13:59:57Z", "tags": [], "self": "/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "file": "/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:58,002 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4/file 1.338s 2023-04-19 13:59:58,003 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ff485e40-178e-40a9-b172-6bb8b5b0dfb8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4/file'} Body: b'' 2023-04-19 13:59:58,003 80566 DEBUG [tempest.scenario.manager] image:bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4 2023-04-19 13:59:58,058 80566 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.051s 2023-04-19 13:59:58,059 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-667746645", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKpN5oGph6zjXEqhTdbY1xcgOmbs26KOU1Qo/LL/xx6jL4q0CzpWPjQF/Tfxus+zFaPmLig1vD3+KffUdgsh6LpjEsf5aZeG/7jaDhTP3pnBt4OQWwHFt63EhrPQz8i0Yw=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d73cff7e-2fab-4281-9b82-303d00196205', 'x-compute-request-id': 'req-d73cff7e-2fab-4281-9b82-303d00196205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-667746 645", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKpN5oGph6zjXEqhTdbY1xcgOmbs26KOU1Qo/LL/xx6jL4q0CzpWPjQF/Tfxus+zFaPmLig1vD3+KffUdgsh6LpjEsf5aZeG/7jaDhTP3pnBt4OQWwHFt63EhrPQz8i0Yw==", "fingerprint": "bc:85:a0:94:ff:85:d0:57:cd:db:99:f4:59:2a:63:73", "user_id": "659c76db8ca8424a8c46a43936dfc7a4"}}' 2023-04-19 13:59:58,286 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.216s 2023-04-19 13:59:58,286 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:58 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-a41b8881-e075-419d-aa10-8d56d70a5268', '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": "659c76db8ca8424a8c46a43936dfc7a4", "name": "tempest-TestMinimumBasicScenario-1552925886-project-member", "password_expires_at": null}, "audit_ids": ["t9y-pGQATWGL8I-vE8vXDA"], "expires_at": "2023-04-19T14:59:58.000000Z", "issued_at": "2023-04-19T13:59:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "833c753ebd4a43f3a70e30069a91f159", "name": "tempest-TestMinimumBasicScenario-1552925886"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:59:58,287 80566 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'fa47499b-5227-4a96-b974-d57fa75d62ba', 'name': 'tempest-TestMinimumBasicScenario-1907882221-network', 'tenant_id': '833c753ebd4a43f3a70e30069a91f159', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '833c753ebd4a43f3a70e30069a91f159', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56229, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:18Z', 'updated_at': '2023-04-19T13:56:18Z', 'revision_number': 1} available for tenant 2023-04-19 13:59:58,900 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.612s 2023-04-19 13:59:58,900 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-811394322", "imageRef": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-667746645", "networks": [{"uuid": "fa47499b-5227-4a96-b974-d57fa75d62ba"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3382fa8-4b7e-40f6-b2df-45dcc6c865fd', 'x-compute-request-id': 'req-c3382fa8-4b7e-40f6-b2df-45dcc6c865fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "JEpeTw38utFc"}}' 2023-04-19 13:59:58,979 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.076s 2023-04-19 13:59:58,979 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-109d53b4-e975-4a52-b40e-f35388de2685', 'x-compute-request-id': 'req-109d53b4-e975-4a52-b40e-f35388de2685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "BUILD", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:59Z", "updated": "2023-04-19T13:59:58Z", "addresses": {}, "acces sIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:49,275 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.233s 2023-04-19 14:00:49,275 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-925e8970-029b-475e-b236-fe313730cfaf', 'x-compute-request-id': 'req-925e8970-029b-475e-b236-fe313730cfaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:58Z", "updated": "2023-04-19T14:00:07Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:99:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": "2023-04-19T14:00:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:49,290 80566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 14:01:49,718 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.370s 2023-04-19 14:01:49,719 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 're q-9110d192-ed68-4d53-9b9e-f7d947237f1b', 'x-compute-request-id': 'req-9110d192-ed68-4d53-9b9e-f7d947237f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:58Z", "updated": "2023-04-19T14:00:07Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:99:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": "2023-04-19T14:00:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:01:49,959 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.228s 2023-04-19 14:01:49,960 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:49 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-39adc454-20c3-4f6d-9eb4-cd8f16bbf9c1', 'x-compute-request-id': 'req-39adc454-20c3-4f6d-9eb4-cd8f16bbf9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}]}]}' 2023-04-19 14:01:50,190 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.226s 2023-04-19 14:01:50,191 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1524737c-cb5e-4759-b5a8-a8ac45bc9122', 'x-compute-request-id': 'req-1524737c-cb5e-4759-b5a8-a8ac45bc9122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be 70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:58Z", "updated": "2023-04-19T14:00:07Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:99:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": "2023-04-19T14:00:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:01:50,434 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes 0.224s 2023-04-19 14:01:50,435 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-519018141", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbce2b1a-aa56-45c7-9165-d509a4f102b5', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbce2b1a-aa56-45c7-9165-d509a4f102b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes'} Body: b'{"volume": {"id": "5f770f68-52c4-44b6-b239-9893d1f860a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:50.348796", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-519018141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:50,511 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7 0.066s 2023-04-19 14:01:50,511 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-f13e7f8a-7d5a-453f-b045-e9f40915f7e9', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13e7f8a-7d5a-453f-b045-e9f40915f7e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7'} Body: b'{"volume": {"id": "5f770f68-52c4-44b6-b239-9893d1f860a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:50.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-519018141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "833c753ebd4a43f3a70e30069a91f159"}}' 2023-04-19 14:01:51,591 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7 0.068s 2023-04-19 14:01:51,592 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d86121d2-e716-45bf-b067-3b0a9e25690e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d86121d2-e716-45bf-b067-3b0a9e25690e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7'} Body: b'{"volume": {"id": "5f770f68-52c4-44b6-b239-9893d1f860a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:50.000000", "updated_at": "2023-04-19T14:01:50.000000", "name": "tempest-TestMinimumBasicScenario-volume-519018141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "833c753ebd4a43f3a70e30069a91f159"}}' 2023-04-19 14:01:51,774 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7 0.170s 2023-04-19 14:01:51,775 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-6fab14c0-0c10-4755-a3d3-7d5c9339518c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a4 3f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7'} Body: b'' 2023-04-19 14:01:51,797 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7 0.022s 2023-04-19 14:01:51,798 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-a0f25373-fb78-4d33-833f-7482d114e67c', 'x-openstack-request-id': 'req-a0f25373-fb78-4d33-833f-7482d114e67c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5f770f68-52c4-44b6-b239-9893d1f860a7 could not be found."}}' 2023-04-19 14:01:51,925 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.126s 2023-04-19 14:01:51,925 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:51 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-fd56d0e3-2ee4-4aba-9494-04064ffa0407', 'x-compute-request-id': 'req-fd56d0e3-2ee4-4aba-9494-04064ffa0407', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'' 2023-04-19 14:01:52,358 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.432s 2023-04-19 14:01:52,359 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a3020dc-9946-409a-af47-98b21f3cd27f', 'x-compute-request-id': 'req-1a3020dc-9946-409a-af47-98b21f3cd27f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:58Z", "updated": "2023-04-19T14:01:52Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:99:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": "2023-04-19T14:00:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:02:42,645 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.225s 2023-04-19 14:02:42,645 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e5c89279-afa5-402c-a100-f2793f8531d9', 'x-compute-request-id': 'req-e5c89279-afa5-402c-a100-f2793f8531d9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 39b00836-b75e-499d-be70-8a56500a3ebb could not be found."}}' 2023-04-19 14:02:42,674 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-667746645 0.028s 2023-04-19 14:02:42,675 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09c2f7b3-149a-4512-862b-9d1156feb1f3', 'x-compute-request-id': 'req-09c2f7b3-149a-4512-862b-9d1156feb1f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-667746645'} Body: b'' 2023-04-19 14:02:42,780 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4 0.105s 2023-04-19 14:02:42,780 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ac57bc3f-3499-46f1-9ee9-d2a1c72beb56', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4'} Body: b'' {1} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [3.800370s] ... 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 285a83f6-50fc-493e-9b4b-b9b62f53b591 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:46,416 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.249s 2023-04-19 14:02:46,417 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1530317186", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL2km9RU8I6uavHVx4yRGldwtazsXzxQQj7oNocN3Msb+qOSOEoOaepoUnhTNZpf+TJWtLzW3EqZeGcYx+7gWM9GPkJ21o4fKiWC4IPt3jnDa4ZtGQIesaViYjDTWEr2sA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:46 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-15a8c4b9-a010-426e-b382-f556b57846e8', 'x-compute-request-id': 'req-15a8c4b9-a010-426e-b382-f556b57846e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1530317186", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL2km9RU8I6uavHVx4yRGldwtazsXzxQQj7oNocN3Msb+qOSOEoOaepoUnhTNZpf+TJWtLzW3EqZeGcYx+7gWM9GPkJ21o4fKiWC4IPt3jnDa4ZtGQIesaViYjDTWEr2sA==", "fingerprint": "f0:d5:67:cd:43:68:dd:ed:4d:71:bc:fd:9d:0a:f7:8c", "user_id": "9a8928c0d6414135b0f35d0b403ea158"}}' 2023-04-19 14:02:46,612 80550 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.192s 2023-04-19 14:02:46,612 80550 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-216977451", "description": "tempest-secgroup-smoke-216977451 description", "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-e162489e-3f33-45d5-b4d8-8b5ee8bac5b7', 'date': 'Wed, 19 Apr 2023 14:02:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "name": "tempest-secgroup-smoke-216977451", "stateful": true, "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "description": "tempest-secgroup-smoke-216977451 description", "shared": false, "security_group_rules": [{"id": "194b6dce-3bc9-4f1c-9133-d573fb7c7f11", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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": 783, "description": null, "tags": [], "created_at": "2023-04-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}, {"id": "8cad5401-dea1-4582-b926-2c102d30f066", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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": 782, "description": null, "tags": [], "created_at": "2023-04-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}], "tags": [], "created_at": "2023-04-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 1, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:46,828 80550 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.215s 2023-04-19 14:02:46,829 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "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-400d12fb-1335-4ea6-84ae-91e1c9e15676', 'date': 'Wed, 19 Apr 2023 14:02:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1993c775-db34-467e-9a3f-1e0368915888", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:47,081 80550 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.251s 2023-04-19 14:02:47,081 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "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-d6e15015-0394-41dc-a1a1-20c9a0ee92c0', 'date': 'Wed, 19 Apr 2023 14:02:47 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": "abe614ba-cdf2-463e-8a0b-b186baf0d5b5", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:47,258 80550 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.176s 2023-04-19 14:02:47,258 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6414309b-a813-4455-adbe-28a859b06e80', 'date': 'Wed, 19 Apr 2023 14:02:47 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": "b3f5edc1-9f59-46b6-8b1a-0443c6598c02", "tenant_id": "94a86643031e4eb 7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:47Z", "updated_at": "2023-04-19T14:02:47Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:47,859 80550 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.600s 2023-04-19 14:02:47,859 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a0712518-0caa-49f4-93d9-407b677f3843', 'date': 'Wed, 19 Apr 2023 14:02:47 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": "19bc1ee8-5a5b-4a49-8b5b-f9c6ed57e773", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:47Z", "updated_at": "2023-04-19T14:02:47Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:48,029 80550 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.169s 2023-04-19 14:02:48,029 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8aa04e76-087b-4719-a348-b08ab4613907', 'date': 'Wed, 19 Apr 2023 14:02:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "868adbf4-787d-402f-bd92-88d3aed3ce4a", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:47Z", "updated_at": "2023-04-19T14:02:47Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:48,192 80550 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.162s 2023-04-19 14:02:48,192 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3b82f4fb-b39a-47e8-ab7c-27bbbb11bfc5', 'date': 'Wed, 19 Apr 2023 14:02:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e0e458dd-299c-499e-b0c7-fdd987bb4e01", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:48Z", "updated_at": "2023-04-19T14:02:48Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:48,450 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes 0.257s 2023-04-19 14:02:48,451 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1971396646", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9284df7-7bca-4cf6-87eb-f9c1a1e9218f', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9284df7-7bca-4cf6-87eb-f9c1a1e9218f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes'} Body: b'{"volume": {"id": "285a83f6-50fc-493e-9b4b-b9b62f53b591", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:48.342587", "updated_at": null, "name": "tempest-TestStampPattern-volume-1971396646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}], "user_id": "9a8928c0d6414135b0f35d0b403ea158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:02:48,512 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591 0.050s 2023-04-19 14:02:48,512 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa86d52-07a0-4b43-8eee-8160b38a7007', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa86d52-07a0-4b43-8eee-8160b38a7007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591'} Body: b'{"volume": {"id": "285a83f6-50fc-493e-9b4b-b9b62f53b591", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:48.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-1971396646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, " metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}], "user_id": "9a8928c0d6414135b0f35d0b403ea158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:49,585 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591 0.061s 2023-04-19 14:02:49,586 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f0f671-d099-464d-9e38-2643813759ee', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f0f671-d099-464d-9e38-2643813759ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591'} Body: b'{"volume": {"id": "285a83f6-50fc-493e-9b4b-b9b62f53b591", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:48.000000", "updated_at": "2023-04-19T14:02:48.000000", "name": "tempest-TestStampPattern-volume-1971396646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}], "user_id": "9a8928c0d6414135b0f35d0b403ea158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:49,719 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591 0.122s 2023-04-19 14:02:49,720 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7749de14-4dee-4657-9ee6-05f21e6fa096', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591'} Body: b'' 2023-04-19 14:02:49,743 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591 0.022s 2023-04-19 14:02:49,743 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02: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-6f6aac28-f796-46e0-ab9e-45765649084c', 'x-openstack-request-id': 'req-6f6aac28-f796-46e0-ab9e-45765649084c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 285a83f6-50fc-493e-9b4b-b9b62f53b591 could not be found."}}' 2023-04-19 14:02:49,915 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c56f6320-95b3-42eb-9a09-989bdf6c5ab2 0.172s 2023-04-19 14:02:49,916 80550 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-baa50965-7c7f-405b-92ad-a363fed81559', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c56f6320-95b3-42eb-9a09-989bdf6c5ab2'} Body: b'' 2023-04-19 14:02:49,963 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1530317186 0.047s 2023-04-19 14:02:49,964 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:49 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-1fd85a26-2e4b-4196-b2c5-5655381da79e', 'x-compute-request-id': 'req-1fd85a26-2e4b-4196-b2c5-5655381da79e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1530317186'} Body: b'' {9} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.566654s] ... 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 a5b41661-eb15-43c4-9112-b3fad267b8cb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:52,256 80566 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes 0.440s 2023-04-19 14:02:52,256 80566 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-972070856"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d30eda-311d-4a8e-aeec-23844e37529d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d30eda-311d-4a8e-aeec-23844e37529d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes'} Body: b'{"volume": {"id": "a5b41661-eb15-43c4-9112-b3fad267b8cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:52.182624", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-972070856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}], "user_id": "e33ef7d4768145349a2f5c3638f2b16f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:02:52,314 80566 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb 0.048s 2023-04-19 14:02:52,314 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a5435a-9227-475c-9514-0b29a85141c7', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a5435a-9227-475c-9514-0b29a85141c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb'} Body: b'{"volume": {"id": "a5b41661-eb15-43c4-9112-b3fad267b8cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:52.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-972070856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}], "user_id": "e33ef7d4768145349a2f5c3638f2b16f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8105a58a20744a2c95fb03d4f6d01f96"}}' 2023-04-19 14:02:53,369 80566 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb 0.043s 2023 -04-19 14:02:53,370 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a44bba6-5f29-4644-bff4-b18528d723c3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a44bba6-5f29-4644-bff4-b18528d723c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb'} Body: b'{"volume": {"id": "a5b41661-eb15-43c4-9112-b3fad267b8cb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:52.000000", "updated_at": "2023-04-19T14:02:52.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-972070856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}], "user_id": "e33ef7d4768145349a2f5c3638f2b16f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8105a58a20744a2c95fb03d4f6d01f96"}}' {9} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.491704s] ... 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 e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:55,251 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes 0.377s 2023-04-19 14:02:55,251 80566 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-746116356"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a74c89b-f31a-434b-abe6-85a16665b1c5', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a74c89b-f31a-434b-abe6-85a16665b1c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes'} Body: b'{"volume": {"id": "e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:55.190381", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-746116356", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-19 14:02:55,302 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85 0.040s 2023-04-19 14:02:55,302 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0a5def-fce6-4286-8814-697e0d397c27', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0a5def-fce6-4286-8814-697e0d397c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85'} Body: b'{"volume": {"id": "e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:55.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-746116356", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "31d3d1b85b29440c9af8e944e753c720"}}' 2023-04-19 14:02:56,353 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85 0.040s 2023-04-19 14:02:56,353 80566 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833215a0-80c9-4bf6-9c01-f0af898df571', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833215a0-80c9-4bf6-9c01-f0af898df571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85'} Body: b'{"volume": {"id": "e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:55.000000", "updated_at": "2023-04-19T14:02:55.000000", "name": "tempest-VolumeRevertTests-Volume-746116356", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "31d3d1b85b29440c9af8e944e753c720"}}' {6} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [166.664696s] ... 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 3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:00:10,328 80560 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 14:00:10,328 80560 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 14:00:10,391 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.061s 2023-04-19 14:00:10,392 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-815914906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCcF8eaymNGlF9pO/yZjrGt6JgxsXHuoWWgJ9vbZtNxwCYCxd9WvOg+yiGd6hc+ShM+WoidH977SNvr1t127temwZ/ggFm6tCZEAarxwUuVplEbsn0Baxpo2CeqA8L50Ig=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cfccf72-649c-4c3e-b5b9-62b9ff08059f', 'x-compute-request-id': 'req-0cfccf72-649c-4c3e-b5b9-62b9ff08059f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-815914906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCcF8eaymNGlF9pO/yZjrGt6JgxsXHuoWWgJ9vbZtNxwCYCxd9WvOg+yiGd6hc+ShM+WoidH977SNvr1t127temwZ/ggFm6tCZEAarxwUuVplEbsn0Baxpo2CeqA8L50Ig==", "fingerprint": "0b:0c:23:6a:1e:9e:97:7a:a0:97:18:aa:b6:ab:bb:99", "user_id": "390686e4c10c40f0b1df9b2ba9557484"}}' 2023-04-19 14:00:10,395 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-815914906 created 2023-04-19 14:00:10,550 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2023-04-19 14:00:10,550 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--637032073", "description": "tempest-description--865438224"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-2163a0cb-a4ae-4a05-8b1d-beed2917bfa5', 'date': 'Wed, 19 Apr 2023 14:00:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "name": "tempest-securitygroup--637032073", "stateful": true, "tenant_id": "0606afa926de4400819fac2cce6813a7", "description": "tempest-description--865438224", "shared": false, "security_group_rules": [{"id": "7e1c7552-dcd5-4cf5-8f46-1de3f2d4e69e", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "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": 625, "description": null, "tags": [], "created_at": "2023-04-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}, {"id": "a4ce5d47-ab4d-4181-9aeb-5bdb8c43cd8f", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "ethertype": "IPv4", "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": 624, "description": null, "tags": [], "created_at": "2023-04-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}], "tags": [], "created_at": "2023-04-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:00:10,714 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-19 14:00:10,715 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "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-62317065-1b74-4362-9405-f7b845cd82df', 'date': 'Wed, 19 Apr 2023 14:00: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": "ce4ecbd7-5f90-4122-8e3f-0118c8f8017a", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "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-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:00:10,876 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-19 14:00:10,876 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bc9eecde-34b9-435a-86df-17cf4ec41e55', 'date': 'Wed, 19 Apr 2023 14:00: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": "f8e274ff-c60f-42f5-b0a0-f26915a78121", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "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-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:00:10,876 80560 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--637032073 created 2023-04-19 14:00:11,734 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.857s 2023-04-19 14:00:11,734 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-open stack-request-id': 'req-2b8be5ae-087c-4a26-ae0e-0bbbd5eae1b7', 'date': 'Wed, 19 Apr 2023 14:00:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1e38786f-6d24-4de9-a674-d349fa3e84f7", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.164", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0606afa926de4400819fac2cce6813a7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:00:11Z", "updated_at": "2023-04-19T14:00:11Z", "revision_number": 0}}' 2023-04-19 14:00:11,734 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1e38786f-6d24-4de9-a674-d349fa3e84f7', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.164', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:00:11Z', 'updated_at': '2023-04-19T14:00:11Z', 'revision_number': 0, 'ip': '172.24.4.164'} created 2023-04-19 14:00:11,824 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2023-04-19 14:00:11,825 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:11 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-5cac5c85-d11a-498b-8a2c-35a241e5eda9', '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": "390686e4c10c40f0b1df9b2ba9557484", "name": "tempest-AttachVolumeNegativeTest-1445397700-project-member", "password_expires_at": null}, "audit_ids": ["eTHQo8mXRsmiuxHAzSrcCw"], "expires_at": "2023-04-19T15:00:11.000000Z", "issued_at": "2023-04-19T14:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0606afa926de4400819fac2cce6813a7", "name": "tempest-AttachVolumeNegativeTest-1445397700"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", " url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:00:11,825 80560 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'eccb12ee-eec2-46f3-bd4b-50363e787f6e', 'name': 'tempest-AttachVolumeNegativeTest-727006574-network', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0606afa926de4400819fac2cce6813a7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34394, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:11Z', 'updated_at': '2023-04-19T13:57:11Z', 'revision_number': 1} available for tenant 2023-04-19 14:00:11,826 80560 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-815914906', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCcF8eaymNGlF9pO/yZjrGt6JgxsXHuoWWgJ9vbZtNxwCYCxd9WvOg+yiGd6hc+ShM+WoidH977SNvr1t127temwZ/ggFm6tCZEAarxwUuVplEbsn0Baxpo2CeqA8L50Ig==', 'fingerprint': '0b:0c:23:6a:1e:9e:97:7a:a0:97:18:aa:b6:ab:bb:99', 'user_id': '390686e4c10c40f0b1df9b2ba9557484', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD1TE9q2Ud+HzvaDqdYRka03jXDXSg4FwcyrhQf4O+segJ7G1uCE77S\nj6fNfYKW9e6gBwYFK4EEACKhZANiAAQnBfHmspjRpRfaTv8mY6xreiYMbFx7qFlo\nCfb22bTccAmAsXfVrzoPsohneoXPkoTPlqInR/e+0jb69bddu7XpsGf4IBZurQmR\nAGq8cFLlaZRG7J9AWsaaNgnqgPC+dCI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '52b0382a-de89-4396-bfa3-fd8f71186e84', 'name': 'tempest-securitygroup--637032073', 'stateful': True, 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'description': 'tempest-description--865438224', 'shared': False, 'security_group_rules': [{'id': '7e1c7552-dcd5-4cf5-8f46-1de3f2d4e69e', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '52b0382a-de89-4396-bfa3-fd8f71186e84', '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': 625, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:00:10Z', 'updated_at': '2023-04-19T14:00:10Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}, {'id': 'a4ce5d47-ab4d-4181-9aeb-5bdb8c43cd8f', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '52b0382a-de89-4396-bfa3-fd8f71186e84', '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': 624, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:00:10Z', 'updated_at': '2023-04-19T14:00:10Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}] , 'tags': [], 'created_at': '2023-04-19T14:00:10Z', 'updated_at': '2023-04-19T14:00:10Z', 'revision_number': 1, 'project_id': '0606afa926de4400819fac2cce6813a7'}, 'floating_ip': {'id': '1e38786f-6d24-4de9-a674-d349fa3e84f7', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.164', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:00:11Z', 'updated_at': '2023-04-19T14:00:11Z', 'revision_number': 0, 'ip': '172.24.4.164'}} 2023-04-19 14:00:12,525 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.698s 2023-04-19 14:00:12,526 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-999897947", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "eccb12ee-eec2-46f3-bd4b-50363e787f6e"}], "security_groups": [{"name": "tempest-securitygroup--637032073"}], "key_name": "tempest-keypair-815914906", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3515f70c-eb3b-470a-bf25-fa9a7f16f6d8', 'x-compute-request-id': 'req-3515f70c-eb3b-470a-bf25-fa9a7f16f6d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--637032073"}], "adminPass": "password"}}' 2023-04-19 14:00:12,598 80560 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/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.069s 2023-04-19 14:00:12,599 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bf568c7-4f4d-4f93-9b23-43882aa20e54', 'x-compute-request-id': 'req-7bf568c7-4f4d-4f93-9b23-43882aa20e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'{"server": {"id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "name": "tempest-AttachVolumeNegativeTest-server-999897947", "status": "BUILD", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/image s/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:00:12Z", "updated": "2023-04-19T14:00:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-815914906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:01:02,922 80560 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/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.275s 2023-04-19 14:01:02,922 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:02 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-d65f9ee7-f3b0-4e10-aa02-2b4abd5dc8ae', 'x-compute-request-id': 'req-d65f9ee7-f3b0-4e10-aa02-2b4abd5dc8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'{"server": {"id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "name": "tempest-AttachVolumeNegativeTest-server-999897947", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:00:12Z", "updated": "2023-04-19T14:00:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b7:4b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-815914906", "OS-SRV-USG:launched_at": "2023-04-19T14:00:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--637032073"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:01:02,934 80560 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:02:03,162 80560 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/36f5347a-291b-4d70-a8d9-58ca074f2ed0/os-interface 0.170s 2023-04-19 14:02:03,162 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17402da8-5b77-497c-81fd-38346af4342e', 'x-compute-request-id': 'req-17402da8-5b77-497c-81fd-38346af4342e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "port_id": "564734f2-3021-409d-bb40-2cc561379e24", "mac_addr": "fa:16:3e:e9:b7:4b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ecdae315-4951-4317-a36b-fa28c3db6952", "ip_address": "10.0.0.13"}]}]}' 2023-04-19 14:02:04,039 80560 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/1e38786f-6d24-4de9-a674-d349fa3e84f7 0.872s 2023-04-19 14:02:04,039 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "564734f2-3021-409d-bb40-2cc561379e24"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-642a191a-4d68-48a1-a594-89f545b038d4', 'date': 'Wed, 19 Apr 2023 14:02:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1e38786f-6d24-4de9-a674-d349fa3e84f7'} Body: b'{"floatingip": {"id": "1e38786f-6d24-4de9-a674-d349fa3e84f7", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.164", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "8efe354d-f924-4f83-94b4-6c19246f8bf9", "port_id": "564734f2-3021-409d-bb40-2cc561379e24", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "mac_address": "fa:16:3e:e9:b7:4b", "admin_state_up": true, "status": "ACTIVE", "device_id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:00:11Z", "updated_at": "2023-04-19T14:02:03Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:04,041 80560 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.164:22' as 'cirros' with public key authentication 2023-04-19 14:02:04,072 80560 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:02:04,092 80560 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:02:04,093 80560 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.164 successfully created 2023-04-19 14:02:04,141 80560 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/36f5347a-291b-4d70-a8d9-58ca074f2ed0/ips 0.047s 2023-04-19 14:02:04,141 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:04 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-f2b8bf49-64e5-4008-a444-7f6858753fb6', 'x-compute-request-id': 'req-f2b8bf49-64e5-4008-a444-7f6858753fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0/ips'} Body: b'{"add resses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-19 14:02:04,378 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes 0.233s 2023-04-19 14:02:04,378 80560 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-1773019352"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d9c815-af30-4f20-928a-5a3cbab954df', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d9c815-af30-4f20-928a-5a3cbab954df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes'} Body: b'{"volume": {"id": "3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:04.285764", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1773019352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:02:04,444 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d 0.056s 2023-04-19 14:02:04,445 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d97b09-e133-4b11-b66d-bf7eb6287642', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32d97b09-e133-4b11-b66d-bf7eb6287642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d'} Body: b'{"volume": {"id": "3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:04.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1773019352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:05,515 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/ 0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d 0.057s 2023-04-19 14:02:05,515 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-883957de-fc1a-472d-9004-71f567230c58', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-883957de-fc1a-472d-9004-71f567230c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d'} Body: b'{"volume": {"id": "3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:04.000000", "updated_at": "2023-04-19T14:02:04.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1773019352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:05,695 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.168s 2023-04-19 14:02:05,695 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02: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-83acf018-cd76-4e1a-9f54-3ea9f37a982c', 'x-compute-request-id': 'req-83acf018-cd76-4e1a-9f54-3ea9f37a982c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'' 2023-04-19 14:02:05,902 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.206s 2023-04-19 14:02:05,902 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:05 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-7dd0dec1-b105-49d1-9230-55fbfcdc51b3', 'x-compute-request-id': 'req-7dd0dec1-b105-49d1-9230-55fbfcdc51b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'{"server": {"id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "name": "tempest-AttachVolumeNegativeTest-server-999897947", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:00:12Z", "updated": "2023-04-19T14:02:06Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b7:4b"}, {"version": 4, "addr": "172.24.4.164", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b7:4b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-815914906", "OS-SRV-USG:launched_at": "2023-04-19T14:00:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--637032073"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:02:56,173 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.209s 2023-04-19 14:02:56,174 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02: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-cba7aeee-d01d-4045-8565-3bb7cad0318c', 'x-compute-request-id': 'req-cba7aeee-d01d-4045-8565-3bb7cad0318c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 36f5347a-291b-4d70-a8d9-58ca074f2ed0 could not be found."}}' 2023-04-19 14:02:56,207 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-815914906 0.032s 2023-04-19 14:02:56,208 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b40ff7c7-7ac2-4a2b-b71d-247286c6cfa8', 'x-compute-request-id': 'req-b40ff7c7-7ac2-4a2b-b71d-247286c6cfa8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-815914906'} Body: b'' 2023-04-19 14:02:56,391 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/52b0382a-de89-4396-bfa3-fd8f71186e84 0.182s 2023-04-19 14:02:56,391 80560 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-9f1b4d50-2bfb-4838-80fb-232079528561', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:56 GMT', ' connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/52b0382a-de89-4396-bfa3-fd8f71186e84'} Body: b'' 2023-04-19 14:02:56,413 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/52b0382a-de89-4396-bfa3-fd8f71186e84 0.022s 2023-04-19 14:02:56,414 80560 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-c244c42b-08bb-43bf-bc54-3b684d641fb7', 'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/52b0382a-de89-4396-bfa3-fd8f71186e84'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 52b0382a-de89-4396-bfa3-fd8f71186e84 does not exist", "detail": ""}}' 2023-04-19 14:02:56,990 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1e38786f-6d24-4de9-a674-d349fa3e84f7 0.576s 2023-04-19 14:02:56,991 80560 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-1d5ec3d9-2b9d-4ef7-a1a5-49b27082f060', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1e38786f-6d24-4de9-a674-d349fa3e84f7'} Body: b'' {9} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.364460s] ... 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 d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:56,569 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes 0.201s 2023-04-19 14:02:56,570 80566 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-1466016698"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c93a67e-247f-4c9a-8212-885b72bc29a5', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c93a67e-247f-4c9a-8212-885b72bc29a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes'} Body: b'{"volume": {"id": "d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:56.507715", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1466016698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-19 14:02:56,637 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09 0.057s 2023-04-19 14:02:56,638 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77ea3e2-4b9c-4653-952e-30d485fd21af', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77ea3e2-4b9c-4653-952e-30d485fd21af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09'} Body: b'{"volume": {"id": "d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:57.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1466016698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "31d3d1b85b29440c9af8e944e753c720"}}' 2023-04-19 14:02:57,720 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09 0.069s 2023-04-19 14:02:57,721 80566 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e705117d-d7f6-401b-8440-0883466de7cb', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e705117d-d7f6-401b-8440-0883466de7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09'} Body: b'{"volume": {"id": "d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:57.000000", "updated_at": "2023-04-19T14:02:57.000000", "name": "tempest-VolumeRevertTests-Volume-1466016698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "31d3d1b85b29440c9af8e944e753c720"}}' {8} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.215233s] ... 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 04554a78-5ec7-4e45-a607-743349a8bb43 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:53,466 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452 0.242s 2023-04-19 14:01:53,466 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec09ce75-b138-4a2a-b211-59a765b7467e', 'x-compute-request-id': 'req-ec09ce75-b138-4a2a-b211-59a765b7467e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452'} Body: b'{"server": {"id": "dce0b5c9-a197-4697-ba7a-cba87012c452", "name": "tempest-ServersNegativeTestJSON-server-216681046", "status": "ACTIVE", "tenant_id": "806255a694c7446893131ff6de13c42d", "user_id": "9bb00927681348c08cabf5cea1edaac2", "metadata": {}, "hostId": "8ca7d4657e0daf7bc2575f4f42e15f36cd5d3796276064f670e00db2", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:20Z", "updated": "2023-04-19T13:57:32Z", "addresses": {"tempest-ServersNegativeTestJSON-196789147-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:43:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:02:53,996 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes 0.458s 2023-04-19 14:02:53,996 80564 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-657179000"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-211bee2e-9eb7-4e5f-b81c-cc4cd76625c1', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-211bee2e-9eb7-4e5f-b81c-cc4cd76625c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes'} Body: b'{"volume": {"id": "04554a78-5ec7-4e45-a607-743349a8bb43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:53.928255", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-657179000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:02:54,047 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43 0.041s 2023-04-19 14:02:54,047 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef44f3bb-1e24-412d-8ae0-2f5948d008e2', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef44f3bb-1e24-412d-8ae0-2f5948d008e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43'} Body: b'{"volume": {"id": "04554a78-5ec7-4e45-a607-743349a8bb43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:54.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-657179000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "806255a694c7446893131ff6de13c42d"}}' 2023-04-19 14:02:55,100 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43 0.041s 2023-04-19 14:02:55,100 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5019d17-ae97-4de5-aa57-669bf266e1ab', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5019d17-ae97-4de5-aa57-669bf266e1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43'} Body: b'{"volume": {"id": "04554a78-5ec7-4e45-a607-743349a8bb43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:54.000000", "updated_at": "2023-04-19T14:02:54.000000", "name": "tempest-ServersNegativeTestJSON-volume-657179000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant -attr:tenant_id": "806255a694c7446893131ff6de13c42d"}}' 2023-04-19 14:02:55,366 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452 0.255s 2023-04-19 14:02:55,367 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6c49aea-d95a-4d14-bd54-a5dab3a87cae', 'x-compute-request-id': 'req-d6c49aea-d95a-4d14-bd54-a5dab3a87cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452'} Body: b'{"server": {"id": "dce0b5c9-a197-4697-ba7a-cba87012c452", "name": "tempest-ServersNegativeTestJSON-server-216681046", "status": "ACTIVE", "tenant_id": "806255a694c7446893131ff6de13c42d", "user_id": "9bb00927681348c08cabf5cea1edaac2", "metadata": {}, "hostId": "8ca7d4657e0daf7bc2575f4f42e15f36cd5d3796276064f670e00db2", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:20Z", "updated": "2023-04-19T13:57:32Z", "addresses": {"tempest-ServersNegativeTestJSON-196789147-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:43:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {4} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.405358s] ... 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 77e55480-bde7-4686-8e3c-619f4a1d0681 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:04:45,263 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes 0.253s 2023-04-19 14:04:45,264 80556 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-1660633758"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20445496-f7f3-4af0-8a1f-4a3353010ce6', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20445496-f7f3-4af0-8a1f-4a3353010ce6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes'} Body: b'{"volume": {"id": "77e55480-bde7-4686-8e3c-619f4a1d0681", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:45.198161", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1660633758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:04:45,344 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681 0.069s 2023-04-19 14:04:45,345 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3755ada3-a357-40a7-990b-79a2423cf6c7', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3755ada3-a357-40a7-990b-79a2423cf6c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681'} Body: b'{"volume": {"id": "77e55480-bde7-4686-8e3c-619f4a1d0681", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:45.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1660633758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d563f8793494ae697180a5f58c11758"}}' 2023-04-19 14:04:46,401 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681 0.042s 2023-04-19 14:04:46,401 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1bc53f-11f9-4bc9-8ee0-6b65d16ff310', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1bc53f-11f9-4bc9-8ee0-6b65d16ff310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681'} Body: b'{"volume": {"id": "77e55480-bde7-4686-8e3c-619f4a1d0681", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:45.000000", "updated_at": "2023-04-19T14:04:45.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1660633758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d563f8793494ae697180a5f58c11758"}}' {4} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.367988s] ... 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 704d941e-c0dc-494c-a969-d0d70619ab66 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:04:46,610 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes 0.194s 2023-04-19 14:04:46,610 80556 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-1793141403"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efac160d-a038-4a00-b2ea-2182e2c35c36', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efac160d-a038-4a00-b2ea-2182e2c35c36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes'} Body: b'{"volume": {"id": "704d941e-c0dc-494c-a969-d0d70619ab66", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:46.549998", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1793141403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:04:46,707 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66 0.070s 2023-04-19 14:04:46,711 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-921ffe4b-ee90-4616-b5f3-10c2c300495d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-921ffe4b-ee90-4616-b5f3-10c2c300495d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66'} Body: b'{"volume": {"id": "704d941e-c0dc-494c-a969-d0d70619ab66", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:47.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1793141403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d563f8793494ae697180a5f58c11758"}}' 2023-04-19 14:04:47,766 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66 0.043s 2023-04-19 14:04:47,767 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4874d8d9-3832-4c90-80f9-783f6f2a782e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4874d8d9-3832-4c90-80f9-783f6f2a782e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66'} Body: b'{"volume": {"id": "704d941e-c0dc-494c-a969-d0d70619ab66", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:47.000000", "updated_at": "2023-04-19T14:04:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1793141403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d563f8793494ae697180a5f58c11758"}}' {3} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [229.268392s] ... 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 bd656936-7656-4e89-8a1f-9b43584c5624 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-19T14:04:22Z', 'message': 'Build of instance bd656936-7656-4e89-8a1f-9b43584c5624 aborted: Volume c2f92608-7ba0-440f-ad6b-724eeb4030a0 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-96afbbfc-538d-4e79-8798-c15cff67eb0c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:18,910 80554 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.111s 2023-04-19 14:01:18,910 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0ec695ce-5b87-4bf5-bfeb-5436a6111ed0', '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": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669-project-member", "password_expires_at": null}, "audit_ids": ["c7NufNqeT5ubhylWORMJTg"], "expires_at": "2023-04-19T15:01:18.000000Z", "issued_at": "2023-04-19T14:01:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bf567425cb7480e93f114268dc22713", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:01:18,911 80554 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6c5edc8e-b8c1-4e48-bd8d-acf10a103739', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-516227768-network', 'tenant_id': '2bf567425cb7480e93f114268dc22713', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': '2bf567425cb7480e93f114268dc22713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16032, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:13Z', 'updated_at': '2023-04-19T13:57:13Z', 'revision_number': 1} available for tenant 2023-04-19 14:01:19,476 80554 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.564s 2023-04-19 14:01:19,476 80554 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-828838196", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "6c5edc8e-b8c1-4e48-bd8d-acf10a103739"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99', '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-a9959dfd-8db5-4d5c-b60a-a66ad1353cef', 'x-compute-request-id': 'req-a9959dfd-8db5-4d5c-b60a-a66ad1353cef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "547f7955-94c5-48e4-8705-456f5d4c2d99", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "SZwTPaoQPch7"}}' 2023-04-19 14:01:19,566 80554 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/547f7955-94c5-48e4-8705-456f5d4c2d99 0.087s 2023-04-19 14:01:19,566 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:19 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-54af65fa-d5de-4c8e-80e8-35a01887cfbf', 'x-compute-request-id': 'req-54af65fa-d5de-4c8e-80e8-35a01887cfbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99'} Body: b'{"server": {"id": "547f7955-94c5-48e4-8705-456f5d4c2d99", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-828838196", "status": "BUILD", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:01:19Z", "updated": "2023-04-19T14:01:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/547f795 5-94c5-48e4-8705-456f5d4c2d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:02:09,893 80554 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/547f7955-94c5-48e4-8705-456f5d4c2d99 0.262s 2023-04-19 14:02:09,894 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96d984ff-172e-42ac-ba29-e60add572345', 'x-compute-request-id': 'req-96d984ff-172e-42ac-ba29-e60add572345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99'} Body: b'{"server": {"id": "547f7955-94c5-48e4-8705-456f5d4c2d99", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-828838196", "status": "ACTIVE", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "dd8857993fed2cf9b36c0c612626659a0e5c6312f98be27ea63d3bc0", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:01:19Z", "updated": "2023-04-19T14:01:27Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-516227768-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:0f:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T14:01:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:02:09,909 80554 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:03:11,208 80554 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/547f7955-94c5-48e4-8705-456f5d4c2d99/action 1.265s 2023-04-19 14:03:11,209 80554 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-ServerBootFromVolumeStableR escueTest-image-1165192593"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:09 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-00bc1987-b3b1-455c-adbc-4c22af7beebd', 'x-compute-request-id': 'req-00bc1987-b3b1-455c-adbc-4c22af7beebd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99/action'} Body: b'{"image_id": "2b02506d-fae1-4c05-8846-a0b619b5760c"}' 2023-04-19 14:03:11,245 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.034s 2023-04-19 14:03:11,245 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-47750fc6-53b9-4b9f-a568-bea91661d23a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:11Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:12,271 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.024s 2023-04-19 14:03:12,271 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2cfa2330-6b0b-4343-b7ca-b0b85d96abd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:11Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:13,299 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.026s 2023-04-19 14:03:13,300 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fd89e5d7-e6db-4d76-8d6e-b09573a8e50b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:11Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:14,327 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.025s 2023-04-19 14:03:14,327 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ee6c68c6-2b5e-44d8-b8e7-089f9c48335a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_ro les": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:11Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:15,351 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.022s 2023-04-19 14:03:15,351 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-52e9b912-2ee0-4d83-bdba-ab82569dcf10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:15Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:16,399 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.047s 2023-04-19 14:03:16,399 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-be730895-a8d5-4ce9-9a0c-cc6f75aa982b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "5d6742c019f6595430add4c45adcd83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6e9a2ca4f9f15c4b8be4109ff0677ba368627910a2dab880abf21eb769e308b97a1f63d1e233291c970de66fed82decfe36ad6bfbbdc188f070cdf88148d7bb3", "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:16Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:16,421 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.022s 2023-04-19 14:03:16,422 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-68612a29-6126-4f86-a318-03fb294b96c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "5d6742c019f6595430add4c45adcd83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6e9a2ca4f9f15c4b8be4109ff0677ba368627910a2dab880a bf21eb769e308b97a1f63d1e233291c970de66fed82decfe36ad6bfbbdc188f070cdf88148d7bb3", "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:16Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:16,650 80554 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/547f7955-94c5-48e4-8705-456f5d4c2d99 0.228s 2023-04-19 14:03:16,651 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-392f9261-018d-4936-b702-826f872283fe', 'x-compute-request-id': 'req-392f9261-018d-4936-b702-826f872283fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99'} Body: b'{"server": {"id": "547f7955-94c5-48e4-8705-456f5d4c2d99", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-828838196", "status": "ACTIVE", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "dd8857993fed2cf9b36c0c612626659a0e5c6312f98be27ea63d3bc0", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:01:19Z", "updated": "2023-04-19T14:03:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-516227768-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:0f:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T14:01:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:04:16,783 80554 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.048s 2023-04-19 14:04:16,783 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0f711797-7361-435b-b4c0-752754c6b48a', '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": "46f11c11cc4f46e3810 f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669-project-member", "password_expires_at": null}, "audit_ids": ["5HdopxKpSZSnu86i6Y8dug"], "expires_at": "2023-04-19T15:04:16.000000Z", "issued_at": "2023-04-19T14:04:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bf567425cb7480e93f114268dc22713", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:04:16,784 80554 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6c5edc8e-b8c1-4e48-bd8d-acf10a103739', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-516227768-network', 'tenant_id': '2bf567425cb7480e93f114268dc22713', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2bf567425cb7480e93f114268dc22713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16032, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:13Z', 'updated_at': '2023-04-19T13:57:13Z', 'revision_number': 1} available for tenant 2023-04-19 14:04:17,366 80554 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.581s 2023-04-19 14:04:17,366 80554 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-735740642", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "4dcdc911-3648-46b3-8c6e-9727e5375516", "destination_type": "volume"}], "networks": [{"uuid": "6c5edc8e-b8c1-4e48-bd8d-acf10a103739"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624', '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-96afbbfc-538d-4e79-8798-c15cff67eb0c', 'x-compute-request-id': 'req-96afbbfc-538d-4e79-8798-c15cff67eb0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "bd656936-7656-4e89-8a1f-9b43584c5624", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8wjLPJ2xyebZ"}}' 2023-04-19 14:04:17,453 80554 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/bd656936-7656-4e89-8a1f-9b43584c5624 0.084s 2023-04-19 14:04:17,454 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:17 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-60ab9f47-3c5c-43a6-a6a8-6d70aabe6b61', 'x-compute-request-id': 'req-60ab9f47-3c5c-43a6-a6a8-6d70aabe6b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624'} Body: b'{"server": {"id": "bd656936-7656-4e89-8a1f-9b43584c5624", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-735740642", "status": "BUILD", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:04:17Z", "updated": "2023-04-19T14:04:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:05:07,589 80554 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/bd656936-7656-4e89-8a1f-9b43584c5624 0.114s 2023-04-19 14:05:07,590 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:07 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-ff24f5e7-ef75-47bf-be57-1bed062eb38d', 'x-compute-request-id': 'req-ff24f5e7-ef75-47bf-be57-1bed062eb38d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624'} Body: b'{"server": {"id": "bd656936-7656-4e89-8a1f-9b43584c5624", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-735740642", "status": "ERROR", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:04:17Z", "updated": "2023-04-19T14:04:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-19T14:04:22Z", "message": "Build of instance bd656936-7656-4e89-8a1f-9b43584c5624 aborted: Volume c2f92608-7ba0-440f-ad6b-724eeb4030a0 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-19 14:05:07,605 80554 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-19 14:05:08,025 80554 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/bd656936-7656-4e89-8a1f-9b43584c5624 0.419s 2023-04-19 14:05:08,026 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df3a5634-6567-4c88-adbe-17256206afda', 'x-compute-request-id': 'req-df3a5634-6567-4c88-adbe-17256206afda', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624'} Body: b'' 2023-04-19 14:05:08,059 80554 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624 0.033s 2023-04-19 14:05:08,059 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cd25848b-aa87-42b3-a955-c9095f73987a', 'x-compute-request-id': 'req-cd25848b-aa87-42b3-a955-c9095f73987a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bd656936-7656-4e89-8a1f-9b43584c5624 could not be found."}}' {6} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [167.334232s] ... 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 c346b288-1f5e-41a3-a536-83b0b199c4c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:56,996 80560 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 14:02:56,997 80560 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 14:02:57,061 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-04-19 14:02:57,061 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1858775888", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI/dJ/BbfLz6d0sFPWaQDs7PJmELCYNpQRe0/VpiV46999rKSPwo7OVU4cXiQepZdYahrKfX1tpnKXgHA4XDx3cTNezAqKQ84Cc2c5qpQW4hqg3D7A6V/fwPV+q7xLeRpg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02: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-1a23831a-1f17-4c0f-be0b-45df98ed0367', 'x-compute-request-id': 'req-1a23831a-1f17-4c0f-be0b-45df98ed0367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1858775888", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI/dJ/BbfLz6d0sFPWaQDs7PJmELCYNpQRe0/VpiV46999rKSPwo7OVU4cXiQepZdYahrKfX1tpnKXgHA4XDx3cTNezAqKQ84Cc2c5qpQW4hqg3D7A6V/fwPV+q7xLeRpg==", "fingerprint": "a4:bc:2e:3e:55:d2:d5:59:31:c4:aa:c0:ca:cf:79:4f", "user_id": "390686e4c10c40f0b1df9b2ba9557484"}}' 2023-04-19 14:02:57,064 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1858775888 created 2023-04-19 14:02:57,249 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.184s 2023-04-19 14:02:57,249 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1074117242", "description": "tempest-description--1276907873"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-344a2d24-d006-46ca-bf3d-5cbab7409b79', 'date': 'Wed, 19 Apr 2023 14:02:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "351b1358-e880-4822-92e0-441dbc1914be", "name": "tempest-securitygroup--1074117242", "stateful": true, "tenant_id": "0606afa926de4400819fac2cce6813a7", "description": "tempest-description--1276907873", "shared": false, "security_group_rules": [{"id": "211c46e4-71c2-4b91-9460-2b651dde3e10", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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": 797, "description": null, "tags": [], "created_at": "2023-04-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}, {"id": "e37f0130-16a3-4a9f-819f-7fc9f3a000c0", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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": 796, "description": null, "tags": [], "created_at": "2023-04-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}], "tags": [], "created_at": "2023-04-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:57,415 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.165s 2023-04-19 14:02:57,415 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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-32bc9312-98da-4bb5-883c-a43a184e5ad0', 'date': 'Wed, 19 Apr 2023 14:02:57 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": "925a179b-0fec-4f80-b259-bb795cb00429", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:57,609 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2023-04-19 14:02:57,609 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-97145986-611c-44bf-8d1b-9dc686dd9e94', 'date': 'Wed, 19 Apr 2023 14:02:57 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": "54b628a3-b26e-4386-a377-b8c7f3b9eb15", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:57,609 80560 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1074117242 created 2023-04-19 14:02:58,515 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.905s 2023-04-19 14:02:58,516 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-6c94ee47-1850-4934-bc88-38e574d2d79a', 'date': 'Wed, 19 Apr 2023 14:02:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "14a56550-1ead-42aa-9b02-a607aa3f0635", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.34", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0606afa926de4400819fac2cce6813a7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:02:58Z", "updated_at": "2023-04-19T14:02:58Z", "revision_number": 0}}' 2023-04-19 14:02:58,516 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '14a56550-1ead-42aa-9b02-a607aa3f0635', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.34', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:02:58Z', 'updated_at': '2023-04-19T14:02:58Z', 'revision_number': 0, 'ip': '172.24.4.34'} created 2023-04-19 14:02:58,660 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.136s 2023-04-19 14:02:58,660 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:58 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-1fdc08ff-8683-43cf-b98b-1c14cee53193', '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": "390686e4c10c40f0b1df9b2ba9557484", "name": "tempest-AttachVolumeNegativeTest-1445397700-project-member", "password_expires_at": null}, "audit_ids": ["X9d-gZhFQVKSQPhWIPhHEA"], "expires_at": "2023-04-19T15:02:58.000000Z", "issued_at": "2023-04-19T14:02:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0606afa926de4400819fac2cce6813a7", "name": "tempest-AttachVolumeNegativeTest-1445397700"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "htt p://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:02:58,661 80560 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'eccb12ee-eec2-46f3-bd4b-50363e787f6e', 'name': 'tempest-AttachVolumeNegativeTest-727006574-network', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0606afa926de4400819fac2cce6813a7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34394, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:11Z', 'updated_at': '2023-04-19T13:57:11Z', 'revision_number': 1} available for tenant 2023-04-19 14:02:58,662 80560 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1858775888', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI/dJ/BbfLz6d0sFPWaQDs7PJmELCYNpQRe0/VpiV46999rKSPwo7OVU4cXiQepZdYahrKfX1tpnKXgHA4XDx3cTNezAqKQ84Cc2c5qpQW4hqg3D7A6V/fwPV+q7xLeRpg==', 'fingerprint': 'a4:bc:2e:3e:55:d2:d5:59:31:c4:aa:c0:ca:cf:79:4f', 'user_id': '390686e4c10c40f0b1df9b2ba9557484', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDpfiLdzkPAZ0Ts5jSHve08ZuvPklfPITZcaXRtP+TrcLMSI4KpsIbn\nuGeq9VsmYXqgBwYFK4EEACKhZANiAASP3SfwW3y8+ndLBT1mkA7OzyZhCwmDaUEX\ntP1aYleOvffaykj8KOzlVOHF4kHqWXWGoayn19baZyl4BwOFw8d3EzXswKikPOAn\nNnOaqUFuIaoNw+wOlf38D1fqu8S3kaY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '351b1358-e880-4822-92e0-441dbc1914be', 'name': 'tempest-securitygroup--1074117242', 'stateful': True, 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'description': 'tempest-description--1276907873', 'shared': False, 'security_group_rules': [{'id': '211c46e4-71c2-4b91-9460-2b651dde3e10', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '351b1358-e880-4822-92e0-441dbc1914be', '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': 797, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:02:57Z', 'updated_at': '2023-04-19T14:02:57Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}, {'id': 'e37f0130-16a3-4a9f-819f-7fc9f3a000c0', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '351b1358-e880-4822-92e0-441dbc1914be', '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': 796, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:02:57Z', 'updated_at': '2023-04-19T14:02:57Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}], 'tags': [], 'created _at': '2023-04-19T14:02:57Z', 'updated_at': '2023-04-19T14:02:57Z', 'revision_number': 1, 'project_id': '0606afa926de4400819fac2cce6813a7'}, 'floating_ip': {'id': '14a56550-1ead-42aa-9b02-a607aa3f0635', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.34', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:02:58Z', 'updated_at': '2023-04-19T14:02:58Z', 'revision_number': 0, 'ip': '172.24.4.34'}} 2023-04-19 14:02:59,501 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.838s 2023-04-19 14:02:59,501 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-392764400", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "eccb12ee-eec2-46f3-bd4b-50363e787f6e"}], "security_groups": [{"name": "tempest-securitygroup--1074117242"}], "key_name": "tempest-keypair-1858775888", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8e502c7-ebb7-474f-a794-38dfbf1c1572', 'x-compute-request-id': 'req-f8e502c7-ebb7-474f-a794-38dfbf1c1572', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2e06787c-2163-467f-b5ec-230be13760e4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e06787c-2163-467f-b5ec-230be13760e4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1074117242"}], "adminPass": "password"}}' 2023-04-19 14:02:59,602 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.098s 2023-04-19 14:02:59,603 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:59 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-f0436f2e-0d49-477b-a886-810b66630273', 'x-compute-request-id': 'req-f0436f2e-0d49-477b-a886-810b66630273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'{"server": {"id": "2e06787c-2163-467f-b5ec-230be13760e4", "name": "tempest-AttachVolumeNegativeTest-server-392764400", "status": "BUILD", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor ": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:59Z", "updated": "2023-04-19T14:02:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e06787c-2163-467f-b5ec-230be13760e4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1858775888", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:03:49,893 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.229s 2023-04-19 14:03:49,894 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e39d3e1-77a7-43a0-b451-39d57c432dd0', 'x-compute-request-id': 'req-3e39d3e1-77a7-43a0-b451-39d57c432dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'{"server": {"id": "2e06787c-2163-467f-b5ec-230be13760e4", "name": "tempest-AttachVolumeNegativeTest-server-392764400", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:59Z", "updated": "2023-04-19T14:03:08Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:0e:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e06787c-2163-467f-b5ec-230be13760e4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1858775888", "OS-SRV-USG:launched_at": "2023-04-19T14:03:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1074117242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:03:49,910 80560 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:04:50,126 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4/os-interface 0.158s 2023-04-19 14:04:50,126 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-t ype': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3378eb5-8116-4825-8395-56ee9939016e', 'x-compute-request-id': 'req-a3378eb5-8116-4825-8395-56ee9939016e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "port_id": "c4d49c6d-d51e-4a05-9830-30fb436f70da", "mac_addr": "fa:16:3e:bc:0e:3b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ecdae315-4951-4317-a36b-fa28c3db6952", "ip_address": "10.0.0.11"}]}]}' 2023-04-19 14:04:51,232 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/14a56550-1ead-42aa-9b02-a607aa3f0635 1.102s 2023-04-19 14:04:51,232 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c4d49c6d-d51e-4a05-9830-30fb436f70da"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-137c5aaa-5a98-49a6-addc-0fb5b60c2f19', 'date': 'Wed, 19 Apr 2023 14:04:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/14a56550-1ead-42aa-9b02-a607aa3f0635'} Body: b'{"floatingip": {"id": "14a56550-1ead-42aa-9b02-a607aa3f0635", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.34", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "8efe354d-f924-4f83-94b4-6c19246f8bf9", "port_id": "c4d49c6d-d51e-4a05-9830-30fb436f70da", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "mac_address": "fa:16:3e:bc:0e:3b", "admin_state_up": true, "status": "ACTIVE", "device_id": "2e06787c-2163-467f-b5ec-230be13760e4", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:02:58Z", "updated_at": "2023-04-19T14:04:50Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:04:51,235 80560 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.34:22' as 'cirros' with public key authentication 2023-04-19 14:04:51,290 80560 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:04:51,312 80560 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:04:51,313 80560 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.34 successfully created 2023-04-19 14:04:51,362 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4/ips 0.048s 2023-04-19 14:04:51,362 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:51 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-6115295f-abf5-4e11-a0f5-0e45a48a42a2', 'x-compute-request-id': 'req-6115295f-abf5-4e11-a0f5-0e45a48a42a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-0 4-19 14:04:51,638 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes 0.273s 2023-04-19 14:04:51,639 80560 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-776805526"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3035125-8d10-402b-8d40-2798ab2bbf78', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3035125-8d10-402b-8d40-2798ab2bbf78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes'} Body: b'{"volume": {"id": "c346b288-1f5e-41a3-a536-83b0b199c4c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:51.556998", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-776805526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:04:51,688 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3 0.040s 2023-04-19 14:04:51,689 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfbebfb1-c2b0-4b6e-bd24-6f758384d04b', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfbebfb1-c2b0-4b6e-bd24-6f758384d04b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3'} Body: b'{"volume": {"id": "c346b288-1f5e-41a3-a536-83b0b199c4c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:52.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-776805526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:04:52,742 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3 0.040s 2023-04-19 14:04:52,742 80560 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2429b329-5571-48a6-aeeb-27e4fea44ec4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2429b329-5571-48a6-aeeb-27e4fea44ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3'} Body: b'{"volume": {"id": "c346b288-1f5e-41a3-a536-83b0b199c4c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:52.000000", "updated_at": "2023-04-19T14:04:52.000000", "name": "tempest-AttachVolumeNegativeTest-volume-776805526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:04:52,878 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.124s 2023-04-19 14:04:52,878 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b574b2f-e7ce-4ece-a7fa-b2a74e18b4b7', 'x-compute-request-id': 'req-1b574b2f-e7ce-4ece-a7fa-b2a74e18b4b7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'' 2023-04-19 14:04:53,579 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.700s 2023-04-19 14:04:53,579 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd9de89-4707-4cfb-b151-c19ae5793d7e', 'x-compute-request-id': 'req-fdd9de89-4707-4cfb-b151-c19ae5793d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'{"server": {"id": "2e06787c-2163-467f-b5ec-230be13760e4", "name": "tempest-AttachVolumeNegativeTest-server-392764400", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e537 5516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:59Z", "updated": "2023-04-19T14:04:53Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:0e:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e06787c-2163-467f-b5ec-230be13760e4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1858775888", "OS-SRV-USG:launched_at": "2023-04-19T14:03:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1074117242"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:43,674 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.034s 2023-04-19 14:05:43,675 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5e68cb99-267c-44d9-8a9a-6ef5b28ca7aa', 'x-compute-request-id': 'req-5e68cb99-267c-44d9-8a9a-6ef5b28ca7aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2e06787c-2163-467f-b5ec-230be13760e4 could not be found."}}' 2023-04-19 14:05:43,705 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1858775888 0.030s 2023-04-19 14:05:43,706 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05: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-c651e36b-bfc8-47e4-a4aa-a25bea9fb4db', 'x-compute-request-id': 'req-c651e36b-bfc8-47e4-a4aa-a25bea9fb4db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1858775888'} Body: b'' 2023-04-19 14:05:43,860 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/351b1358-e880-4822-92e0-441dbc1914be 0.153s 2023-04-19 14:05:43,860 80560 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-dd5e9369-fdcf-4800-9fff-2d3097ec2d8b', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:05:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/351b1358-e880-4822-92e0-441dbc1914be'} Body: b'' 2023-04-19 14:05:43,880 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTe st:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/351b1358-e880-4822-92e0-441dbc1914be 0.019s 2023-04-19 14:05:43,880 80560 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-e9669aa9-f287-4385-8aef-aa5242823160', 'date': 'Wed, 19 Apr 2023 14:05:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/351b1358-e880-4822-92e0-441dbc1914be'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 351b1358-e880-4822-92e0-441dbc1914be does not exist", "detail": ""}}' 2023-04-19 14:05:44,329 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/14a56550-1ead-42aa-9b02-a607aa3f0635 0.448s 2023-04-19 14:05:44,329 80560 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-91c7b823-9ae4-4f30-bf3b-6882595e5c39', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:05:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/14a56550-1ead-42aa-9b02-a607aa3f0635'} Body: b'' {6} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {8} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [121.974445s] ... 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 2ca4cb14-7e54-4322-b1d1-378637665c78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:03:55,677 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452 0.235s 2023-04-19 14:03:55,678 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c0ca631-cb9c-40d2-b7bc-22c28daf413e', 'x-compute-request-id': 'req-1c0ca631-cb9c-40d2-b7bc-22c28daf413e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452'} Body: b'{"server": {"id": "dce0b5c9-a197-4697-ba7a-cba87012c452", "name": "tempest-ServersNegativeTestJSON-server-216681046", "status": "ACTIVE", "tenant_id": "806255a694c7446893131ff6de13c42d", "user_id": "9bb00927681348c08cabf5cea1edaac2", "metadata": {}, "hostId": "8ca7d4657e0daf7bc2575f4f42e15f36cd5d3796276064f670e00db2", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:20Z", "updated": "2023-04-19T13:57:32Z", "addresses": {"tempest-ServersNegativeTestJSON-196789147-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:43:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:04:55,969 80564 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/806255a694c7446893131ff6de13c42d/volumes 0.222s 2023-04-19 14:04:55,970 80564 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-672297874"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da079af4-ad90-4d53-bb7e-c7898e5ea65a', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da079af4-ad90-4d53-bb7e-c7898e5ea65a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes'} Body: b'{"volume": {"id": "2ca4cb14-7e54-4322-b1d1-378637665c78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:55.913225", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-672297874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}, {"rel": "bookmark", "href": "http://10.0.0.210 /volume/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:04:56,020 80564 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/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78 0.040s 2023-04-19 14:04:56,020 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c735b00-b9e5-42d4-bc7b-4a2c8dab8f58', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c735b00-b9e5-42d4-bc7b-4a2c8dab8f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78'} Body: b'{"volume": {"id": "2ca4cb14-7e54-4322-b1d1-378637665c78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:56.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-672297874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "806255a694c7446893131ff6de13c42d"}}' 2023-04-19 14:04:57,074 80564 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/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78 0.042s 2023-04-19 14:04:57,075 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee525b5-f003-474e-8f8a-677281136f84', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee525b5-f003-474e-8f8a-677281136f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78'} Body: b'{"volume": {"id": "2ca4cb14-7e54-4322-b1d1-378637665c78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:56.000000", "updated_at": "2023-04-19T14:04:56.000000", "name": "tempest-ServersNegativeTestJSON-volume-672297874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-at tr:tenant_id": "806255a694c7446893131ff6de13c42d"}}' 2023-04-19 14:04:57,343 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452 0.246s 2023-04-19 14:04:57,343 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7197b795-d21b-4c00-a69e-585acda4ac8e', 'x-compute-request-id': 'req-7197b795-d21b-4c00-a69e-585acda4ac8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452'} Body: b'{"server": {"id": "dce0b5c9-a197-4697-ba7a-cba87012c452", "name": "tempest-ServersNegativeTestJSON-server-216681046", "status": "ACTIVE", "tenant_id": "806255a694c7446893131ff6de13c42d", "user_id": "9bb00927681348c08cabf5cea1edaac2", "metadata": {}, "hostId": "8ca7d4657e0daf7bc2575f4f42e15f36cd5d3796276064f670e00db2", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:20Z", "updated": "2023-04-19T13:57:32Z", "addresses": {"tempest-ServersNegativeTestJSON-196789147-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:43:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {1} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [166.351375s] ... 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 b6012915-9eda-455d-8ffb-2cee09266d96 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:03:12,601 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.190s 2023-04-19 14:03:12,605 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1106689667", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLZ8Nl2KC00RPp/+rrwNA8U9lT4Nd92cP5E6FdvSrqqL6Ht64dRn3z+kUI4mf7jGwNdxg01QHCZUieVwY23lwnzNYxPweEVpFWknNCr75vnoCQPj4hdquN72c1+t0vzdlw=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1f70138-5155-4119-b58a-33fe7133b000', 'x-compute-request-id': 'req-c1f70138-5155-4119-b58a-33fe7133b000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1106689667", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLZ8Nl2KC00RPp/+rrwNA8U9lT4Nd92cP5E6FdvSrqqL6Ht64dRn3z+kUI4mf7jGwNdxg01QHCZUieVwY23lwnzNYxPweEVpFWknNCr75vnoCQPj4hdquN72c1+t0vzdlw==", "fingerprint": "50:90:92:17:a6:3a:8f:66:38:86:dd:b6:bb:e7:f9:bf", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f"}}' 2023-04-19 14:03:12,773 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.159s 2023-04-19 14:03:12,774 80550 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-178008003", "description": "tempest-secgroup-smoke-178008003 description", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-422c1ee2-8e50-43ea-a682-7930f2e28596', 'date': 'Wed, 19 Apr 2023 14:03:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "name": "tempest-secgroup-smoke-178008003", "stateful": true, "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "description": "tempest-secgroup-smoke-178008003 description", "shared": false, "security_group_rules": [{"id": "0c8e7de5-a4e1-4fdf-a992-7ae88b644438", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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": 833, "description": null, "tags": [], "created_at": "2023-04-19T14:03:12Z", "updated_at": "2023-04-19T14:03:12Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}, {"id": "afeab8d7-43a1-4c7b-a196-e4296578a37b", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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": 834, "description": null, "tags": [], "created_at": "2023-04-19T14:03:12Z", "updated_at": "2023-04-19T14:03:12Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}], "tags": [], "created_at": "2023-04-19T14:03:12Z", "updated_at": "2023-04-19T14:03:12Z", "revision_number": 1, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:13,098 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.323s 2023-04-19 14:03:13,098 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "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-59667d71-9175-4ae6-86a9-8114b7153a7c', 'date': 'Wed, 19 Apr 2023 14:03:13 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": "a078cbd6-6ae3-4692-883e-1ea921e3813f", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:12Z", "updated_at": "2023-04-19T14:03:12Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:13,320 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.221s 2023-04-19 14:03:13,320 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "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-95f1cede-476f-42ab-b9f8-267857f5eca6', 'date': 'Wed, 19 Apr 2023 14:03:13 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": "627f98f8-241a-4279-8a11-660693887a1a", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:13Z", "updated_at": "2023-04-19T14:03:13Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:13,503 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-04-19 14:03:13,504 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1041abbb-9768-4ef5-9b34-0bcadfbe1e6e', 'date': 'Wed, 19 Apr 2023 14:03:13 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": "10362588-c509-4769-9d0a-dc1c3c5074d5", "tenant_id": "cb7a8a4c01 784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:13Z", "updated_at": "2023-04-19T14:03:13Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:13,899 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.394s 2023-04-19 14:03:13,899 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9d884b34-af44-4d04-b166-c6c5da1aef24', 'date': 'Wed, 19 Apr 2023 14:03:13 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": "5648e8a1-445e-4b43-8d7e-2339ab668952", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:13Z", "updated_at": "2023-04-19T14:03:13Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:14,084 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-04-19 14:03:14,085 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f40c4c7e-6986-4e71-9e65-e5ea69d38235', 'date': 'Wed, 19 Apr 2023 14:03:14 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": "8d61f78d-bf07-42e0-8d2e-e4f7140c0652", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:13Z", "updated_at": "2023-04-19T14:03:13Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:14,252 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-19 14:03:14,252 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-typ e': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d1d199d2-6d92-4370-94b5-15a753425787', 'date': 'Wed, 19 Apr 2023 14:03:14 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": "8b00bea2-9bc4-4bfa-b934-0aa185e1fe4c", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:14Z", "updated_at": "2023-04-19T14:03:14Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:14,309 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.040s 2023-04-19 14:03:14,310 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:14 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-fd55d002-a14d-47f1-99c5-8c53a2ba46d6', '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": "c6bbfee1957e48c2a9c4975e753ba09f", "name": "tempest-SnapshotDataIntegrityTests-1674858284-project-member", "password_expires_at": null}, "audit_ids": ["anBnNAeBTrKZef1lDeQsNg"], "expires_at": "2023-04-19T15:03:14.000000Z", "issued_at": "2023-04-19T14:03:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb7a8a4c01784fab8210d3e9d59dbff2", "name": "tempest-SnapshotDataIntegrityTests-1674858284"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "regio n": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cb7a8a4c01784fab8210d3e9d59dbff2", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:03:14,311 80550 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'b71765ef-ae42-4d7d-a925-efe246f76b41', 'name': 'tempest-SnapshotDataIntegrityTests-1761678193-network', 'tenant_id': 'cb7a8a4c01784fab8210d3e9d59dbff2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb7a8a4c01784fab8210d3e9d59dbff2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54650, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:02:58Z', 'updated_at': '2023-04-19T14:02:58Z', 'revision_number': 1} available for tenant 2023-04-19 14:03:15,375 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 1.062s 2023-04-19 14:03:15,375 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-27737685", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "networks": [{"uuid": "b71765ef-ae42-4d7d-a925-efe246f76b41"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6d0b217-5132-4e36-a8e6-1b0aa60c5b64', 'x-compute-request-id': 'req-c6d0b217-5132-4e36-a8e6-1b0aa60c5b64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "adminPass": "GAV5gKs63Jke"}}' 2023-04-19 14:03:15,446 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.067s 2023-04-19 14:03:15,447 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c42fd784-460d-40a5-913b-06aabeddecac', 'x-compute-request-id': 'req-c42fd784-460d-40a5-913b-06aabeddecac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "name": "tempest-SnapshotDataIntegrityTests-server-27737685", "status": "BUILD", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:03:15Z", "updated": "2023-04-19T14:03:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:04:06,052 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.556s 2023-04-19 14:04:06,053 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92357fe2-dceb-461c-a283-54fbbfebdf52', 'x-compute-request-id': 'req-92357fe2-dceb-461c-a283-54fbbfebdf52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "name": "tempest-SnapshotDataIntegrityTests-server-27737685", "status": "ACTIVE", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "metadata": {}, "hostId": "7759db69851786e8d90ee64807340798dc20f6a0067b811d596b940f", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:03:15Z", "updated": "2023-04-19T14:03:22Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1761678193-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:1a:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "OS-SRV-USG:launched_at": "2023-04-19T14:03:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:04:06,064 80550 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 14:05:06,381 80550 INFO [tempest.lib.common.rest_client] Request (Sn apshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.257s 2023-04-19 14:05:06,381 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16c3a2a-e9ed-482c-b22b-9cf93ef09f7b', 'x-compute-request-id': 'req-d16c3a2a-e9ed-482c-b22b-9cf93ef09f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "name": "tempest-SnapshotDataIntegrityTests-server-27737685", "status": "ACTIVE", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "metadata": {}, "hostId": "7759db69851786e8d90ee64807340798dc20f6a0067b811d596b940f", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:03:15Z", "updated": "2023-04-19T14:03:22Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1761678193-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:1a:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "OS-SRV-USG:launched_at": "2023-04-19T14:03:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:06,688 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes 0.295s 2023-04-19 14:05:06,689 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1871631646", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d994b00-8379-4e05-85fe-fe419df813cb', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d994b00-8379-4e05-85fe-fe419df813cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes'} Body: b'{"volume": {"id": "b6012915-9eda-455d-8ffb-2cee09266d96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:05:06.546333", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1871631646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8f fb-2cee09266d96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}], "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:05:06,741 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96 0.041s 2023-04-19 14:05:06,741 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14aa7af5-f831-4aff-9337-c8c29ac4874d', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14aa7af5-f831-4aff-9337-c8c29ac4874d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96'} Body: b'{"volume": {"id": "b6012915-9eda-455d-8ffb-2cee09266d96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:05:07.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1871631646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}], "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:05:07,792 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96 0.039s 2023-04-19 14:05:07,792 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-385ac3c9-453b-4a0a-acf8-6cafa2965d3a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-385ac3c9-453b-4a0a-acf8-6cafa2965d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96'} Body: b'{"volume": {"id": "b6012915-9eda-455d-8ffb-2cee09266d96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:05:07.000000", "updated_at": "2023-04-19T14:05:07.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1871631646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}], "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multia ttach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:05:07,909 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96 0.104s 2023-04-19 14:05:07,909 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05: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-833276d9-a8f3-4377-afb9-ef6d9dcd07a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96'} Body: b'' 2023-04-19 14:05:07,932 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96 0.022s 2023-04-19 14:05:07,933 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05: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-2a5628c0-61f9-47ce-94f0-db017fc9ff8d', 'x-openstack-request-id': 'req-2a5628c0-61f9-47ce-94f0-db017fc9ff8d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6012915-9eda-455d-8ffb-2cee09266d96 could not be found."}}' 2023-04-19 14:05:08,055 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.122s 2023-04-19 14:05:08,056 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:07 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-317bddda-4389-4a0a-8f2a-2293390477e9', 'x-compute-request-id': 'req-317bddda-4389-4a0a-8f2a-2293390477e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'' 2023-04-19 14:05:08,443 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.386s 2023-04-19 14:05:08,443 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-965e2b0e-d047-42c7-91ef-9036fcdf86c7', 'x-compute-request-id': 'req-965e2b0e-d047-42c7-91ef-9036fcdf86c7', 'connection': 'close', 'status': '200', 'content-location' : 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "name": "tempest-SnapshotDataIntegrityTests-server-27737685", "status": "ACTIVE", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "metadata": {}, "hostId": "7759db69851786e8d90ee64807340798dc20f6a0067b811d596b940f", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:03:15Z", "updated": "2023-04-19T14:05:08Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1761678193-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:1a:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "OS-SRV-USG:launched_at": "2023-04-19T14:03:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:58,541 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.038s 2023-04-19 14:05:58,542 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:58 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-8af6368d-c1d9-45d0-a634-4b15b568b300', 'x-compute-request-id': 'req-8af6368d-c1d9-45d0-a634-4b15b568b300', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 could not be found."}}' 2023-04-19 14:05:58,711 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b1c482ac-9525-474a-8e75-3cd21cf04f68 0.168s 2023-04-19 14:05:58,712 80550 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-1894279d-ce5f-48c5-ac8c-3e60d138dd59', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:05:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b1c482ac-9525-474a-8e75-3cd21cf04f68'} Body: b'' 2023-04-19 14:05:58,744 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1106689667 0.031s 2023-04-19 14:05:58,744 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:58 GMT', 'ser ver': '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-e7ad7e91-df49-47c8-8386-b9b0adce1e32', 'x-compute-request-id': 'req-e7ad7e91-df49-47c8-8386-b9b0adce1e32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1106689667'} Body: b'' {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 3f42e0f6-1b17-4caf-beab-6ba6c3746b66 failed to build and is in ERROR status {4} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.012925s] ... 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 ba46b918-4bc7-45c5-964f-70611c72ddb3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:38,870 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types 0.163s 2023-04-19 14:06:38,870 80556 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-242015703", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825e9f1d-20df-47a8-aac9-29272d1565eb', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825e9f1d-20df-47a8-aac9-29272d1565eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types'} Body: b'{"volume_type": {"id": "3af61ca6-238b-45ca-9265-c8bade25ed87", "name": "tempest-VolumeTypesAccessTest-volume-type-242015703", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-19 14:06:39,002 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes 0.128s 2023-04-19 14:06:39,003 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "3af61ca6-238b-45ca-9265-c8bade25ed87", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:38 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-dc168102-6151-4c1a-9ca6-eebe5e69b115', 'x-openstack-request-id': 'req-dc168102-6151-4c1a-9ca6-eebe5e69b115', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 3af61ca6-238b-45ca-9265-c8bade25ed87 could not be found."}}' 2023-04-19 14:06:39,004 80556 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-19 14:06:39,037 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87/action 0.033s 2023-04-19 14:06:39,038 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "9adbe702a2644647b897e06181069cdc"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06: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-238664b2-f29b-49f5-8622-ec475c508f17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87/action'} Body: b'' 2023-04-19 14:06:39,250 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes 0.211s 2023-04-19 14:06:39,251 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "3af61ca6-238b-45ca-9265-c8bade25ed 87", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1988519686"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b222fc9-b2a6-42cd-97e8-3f64243cdb61', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b222fc9-b2a6-42cd-97e8-3f64243cdb61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes'} Body: b'{"volume": {"id": "ba46b918-4bc7-45c5-964f-70611c72ddb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:39.191558", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1988519686", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-242015703", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}], "user_id": "505c523dc24840d490862b34bbe29afd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:39,301 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.041s 2023-04-19 14:06:39,302 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d3d0003-65da-49ce-91e5-d460e69cd208', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d3d0003-65da-49ce-91e5-d460e69cd208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'{"volume": {"id": "ba46b918-4bc7-45c5-964f-70611c72ddb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:39.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1988519686", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-242015703", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}], "user_id": "505c523dc24840d490862b34bbe29afd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9adbe702a2644647b897e06181069cdc"}}' 2023-04-19 14:06:40,354 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.040s 2023-04-19 14:06:40,355 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f01629ee-9630-4dd0-96cf-d929d3554d8a', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f01629ee-9630-4dd0-96cf-d929d3554d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'{"volume": {"id": "ba46b918-4bc7-45c5-964f-70611c72ddb3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:39.000000", "updated_at": "2023-04-19T14:06:39.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1988519686", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-242015703", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}], "user_id": "505c523dc24840d490862b34bbe29afd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9adbe702a2644647b897e06181069cdc"}}' 2023-04-19 14:06:40,407 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.041s 2023-04-19 14:06:40,407 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b1276d-7678-448c-a5ea-a187944c5541', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b1276d-7678-448c-a5ea-a187944c5541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'{"volume": {"id": "ba46b918-4bc7-45c5-964f-70611c72ddb3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:39.000000", "updated_at": "2023-04-19T14:06:39.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1988519686", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-242015703", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}], "user_id": "505c523dc24840d490862b34bbe29afd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9adbe702a2644647b897e06181069cdc"}}' 2023-04-19 14:06:40,591 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.169s 2023-04-19 14:06:40,592 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00ad4ce3-9e45-40c6-a0bc-dcd980ce0496', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647 b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'' 2023-04-19 14:06:40,612 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.019s 2023-04-19 14:06:40,612 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a5f8eb5-a631-4400-8687-297a67791ded', 'x-openstack-request-id': 'req-1a5f8eb5-a631-4400-8687-297a67791ded', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ba46b918-4bc7-45c5-964f-70611c72ddb3 could not be found."}}' 2023-04-19 14:06:40,641 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87/action 0.028s 2023-04-19 14:06:40,641 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "9adbe702a2644647b897e06181069cdc"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db0da346-726b-4673-9316-59f445cb6154', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87/action'} Body: b'' 2023-04-19 14:06:40,702 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87 0.060s 2023-04-19 14:06:40,702 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d01be3-fb1b-45fc-9d5b-c78103486ab8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87'} Body: b'' 2023-04-19 14:06:40,717 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87 0.014s 2023-04-19 14:06:40,717 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-4655cac7-5cb8-49a8-8993-b5b45af8f7a6', 'x-openstack-request-id': 'req-4655cac7-5cb8-49a8-8993-b5b45af8f7a6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d3984 5ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 3af61ca6-238b-45ca-9265-c8bade25ed87 could not be found."}}' {4} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.255924s] ... ok {4} setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 2097c89f-07f6-4af7-9b54-59dba98ae881 failed to build and is in ERROR status {4} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {4} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.843992s] ... 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 33bb8863-0966-48d9-a529-c4c29a404943 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:47,833 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.194s 2023-04-19 14:06:47,833 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1eb4741d-fbbd-45f9-bd28-40f21c3168b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:06:48,193 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes 0.358s 2023-04-19 14:06:48,194 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-VolumesCloneTest-Volume-139904484"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ffb77f-f103-4688-b3ab-ae2f136343fc', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ffb77f-f103-4688-b3ab-ae2f136343fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes'} Body: b'{"volume": {"id": "33bb8863-0966-48d9-a529-c4c29a404943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:48.129717", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-139904484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:48,243 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.040s 2023-04-19 14:06:48,243 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e868381-272c-4dfa-8774-3b40d7dd8335', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e868381-272c-4dfa-8774-3b40d7dd8335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'{"volume": {"id": "33bb8863-0966-48d9-a529-c4c29a404943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:48.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-139904484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:49,295 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.040s 2023-04-19 14:06:49,295 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee09e42-ceb0-4756-8fec-56f0eb8a0c6c', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee09e42-ceb0-4756-8fec-56f0eb8a0c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'{"volume": {"id": "33bb8863-0966-48d9-a529-c4c29a404943", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:48.000000", "updated_at": "2023-04-19T14:06:48.000000", "name": "tempest-VolumesCloneTest-Volume-139904484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:49,344 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.038s 2023-04-19 14:06:49,345 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5241e274-1dd3-45d3-baef-2464200d7337', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5241e274-1dd3-45d3-baef-2464200d7337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'{"volume": {"id": "33bb8863-0966-48d9-a529-c4c29a404943", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:48.000000", "updated_at": "2023-04-19T14:06:48.000000", "name": "tempest-VolumesCloneTest-Volume-139904484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:49,457 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.101s 2023-04-19 14:06:49,457 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e31e955a-9a30-4229-9d1c-6ca6725f0031', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'' 2023-04-19 14:06:49,480 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.022s 2023-04-19 14:06:49,480 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06: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-c3345889-de86-4aa6-a972-8f1d9fcc7529', 'x-openstack-request-id': 'req-c3345889-de86-4aa6-a972-8f1d9fcc7529', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 33bb8863-0966-48d9-a529-c4c29a404943 could not be found."}}' {4} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.580545s] ... 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 9c2989c9-1dd7-4982-a409-8b192118d4c6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:49,728 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes 0.245s 2023-04-19 14:06:49,729 80556 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-1000864056"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41561107-f03c-4a49-ab61-07351a3039b8', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41561107-f03c-4a49-ab61-07351a3039b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes'} Body: b'{"volume": {"id": "9c2989c9-1dd7-4982-a409-8b192118d4c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:49.653876", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1000864056", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:49,778 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.040s 2023-04-19 14:06:49,778 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef20a1ad-bfdf-4a9d-b810-87371c8a8122', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef20a1ad-bfdf-4a9d-b810-87371c8a8122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'{"volume": {"id": "9c2989c9-1dd7-4982-a409-8b192118d4c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:50.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1000864056", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:50,828 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.038s 2023-04-19 14:06:50,829 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-839b1687-e6da-4369-b6ed-ba5f7dfc5480', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-839b1687-e6da-4369-b6ed-ba5f7dfc5480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'{"volume": {"id": "9c2989c9-1dd7-4982-a409-8b192118d4c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:50.000000", "updated_at": "2023-04-19T14:06:50.000000", "name": "tempest-VolumesCloneTest-Volume-1000864056", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:50,886 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.047s 2023-04-19 14:06:50,887 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b2cb8a-b3d5-44ef-8cca-5b0f9973419e', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b2cb8a-b3d5-44ef-8cca-5b0f9973419e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'{"volume": {"id": "9c2989c9-1dd7-4982-a409-8b192118d4c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:50.000000", "updated_at": "2023-04-19T14:06:50.000000", "name": "tempest-VolumesCloneTest-Volume-1000864056", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:51,041 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.143s 2023-04-19 14:06:51,041 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-798e4024-6e13-4da6-818b-c79aaa180aa9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'' 2023-04-19 14:06:51,062 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.020s 2023-04-19 14:06:51,062 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06: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-6a72d36f-1f06-4b07-bfae-6b2bb92ed1e9', 'x-openstack-request-id': 'req-6a72d36f-1f06-4b07-bfae-6b2bb92ed1e9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9c2989c9-1dd7-4982-a409-8b192118d4c6 could not be found."}}' {4} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.604086s] ... 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 2e6a00b0-c912-4b2a-b543-4ec4dce74c99 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:52,912 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes 0.336s 2023-04-19 14:06:52,912 80556 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-656615677", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36da2b5d-836c-4b5b-8f02-ea4b9e06fca2', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36da2b5d-836c-4b5b-8f02-ea4b9e06fca2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes'} Body: b'{"volume": {"id": "2e6a00b0-c912-4b2a-b543-4ec4dce74c99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:52.844405", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-656615677", "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/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:52,979 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99 0.056s 2023-04-19 14:06:52,979 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f07baa2c-be8a-49f3-b9d7-59afe447b78a', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f07baa2c-be8a-49f3-b9d7-59afe447b78a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99'} Body: b'{"volume": {"id": "2e6a00b0-c912-4b2a-b543-4ec4dce74c99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:53.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-656615677", "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/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:54,034 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99 0.043s 2023-04-19 14:06:54,035 80556 DEBUG [tempest.lib .common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf36027-8620-40f2-a9f8-c873ba22fd63', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf36027-8620-40f2-a9f8-c873ba22fd63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99'} Body: b'{"volume": {"id": "2e6a00b0-c912-4b2a-b543-4ec4dce74c99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:53.000000", "updated_at": "2023-04-19T14:06:53.000000", "name": "tempest-VolumesGetTest-Volume-656615677", "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/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:54,154 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99 0.107s 2023-04-19 14:06:54,154 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57779110-9cc6-426e-8a16-dddc4b5a469f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99'} Body: b'' 2023-04-19 14:06:54,178 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99 0.024s 2023-04-19 14:06:54,179 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d497188-40f3-4f9b-9bea-110e45c97e1c', 'x-openstack-request-id': 'req-2d497188-40f3-4f9b-9bea-110e45c97e1c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e6a00b0-c912-4b2a-b543-4ec4dce74c99 could not be found."}}' {8} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {8} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {4} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.554520s] ... 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 db07ae1e-005c-4eb4-a431-0dbd876e0409 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:54,426 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes 0.243s 2023-04-19 14:06:54,427 80556 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-1033483296"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b29d22d-a831-4676-8814-f4875893ce97', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b29d22d-a831-4676-8814-f4875893ce97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes'} Body: b'{"volume": {"id": "db07ae1e-005c-4eb4-a431-0dbd876e0409", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:54.334765", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1033483296", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:54,479 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.042s 2023-04-19 14:06:54,479 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ff86697-bcf2-4219-b83c-b5f417fda868', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ff86697-bcf2-4219-b83c-b5f417fda868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'{"volume": {"id": "db07ae1e-005c-4eb4-a431-0dbd876e0409", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:54.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1033483296", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:55,537 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.045s 2023-04-19 14:06:55,538 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0889c8b8-f31f-4362-9310-63a33dedded3', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0889c8b8-f31f-4362-9310-63a33dedded3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'{"volume": {"id": "db07ae1e-005c-4eb4-a431-0dbd876e0409", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:54.000000", "updated_at": "2023-04-19T14:06:55.000000", "name": "tempest-VolumesGetTest-Volume-1033483296", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:55,597 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.044s 2023-04-19 14:06:55,598 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f53b3598-04a1-4e8f-96d9-b798c3368349', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f53b3598-04a1-4e8f-96d9-b798c3368349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'{"volume": {"id": "db07ae1e-005c-4eb4-a431-0dbd876e0409", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:54.000000", "updated_at": "2023-04-19T14:06:55.000000", "name": "tempest-VolumesGetTest-Volume-1033483296", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:55,712 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.103s 2023-04-19 14:06:55,712 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8 ', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf017595-7992-439d-aa59-b3cebd6439f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'' 2023-04-19 14:06:55,734 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.021s 2023-04-19 14:06:55,735 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ace2d32-0794-41ea-95c2-b1127f996aca', 'x-openstack-request-id': 'req-7ace2d32-0794-41ea-95c2-b1127f996aca', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume db07ae1e-005c-4eb4-a431-0dbd876e0409 could not be found."}}' {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.893122s] ... 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 4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:54,598 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types 0.245s 2023-04-19 14:06:54,599 80554 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-1877655813"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e339f296-17f6-4e9b-b744-3f2dc8d2152f', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e339f296-17f6-4e9b-b744-3f2dc8d2152f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types'} Body: b'{"volume_type": {"id": "a78ecb04-c0ab-40cf-ac44-36104724d8bc", "name": "tempest-GroupSnapshotsTest-volume-type-1877655813", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:06:54,638 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types 0.034s 2023-04-19 14:06:54,638 80554 DEBUG [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-409371963"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-924b3021-c74b-40f7-92a5-22f08036db4a', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-924b3021-c74b-40f7-92a5-22f08036db4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types'} Body: b'{"group_type": {"id": "4f35624a-e61c-4fbb-acab-15b24a7d0104", "name": "tempest-GroupSnapshotsTest-group-type-409371963", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:06:54,873 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups 0.232s 2023-04-19 14:06:54,873 80554 DEBUG [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": "4f35624a-e61c-4fbb-acab-15b24a7d0104", "volume_types": ["a78ecb04-c0ab-40cf-ac44-36104724d8bc"], "name": "tempest-GroupSnapshotsTest-Group-1319814999"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b5b689c-1d5d-40b3-a74a-5618f8f6a808', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b5b689c-1d5d-40b3-a74a-5618f8f6a808', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups'} Body: b'{"group": {"id": "4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275", "name": "tempest-GroupSnapshotsTest-Group-1319814999"}}' 2023-04-19 14:06:54,906 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 0.031s 2023-04-19 14:06:54,906 80554 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15557fe2-fddd-46c1-86e0-6ef6a77581e1', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15557fe2-fddd-46c1-86e0-6ef6a77581e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275'} Body: b'{"group": {"id": "4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:06:55.000000", "name": "tempest-GroupSnapshotsTest-Group-1319814999", "description": null, "group_type": "4f35624a-e61c-4fbb-acab-15b24a7d0104", "volume_types": ["a78ecb04-c0ab-40cf-ac44-36104724d8bc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:55,941 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 0.029s 2023-04-19 14:06:55,941 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e85fbcc-0ab9-4fcd-ab0c-47b459b340cf', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e85fbcc-0ab9-4fcd-ab0c-47b459b340cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275'} Body: b'{"group": {"id": "4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:06:55.000000", "name": "tempest-GroupSnapshotsTest-Group-1319814999", "description": null, "group_type": "4f35624a-e61c-4fbb-acab-15b24a7d0104", "volume_types": ["a78ecb04-c0ab-40cf-ac44-36104724d8bc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:56,016 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail 0.069s 2023-04-19 14:06:56,016 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71017df8-e40f-46a4-8734-1b43b183dee5', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71017df8-e40f-46a4-8734-1b43b183dee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:06:56,113 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275/action 0.087s 2023-04-19 14:06:56,114 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"de lete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b86ec7e-f361-4851-bf66-e8cf09af5b80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275/action'} Body: b'' 2023-04-19 14:06:56,133 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 0.019s 2023-04-19 14:06:56,133 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-771b0ce6-7a84-4754-863f-558e5ed013d3', 'x-openstack-request-id': 'req-771b0ce6-7a84-4754-863f-558e5ed013d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 could not be found."}}' 2023-04-19 14:06:56,164 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/4f35624a-e61c-4fbb-acab-15b24a7d0104 0.030s 2023-04-19 14:06:56,164 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea81d54a-af37-4f27-b025-fb291aeb05c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/4f35624a-e61c-4fbb-acab-15b24a7d0104'} Body: b'' 2023-04-19 14:06:56,226 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/a78ecb04-c0ab-40cf-ac44-36104724d8bc 0.061s 2023-04-19 14:06:56,226 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06: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-c5776dc8-1ccc-4564-8dcf-7e7ddb4c6422', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/a78ecb04-c0ab-40cf-ac44-36104724d8bc'} Body: b'' 2023-04-19 14:06:56,244 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/a78ecb04-c0ab-40cf-ac44-36104724d8bc 0.016s 2023-04-19 14:06:56,244 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-f66dc5d9-cbad-4eea-a968-5b6ec222c656', 'x-openstack-request-id': 'req-f66dc5d9-cbad-4eea-a968-5b6ec222c656', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/a78ecb04-c0ab-40cf-ac44-36104724d8bc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a78ecb04-c0ab-40cf-ac44-36104724d8bc could not be found."}}' {4} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.661720s] ... 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 0e403964-01af-488e-b74a-6a2e8b4f46e0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:55,764 80556 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/4dcdc911-3648-46b3-8c6e-9727e5375516 0.023s 2023-04-19 14:06:55,764 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-011f3020-b06c-4168-bd18-a7cba199bd0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:06:56,155 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes 0.390s 2023-04-19 14:06:56,155 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-VolumesGetTest-Volume-810650813", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-099ebd05-1047-4400-9515-5dbf0d2785ce', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-099ebd05-1047-4400-9515-5dbf0d2785ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes'} Body: b'{"volume": {"id": "0e403964-01af-488e-b74a-6a2e8b4f46e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.078791", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-810650813", "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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:56,213 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0 0.048s 2023-04-19 14:06:56,214 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e73da7-bcc8-470e-8e76-aa9ed1535f40', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e73da7-bcc8-470e-8e76-aa9ed1535f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0'} Body: b'{"volume": {"id": "0e403964-01af-488e-b74a-6a2e8b4f46e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-810650813", "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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:57,269 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0 0.044s 2023-04-19 14:06:57,270 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c345cf58-5930-4b5d-a1ef-5d7342560ebc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c345cf58-5930-4b5d-a1ef-5d7342560ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0'} Body: b'{"volume": {"id": "0e403964-01af-488e-b74a-6a2e8b4f46e0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.000000", "updated_at": "2023-04-19T14:06:56.000000", "name": "tempest-VolumesGetTest-Volume-810650813", "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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:57,379 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0 0.098s 2023-04-19 14:06:57,379 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a80de15-09d6-4098-8794-16ab331d277f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0'} Body: b'' 2023-04-19 14:06:57,401 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0 0.020s 2023-04-19 14:06:57,401 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5cd59d5-5566-4aa6-b93f-917fb004d4b8', 'x-openstack-request-id': 'req-e5cd59d5-5566-4aa6-b93f-917fb004d4b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0e403964-01af-488e-b74a-6a2e8b4f46e0 could not be found."}}' {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.530231s] ... 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 4e10591d-5a85-432a-8d43-aed5713ff32b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:56,280 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types 0.032s 2023-04-19 14:06:56,281 80554 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-714500291"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bc7cfe-d4ea-4862-a424-e898e36d1d41', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bc7cfe-d4ea-4862-a424-e898e36d1d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types'} Body: b'{"volume_type": {"id": "d888258f-edde-44cb-af2f-19c5a3374014", "name": "tempest-GroupSnapshotsTest-volume-type-714500291", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:06:56,319 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types 0.033s 2023-04-19 14:06:56,319 80554 DEBUG [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-308098536"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-027e17cb-47d9-4c73-8851-7e5ac784d967', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-027e17cb-47d9-4c73-8851-7e5ac784d967', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types'} Body: b'{"group_type": {"id": "2902e560-c429-47e7-8925-4a7aa95a7734", "name": "tempest-GroupSnapshotsTest-group-type-308098536", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:06:56,425 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups 0.101s 2023-04-19 14:06:56,426 80554 DEBUG [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": "2902e560-c429-47e7-8925-4a7aa95a7734", "volume_types": ["d888258f-edde-44cb-af2f-19c5a3374014"], "name": "tempest-GroupSnapshotsTest-Group-840317872"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d156bea1-77d1-4153-88c9-f04b1d4cea53', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d156bea1-77d1-4153-88c9-f04b1d4cea53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups'} Body: b'{"group": {"id": "4e10591d-5a85-432a-8d43-aed5713ff32b", "name": "tempest-GroupSnapshotsTest-Group-840317872"}}' 2023-04-19 14:06:56,457 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b 0. 029s 2023-04-19 14:06:56,457 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b1d8ea-0675-46b4-8220-35fc44eeb94d', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b1d8ea-0675-46b4-8220-35fc44eeb94d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b'} Body: b'{"group": {"id": "4e10591d-5a85-432a-8d43-aed5713ff32b", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.000000", "name": "tempest-GroupSnapshotsTest-Group-840317872", "description": null, "group_type": "2902e560-c429-47e7-8925-4a7aa95a7734", "volume_types": ["d888258f-edde-44cb-af2f-19c5a3374014"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:57,498 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b 0.036s 2023-04-19 14:06:57,499 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e38bc65-4d0b-4d08-8c96-3a52c9d22ec4', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e38bc65-4d0b-4d08-8c96-3a52c9d22ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b'} Body: b'{"group": {"id": "4e10591d-5a85-432a-8d43-aed5713ff32b", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.000000", "name": "tempest-GroupSnapshotsTest-Group-840317872", "description": null, "group_type": "2902e560-c429-47e7-8925-4a7aa95a7734", "volume_types": ["d888258f-edde-44cb-af2f-19c5a3374014"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:57,503 80554 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-19 14:06:57,578 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail 0.074s 2023-04-19 14:06:57,578 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4030ff37-3e97-4ca6-b767-6589d8a01e5e', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4030ff37-3e97-4ca6-b767-6589d8a01e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:06:57,650 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b/action 0.061s 2023-04-19 14:06:57,651 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 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-7fc01f6c-35c3-4012-b174-d1262ba35a28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b/action'} Body: b'' 2023-04-19 14:06:57,671 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b 0.020s 2023-04-19 14:06:57,672 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 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-5202eeaa-7323-4d70-bb0a-0b4212584be9', 'x-openstack-request-id': 'req-5202eeaa-7323-4d70-bb0a-0b4212584be9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4e10591d-5a85-432a-8d43-aed5713ff32b could not be found."}}' 2023-04-19 14:06:57,700 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/2902e560-c429-47e7-8925-4a7aa95a7734 0.028s 2023-04-19 14:06:57,701 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 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-19416ee5-fb93-45ea-ae42-e29a24664065', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/2902e560-c429-47e7-8925-4a7aa95a7734'} Body: b'' 2023-04-19 14:06:57,756 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/d888258f-edde-44cb-af2f-19c5a3374014 0.055s 2023-04-19 14:06:57,757 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12cb0eb-27ca-4edf-a472-68889265dd5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/d888258f-edde-44cb-af2f-19c5a3374014'} Body: b'' 2023-04-19 14:06:57,777 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/d888258f-edde-44cb-af2f-19c5a3374014 0 .020s 2023-04-19 14:06:57,778 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c37a8b-5814-415e-a159-7fc6afa427af', 'x-openstack-request-id': 'req-51c37a8b-5814-415e-a159-7fc6afa427af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/d888258f-edde-44cb-af2f-19c5a3374014'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d888258f-edde-44cb-af2f-19c5a3374014 could not be found."}}' {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.603693s] ... 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 2adb30ee-968b-4092-b5cf-0a2f384f262b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:57,814 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types 0.033s 2023-04-19 14:06:57,814 80554 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-1630860330"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d375f0-2a6f-44e5-a4ae-90b1b85c0f96', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d375f0-2a6f-44e5-a4ae-90b1b85c0f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types'} Body: b'{"volume_type": {"id": "250eb4d5-b04c-49cd-8abd-4195fa0db661", "name": "tempest-GroupSnapshotsTest-volume-type-1630860330", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:06:57,899 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types 0.081s 2023-04-19 14:06:57,899 80554 DEBUG [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-1738046619"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb162070-2ec2-41b1-9f6e-120359c2c853', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb162070-2ec2-41b1-9f6e-120359c2c853', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types'} Body: b'{"group_type": {"id": "f532de59-2e90-4762-9cd7-4912f25339e9", "name": "tempest-GroupSnapshotsTest-group-type-1738046619", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:06:58,001 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups 0.099s 2023-04-19 14:06:58,001 80554 DEBUG [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": "f532de59-2e90-4762-9cd7-4912f25339e9", "volume_types": ["250eb4d5-b04c-49cd-8abd-4195fa0db661"], "name": "tempest-GroupSnapshotsTest-Group-911118272"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35170b3-b589-4f30-b191-cc4f2603051c', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35170b3-b589-4f30-b191-cc4f2603051c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups'} Body: b'{"group": {"id": "2adb30ee-968b-4092-b5cf-0a2f384f262b", "name": "tempest-GroupSnapshotsTest-Group-911118272"}}' 2023-04-19 14:06:58,058 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b 0.054s 2023-04-19 14:06:58,058 80554 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': 'Wed, 19 Apr 2023 14:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a58c63-3048-4471-a375-c7a7fe9c70f2', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a58c63-3048-4471-a375-c7a7fe9c70f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b'} Body: b'{"group": {"id": "2adb30ee-968b-4092-b5cf-0a2f384f262b", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:06:58.000000", "name": "tempest-GroupSnapshotsTest-Group-911118272", "description": null, "group_type": "f532de59-2e90-4762-9cd7-4912f25339e9", "volume_types": ["250eb4d5-b04c-49cd-8abd-4195fa0db661"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:59,097 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b 0.034s 2023-04-19 14:06:59,097 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c963a3d-4f80-4fca-ab50-954607db5284', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c963a3d-4f80-4fca-ab50-954607db5284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b'} Body: b'{"group": {"id": "2adb30ee-968b-4092-b5cf-0a2f384f262b", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:06:58.000000", "name": "tempest-GroupSnapshotsTest-Group-911118272", "description": null, "group_type": "f532de59-2e90-4762-9cd7-4912f25339e9", "volume_types": ["250eb4d5-b04c-49cd-8abd-4195fa0db661"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:59,182 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail 0.080s 2023-04-19 14:06:59,182 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-315f3d1b-ec55-453b-9a1c-2c9116edf84b', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-315f3d1b-ec55-453b-9a1c-2c9116edf84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:06:59,252 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b/action 0.059s 2023-04-19 14:06:59,252 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c3d7e5-1755-4c25-8fb4-34734e914f2d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b/action'} Body: b'' 2023-04-19 14:06:59,270 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b 0.017s 2023-04-19 14:06:59,270 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-98593628-e0fd-4dc2-9e37-48f6a8c23d36', 'x-openstack-request-id': 'req-98593628-e0fd-4dc2-9e37-48f6a8c23d36', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2adb30ee-968b-4092-b5cf-0a2f384f262b could not be found."}}' 2023-04-19 14:06:59,302 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/f532de59-2e90-4762-9cd7-4912f25339e9 0.031s 2023-04-19 14:06:59,303 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05397c4-1b8f-4ebd-87b0-cbf038373c55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/f532de59-2e90-4762-9cd7-4912f25339e9'} Body: b'' 2023-04-19 14:06:59,360 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/250eb4d5-b04c-49cd-8abd-4195fa0db661 0.057s 2023-04-19 14:06:59,361 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2163b9ac-2067-4cf0-83da-109bcb826a6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/250eb4d5-b04c-49cd-8abd-4195fa0db661'} Body: b'' 2023-04-19 14:06:59,383 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/250eb4d5-b04c-49cd-8abd-4195fa0db661 0.021s 2023-04-19 14:06:59,383 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e293cfa-f0d5-409e-b4a4-e452dacce686', 'x-openstack-request-id': 'req-7e293cfa-f0d5-409e-b4a4-e452dacce686', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/250eb4d5-b04c-49cd-8abd-4195fa0db661'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 250eb4d5-b04c-49cd-8abd-4195fa0db661 could not be found."}}' {8} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.996158s] ... 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 ac6434da-e63f-4bce-8d79-e9d275e0aef9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:59,926 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types 0.264s 2023-04-19 14:06:59,926 80564 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-70677453"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f952f4-0a72-491b-b09d-2fe7ea45b055', 'content-length': '218', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f952f4-0a72-491b-b09d-2fe7ea45b055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types'} Body: b'{"volume_type": {"id": "261e036c-80cd-465e-abab-4405f51876ee", "name": "tempest-GroupsV320Test-volume-type-70677453", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:06:59,963 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/group_types 0.032s 2023-04-19 14:06:59,963 80564 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-1905121458"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028f7523-1c26-4a80-b12d-ad96291dfb13', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028f7523-1c26-4a80-b12d-ad96291dfb13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/group_types'} Body: b'{"group_type": {"id": "df7be627-c626-4a14-8fa1-1112def95c31", "name": "tempest-GroupsV320Test-group-type-1905121458", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:07:00,226 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups 0.259s 2023-04-19 14:07:00,227 80564 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": "df7be627-c626-4a14-8fa1-1112def95c31", "volume_types": ["261e036c-80cd-465e-abab-4405f51876ee"], "name": "tempest-GroupsV320Test-Group-1148483989"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b855a8c-c4bf-4630-a9d2-3df1495371c1', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b855a8c-c4bf-4630-a9d2-3df1495371c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups'} Body: b'{"group": {"id": "ac6434da-e63f-4bce-8d79-e9d275e0aef9", "name": "tempest-GroupsV320Test-Group-1148483989"}}' 2023-04-19 14:07:00,263 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9 0.034s 2023-04-19 14:07:00,263 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295dd7c7-518a-447e-b59a-a14693e0b7e4', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295dd7c7-518a-447e-b59a-a14693e0b7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9'} Body: b'{"group": {"id": "ac6434da-e63f-4bce-8d79-e9d275e0aef9", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:07:00.000000", "name": "tempest-GroupsV320Test-Group-1148483989", "description": null, "group_type": "df7be627-c626-4a14-8fa1-1112def95c31", "volume_types": ["261e036c-80cd-465e-abab-4405f51876ee"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:07:01,302 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9 0.033s 2023-04-19 14:07:01,303 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4832d539-2cdb-4551-beed-91bdcc86e4de', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4832d539-2cdb-4551-beed-91bdcc86e4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9'} Body: b'{"group": {"id": "ac6434da-e63f-4bce-8d79-e9d275e0aef9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:07:00.000000", "name": "tempest-GroupsV320Test-Group-1148483989", "description": null, "group_type": "df7be627-c626-4a14-8fa1-1112def95c31", "volume_types": ["261e036c-80cd-465e-abab-4405f51876ee"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:07:01,384 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/volumes/detail 0.076s 2023-04-19 14:07:01,384 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14879b53-695a-45dc-9b97-1d07688f51d1', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14879b53-695a-45dc-9b97-1d07688f51d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:07:01,465 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9/action 0.070s 2023-04-19 14:07:01,465 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 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-00c7b222-25aa-4f1d-986e-51059f450722', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9/action'} Body: b'' 2023-04-19 14:07:01,482 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9 0.017s 2023-04-19 14:07:01,483 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 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-495e2f36-ed99-42ec-9752-3d8ce0aa44ee', 'x-openstack-request-id': 'req-495e2f36-ed99-42ec-9752-3d8ce0aa44ee', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ac6434da-e63f-4bce-8d79-e9d275e0aef9 could not be found."}}' 2023-04-19 14:07:01,526 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/group_types/df7be627-c626-4a14-8fa1-1112def95c31 0.042s 2023-04-19 14:07:01,526 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 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-98efa7fd-5149-4996-af60-c825da549246', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/group_types/df7be627-c626-4a14-8fa1-1112def95c31'} Body: b'' 2023-04-19 14:07:01,635 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types/261e036c-80cd-465e-abab-4405f51876ee 0.107s 2023-04-19 14:07:01,635 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f16f668-a73a-4d8d-8891-3cbd26deaa18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types/261e036c-80cd-465e-abab-4405f51876ee'} Body: b'' 2023-04-19 14:07:01,656 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types/261e036c-80cd-465e-abab-4405f51876ee 0.020s 2023-04-19 14:07:01,656 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 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-6351a51b-0e68-40d2-8c28-3f825ca2f541', 'x-openstack-request-id': 'req-6351a51b-0e68-40d2-8c28-3f825ca2f541', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types/261e036c-80cd-465e-abab-4405f51876ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 261e036c-80cd-465e-abab-4405f51876ee could not be found."}}' {4} setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b9076ab1-8818-4123-8c16-205c9f2e0ced failed to build and is in ERROR status {3} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.173646s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:07:02,525 80554 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/e5dffbb9b5b643108c9d5b7e6d5263e4/scheduler-stats/get_pools?detail=True 0.151s 2023-04-19 14:07:02,526 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f770eb32-fbec-40fe-b936-348cddd054af', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f770eb32-fbec-40fe-b936-348cddd054af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5dffbb9b5b643108c9d5b7e6d5263e4/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {3} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.064027s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:07:02,609 80554 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/e5dffbb9b5b643108c9d5b7e6d5263e4/scheduler-stats/get_pools 0.060s 2023-04-19 14:07:02,609 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76eca46-a5cd-4753-af3b-aadaffc7c6e6', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76eca46-a5cd-4753-af3b-aadaffc7c6e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5dffbb9b5b643108c9d5b7e6d5263e4/scheduler-stats/get_pools'} Body: b'{"pools": []}' {3} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.647193s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.173750s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.201978s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.157978s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.219588s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.013183s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.166842s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.023819s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.123091s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.022529s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.017042s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.015204s] ... ok {8} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.147478s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.292030s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.103244s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.012774s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.059235s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.014326s] ... ok {8} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.164530s] ... ok {8} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.123695s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.539772s] ... 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 999e84fa-0f17-4c94-a74e-cb02faa36135 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:07:08,889 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes 0.221s 2023-04-19 14:07:08,890 80554 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-1358498373"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a19bc8-b110-4cba-8238-2495a940cf4e', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a19bc8-b110-4cba-8238-2495a940cf4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes'} Body: b'{"volume": {"id": "999e84fa-0f17-4c94-a74e-cb02faa36135", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T14:07:08.814418", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1358498373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}], "user_id": "c74b0bca015f42d180fbd45b68d72249", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:07:08,939 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135 0.040s 2023-04-19 14:07:08,940 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f03a186-adf4-44c4-99f0-55a9853e434b', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f03a186-adf4-44c4-99f0-55a9853e434b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'{"volume": {"id": "999e84fa-0f17-4c94-a74e-cb02faa36135", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T14:07:09.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1358498373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}], "user_id": "c74b0bca015f42d180fbd45b68d72249", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a06b8910a21484091a5c38fec085dc1"}}' 2023-04-19 14:07:09,990 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36 135 0.038s 2023-04-19 14:07:09,990 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67687f4a-3864-4b50-847d-77f016dacf58', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67687f4a-3864-4b50-847d-77f016dacf58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'{"volume": {"id": "999e84fa-0f17-4c94-a74e-cb02faa36135", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T14:07:09.000000", "updated_at": "2023-04-19T14:07:09.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1358498373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}], "user_id": "c74b0bca015f42d180fbd45b68d72249", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a06b8910a21484091a5c38fec085dc1"}}' 2023-04-19 14:07:10,061 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135 0.060s 2023-04-19 14:07:10,062 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd45530-9da7-4ba7-8c15-fb1216ec97fa', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd45530-9da7-4ba7-8c15-fb1216ec97fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'{"volume": {"id": "999e84fa-0f17-4c94-a74e-cb02faa36135", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T14:07:09.000000", "updated_at": "2023-04-19T14:07:09.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1358498373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}], "user_id": "c74b0bca015f42d180fbd45b68d72249", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a06b8910a21484091a5c38fec085dc1"}}' 2023-04-19 14:07:10,186 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135 0.113s 2023-04-19 14:07:10,186 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Wed, 19 Apr 2023 14:07: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-49bd8c73-c4a1-449f-81c4-7f2e3b2e4fff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'' 2023-04-19 14:07:10,206 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135 0.020s 2023-04-19 14:07:10,207 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07: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-e7490d7b-208e-4043-a5ed-b1932ddba32f', 'x-openstack-request-id': 'req-e7490d7b-208e-4043-a5ed-b1932ddba32f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 999e84fa-0f17-4c94-a74e-cb02faa36135 could not be found."}}' {3} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {8} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.467051s] ... 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 68c3e801-8f46-4cb2-acbf-eebfb5f1febc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:07:12,191 80564 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes 0.340s 2023-04-19 14:07:12,191 80564 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-488759147"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b431b846-f07c-4445-9e05-02f06bd6f0d0', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b431b846-f07c-4445-9e05-02f06bd6f0d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes'} Body: b'{"volume": {"id": "68c3e801-8f46-4cb2-acbf-eebfb5f1febc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:12.132849", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-488759147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}], "user_id": "b0fb638980a64fdfb9d77203faa49836", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:07:12,253 80564 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc 0.047s 2023-04-19 14:07:12,254 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ecfa41a-0a47-4b4d-a835-f2e47b666d1e', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ecfa41a-0a47-4b4d-a835-f2e47b666d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc'} Body: b'{"volume": {"id": "68c3e801-8f46-4cb2-acbf-eebfb5f1febc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:12.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-488759147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}], "user_id": "b0fb638980a64fdfb9d77203faa49836", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "729515bfca6843579124bfd7f65d2277"}}' 2023-04-19 14:07:13,305 80564 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801- 8f46-4cb2-acbf-eebfb5f1febc 0.039s 2023-04-19 14:07:13,305 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a249df86-c13f-49c5-b18c-06654515e29b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a249df86-c13f-49c5-b18c-06654515e29b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc'} Body: b'{"volume": {"id": "68c3e801-8f46-4cb2-acbf-eebfb5f1febc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:12.000000", "updated_at": "2023-04-19T14:07:12.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-488759147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}], "user_id": "b0fb638980a64fdfb9d77203faa49836", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "729515bfca6843579124bfd7f65d2277"}}' {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [172.648659s] ... 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 18cdd484-54cd-4558-83b5-bab8d2d3d940 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:04:26,337 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.153s 2023-04-19 14:04:26,338 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b33de924-e903-4a6a-8a3c-b05d9078d797', 'x-compute-request-id': 'req-b33de924-e903-4a6a-8a3c-b05d9078d797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:04:26,519 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.157s 2023-04-19 14:04:26,519 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b6703c3-c4b0-4346-8582-f6a4bf741f18', 'x-compute-request-id': 'req-6b6703c3-c4b0-4346-8582-f6a4bf741f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", " href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:16,769 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.223s 2023-04-19 14:05:16,769 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae6a1df2-16fa-4f92-9ef8-6fa97e9da69d', 'x-compute-request-id': 'req-ae6a1df2-16fa-4f92-9ef8-6fa97e9da69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:16,997 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.216s 2023-04-19 14:05:16,997 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: { 'date': 'Wed, 19 Apr 2023 14:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d9f7816-7876-42a0-b602-b286b82e2011', 'x-compute-request-id': 'req-4d9f7816-7876-42a0-b602-b286b82e2011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:06:17,370 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes 0.300s 2023-04-19 14:06:17,370 80548 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-871584772"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe76ea2-47b5-4847-afaf-8951f8c46609', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe76ea2-47b5-4847-afaf-8951f8c46609', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes'} Body: b'{"volume": {"id": "18cdd484-54cd-4558-83b5-bab8d2d3d940", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:17.283601", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-871584772", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2 023-04-19 14:06:17,429 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940 0.046s 2023-04-19 14:06:17,429 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32bb3f23-a15c-4660-9917-fd1b7a97572b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32bb3f23-a15c-4660-9917-fd1b7a97572b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940'} Body: b'{"volume": {"id": "18cdd484-54cd-4558-83b5-bab8d2d3d940", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:17.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-871584772", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:06:18,480 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940 0.039s 2023-04-19 14:06:18,480 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5470d918-c7d9-4d5c-b9a8-d06988e6b72d', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5470d918-c7d9-4d5c-b9a8-d06988e6b72d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940'} Body: b'{"volume": {"id": "18cdd484-54cd-4558-83b5-bab8d2d3d940", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:17.000000", "updated_at": "2023-04-19T14:06:17.000000", "name": "tempest-ServerActionsTestJSON-volume-871584772", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:06:18,760 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.269s 2023-04-19 14:06:18,761 80548 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b5de1ed-57c6-4592-b098-303599713cf2', 'x-compute-request-id': 'req-0b5de1ed-57c6-4592-b098-303599713cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.189986s] ... 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 abef1702-7a5c-47a6-82e1-5899c733bd38 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:05:51,913 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-04-19 14:05:51,913 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:51 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-a76bf544-c28b-4477-9b03-c437cbbd5746', '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": "ef68344e8c354b0d9a826ebb6587174b", "name": "tempest-VolumesActionsTest-1466767104-project-member", "password_expires_at": null}, "audit_ids": ["LCbWAB3LR2-RZm6oU0_BbA"], "expires_at": "2023-04-19T15:05:51.000000Z", "issued_at": "2023-04-19T14:05:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df547379af574462b674110f513ecf8f", "name": "tempest-VolumesActionsTest-1466767104"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/df547379af574462b674110f513ecf8f", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:05:51,914 80560 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '65415407-a653-471c-b53c-2c199a7e4625', 'name': 'tempest-VolumesActionsTest-1718270978-network', 'tenant_id': 'df547379af574462b674110f513ecf8f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'df547379af574462b674110f513ecf8f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40333, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:05:49Z', 'updated_at': '2023-04-19T14:05:49Z', 'revision_number': 1} available for tenant 2023-04-19 14:05:52,634 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.719s 2023-04-19 14:05:52,634 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-681161781", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "65415407-a653-471c-b53c-2c199a7e4625"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6bc16cb-a7c3-49ab-8d3c-d60f3c0d8410', 'x-compute-request-id': 'req-e6bc16cb-a7c3-49ab-8d3c-d60f3c0d8410', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "eea34ad1-a903-42ca-8fb4-9d3662c2e4fd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "eX4e3vxZpZck"}}' 2023-04-19 14:05:52,701 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.064s 2023-04-19 14:05:52,702 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:52 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-58539034-8eed-4f5f-8690-d613e9ac6070', 'x-compute-request-id': 'req-58539034-8eed-4f5f-8690-d613e9ac6070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'{"server": {"id": "eea34ad1-a903-42ca-8fb4-9d3662c2e4fd", "name": "tempest-VolumesActionsTest-instance-681161781", "status": "BUILD", "tenant_id": "df547379af574462b674110f513ecf8f", "user_id": "ef68344e8c354b0d9a826ebb6587174b", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:05:53Z", "updated": "2023-04-19T14:05:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}], "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": "sche duling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:06:42,993 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.229s 2023-04-19 14:06:42,993 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:42 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-19707329-c40f-40de-86f0-8830508c172a', 'x-compute-request-id': 'req-19707329-c40f-40de-86f0-8830508c172a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'{"server": {"id": "eea34ad1-a903-42ca-8fb4-9d3662c2e4fd", "name": "tempest-VolumesActionsTest-instance-681161781", "status": "ACTIVE", "tenant_id": "df547379af574462b674110f513ecf8f", "user_id": "ef68344e8c354b0d9a826ebb6587174b", "metadata": {}, "hostId": "2a531f2c09cad4a0b7438ab9ec204ed2cd7c5b8f07bd25a0fb79e140", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:05:52Z", "updated": "2023-04-19T14:05:59Z", "addresses": {"tempest-VolumesActionsTest-1718270978-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:a1:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T14:05:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:06:43,004 80560 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 14:07:43,281 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes 0.217s 2023-04-19 14:07:43,282 80560 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-1314478540"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9b8148-04bc-47da-bd7d-cf965e6334af', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9b8148-04bc-47da-bd7d-cf965e6334af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "abef1702-7a5c-47a6-82e1-5899c733bd38", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:43.223005", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1314478540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "so urce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:07:43,331 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.040s 2023-04-19 14:07:43,331 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6326f17-e4a7-4f44-8086-66e70d067434', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6326f17-e4a7-4f44-8086-66e70d067434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'{"volume": {"id": "abef1702-7a5c-47a6-82e1-5899c733bd38", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:43.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1314478540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:07:44,383 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.040s 2023-04-19 14:07:44,384 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a5f9feb-d9fa-4aaf-9c82-dc85f99da327', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a5f9feb-d9fa-4aaf-9c82-dc85f99da327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'{"volume": {"id": "abef1702-7a5c-47a6-82e1-5899c733bd38", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:43.000000", "updated_at": "2023-04-19T14:07:43.000000", "name": "tempest-VolumesActionsTest-Volume-1314478540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}], "user_id": "ef68344e8c354b0d9a82 6ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:07:44,432 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.037s 2023-04-19 14:07:44,432 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b066ade8-60a3-426e-a973-0dcc87fb12b1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b066ade8-60a3-426e-a973-0dcc87fb12b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'{"volume": {"id": "abef1702-7a5c-47a6-82e1-5899c733bd38", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:43.000000", "updated_at": "2023-04-19T14:07:43.000000", "name": "tempest-VolumesActionsTest-Volume-1314478540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:07:44,547 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.102s 2023-04-19 14:07:44,547 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07: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-ba0dca3d-836d-45a8-9498-ea3506206080', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'' 2023-04-19 14:07:44,568 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.020s 2023-04-19 14:07:44,569 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07: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-395e214d-ed7f-454b-8d97-bed8803cd8ca', 'x-openstack-request-id': 'req-395e214d-ed7f-454b-8d97-bed8803cd8ca', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'{"itemNotFound": {" code": 404, "message": "Volume abef1702-7a5c-47a6-82e1-5899c733bd38 could not be found."}}' 2023-04-19 14:07:44,690 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.120s 2023-04-19 14:07:44,690 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-561288bf-fd94-470e-8dba-9e2903cbcd49', 'x-compute-request-id': 'req-561288bf-fd94-470e-8dba-9e2903cbcd49', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'' 2023-04-19 14:07:44,935 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.244s 2023-04-19 14:07:44,936 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:44 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-150c9ec6-707d-4369-a578-76c370c42cbd', 'x-compute-request-id': 'req-150c9ec6-707d-4369-a578-76c370c42cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'{"server": {"id": "eea34ad1-a903-42ca-8fb4-9d3662c2e4fd", "name": "tempest-VolumesActionsTest-instance-681161781", "status": "ACTIVE", "tenant_id": "df547379af574462b674110f513ecf8f", "user_id": "ef68344e8c354b0d9a826ebb6587174b", "metadata": {}, "hostId": "2a531f2c09cad4a0b7438ab9ec204ed2cd7c5b8f07bd25a0fb79e140", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:05:52Z", "updated": "2023-04-19T14:07:45Z", "addresses": {"tempest-VolumesActionsTest-1718270978-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:a1:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T14:05:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:08:34,998 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.043s 2023-04-19 14:08:34,999 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:34 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', '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-ce3e3c00-fa80-4662-8317-92424d824097', 'x-compute-request-id': 'req-ce3e3c00-fa80-4662-8317-92424d824097', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance eea34ad1-a903-42ca-8fb4-9d3662c2e4fd could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.586124s] ... 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 8ba80f84-2b1b-4b24-9c77-80158724ef20 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:35,305 80560 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/df547379af574462b674110f513ecf8f/volumes 0.303s 2023-04-19 14:08:35,306 80560 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-24964934"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ba7a46-7a2f-4118-be55-7ee98d9a2934', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ba7a46-7a2f-4118-be55-7ee98d9a2934', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "8ba80f84-2b1b-4b24-9c77-80158724ef20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:35.131475", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-24964934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:35,353 80560 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/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.038s 2023-04-19 14:08:35,354 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-055b44a9-15bc-4cbc-901f-f5ce24eeff48', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-055b44a9-15bc-4cbc-901f-f5ce24eeff48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'{"volume": {"id": "8ba80f84-2b1b-4b24-9c77-80158724ef20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:35.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-24964934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:36,409 80560 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/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.041s 2023-04-19 14:08:36,409 80560 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98a992d9-0629-48a2-9631-ac78a18a0e5f', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98a992d9-0629-48a2-9631-ac78a18a0e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'{"volume": {"id": "8ba80f84-2b1b-4b24-9c77-80158724ef20", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:35.000000", "updated_at": "2023-04-19T14:08:35.000000", "name": "tempest-VolumesActionsTest-Volume-24964934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:36,458 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.037s 2023-04-19 14:08:36,459 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1070bfe4-99e0-40fe-9be0-c9c4f90703da', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1070bfe4-99e0-40fe-9be0-c9c4f90703da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'{"volume": {"id": "8ba80f84-2b1b-4b24-9c77-80158724ef20", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:35.000000", "updated_at": "2023-04-19T14:08:35.000000", "name": "tempest-VolumesActionsTest-Volume-24964934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:36,564 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.095s 2023-04-19 14:08:36,565 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-03af43af-126e-405f-b94f-4e7e108dacf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'' 2023-04-19 14:08:36,587 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.022s 2023-04-19 14:08:36,588 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-27d6b78d-1a39-4030-acf1-e87785b8f893', 'x-openstack-request-id': 'req-27d6b78d-1a39-4030-acf1-e87785b8f893', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8ba80f84-2b1b-4b24-9c77-80158724ef20 could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.453316s] ... 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 397c4467-b8c6-4ad9-b4b0-10ad8c282124 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:36,767 80560 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/df547379af574462b674110f513ecf8f/volumes 0.176s 2023-04-19 14:08:36,767 80560 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-663715003"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7619780c-d3b9-460a-a548-5dda5653c822', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7619780c-d3b9-460a-a548-5dda5653c822', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "397c4467-b8c6-4ad9-b4b0-10ad8c282124", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:36.708576", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-663715003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:36,814 80560 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/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.037s 2023-04-19 14:08:36,814 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7700089-fae9-49ab-a4c0-5bac5e7320af', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7700089-fae9-49ab-a4c0-5bac5e7320af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'{"volume": {"id": "397c4467-b8c6-4ad9-b4b0-10ad8c282124", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:37.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-663715003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:37,869 80560 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/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.043s 2023-04-19 14:08:37,869 80560 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d6cd7e-a58d-4d18-acb1-a56a5a116cba', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d6cd7e-a58d-4d18-acb1-a56a5a116cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'{"volume": {"id": "397c4467-b8c6-4ad9-b4b0-10ad8c282124", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:37.000000", "updated_at": "2023-04-19T14:08:37.000000", "name": "tempest-VolumesActionsTest-Volume-663715003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:37,918 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.039s 2023-04-19 14:08:37,919 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e687ab9-b064-4690-8ece-4861fac09b59', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e687ab9-b064-4690-8ece-4861fac09b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'{"volume": {"id": "397c4467-b8c6-4ad9-b4b0-10ad8c282124", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:37.000000", "updated_at": "2023-04-19T14:08:37.000000", "name": "tempest-VolumesActionsTest-Volume-663715003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:38,020 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.091s 2023-04-19 14:08:38,021 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-5f8abad9-cc3f-4ef7-9382-08b4e2e79cd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'' 2023-04-19 14:08:38,043 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.021s 2023-04-19 14:08:38,043 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad0f70fe-255d-4ca7-9165-9462443a050c', 'x-openstack-request-id': 'req-ad0f70fe-255d-4ca7-9165-9462443a050c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 397c4467-b8c6-4ad9-b4b0-10ad8c282124 could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.455574s] ... 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 c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:38,226 80560 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/df547379af574462b674110f513ecf8f/volumes 0.180s 2023-04-19 14:08:38,226 80560 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-1960280669"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d6bdfd-a568-4dda-9190-774eadfd08a8', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d6bdfd-a568-4dda-9190-774eadfd08a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:38.169849", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1960280669", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:38,272 80560 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/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.036s 2023-04-19 14:08:38,272 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a441e13-6a70-4494-81c4-27990ee37da8', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a441e13-6a70-4494-81c4-27990ee37da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'{"volume": {"id": "c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:38.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1960280669", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:39,324 80560 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/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.040s 2023-04-19 14:08:39,325 80560 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de52f920-84f4-4dbf-8f53-49af873cd2a3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de52f920-84f4-4dbf-8f53-49af873cd2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'{"volume": {"id": "c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:38.000000", "updated_at": "2023-04-19T14:08:38.000000", "name": "tempest-VolumesActionsTest-Volume-1960280669", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:39,374 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.039s 2023-04-19 14:08:39,374 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcc2aeab-8c13-4ae1-81f5-022f106d9407', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcc2aeab-8c13-4ae1-81f5-022f106d9407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'{"volume": {"id": "c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:38.000000", "updated_at": "2023-04-19T14:08:38.000000", "name": "tempest-VolumesActionsTest-Volume-1960280669", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:39,477 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.093s 2023-04-19 14:08:39,478 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-85fb7fa3-1737-48d9-9551-85aa82d6bcf5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'' 2023-04-19 14:08:39,500 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.021s 2023-04-19 14:08:39,500 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-4729939a-d36e-4ebf-a0c0-aeaad127344a', 'x-openstack-request-id': 'req-4729939a-d36e-4ebf-a0c0-aeaad127344a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.446086s] ... 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 0b713742-c537-49f8-95fa-a74b9f31d14e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:39,676 80560 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/df547379af574462b674110f513ecf8f/volumes 0.173s 2023-04-19 14:08:39,676 80560 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-303935840"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba788e21-9cee-4414-b724-c2784ab27bc4', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba788e21-9cee-4414-b724-c2784ab27bc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "0b713742-c537-49f8-95fa-a74b9f31d14e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:39.622596", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-303935840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:39,722 80560 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/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.037s 2023-04-19 14:08:39,723 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bbe3426-163d-43df-936a-a0f449942d7c', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bbe3426-163d-43df-936a-a0f449942d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'{"volume": {"id": "0b713742-c537-49f8-95fa-a74b9f31d14e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:40.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-303935840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:40,774 80560 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/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.040s 2023-04-19 14:08:40,775 80560 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f1171e-1cd7-44ec-aa16-99cdfc9aaae2', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f1171e-1cd7-44ec-aa16-99cdfc9aaae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'{"volume": {"id": "0b713742-c537-49f8-95fa-a74b9f31d14e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:40.000000", "updated_at": "2023-04-19T14:08:40.000000", "name": "tempest-VolumesActionsTest-Volume-303935840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:40,823 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.038s 2023-04-19 14:08:40,824 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-132ee5af-0f9c-4f4c-a48d-41d28ae26b24', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-132ee5af-0f9c-4f4c-a48d-41d28ae26b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'{"volume": {"id": "0b713742-c537-49f8-95fa-a74b9f31d14e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:40.000000", "updated_at": "2023-04-19T14:08:40.000000", "name": "tempest-VolumesActionsTest-Volume-303935840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:40,926 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.091s 2023-04-19 14:08:40,926 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e54bb457-d177-4fcf-8c4a-cc3b6156d6de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'' 2023-04-19 14:08:40,947 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.021s 2023-04-19 14:08:40,948 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-83532a8c-847f-44c9-b83f-fd91a601d5a4', 'x-openstack-request-id': 'req-83532a8c-847f-44c9-b83f-fd91a601d5a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0b713742-c537-49f8-95fa-a74b9f31d14e could not be found."}}' {6} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.482357s] ... 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 e3ccbe94-7219-4173-89b2-f35d2e24d318 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:41,123 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes 0.171s 2023-04-19 14:08:41,123 80560 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-298464103"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c2f4178-d0c7-4dc4-8f1e-fa3a2597333f', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c2f4178-d0c7-4dc4-8f1e-fa3a2597333f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "e3ccbe94-7219-4173-89b2-f35d2e24d318", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:41.068172", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-298464103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:41,169 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.037s 2023-04-19 14:08:41,170 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7293d891-0a9c-4cbc-ac2e-e60cd766689b', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7293d891-0a9c-4cbc-ac2e-e60cd766689b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'{"volume": {"id": "e3ccbe94-7219-4173-89b2-f35d2e24d318", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:41.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-298464103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:42,228 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.047s 2023-04-19 14:08:42,229 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615dda83-e8c4-4e8d-acc2-e679f96693cf', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615dda83-e8c4-4e8d-acc2-e679f96693cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'{"volume": {"id": "e3ccbe94-7219-4173-89b2-f35d2e24d318", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:41.000000", "updated_at": "2023-04-19T14:08:41.000000", "name": "tempest-VolumesActionsTest-Volume-298464103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:42,279 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.036s 2023-04-19 14:08:42,279 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf7e4270-a4c2-4fd4-b3d1-63a9dffa6977', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf7e4270-a4c2-4fd4-b3d1-63a9dffa6977', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'{"volume": {"id": "e3ccbe94-7219-4173-89b2-f35d2e24d318", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:41.000000", "updated_at": "2023-04-19T14:08:41.000000", "name": "tempest-VolumesActionsTest-Volume-298464103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:42,401 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.112s 2023-04-19 14:08:42,401 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-92e3cd02-c661-45c9-88dd-bd852a7e8ecd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'' 2023-04-19 14:08:42,432 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.030s 2023-04-19 14:08:42,432 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-cbadab81-f9c0-4dfc-9670-25c7e6dd3474', 'x-openstack-request-id': 'req-cbadab81-f9c0-4dfc-9670-25c7e6dd3474', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e3ccbe94-7219-4173-89b2-f35d2e24d318 could not be found."}}' {6} setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 2bd5255c-9f28-4792-8f20-1dc0f70dfe2e failed to build and is in ERROR status {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 f1a7a9c3-7de3-4287-b814-44bc315e3819 failed to build and is in ERROR status {6} setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 a12be7fa-2fa1-497b-a93e-e3cc31d1c8be failed to build and is in ERROR status {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 6689475d-8bb6-42b4-a490-e53ea822622a failed to build and is in ERROR status {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [122.841807s] ... 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 49cce820-9f17-4246-b2d1-3f3be32730cb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:07:19,226 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.392s 2023-04-19 14:07:19,227 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-677d2a71-11c0-4394-899f-469f75e8e2cf', 'x-compute-request-id': 'req-677d2a71-11c0-4394-899f-469f75e8e2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:07:19,555 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.317s 2023-04-19 14:07:19,556 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74666a6e-9b2c-43ea-bc42-d369d9a4efdb', 'x-compute-request-id': 'req-74666a6e-9b2c-43ea-bc42-d369d9a4efdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:07:19,763 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.196s 2023-04-19 14:07:19,764 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5a951d1-1102-493a-aa89-6fa810931ae1', 'x-compute-request-id': 'req-b5a951d1-1102-493a-aa89-6fa810931ae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:08:20,264 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/30547cb5 530e48a0bbcadde54e832d24/volumes 0.428s 2023-04-19 14:08:20,264 80548 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-1407187473"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11069b7-a47e-4bb0-9b56-d1dc002ddaf8', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11069b7-a47e-4bb0-9b56-d1dc002ddaf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes'} Body: b'{"volume": {"id": "49cce820-9f17-4246-b2d1-3f3be32730cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:20.196698", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1407187473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:20,317 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb 0.044s 2023-04-19 14:08:20,318 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31106ab0-b869-47b0-93a8-99e2557037af', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31106ab0-b869-47b0-93a8-99e2557037af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb'} Body: b'{"volume": {"id": "49cce820-9f17-4246-b2d1-3f3be32730cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:20.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1407187473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:08:21,375 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb 0.044s 2023-04-19 14:08:21,375 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Wed, 19 Apr 2023 14:08:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c787d1a-1c52-4e9c-8639-e24c1a4bcf55', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c787d1a-1c52-4e9c-8639-e24c1a4bcf55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb'} Body: b'{"volume": {"id": "49cce820-9f17-4246-b2d1-3f3be32730cb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:20.000000", "updated_at": "2023-04-19T14:08:20.000000", "name": "tempest-ServerActionsTestJSON-volume-1407187473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:08:21,385 80548 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-19 14:08:21,642 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.256s 2023-04-19 14:08:21,643 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7f8270b-2f53-4f6e-9dff-b329f91d940f', 'x-compute-request-id': 'req-d7f8270b-2f53-4f6e-9dff-b329f91d940f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [122.845857s] ... 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 606b80c2-db6e-44cd-b565-8bfda28a89af failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:09:21,914 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.235s 2023-04-19 14:09:21,914 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:09:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10a483b3-db17-4789-b783-fba242a6b0e5', 'x-compute-request-id': 'req-10a483b3-db17-4789-b783-fba242a6b0e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:09:22,182 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.256s 2023-04-19 14:09:22,183 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:09:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c233ce5d-ca3f-4ac4-8994-554fa7d90e85', 'x-compute-request-id': 'req-c233ce5d-ca3f-4ac4-8994-554fa7d90e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:09:22,354 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.160s 2023-04-19 14:09:22,355 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:09:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6265738b-b7bd-473e-b6ae-6525b21b125a', 'x-compute-request-id': 'req-6265738b-b7bd-473e-b6ae-6525b21b125a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:10:22,520 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2023-04-19 14:10:22,520 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:22 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-ba3ee2d4-dbf7-4fc1-a95a-a427fb4f8971', '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": "9b32d5735f2a4babb219b9e66d5cd4ed", "name": "tempest-ServerActionsTestJSON-1629725708-project-member", "password_expires_at": null}, "audit_ids": ["7-dV-On2Q1SKpjIrdweSkQ"], "expires_at": "2023-04-19T15:10:22.000000Z", "issued_at": "2023-04-19T14:10:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30547cb5530e48a0bbcadde54e832d24", "name": "tempest-ServerActionsTestJSON-1629725708"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30547cb5530e48a0bbcadde54e832d24", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:10:22,521 80548 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '8d7c8fbe-dc96-4e30-92c9-171fb37c820a', 'name': 'tempest-ServerActionsTestJSON-1853962643-network', 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '30547cb5530e48a0bbcadde54e832d24', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14468, 'is_default': False, 'availability_zone_hints': [], 'availability_zon es': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:02:24Z', 'updated_at': '2023-04-19T14:02:24Z', 'revision_number': 1} available for tenant 2023-04-19 14:10:22,521 80548 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-803253154', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEN1uStNQWjuUJyVQgFtI5hsFuAQc/WjN2yhXU6p2XGH2m2C7/O6NFL1M8KnkwDMEmG5tWCCAlcSkdi3c2b1pZ7gAsUaBQWxxtQ0PIyXh4UdXwTZbcjtrudS3qQ8vjwVUA==', 'fingerprint': 'f9:5a:85:8b:b5:e5:dd:5b:77:5e:69:c1:c9:70:68:f7', 'user_id': '9b32d5735f2a4babb219b9e66d5cd4ed', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBeas0SfTd1iHHXO27gGFttlHVr9hODE9Dimmkdifde0uaoTTYegWbZ\n6HFW3hXWXsCgBwYFK4EEACKhZANiAARDdbkrTUFo7lCclUIBbSOYbBbgEHP1ozds\noV1Oqdlxh9ptgu/zujRS9TPCp5MAzBJhubVgggJXEpHYt3Nm9aWe4ALFGgUFscbU\nNDyMl4eFHV8E2W3I7a7nUt6kPL48FVA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cbe4343b-1163-4183-942a-6b629ac65dd9', 'name': 'tempest-securitygroup--302001453', 'stateful': True, 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'description': 'tempest-description--947225974', 'shared': False, 'security_group_rules': [{'id': '2dbc0be8-96d9-4b9c-bffa-5624d289f383', 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'security_group_id': 'cbe4343b-1163-4183-942a-6b629ac65dd9', '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': 751, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:02:32Z', 'updated_at': '2023-04-19T14:02:32Z', 'revision_number': 0, 'project_id': '30547cb5530e48a0bbcadde54e832d24'}, {'id': '5f39d006-7f4b-4a28-bcae-18e4c7dffaee', 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'security_group_id': 'cbe4343b-1163-4183-942a-6b629ac65dd9', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 752, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:02:32Z', 'updated_at': '2023-04-19T14:02:32Z', 'revision_number': 0, 'project_id': '30547cb5530e48a0bbcadde54e832d24'}], 'tags': [], 'created_at': '2023-04-19T14:02:32Z', 'updated_at': '2023-04-19T14:02:32Z', 'revision_number': 1, 'project_id': '30547cb5530e48a0bbcadde54e832d24'}, 'floating_ip': {'id': '761bbb72-8799-4519-8c79-71caf61fa2a9', 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30547cb5530e48a0bbcadde54e832d24', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:02:33Z', 'updated_at': '2023-04-19T14:02:33Z', 'revision_number': 0, 'ip': '172.24.4.58'}} 2023-04-19 14:10:22,868 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes 0.346s 2023-04-19 14:10:22,869 80548 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-1630386941", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-effa22cb-c84a-4f61-b772-26c58853ae14', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-effa22cb-c84a-4f61-b7 72-26c58853ae14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes'} Body: b'{"volume": {"id": "606b80c2-db6e-44cd-b565-8bfda28a89af", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:10:22.804068", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1630386941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:10:22,928 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af 0.050s 2023-04-19 14:10:22,928 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc9b43a-3818-455a-8c3d-776216818626', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc9b43a-3818-455a-8c3d-776216818626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af'} Body: b'{"volume": {"id": "606b80c2-db6e-44cd-b565-8bfda28a89af", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:10:23.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1630386941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:10:23,984 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af 0.045s 2023-04-19 14:10:23,985 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b4baea-b774-4858-8f12-9783e1f3ca6d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b4baea-b774-4858-8f12-9783e1f3ca6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af'} Body: b'{"volume": {"id": "606b80c2-db6e-44cd-b565-8bfda28a89af", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:10:23.0000 00", "updated_at": "2023-04-19T14:10:23.000000", "name": "tempest-tempest.common.compute-volume-1630386941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:10:24,102 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af 0.106s 2023-04-19 14:10:24,102 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f21b0b0-af62-4aee-9e55-94349c8956a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af'} Body: b'' 2023-04-19 14:10:24,124 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af 0.020s 2023-04-19 14:10:24,124 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-550f7b91-24b5-457a-89b3-f77aa76f70eb', 'x-openstack-request-id': 'req-550f7b91-24b5-457a-89b3-f77aa76f70eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 606b80c2-db6e-44cd-b565-8bfda28a89af could not be found."}}' 2023-04-19 14:10:24,124 80548 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-19 14:10:24,451 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.325s 2023-04-19 14:10:24,452 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebccc992-b54e-47c3-b737-968731771b50', 'x-compute-request-id': 'req-ebccc992-b54e-47c3-b737-968731771b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700- 4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [167.760138s] ... 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 0f03ded5-5a87-4db1-82eb-1cfabe29c527 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:12:28,106 80548 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 14:12:28,106 80548 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 14:12:28,296 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.187s 2023-04-19 14:12:28,297 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-838288690", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIa31EDGWDcuv3HRZUiqkqZGOUa8B+6aVp5KF/h8Tehy7BmJMLoluvUuWsnY3xPN0oT/2YIpQlN+eX+1AYs6PU38H0y1EyddBTCfewOQK+AjT5UiTDmtRIZb9xQPWH/EuQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:12:28 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-43d9a2f3-8661-4655-aebb-fa7b5e2ebb88', 'x-compute-request-id': 'req-43d9a2f3-8661-4655-aebb-fa7b5e2ebb88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-838288690", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIa31EDGWDcuv3HRZUiqkqZGOUa8B+6aVp5KF/h8Tehy7BmJMLoluvUuWsnY3xPN0oT/2YIpQlN+eX+1AYs6PU38H0y1EyddBTCfewOQK+AjT5UiTDmtRIZb9xQPWH/EuQ==", "fingerprint": "3e:f3:6c:c1:8b:61:06:6c:a4:66:ff:8c:ac:5b:59:54", "user_id": "3a8f62a56ad34e338cbd9f851af92966"}}' 2023-04-19 14:12:28,299 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-838288690 created 2023-04-19 14:12:28,442 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.142s 2023-04-19 14:12:28,442 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1375487", "description": "tempest-description--886027527"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0e41ab41-04da-40b8-83f8-68dfd1da0cd0', 'date': 'Wed, 19 Apr 2023 14:12:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "name": "tempest-securitygroup--1375487", "stateful": true, "tenant_id": "27441f3068f845f7bb405083b2a447ae", "description": "tempest-description--886027527", "shared": false, "security_group_rules": [{"id": "5d4fadea-4d0a-48af-8803-b7e265916c9e", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "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": 1034, "description": null, "tags": [], "created_at": "2023-04-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}, {"id": "77299e94-e100-4060-a9e7-cdea960817ca", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_c idr": null, "remote_group_id": null, "standard_attr_id": 1033, "description": null, "tags": [], "created_at": "2023-04-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}], "tags": [], "created_at": "2023-04-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 1, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:12:28,601 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-19 14:12:28,601 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "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-52fc53b5-20b8-4f82-9b03-f61e3a0091d1', 'date': 'Wed, 19 Apr 2023 14:12: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": "eea28a40-b2b7-44c7-92c9-ce97b0b7b91c", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "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-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:12:28,760 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-19 14:12:28,761 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-333b8a34-4f42-4848-a97e-d752d6e8d272', 'date': 'Wed, 19 Apr 2023 14:12: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": "04088b21-0f79-4d18-8c73-f8b68ad01155", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "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-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:12:28,761 80548 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1375487 created 2023-04-19 14:12:29,825 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.064s 2023-04-19 14:12:29,826 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstac k-request-id': 'req-e9c2775c-ae97-41b2-96be-970486274191', 'date': 'Wed, 19 Apr 2023 14:12:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5fbc3487-3c19-47e3-8a70-eb44c6edcd23", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "floating_ip_address": "172.24.4.58", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "27441f3068f845f7bb405083b2a447ae", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:12:29Z", "updated_at": "2023-04-19T14:12:29Z", "revision_number": 0}}' 2023-04-19 14:12:29,826 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5fbc3487-3c19-47e3-8a70-eb44c6edcd23', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '27441f3068f845f7bb405083b2a447ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:12:29Z', 'updated_at': '2023-04-19T14:12:29Z', 'revision_number': 0, 'ip': '172.24.4.58'} created 2023-04-19 14:12:29,873 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-04-19 14:12:29,873 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:12:29 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-32fbfc67-8c77-48a5-8f6c-934af9fec4d0', '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": "3a8f62a56ad34e338cbd9f851af92966", "name": "tempest-AttachVolumeTestJSON-1633221555-project-member", "password_expires_at": null}, "audit_ids": ["TJzz7F58SLi0WGMNgcljKg"], "expires_at": "2023-04-19T15:12:29.000000Z", "issued_at": "2023-04-19T14:12:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27441f3068f845f7bb405083b2a447ae", "name": "tempest-AttachVolumeTestJSON-1633221555"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:12:29,874 80548 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'd43c871f-af76-4e39-b0fc-517a46e61234', 'name': 'tempest-AttachVolumeTestJSON-1410126677-network', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '27441f3068f845f7bb405083b2a447ae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14374, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:12:21Z', 'updated_at': '2023-04-19T14:12:21Z', 'revision_number': 1} available for tenant 2023-04-19 14:12:29,875 80548 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-838288690', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIa31EDGWDcuv3HRZUiqkqZGOUa8B+6aVp5KF/h8Tehy7BmJMLoluvUuWsnY3xPN0oT/2YIpQlN+eX+1AYs6PU38H0y1EyddBTCfewOQK+AjT5UiTDmtRIZb9xQPWH/EuQ==', 'fingerprint': '3e:f3:6c:c1:8b:61:06:6c:a4:66:ff:8c:ac:5b:59:54', 'user_id': '3a8f62a56ad34e338cbd9f851af92966', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDFjLUjfAJLiXJHbMkj5D3j+siHa11gJCAzXvHM9aQ65i4VG893d2je\nX0er1O1IApmgBwYFK4EEACKhZANiAASGt9RAxlg3Lr9x0WVIqpKmRjlGvAfumlae\nShf4fE3ocuwZiTC6Jbr1LlrJ2N8TzdKE/9mCKUJTfnl/tQGLOj1N/B9MtRMnXQUw\nn3sDkCvgI0+VIkw5rUSGW/cUD1h/xLk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '75e608d2-b5a8-4af2-aa09-806100407d9e', 'name': 'tempest-securitygroup--1375487', 'stateful': True, 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'description': 'tempest-description--886027527', 'shared': False, 'security_group_rules': [{'id': '5d4fadea-4d0a-48af-8803-b7e265916c9e', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'security_group_id': '75e608d2-b5a8-4af2-aa09-806100407d9e', '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': 1034, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:12:28Z', 'updated_at': '2023-04-19T14:12:28Z', 'revision_number': 0, 'project_id': '27441f3068f845f7bb405083b2a447ae'}, {'id': '77299e94-e100-4060-a9e7-cdea960817ca', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'security_group_id': '75e608d2-b5a8-4af2-aa09-806100407d9e', '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': 1033, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:12:28Z', 'updated_at': '2023-04-19T14:12:28Z', 'revision_number': 0, 'project_id': '27441f3068f845f7bb405083b2a447ae'}], 'tags': [], 'created_at': '2023-04-19T14:12:28Z', 'updated _at': '2023-04-19T14:12:28Z', 'revision_number': 1, 'project_id': '27441f3068f845f7bb405083b2a447ae'}, 'floating_ip': {'id': '5fbc3487-3c19-47e3-8a70-eb44c6edcd23', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '27441f3068f845f7bb405083b2a447ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:12:29Z', 'updated_at': '2023-04-19T14:12:29Z', 'revision_number': 0, 'ip': '172.24.4.58'}} 2023-04-19 14:12:30,630 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.754s 2023-04-19 14:12:30,631 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1974543229", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d43c871f-af76-4e39-b0fc-517a46e61234"}], "security_groups": [{"name": "tempest-securitygroup--1375487"}], "key_name": "tempest-keypair-838288690", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:12:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f15054fe-d5de-4d5d-b12f-8118f095718c', 'x-compute-request-id': 'req-f15054fe-d5de-4d5d-b12f-8118f095718c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1375487"}], "adminPass": "password"}}' 2023-04-19 14:12:30,767 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.133s 2023-04-19 14:12:30,767 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:12:30 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-cc5d7c7d-f8e8-459d-ba6f-a5c8955b3adc', 'x-compute-request-id': 'req-cc5d7c7d-f8e8-459d-ba6f-a5c8955b3adc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'{"server": {"id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "name": "tempest-AttachVolumeTestJSON-server-1974543229", "status": "BUILD", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:12:31Z", "updated": "2023-04-19T14:12:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-838288690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:13:21,067 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.280s 2023-04-19 14:13:21,068 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92733921-8c88-49e4-9b2d-a1e2e131dcbf', 'x-compute-request-id': 'req-92733921-8c88-49e4-9b2d-a1e2e131dcbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'{"server": {"id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "name": "tempest-AttachVolumeTestJSON-server-1974543229", "status": "ACTIVE", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "0131fb7f15b70a7032469bc9e33b86c54ae055555c9dfbeb110c3dfb", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:12:30Z", "updated": "2023-04-19T14:12:37Z", "addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c2:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-838288690", "OS-SRV-USG:launched_at": "2023-04-19T14:12:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1375487"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:13:21,079 80548 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 14:14:21,313 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a/os-interface 0.193s 2023-04-19 14:14:21,313 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-ap i-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82dbffba-6695-498a-abf9-2df8f2758642', 'x-compute-request-id': 'req-82dbffba-6695-498a-abf9-2df8f2758642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d43c871f-af76-4e39-b0fc-517a46e61234", "port_id": "bce8077a-2031-403d-8d99-a493955855ed", "mac_addr": "fa:16:3e:8d:c2:66", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "2f0cb4a5-115a-4c1d-8a81-14a2a19d5aa1", "ip_address": "10.0.0.12"}]}]}' 2023-04-19 14:14:22,076 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/5fbc3487-3c19-47e3-8a70-eb44c6edcd23 0.759s 2023-04-19 14:14:22,076 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bce8077a-2031-403d-8d99-a493955855ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-24543e7e-1d38-4507-b4a0-823ed165d049', 'date': 'Wed, 19 Apr 2023 14:14:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5fbc3487-3c19-47e3-8a70-eb44c6edcd23'} Body: b'{"floatingip": {"id": "5fbc3487-3c19-47e3-8a70-eb44c6edcd23", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "floating_ip_address": "172.24.4.58", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "f05f3ff9-4e58-4388-8efc-6ad811716795", "port_id": "bce8077a-2031-403d-8d99-a493955855ed", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d43c871f-af76-4e39-b0fc-517a46e61234", "mac_address": "fa:16:3e:8d:c2:66", "admin_state_up": true, "status": "ACTIVE", "device_id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:12:29Z", "updated_at": "2023-04-19T14:14:21Z", "revision_number": 1, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:14:22,078 80548 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-19 14:14:23,113 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:14:23,133 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:14:23,134 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-19 14:14:23,180 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a/ips 0.045s 2023-04-19 14:14:23,180 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '144', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0b78ba5-f403-4fb6-bd51-ac4d2a758349', 'x-compute-request-id': 'req-e0b78ba5-f403-4fb6-bd51-ac4d2a758349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.12"}, {"version": 4, "addr": "172.24.4.58"}]}}' 2023-04-19 14:14:23,184 80548 INFO [tempest.lib.common.ssh] Crea ting ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-19 14:14:23,189 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:14:23,206 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:14:23,206 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-19 14:14:23,207 80548 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-19 14:14:23,207 80548 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-19 14:14:23,212 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:14:23,229 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:14:23,229 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-19 14:14:23,466 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes 0.215s 2023-04-19 14:14:23,466 80548 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-884350978"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78f84066-2ccb-4cfc-b286-cbb4d9516093', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78f84066-2ccb-4cfc-b286-cbb4d9516093', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes'} Body: b'{"volume": {"id": "0f03ded5-5a87-4db1-82eb-1cfabe29c527", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:14:23.407114", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-884350978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:14:23,519 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527 0.041s 2023-04-19 14:14:23,519 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db521588-77f2-489f-9de4-db4edaa0d1b3', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db521588-77f2-489f-9de4-db4edaa0d1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527'} Body: b'{"volume": {"id": "0f03ded5-5a87-4db1-82eb-1cfabe29c527", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:14:23.000000", "updated _at": null, "name": "tempest-AttachVolumeTestJSON-volume-884350978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:14:24,583 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527 0.052s 2023-04-19 14:14:24,584 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e95b766-e696-46cd-a321-742fd1fdeb8c', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e95b766-e696-46cd-a321-742fd1fdeb8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527'} Body: b'{"volume": {"id": "0f03ded5-5a87-4db1-82eb-1cfabe29c527", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:14:23.000000", "updated_at": "2023-04-19T14:14:24.000000", "name": "tempest-AttachVolumeTestJSON-volume-884350978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:14:24,713 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.116s 2023-04-19 14:14:24,713 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d60aa92-be7b-4fa1-bf55-1240d5f21df8', 'x-compute-request-id': 'req-6d60aa92-be7b-4fa1-bf55-1240d5f21df8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'' 2023-04-19 14:14:25,066 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.352s 2023-04-19 14:14:25,066 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6c2ea67-6892-410b-9b9f-5dd96fdd6f76', 'x-compute-request-id': 'req-e6c2ea67-6892-410b-9b9f-5dd96fdd6f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'{"server": {"id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "name": "tempest-AttachVolumeTestJSON-server-1974543229", "status": "ACTIVE", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "0131fb7f15b70a7032469bc9e33b86c54ae055555c9dfbeb110c3dfb", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:12:30Z", "updated": "2023-04-19T14:14:25Z", "addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c2:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c2:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-838288690", "OS-SRV-USG:launched_at": "2023-04-19T14:12:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1375487"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:15:15,159 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.041s 2023-04-19 14:15:15,160 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:15 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-455634f0-72f9-4da5-b5ee-bb8d6d1aa074', 'x-compute-request-id': 'req-455634f0-72f9-4da5-b5ee-bb8d6d1aa074', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a could not be found."}}' 2023-04-19 14:15:15,205 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-838288690 0.044s 2023-04-19 14:15:15,206 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:15 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-2776 4d73-ad14-4ea8-823f-c7cb3b6c59fd', 'x-compute-request-id': 'req-27764d73-ad14-4ea8-823f-c7cb3b6c59fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-838288690'} Body: b'' 2023-04-19 14:15:15,397 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/75e608d2-b5a8-4af2-aa09-806100407d9e 0.190s 2023-04-19 14:15:15,398 80548 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-06b66372-8fdf-4a80-8d5a-8134a01db3cb', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:15:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/75e608d2-b5a8-4af2-aa09-806100407d9e'} Body: b'' 2023-04-19 14:15:15,424 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/75e608d2-b5a8-4af2-aa09-806100407d9e 0.026s 2023-04-19 14:15:15,425 80548 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-a2b0ef2a-b750-49a3-aebb-28ace1b55a7f', 'date': 'Wed, 19 Apr 2023 14:15:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/75e608d2-b5a8-4af2-aa09-806100407d9e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 75e608d2-b5a8-4af2-aa09-806100407d9e does not exist", "detail": ""}}' 2023-04-19 14:15:15,864 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5fbc3487-3c19-47e3-8a70-eb44c6edcd23 0.438s 2023-04-19 14:15:15,864 80548 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-5b3db1a0-e83e-4d41-bb27-31a401093a23', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:15:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5fbc3487-3c19-47e3-8a70-eb44c6edcd23'} Body: b'' {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [166.500808s] ... 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 c1881d41-96b8-4452-9a80-3b98899e51f8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:15:15,868 80548 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 14:15:15,868 80548 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 14:15:15,933 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2023-04-19 14:15:15,934 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1744154661", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFg3u0wd6XYvHkkTVvrvo5Ni6dk1CfCQyU+qx/hDt0Jcn+brywDHrxunyYqFfMIz54dT9w02aTIOeenXBztAjo7FV/scrsBnjlWpU/QQLZmggDKhyTLFPH1YqdsaUufFPQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:15 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-be0256d5-28a9-4b50-b784-a09158378d89', 'x-compute-request-id': 'req-be0256d5-28a9-4b50-b784-a09158378d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1744154661", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFg3u0wd6XYvHkkTVvrvo5Ni6dk1CfCQyU+qx/hDt0Jcn+brywDHrxunyYqFfMIz54dT9w02aTIOeenXBztAjo7FV/scrsBnjlWpU/QQLZmggDKhyTLFPH1YqdsaUufFPQ==", "fingerprint": "b6:39:a4:b9:fc:79:d0:f2:09:e4:5f:83:6f:06:52:88", "user_id": "3a8f62a56ad34e338cbd9f851af92966"}}' 2023-04-19 14:15:15,936 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1744154661 created 2023-04-19 14:15:16,104 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-04-19 14:15:16,105 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1266840790", "description": "tempest-description--1503213261"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-cd479013-e8d1-480c-a25a-878012ffb862', 'date': 'Wed, 19 Apr 2023 14:15:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "name": "tempest-securitygroup--1266840790", "stateful": true, "tenant_id": "27441f3068f845f7bb405083b2a447ae", "description": "tempest-description--1503213261", "shared": false, "security_group_rules": [{"id": "42338b7d-b933-4efd-8517-904cd3bf6fe1", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "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": 1041, "description": null, "tags": [], "created_at": "2023-04-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}, {"id": "b76876ef-c14a-4c38-a911-a45e6575209c", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "n ormalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1042, "description": null, "tags": [], "created_at": "2023-04-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}], "tags": [], "created_at": "2023-04-19T14:15:15Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 1, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:15:16,308 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.202s 2023-04-19 14:15:16,308 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "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-f43ed000-dea1-4600-9b91-ed94cc002994', 'date': 'Wed, 19 Apr 2023 14:15:16 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": "ca4dc68f-9522-4cbf-8735-789bc5093058", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "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-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:15:16,522 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.213s 2023-04-19 14:15:16,522 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-326a5fa0-556b-4b41-aab5-1a92a5176bda', 'date': 'Wed, 19 Apr 2023 14:15:16 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": "03767638-b63b-4543-9ccb-b24d36d824b8", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "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-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:15:16,522 80548 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1266840790 created 2023-04-19 14:15:17,343 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.820s 2023-04-19 14:15:17,343 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528 ', 'x-openstack-request-id': 'req-70bdb369-4961-4a40-a466-c6227d8e4054', 'date': 'Wed, 19 Apr 2023 14:15:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "13477055-4acc-493a-b3c6-0a9b4b8b04ee", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "floating_ip_address": "172.24.4.243", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "27441f3068f845f7bb405083b2a447ae", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0}}' 2023-04-19 14:15:17,344 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '13477055-4acc-493a-b3c6-0a9b4b8b04ee', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '27441f3068f845f7bb405083b2a447ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:15:16Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 0, 'ip': '172.24.4.243'} created 2023-04-19 14:15:17,390 80548 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.040s 2023-04-19 14:15:17,390 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:17 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-a3f6aa43-49f8-4610-a86c-78e8c1d1f358', '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": "3a8f62a56ad34e338cbd9f851af92966", "name": "tempest-AttachVolumeTestJSON-1633221555-project-member", "password_expires_at": null}, "audit_ids": ["MJgeYx56T3am7_tWX6H4qQ"], "expires_at": "2023-04-19T15:15:17.000000Z", "issued_at": "2023-04-19T14:15:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27441f3068f845f7bb405083b2a447ae", "name": "tempest-AttachVolumeTestJSON-1633221555"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http: //10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:15:17,391 80548 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'd43c871f-af76-4e39-b0fc-517a46e61234', 'name': 'tempest-AttachVolumeTestJSON-1410126677-network', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '27441f3068f845f7bb405083b2a447ae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14374, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:12:21Z', 'updated_at': '2023-04-19T14:12:21Z', 'revision_number': 1} available for tenant 2023-04-19 14:15:17,391 80548 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1744154661', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFg3u0wd6XYvHkkTVvrvo5Ni6dk1CfCQyU+qx/hDt0Jcn+brywDHrxunyYqFfMIz54dT9w02aTIOeenXBztAjo7FV/scrsBnjlWpU/QQLZmggDKhyTLFPH1YqdsaUufFPQ==', 'fingerprint': 'b6:39:a4:b9:fc:79:d0:f2:09:e4:5f:83:6f:06:52:88', 'user_id': '3a8f62a56ad34e338cbd9f851af92966', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDbOjMXtk5G4Ak14YiRDOUKVKsrb4dB96jMaDtndiDLIEun7RgRGm2T\nG2YhWzNKnCmgBwYFK4EEACKhZANiAARYN7tMHel2Lx5JE1b676OTYunZNQnwkMlP\nqsf4Q7dCXJ/m68sAx68bp8mKhXzCM+eHU/cNNmkyDnnp1wc7QI6OxVf7HK7AZ45V\nqVP0EC2ZoIAyockyxTx9WKnbGlLnxT0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f5d92a5c-2a07-4597-8431-9b17706d0b1f', 'name': 'tempest-securitygroup--1266840790', 'stateful': True, 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'description': 'tempest-description--1503213261', 'shared': False, 'security_group_rules': [{'id': '42338b7d-b933-4efd-8517-904cd3bf6fe1', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'security_group_id': 'f5d92a5c-2a07-4597-8431-9b17706d0b1f', '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': 1041, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:15:16Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 0, 'project_id': '27441f3068f845f7bb405083b2a447ae'}, {'id': 'b76876ef-c14a-4c38-a911-a45e6575209c', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'security_group_id': 'f5d92a5c-2a07-4597-8431-9b17706d0b1f', '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': 1042, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:15:16Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 0, 'project_id': '27441f3068f845f7bb405083b2a447ae'}], 'tags': [], 'created_a t': '2023-04-19T14:15:15Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 1, 'project_id': '27441f3068f845f7bb405083b2a447ae'}, 'floating_ip': {'id': '13477055-4acc-493a-b3c6-0a9b4b8b04ee', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '27441f3068f845f7bb405083b2a447ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:15:16Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 0, 'ip': '172.24.4.243'}} 2023-04-19 14:15:18,136 80548 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.744s 2023-04-19 14:15:18,137 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2087372576", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d43c871f-af76-4e39-b0fc-517a46e61234"}], "security_groups": [{"name": "tempest-securitygroup--1266840790"}], "key_name": "tempest-keypair-1744154661", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e7cba53-adcb-431b-abd4-6868fe22ed74', 'x-compute-request-id': 'req-5e7cba53-adcb-431b-abd4-6868fe22ed74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1266840790"}], "adminPass": "password"}}' 2023-04-19 14:15:18,210 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.069s 2023-04-19 14:15:18,210 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9d14350-c00a-4dec-bf6c-e3fbca79d0de', 'x-compute-request-id': 'req-a9d14350-c00a-4dec-bf6c-e3fbca79d0de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'{"server": {"id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "name": "tempest-AttachVolumeTestJSON-server-2087372576", "status": "BUILD", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": { "id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:15:18Z", "updated": "2023-04-19T14:15:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1744154661", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:16:08,551 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.314s 2023-04-19 14:16:08,552 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:16:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-783aded9-e650-4349-8258-92118b548b38', 'x-compute-request-id': 'req-783aded9-e650-4349-8258-92118b548b38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'{"server": {"id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "name": "tempest-AttachVolumeTestJSON-server-2087372576", "status": "ACTIVE", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "0131fb7f15b70a7032469bc9e33b86c54ae055555c9dfbeb110c3dfb", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:15:18Z", "updated": "2023-04-19T14:15:25Z", "addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:bb:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1744154661", "OS-SRV-USG:launched_at": "2023-04-19T14:15:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1266840790"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:16:08,564 80548 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:17:08,804 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd/os-interface 0.192s 2023-04-19 14:17:08,805 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'a pplication/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e36c27d-9a16-4c94-b524-aa713064356c', 'x-compute-request-id': 'req-9e36c27d-9a16-4c94-b524-aa713064356c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d43c871f-af76-4e39-b0fc-517a46e61234", "port_id": "731519ce-d7d2-4e48-85ad-db7c94def87a", "mac_addr": "fa:16:3e:3b:bb:60", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "2f0cb4a5-115a-4c1d-8a81-14a2a19d5aa1", "ip_address": "10.0.0.11"}]}]}' 2023-04-19 14:17:09,561 80548 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/13477055-4acc-493a-b3c6-0a9b4b8b04ee 0.752s 2023-04-19 14:17:09,562 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "731519ce-d7d2-4e48-85ad-db7c94def87a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-53318f57-c916-4183-9157-b8eab2ea8784', 'date': 'Wed, 19 Apr 2023 14:17:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/13477055-4acc-493a-b3c6-0a9b4b8b04ee'} Body: b'{"floatingip": {"id": "13477055-4acc-493a-b3c6-0a9b4b8b04ee", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "floating_ip_address": "172.24.4.243", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "f05f3ff9-4e58-4388-8efc-6ad811716795", "port_id": "731519ce-d7d2-4e48-85ad-db7c94def87a", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d43c871f-af76-4e39-b0fc-517a46e61234", "mac_address": "fa:16:3e:3b:bb:60", "admin_state_up": true, "status": "ACTIVE", "device_id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:15:16Z", "updated_at": "2023-04-19T14:17:09Z", "revision_number": 1, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:17:09,563 80548 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.243:22' as 'cirros' with public key authentication 2023-04-19 14:17:09,591 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:17:09,612 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:17:09,612 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.243 successfully created 2023-04-19 14:17:09,661 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd/ips 0.048s 2023-04-19 14:17:09,661 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:09 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-c157c951-04e2-4711-9c04-1cd5ecf2cebb', 'x-compute-request-id': 'req-c157c951-04e2-4711-9c04-1cd5ecf2cebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-19 1 4:17:09,857 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes 0.193s 2023-04-19 14:17:09,858 80548 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-2073416765"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29291017-aa25-4790-8f7f-991212dce89a', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29291017-aa25-4790-8f7f-991212dce89a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes'} Body: b'{"volume": {"id": "c1881d41-96b8-4452-9a80-3b98899e51f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:17:09.797857", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2073416765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:17:09,911 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8 0.044s 2023-04-19 14:17:09,911 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d495c41-6314-46b0-a1dd-99462442eb31', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d495c41-6314-46b0-a1dd-99462442eb31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8'} Body: b'{"volume": {"id": "c1881d41-96b8-4452-9a80-3b98899e51f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:17:10.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2073416765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:17:10,974 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8 0.051s 2023-04-19 14:17:10,974 80548 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-418cfcff-fa89-4ae6-8e20-cb798a335b3f', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-418cfcff-fa89-4ae6-8e20-cb798a335b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8'} Body: b'{"volume": {"id": "c1881d41-96b8-4452-9a80-3b98899e51f8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:17:10.000000", "updated_at": "2023-04-19T14:17:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-2073416765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:17:11,159 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.173s 2023-04-19 14:17:11,159 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c633612b-1d78-4eec-904c-ad4007d0052c', 'x-compute-request-id': 'req-c633612b-1d78-4eec-904c-ad4007d0052c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'' 2023-04-19 14:17:11,421 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.262s 2023-04-19 14:17:11,422 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1664', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07129fa1-36eb-4f1d-8326-114cc1926084', 'x-compute-request-id': 'req-07129fa1-36eb-4f1d-8326-114cc1926084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'{"server": {"id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "name": "tempest-AttachVolumeTestJSON-server-2087372576", "status": "ACTIVE", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "0131fb7f15b70a7032469bc9e33b86c54ae055555c9dfbeb110c3dfb", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:15:18Z", "updated": "2023-04-19T14:17:11Z", "addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:bb:60"}, {"version": 4, "addr": "172.24.4.243", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:bb:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1744154661", "OS-SRV-USG:launched_at": "2023-04-19T14:15:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1266840790"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:18:01,559 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.119s 2023-04-19 14:18:01,559 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:01 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-72847925-40af-474b-87b0-ece744104ce5', 'x-compute-request-id': 'req-72847925-40af-474b-87b0-ece744104ce5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d01cbd10-f562-4a76-8915-6c725d42dadd could not be found."}}' 2023-04-19 14:18:01,609 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1744154661 0.048s 2023-04-19 14:18:01,609 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:01 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-c72c1665-e87d-4703-b8ab-cb24f742454c', 'x-compute-request-id': 'req-c72c1665-e87d-4703-b8ab-cb24f742454c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1744154661'} Body: b'' 2023-04-19 14:18:01,777 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f5d92a5c-2a07-4597-8431-9b17706d0b1f 0.167s 2023-04-19 14:18:01,778 80548 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-88d673e9-18f7-47b0-ae88-747fae908ee9', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:18:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f5d92a5c-2a07-4597-8431-9b17706d0b1f'} Body: b'' 2023-04-19 14:18:01,812 8 0548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f5d92a5c-2a07-4597-8431-9b17706d0b1f 0.033s 2023-04-19 14:18:01,812 80548 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-b2fa1c3c-baba-492b-9a3c-62a22e180820', 'date': 'Wed, 19 Apr 2023 14:18:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f5d92a5c-2a07-4597-8431-9b17706d0b1f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f5d92a5c-2a07-4597-8431-9b17706d0b1f does not exist", "detail": ""}}' 2023-04-19 14:18:02,367 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/13477055-4acc-493a-b3c6-0a9b4b8b04ee 0.553s 2023-04-19 14:18:02,367 80548 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-75aa471b-6ce1-4ee9-acad-a84663426c66', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:18:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/13477055-4acc-493a-b3c6-0a9b4b8b04ee'} Body: b'' {0} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.763470s] ... 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 fb91b9fb-8349-4cd2-bb01-8e836dc877ea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:18:07,513 80548 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.575s 2023-04-19 14:18:07,514 80548 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-1476632306", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/fb91b9fb-8349-4cd2-bb01-8e836dc877ea', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fd38815-2ef1-4eb9-9e49-d4a32eb5ab98', 'x-compute-request-id': 'req-2fd38815-2ef1-4eb9-9e49-d4a32eb5ab98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "fb91b9fb-8349-4cd2-bb01-8e836dc877ea", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:18:07.393537", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1476632306", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-19 14:18:07,577 80548 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/fb91b9fb-8349-4cd2-bb01-8e836dc877ea 0.058s 2023-04-19 14:18:07,578 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:07 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-035fcc1c-fb7b-49d3-a031-bfc947897dd8', 'x-compute-request-id': 'req-035fcc1c-fb7b-49d3-a031-bfc947897dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/fb91b9fb-8349-4cd2-bb01-8e836dc877ea'} Body: b'{"volume": {"id": "fb91b9fb-8349-4cd2-bb01-8e836dc877ea", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:18:07.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1476632306", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-19 14:18:08,695 80548 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/fb91b9fb-8349-4cd2-bb01-8e836dc877ea 0.112s 2023-04-19 14:18:08,696 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b79c5d4-783d-4329-aec2-9219d161f76c', 'x-compute-request-id': 'req-7b79c5d4-783d-4329-aec2-9219d161f76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/fb91b9fb-8349-4cd2-bb01-8e836dc877ea'} Body: b'{"volume": {"id": "fb91b9fb-8349-4cd2-bb01-8e836dc877ea", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:18:07.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1476632306", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.040152s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000818s] ... 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 {0} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.732955s] ... 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 0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:18:13,934 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types 0.159s 2023-04-19 14:18:13,934 80548 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-1048465274"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07269ff6-91c5-40a2-a631-c06897a609f5', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07269ff6-91c5-40a2-a631-c06897a609f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types'} Body: b'{"volume_type": {"id": "93153a86-57a7-468f-b57c-07b927d1e57b", "name": "tempest-GroupsV314Test-volume-type-1048465274", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:18:13,969 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/group_types 0.032s 2023-04-19 14:18:13,970 80548 DEBUG [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-1836142575"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3948be4-1dd1-495d-88d5-a051a6f47f20', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3948be4-1dd1-495d-88d5-a051a6f47f20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/group_types'} Body: b'{"group_type": {"id": "ae811ac5-467f-44fa-8b6c-601189b069d0", "name": "tempest-GroupsV314Test-group-type-1836142575", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:18:14,155 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups 0.182s 2023-04-19 14:18:14,155 80548 DEBUG [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": "ae811ac5-467f-44fa-8b6c-601189b069d0", "volume_types": ["93153a86-57a7-468f-b57c-07b927d1e57b"], "name": "tempest-GroupsV314Test-Group-1420196840"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ccc7047-aa9e-4683-ad35-640bda6b02d1', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ccc7047-aa9e-4683-ad35-640bda6b02d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups'} Body: b'{"group": {"id": "0e7c25fc-ba7b-4d61-b58a-4733f9c701d8", "name": "tempest-GroupsV314Test-Group-1420196840"}}' 2023-04-19 14:18:14,191 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 0.034s 2023-04-19 14:18:14,192 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf0b41d-0d76-49d0-b8a8-3d5025fdf731', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf0b41d-0d76-49d0-b8a8-3d5025fdf731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8'} Body: b'{"group": {"id": "0e7c25fc-ba7b-4d61-b58a-4733f9c701d8", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:18:14.000000", "name": "tempest-GroupsV314Test-Group-1420196840", "description": null, "group_type": "ae811ac5-467f-44fa-8b6c-601189b069d0", "volume_types": ["93153a86-57a7-468f-b57c-07b927d1e57b"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:18:15,232 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 0.034s 2023-04-19 14:18:15,232 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46b6fcb-7da8-4d99-a0d5-28a97467cb32', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46b6fcb-7da8-4d99-a0d5-28a97467cb32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8'} Body: b'{"group": {"id": "0e7c25fc-ba7b-4d61-b58a-4733f9c701d8", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:18:14.000000", "name": "tempest-GroupsV314Test-Group-1420196840", "description": null, "group_type": "ae811ac5-467f-44fa-8b6c-601189b069d0", "volume_types": ["93153a86-57a7-468f-b57c-07b927d1e57b"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:18:15,305 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/volumes/detail 0.066s 2023-04-19 14:18:15,305 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f04815a6-5961-402c-b94e-ad3d147934cd', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f04815a6-5961-402c-b94e-ad3d147934cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:18:15,384 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8/action 0.067s 2023-04-19 14:18:15,384 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 GMT', 'server': 'Apac he/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-14a74340-1290-44a1-99ee-8de2893947e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8/action'} Body: b'' 2023-04-19 14:18:15,402 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 0.017s 2023-04-19 14:18:15,402 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 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-648e37b1-95ce-42b4-8b1d-36a99e8c238b', 'x-openstack-request-id': 'req-648e37b1-95ce-42b4-8b1d-36a99e8c238b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 could not be found."}}' 2023-04-19 14:18:15,432 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/group_types/ae811ac5-467f-44fa-8b6c-601189b069d0 0.029s 2023-04-19 14:18:15,432 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 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-630f200f-afca-44c3-8aa4-5a2c3d813134', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/group_types/ae811ac5-467f-44fa-8b6c-601189b069d0'} Body: b'' 2023-04-19 14:18:15,488 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types/93153a86-57a7-468f-b57c-07b927d1e57b 0.055s 2023-04-19 14:18:15,488 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18: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-f4cdde01-6420-4a3b-896a-f5d80427ee41', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types/93153a86-57a7-468f-b57c-07b927d1e57b'} Body: b'' 2023-04-19 14:18:15,505 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types/93153a86-57a7-468f-b57c-07b927d1e57b 0.016s 2023-04-19 14:18:15,505 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 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-8ad5dda6-1d32-4a20-8851-d624df09cb02', 'x-openstack-request-id': 'req-8ad5dda6-1d32-4a20-8851-d624df09cb02', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types/93153a86-57a7-468f-b57c-07b927d1e57b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 93153a86-57a7-468f-b57c-07b927d1e57b could not be found."}}' {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.017780s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.016340s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.033153s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.020846s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.026458s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.020596s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.063746s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.017045s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.017002s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.059170s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.042330s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.031171s] ... ok {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.017624s] ... ok {0} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.186899s] ... ok {0} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled ============================== Failed 96 tests - output below: ============================== 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 45c36a17-04c8-46b2-b60b-a2e66f9d3b0f failed to build and is in ERROR status 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 472fb606-1935-45c4-8c70-dae2d02210be failed to build and is in ERROR status tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0528b3c8-e849-46fd-8686-eaa1520dbdc6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:20,165 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes 0.433s 2023-04-19 13:56:20,165 80570 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-431580839"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8e0411-c7e6-4176-a871-0c43b0a57881', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8e0411-c7e6-4176-a871-0c43b0a57881', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes'} Body: b'{"volume": {"id": "0528b3c8-e849-46fd-8686-eaa1520dbdc6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:20.088805", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-431580839", "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/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}], "user_id": "49805576f2c64df0bf16bed7c4f4159e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:20,221 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6 0.045s 2023-04-19 13:56:20,222 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c59116ca-e0a3-427d-9321-98be3d62b4a9', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c59116ca-e0a3-427d-9321-98be3d62b4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'{"volume": {"id": "0528b3c8-e849-46fd-8686-eaa1520dbdc6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:20.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-431580839", "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/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}], "user_id": "49805576f2c64df0bf16bed7c4f4159e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1aaf4b6aab92497196f7601964492f33"}}' 2023-04-19 13:56:21,280 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520db dc6 0.047s 2023-04-19 13:56:21,280 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64fa4185-5c72-4739-828b-c6a6a12e9b64', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64fa4185-5c72-4739-828b-c6a6a12e9b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'{"volume": {"id": "0528b3c8-e849-46fd-8686-eaa1520dbdc6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:20.000000", "updated_at": "2023-04-19T13:56:20.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-431580839", "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/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}], "user_id": "49805576f2c64df0bf16bed7c4f4159e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1aaf4b6aab92497196f7601964492f33"}}' 2023-04-19 13:56:21,331 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6 0.039s 2023-04-19 13:56:21,331 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6600a6cd-a304-4f94-828e-caf4e0c2b73d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6600a6cd-a304-4f94-828e-caf4e0c2b73d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'{"volume": {"id": "0528b3c8-e849-46fd-8686-eaa1520dbdc6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:20.000000", "updated_at": "2023-04-19T13:56:20.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-431580839", "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/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6"}], "user_id": "49805576f2c64df0bf16bed7c4f4159e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1aaf4b6aab92497196f7601964492f33"}}' 2023-04-19 13:56:21,453 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6 0.110s 2023-04-19 13:56:21,454 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-cf1afff9-d434-47a8-a600-2129d7d22a01', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'' 2023-04-19 13:56:21,473 80570 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6 0.018s 2023-04-19 13:56:21,473 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6932187-1316-42c0-a756-1409d3bb3df2', 'x-openstack-request-id': 'req-a6932187-1316-42c0-a756-1409d3bb3df2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1aaf4b6aab92497196f7601964492f33/volumes/0528b3c8-e849-46fd-8686-eaa1520dbdc6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0528b3c8-e849-46fd-8686-eaa1520dbdc6 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 76d56e65-c837-45af-b391-a0232aaf6c9e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:30,856 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.203s 2023-04-19 13:56:30,856 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-83a883d0-718c-4d48-b45a-0c2495600b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:56:31,329 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes 0.472s 2023-04-19 13:56:31,329 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-VolumesExtendTest-Volume-286593118"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eecc0d4-b0ce-4c49-b461-8eb32e41a97e', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eecc0d4-b0ce-4c49-b461-8eb32e41a97e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes'} Body: b'{"volume": {"id": "76d56e65-c837-45af-b391-a0232aaf6c9e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:31.253169", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-286593118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:31,407 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.067s 2023-04-19 13:56:31,407 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbcc0a47-2b7c-4031-8b72-42deb4607e2f', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbcc0a47-2b7c-4031-8b72-42deb4607e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'{"volume": {"id": "76d56e65-c837-45af-b391-a0232aaf6c9e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:31.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-286593118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:32,478 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.059s 2023-04-19 13:56:32,479 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c081c96-f099-49ad-932e-5b938d09f2f3', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c081c96-f099-49ad-932e-5b938d09f2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'{"volume": {"id": "76d56e65-c837-45af-b391-a0232aaf6c9e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:31.000000", "updated_at": "2023-04-19T13:56:31.000000", "name": "tempest-VolumesExtendTest-Volume-286593118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:32,555 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.053s 2023-04-19 13:56:32,555 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03d56daf-a397-41a5-a410-017f9b4c8689', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-03d56daf-a397-41a5-a410-017f9b4c8689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'{"volume": {"id": "76d56e65-c837-45af-b391-a0232aaf6c9e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:31.000000", "updated_at": "2023-04-19T13:56:31.000000", "name": "tempest-VolumesExtendTest-Volume-286593118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:32,881 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.315s 2023-04-19 13:56:32,882 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcdbe013-2f61-48c5-943c-70c9bd94cc0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'' 2023-04-19 13:56:32,906 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e 0.023s 2023-04-19 13:56:32,906 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d79c1605-564e-494e-ac67-6642330c02bb', 'x-openstack-request-id': 'req-d79c1605-564e-494e-ac67-6642330c02bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/76d56e65-c837-45af-b391-a0232aaf6c9e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76d56e65-c837-45af-b391-a0232aaf6c9e 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 374e522c-3b55-4f00-9185-44195909cd53 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:33,199 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes 0.290s 2023-04-19 13:56:33,199 80558 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-753352394"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6da1a6dc-4bba-4543-beac-e5e89bc3dae9', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6da1a6dc-4bba-4543-beac-e5e89bc3dae9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes'} Body: b'{"volume": {"id": "374e522c-3b55-4f00-9185-44195909cd53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:33.108162", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-753352394", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:33,247 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.036s 2023-04-19 13:56:33,247 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d4458e9-19fd-4a0c-9c5b-03967bb28bd7', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d4458e9-19fd-4a0c-9c5b-03967bb28bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'{"volume": {"id": "374e522c-3b55-4f00-9185-44195909cd53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:33.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-753352394", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:34,324 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.064s 2023-04-19 13:56:34,324 80558 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea470129-60f4-4dde-90f4-f024aeba56dd', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea470129-60f4-4dde-90f4-f024aeba56dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'{"volume": {"id": "374e522c-3b55-4f00-9185-44195909cd53", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:33.000000", "updated_at": "2023-04-19T13:56:33.000000", "name": "tempest-VolumesExtendTest-Volume-753352394", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:34,382 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.046s 2023-04-19 13:56:34,382 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0a0641e-347f-421a-bdae-d5adcfc49e93', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a0641e-347f-421a-bdae-d5adcfc49e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'{"volume": {"id": "374e522c-3b55-4f00-9185-44195909cd53", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:33.000000", "updated_at": "2023-04-19T13:56:33.000000", "name": "tempest-VolumesExtendTest-Volume-753352394", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53"}], "user_id": "ace66be1554a43c6a064caf0036eb95e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "012952d3e828465f91622b1e936cea73"}}' 2023-04-19 13:56:34,502 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.108s 2023-04-19 13:56:34,502 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/ html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61ca0178-04e4-41d2-9ac4-f55f2a48b5df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'' 2023-04-19 13:56:34,544 80558 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53 0.041s 2023-04-19 13:56:34,544 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a84e86-fb56-45c2-a6a2-469f458b0f93', 'x-openstack-request-id': 'req-b3a84e86-fb56-45c2-a6a2-469f458b0f93', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/012952d3e828465f91622b1e936cea73/volumes/374e522c-3b55-4f00-9185-44195909cd53'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 374e522c-3b55-4f00-9185-44195909cd53 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 8e88e7be-bc13-4534-9ab2-1c626c724d45 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:38,835 80564 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes 0.591s 2023-04-19 13:56:38,836 80564 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-2069772941", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f167b5d-7ca4-4445-bf62-8e67d4729db2', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f167b5d-7ca4-4445-bf62-8e67d4729db2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes'} Body: b'{"volume": {"id": "8e88e7be-bc13-4534-9ab2-1c626c724d45", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:38.767104", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2069772941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}], "user_id": "a3670f57f5024500956182d18f11bb91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:38,946 80564 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45 0.087s 2023-04-19 13:56:38,947 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c4d510-2d8e-4b9a-b4f1-8fe14881484f', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c4d510-2d8e-4b9a-b4f1-8fe14881484f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45'} Body: b'{"volume": {"id": "8e88e7be-bc13-4534-9ab2-1c626c724d45", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2069772941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}], "user_id": "a3670f57f5024500956182d18f11bb91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dad6999724724d36b249b54e7f6a5718"}}' 2023-04-19 13:56:40,009 80564 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45 0.038s 2023-04-19 13:56:40,009 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db125f94-7e0d-4d47-a30e-8d7e33ed5ded', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db125f94-7e0d-4d47-a30e-8d7e33ed5ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45'} Body: b'{"volume": {"id": "8e88e7be-bc13-4534-9ab2-1c626c724d45", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": "2023-04-19T13:56:39.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2069772941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dad6999724724d36b249b54e7f6a5718/volumes/8e88e7be-bc13-4534-9ab2-1c626c724d45"}], "user_id": "a3670f57f5024500956182d18f11bb91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dad6999724724d36b249b54e7f6a5718"}}' 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 5a3223c9-ca16-4558-9161-bba4019d2ec4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:38,963 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes 0.589s 2023-04-19 13:56:38,964 80570 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-837744380"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04ab3b8-ad25-40d6-9a13-857658685cdf', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04ab3b8-ad25-40d6-9a13-857658685cdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes'} Body: b'{"volume": {"id": "5a3223c9-ca16-4558-9161-bba4019d2ec4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:38.845501", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-837744380", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:39,025 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.051s 2023-04-19 13:56:39,025 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c17c7d-05c9-4c50-85a9-f30f2ac9052f', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c17c7d-05c9-4c50-85a9-f30f2ac9052f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'{"volume": {"id": "5a3223c9-ca16-4558-9161-bba4019d2ec4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-837744380", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:40,092 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.055s 2023-04-19 13:56:40,093 80570 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28885cd0-127e-418b-ab55-30382bbfdb02', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28885cd0-127e-418b-ab55-30382bbfdb02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'{"volume": {"id": "5a3223c9-ca16-4558-9161-bba4019d2ec4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": "2023-04-19T13:56:39.000000", "name": "tempest-VolumesTransfersTest-Volume-837744380", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:40,155 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.051s 2023-04-19 13:56:40,156 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a528d3b1-2169-4060-a746-ee9adcd5e59f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a528d3b1-2169-4060-a746-ee9adcd5e59f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'{"volume": {"id": "5a3223c9-ca16-4558-9161-bba4019d2ec4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:39.000000", "updated_at": "2023-04-19T13:56:39.000000", "name": "tempest-VolumesTransfersTest-Volume-837744380", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:40,281 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.113s 2023-04-19 13:56:40,281 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f8559e-4187-490b-aaec-891cfa651844', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'' 2023-04-19 13:56:40,302 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4 0.020s 2023-04-19 13:56:40,302 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2df2601-b8b8-4637-b67d-2df2b30903ab', 'x-openstack-request-id': 'req-c2df2601-b8b8-4637-b67d-2df2b30903ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/5a3223c9-ca16-4558-9161-bba4019d2ec4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5a3223c9-ca16-4558-9161-bba4019d2ec4 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 817516b8-211e-4bf0-b1c0-d210581f6c43 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:40,510 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes 0.204s 2023-04-19 13:56:40,510 80570 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-1148853635"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d732a2-5d26-42c5-8f7a-712061cfcff6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d732a2-5d26-42c5-8f7a-712061cfcff6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes'} Body: b'{"volume": {"id": "817516b8-211e-4bf0-b1c0-d210581f6c43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:40.435714", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1148853635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:40,574 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.054s 2023-04-19 13:56:40,574 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60261500-8640-41eb-aed8-9ba6fc8da128', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60261500-8640-41eb-aed8-9ba6fc8da128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'{"volume": {"id": "817516b8-211e-4bf0-b1c0-d210581f6c43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:40.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1148853635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:41,638 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.052s 2023-04-19 13:56:41,638 80570 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad05b8d-c1e2-4c0a-977c-e13624a31d4b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad05b8d-c1e2-4c0a-977c-e13624a31d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'{"volume": {"id": "817516b8-211e-4bf0-b1c0-d210581f6c43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:40.000000", "updated_at": "2023-04-19T13:56:41.000000", "name": "tempest-VolumesTransfersTest-Volume-1148853635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:41,691 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.042s 2023-04-19 13:56:41,692 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36d5858-368f-4bbc-920b-46122bc1f446', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36d5858-368f-4bbc-920b-46122bc1f446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'{"volume": {"id": "817516b8-211e-4bf0-b1c0-d210581f6c43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:40.000000", "updated_at": "2023-04-19T13:56:41.000000", "name": "tempest-VolumesTransfersTest-Volume-1148853635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43"}], "user_id": "578d051942ff43baa716174ad6ed8c35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e70b27368ab4f5792d84fbf2de174fa"}}' 2023-04-19 13:56:41,836 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.134s 2023-04-19 13:56:41,837 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-b04d5b3f-5368-425a-b168-547135f3ac9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'' 2023-04-19 13:56:41,857 80570 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43 0.019s 2023-04-19 13:56:41,857 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-4887ffbc-9999-4c92-8076-50b439253e17', 'x-openstack-request-id': 'req-4887ffbc-9999-4c92-8076-50b439253e17', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e70b27368ab4f5792d84fbf2de174fa/volumes/817516b8-211e-4bf0-b1c0-d210581f6c43'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 817516b8-211e-4bf0-b1c0-d210581f6c43 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 f15619db-2a39-4808-bd95-1f1e00390e26 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 51fea3d8-c2be-4d67-8746-930c625a4464 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:40,589 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.500s 2023-04-19 13:56:40,589 80560 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-2028897751"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-981d1e5a-170f-4129-924a-ebf448b11ad3', 'date': 'Wed, 19 Apr 2023 13:56:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e","name":"tempest-tagged-attachments-test-net-2028897751","tenant_id":"b72a32a3b0c74ea88d9569e651685dfb","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b72a32a3b0c74ea88d9569e651685dfb","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-19T13:56:39Z","updated_at":"2023-04-19T13:56:39Z","revision_number":1}}' 2023-04-19 13:56:41,620 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.030s 2023-04-19 13:56:41,620 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-a047575c-164b-4bd4-83a8-2e7f2125842a', 'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"940b07b2-24dd-40da-9b47-979b902611c3","name":"","tenant_id":"b72a32a3b0c74ea88d9569e651685dfb","network_id":"8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e","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-19T13:56:40Z","updated_at":"2023-04-19T13:56:40Z","revision_number":0,"project_id":"b72a32a3b0c74ea88d9569e651685dfb"}}' 2023-04-19 13:56:41,891 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes 0.270s 2023-04-19 13:56:41,891 80560 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-1006496678"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1c20d0f-cbcf-4bd5-a52a-3d51827a7ea3', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1c20d0f-cbcf-4bd5-a52a-3d51827a7ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes'} Body: b'{"volume": {"id": "51fea3d8-c2be-4d67-8746-930c625a4464", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:41.820244", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1006496678", "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/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}], "user_id": "36c187d344c0472cabb7ede6e2ca7f0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:41,955 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464 0.050s 2023-04-19 13:56:41,956 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ddcd8d7-3aa7-43d9-8356-11e1e0a5847f', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ddcd8d7-3aa7-43d9-8356-11e1e0a5847f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464'} Body: b'{"volume": {"id": "51fea3d8-c2be-4d67-8746-930c625a4464", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:42.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1006496678", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}], "user_id": "36c187d344c0472cabb7ede6e2ca7f0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b72a32a3b0c74ea88d9569e651685dfb"}}' 2023-04-19 13:56:43,015 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464 0.044s 2023-04-19 13:56:43,016 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a4f8eee-afe8-4924-b965-a314accefbca', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a4f8eee-afe8-4924-b965-a314accefbca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464'} Body: b'{"volume": {"id": "51fea3d8-c2be-4d67-8746-930c625a4464", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:42.000000", "updated_at": "2023-04-19T13:56:42.000000", "name": "tempest-TaggedAttachmentsTest-volume-1006496678", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be-4d67-8746-930c625a4464"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b72a32a3b0c74ea88d9569e651685dfb/volumes/51fea3d8-c2be- 4d67-8746-930c625a4464"}], "user_id": "36c187d344c0472cabb7ede6e2ca7f0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b72a32a3b0c74ea88d9569e651685dfb"}}' 2023-04-19 13:56:44,619 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/940b07b2-24dd-40da-9b47-979b902611c3 1.591s 2023-04-19 13:56:44,620 80560 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-9590bc05-4838-4c8c-80ed-d1e761ef9619', 'date': 'Wed, 19 Apr 2023 13:56:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/940b07b2-24dd-40da-9b47-979b902611c3'} Body: b'' 2023-04-19 13:56:47,638 80560 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e 3.017s 2023-04-19 13:56:47,638 80560 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-517768cf-a63e-4ed9-9521-0d95464b38e6', 'date': 'Wed, 19 Apr 2023 13:56:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/8cf2a0c9-b3bc-4cf2-8a3e-2844ebb0415e'} Body: b'' 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 d47f717c-1bde-486a-9cc3-ab9508f9358b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:50,154 80554 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes 0.916s 2023-04-19 13:56:50,154 80554 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-1974075888", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1578c7fa-eb09-46c1-aee8-9ca65eba9e3d', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1578c7fa-eb09-46c1-aee8-9ca65eba9e3d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes'} Body: b'{"volume": {"id": "d47f717c-1bde-486a-9cc3-ab9508f9358b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:49.999278", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1974075888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}], "user_id": "728bfa6c094c46179e666b69f4a699ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:50,258 80554 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b 0.089s 2023-04-19 13:56:50,258 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4612b2-ef8d-446d-b37b-b1dc412692b5', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4612b2-ef8d-446d-b37b-b1dc412692b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b'} Body: b'{"volume": {"id": "d47f717c-1bde-486a-9cc3-ab9508f9358b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1974075888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}], "user_id": "728bfa6c094c46179e666b69f4a699ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91cc1ef2a8a14e5f809336b312a9e775"}}' 2023-04-19 13:56:51,334 80554 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b 0.059s 2023-04-19 13:56:51,335 80554 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4688cd28-79ce-4d5e-b9ce-2f1f8a48dd71', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4688cd28-79ce-4d5e-b9ce-2f1f8a48dd71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b'} Body: b'{"volume": {"id": "d47f717c-1bde-486a-9cc3-ab9508f9358b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": "2023-04-19T13:56:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1974075888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc1ef2a8a14e5f809336b312a9e775/volumes/d47f717c-1bde-486a-9cc3-ab9508f9358b"}], "user_id": "728bfa6c094c46179e666b69f4a699ec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91cc1ef2a8a14e5f809336b312a9e775"}}' 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 15700085-ba2d-4725-8427-7c29109c5a9a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:49,927 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes 0.563s 2023-04-19 13:56:49,928 80570 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-291743928"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094cc9bd-8c3c-40e9-8621-340dc65d646d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094cc9bd-8c3c-40e9-8621-340dc65d646d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes'} Body: b'{"volume": {"id": "15700085-ba2d-4725-8427-7c29109c5a9a", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T13:56:49.824810", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-291743928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}], "user_id": "46123b616eda4bdd92c6cec83757a57c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:50,035 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.094s 2023-04-19 13:56:50,035 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69061303-2ef8-44b6-a0ac-b6c088d49919', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69061303-2ef8-44b6-a0ac-b6c088d49919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'{"volume": {"id": "15700085-ba2d-4725-8427-7c29109c5a9a", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-291743928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}], "user_id": "46123b616eda4bdd92c6cec83757a57c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0f31bc59c1425f96f1cb85ce7d14cc"}}' 2023-04-19 13:56:51,110 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.062s 2023-04-19 13:56:51,111 80570 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b74d5664-06a5-456d-a3cf-94de3a8988aa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b74d5664-06a5-456d-a3cf-94de3a8988aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'{"volume": {"id": "15700085-ba2d-4725-8427-7c29109c5a9a", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": "2023-04-19T13:56:50.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-291743928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}], "user_id": "46123b616eda4bdd92c6cec83757a57c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0f31bc59c1425f96f1cb85ce7d14cc"}}' 2023-04-19 13:56:51,185 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.061s 2023-04-19 13:56:51,185 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-046e7d14-a578-4cec-a4a2-fc2f98929fc8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-046e7d14-a578-4cec-a4a2-fc2f98929fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'{"volume": {"id": "15700085-ba2d-4725-8427-7c29109c5a9a", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T13:56:50.000000", "updated_at": "2023-04-19T13:56:50.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-291743928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a"}], "user_id": "46123b616eda4bdd92c6cec83757a57c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0f31bc59c1425f96f1cb85ce7d14cc"}}' 2023-04-19 13:56:51,444 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.247s 2023-04-19 13:56:51,445 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 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-84248f5c-440e-4c4a-93db-8c3d26c9e083', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'' 2023-04-19 13:56:51,480 80570 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a 0.034s 2023-04-19 13:56:51,480 80570 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-a1ec33dd-ba20-474d-b0d7-5c594778e91f', 'x-openstack-request-id': 'req-a1ec33dd-ba20-474d-b0d7-5c594778e91f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9c0f31bc59c1425f96f1cb85ce7d14cc/volumes/15700085-ba2d-4725-8427-7c29109c5a9a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 15700085-ba2d-4725-8427-7c29109c5a9a could not be found."}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 688b94d1-cf3f-4527-b331-421a895439b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:54,744 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes 0.732s 2023-04-19 13:56:54,745 80552 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-987712833"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa7d44f-3e35-4ffc-8b6f-7963aff49800', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa7d44f-3e35-4ffc-8b6f-7963aff49800', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes'} Body: b'{"volume": {"id": "688b94d1-cf3f-4527-b331-421a895439b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:54.550062", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-987712833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}], "user_id": "816ca415153049658d0f23fc3b9cff5f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:56:54,860 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0 0.098s 2023-04-19 13:56:54,860 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e919bd6a-322b-42d8-b8b7-f486fbfc3c49', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e919bd6a-322b-42d8-b8b7-f486fbfc3c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0'} Body: b'{"volume": {"id": "688b94d1-cf3f-4527-b331-421a895439b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:55.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-987712833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}], "user_id": "816ca415153049658d0f23fc3b9cff5f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73a5fca4e19840178b96c978c16758c1"}}' 2023-04-19 13:56:55,935 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0 0.060s 2023-04-19 13:56:55,935 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f18cde0-3ab2-46a1-b627-a8155410e149', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f18cde0-3ab2-46a1-b627-a8155410e149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0'} Body: b'{"volume": {"id": "688b94d1-cf3f-4527-b331-421a895439b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:56:55.000000", "updated_at": "2023-04-19T13:56:55.000000", "name": "tempest-TestVolumeSwap-volume-987712833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/73a5fca4e19840178b96c978c16758c1/volumes/688b94d1-cf3f-4527-b331-421a895439b0"}], "user_id": "816ca415153049658d0f23fc3b9cff5f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73a5fca4e19840178b96c978c16758c1"}}' 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 ef65d4b4-a894-486c-a26c-e2594390d1d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:11,551 80558 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.363s 2023-04-19 13:57:11,551 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-81536929", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPTnX75LKNpk9O+Nlb7/D6IM7O2/BrxqLuDu385wjf3msIJkdyUBFWNLdFiHsMzQVvWBM9Ehn017hArZYtQMgdiAK7dTyZiYDNkI60bcpxKsxLNcpVfVxKqrhgUrVu8uUQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:11 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-ebb20b84-877e-425e-8b6e-754f1043386e', 'x-compute-request-id': 'req-ebb20b84-877e-425e-8b6e-754f1043386e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-81536929", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPTnX75LKNpk9O+Nlb7/D6IM7O2/BrxqLuDu385wjf3msIJkdyUBFWNLdFiHsMzQVvWBM9Ehn017hArZYtQMgdiAK7dTyZiYDNkI60bcpxKsxLNcpVfVxKqrhgUrVu8uUQ==", "fingerprint": "65:73:b6:a4:03:57:e4:70:08:f9:f5:e7:88:31:95:a9", "user_id": "69c329498f5a484c962ec2bc7e084abf"}}' 2023-04-19 13:57:12,033 80558 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.478s 2023-04-19 13:57:12,034 80558 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-14479104", "description": "tempest-secgroup-smoke-14479104 description", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1607', 'x-openstack-request-id': 'req-e81e0974-1b89-4549-867c-fd0783b6b32c', 'date': 'Wed, 19 Apr 2023 13:57:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "name": "tempest-secgroup-smoke-14479104", "stateful": true, "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "description": "tempest-secgroup-smoke-14479104 description", "shared": false, "security_group_rules": [{"id": "26214fc4-13f7-4538-8373-91640a8e3e41", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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": 442, "description": null, "tags": [], "created_at": "2023-04-19T13:57:11Z", "updated_at": "2023-04-19T13:57:11Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}, {"id": "2bee716b-60d2-4cab-b50a-f06ce167a788", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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": 443, "description": null, "tags": [], "created_at": "2023-04-19T13:57:11Z", "updated_at": "2023-04-19T13:57:11Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}], "tags": [], "created_at": "2023-04-19T13:57:11Z", "updated_at": "2023-04-19T13:57:11Z", "re vision_number": 1, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:12,409 80558 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.374s 2023-04-19 13:57:12,409 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "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-2a9c5eb3-3147-409c-b022-ed516d56ebea', 'date': 'Wed, 19 Apr 2023 13:57:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a90b2e8d-e894-436f-87b9-32908f18a928", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:12Z", "updated_at": "2023-04-19T13:57:12Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:12,973 80558 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.563s 2023-04-19 13:57:12,974 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "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-6cc124da-fed4-4273-a57a-c0e3fa32bc53', 'date': 'Wed, 19 Apr 2023 13:57:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9a06396a-21c9-44bc-a12f-a1846ae95f8a", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:12Z", "updated_at": "2023-04-19T13:57:12Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:13,388 80558 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.413s 2023-04-19 13:57:13,388 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-462d84e4-a1fb-4ccf-bc14-1b0a0a368571', 'date': 'Wed, 19 Apr 2023 13:57:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_gro up_rule": {"id": "637ffdba-b853-499f-abea-c1c28d8dd001", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:13Z", "updated_at": "2023-04-19T13:57:13Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:13,969 80558 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.580s 2023-04-19 13:57:13,970 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7c9dbd7e-a88b-4960-bb5f-ecb81fb7638c', 'date': 'Wed, 19 Apr 2023 13:57:13 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": "edcf8b7c-bb8d-418b-aa36-045246db50fe", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:13Z", "updated_at": "2023-04-19T13:57:13Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:14,406 80558 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.435s 2023-04-19 13:57:14,406 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project_id": "1eba62f7c4e44b15b844f9886d2cdf68", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c020fcb5-5118-4207-992b-94103b79e658', 'date': 'Wed, 19 Apr 2023 13:57:14 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": "c15573a0-c4fb-4fb7-93f9-3caf60b7311e", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:14Z", "updated_at": "2023-04-19T13:57:14Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:14,784 80558 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.377s 2023-04-19 13:57:14,784 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "project _id": "1eba62f7c4e44b15b844f9886d2cdf68", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e32d23b8-5e41-4b84-8c43-d12e235aae90', 'date': 'Wed, 19 Apr 2023 13:57:14 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": "d885938a-2446-4791-bdc4-d5375796e102", "tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68", "security_group_id": "ddb71a9b-b19d-46be-a330-edd1882beb33", "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-19T13:57:14Z", "updated_at": "2023-04-19T13:57:14Z", "revision_number": 0, "project_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:14,957 80558 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.167s 2023-04-19 13:57:14,957 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:14 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-4f2e4842-a33f-47a0-b438-a35eabdf1075', '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": "69c329498f5a484c962ec2bc7e084abf", "name": "tempest-TestShelveInstance-1101965331-project-member", "password_expires_at": null}, "audit_ids": ["NFdE_SxhS2utPPIZpn_orQ"], "expires_at": "2023-04-19T14:57:14.000000Z", "issued_at": "2023-04-19T13:57:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1eba62f7c4e44b15b844f9886d2cdf68", "name": "tempest-TestShelveInstance-1101965331"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9 e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1eba62f7c4e44b15b844f9886d2cdf68", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:57:14,958 80558 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '7bcfe077-fd40-4b7d-9417-998c993cb8af', 'name': 'tempest-TestShelveInstance-63042984-network', 'tenant_id': '1eba62f7c4e44b15b844f9886d2cdf68', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1eba62f7c4e44b15b844f9886d2cdf68', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 1663, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:43Z', 'updated_at': '2023-04-19T13:56:43Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:15,454 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes 0.495s 2023-04-19 13:57:15,454 80558 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-1897022396", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31ce5e12-7d61-4d13-9fd1-e1200fb0d625', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ce5e12-7d61-4d13-9fd1-e1200fb0d625', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes'} Body: b'{"volume": {"id": "ef65d4b4-a894-486c-a26c-e2594390d1d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:15.328467", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1897022396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}], "user_id": "69c329498f5a484c962ec2bc7e084abf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:15,512 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6 0.048s 2023-04-19 13:57:15,513 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a238424c-e750-4896-856a-b6a2c3af9363', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a238424c-e750-4896-856a-b6a2c3af9363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6'} Body: b'{"volume": {"id": "ef65d4b4-a894-486c-a26c-e2594390d1d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:15.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1897022396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}], "user_id": "69c329498f5a484c962ec2bc7e084abf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:16,572 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6 0.047s 2023-04-19 13:57:16,572 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d9ca703-b15f-4ab6-a353-8094ad403975', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d9ca703-b15f-4ab6-a353-8094ad403975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6'} Body: b'{"volume": {"id": "ef65d4b4-a894-486c-a26c-e2594390d1d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:15.000000", "updated_at": "2023-04-19T13:57:16.000000", "name": "tempest-tempest.common.compute-volume-1897022396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6"}], "user_id": "69c329498f5a484c962ec2bc7e084abf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1eba62f7c4e44b15b844f9886d2cdf68"}}' 2023-04-19 13:57:16,733 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6 0.148s 2023-04-19 13:57:16,733 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d6d7aa-89f0-4a30-951c-bb4c4da30f14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6'} Body: b'' 2023-04-19 13:57:16,774 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6 0.040s 2023-04-19 13:57:16,774 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b68c884e-556c-472e-950b-dc859aa986a3', 'x-openstack-request-id': 'req-b68c884e-556c-472e-950b-dc859aa986a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1eba62f7c4e44b15b844f9886d2cdf68/volumes/ef65d4b4-a894-486c-a26c-e2594390d1d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef65d4b4-a894-486c-a26c-e2594390d1d6 could not be found."}}' 2023-04-19 13:57:17,242 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ddb71a9b-b19d-46be-a330-edd1882beb33 0.465s 2023-04-19 13:57:17,243 80558 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-a7662fd6-ca89-45af-a1a2-15d7d790362e', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:57:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ddb71a9b-b19d-46be-a330-edd1882beb33'} Body: b'' 2023-04-19 13:57:17,283 80558 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-81536929 0.040s 2023-04-19 13:57:17,284 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57: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-24c24d4f-496a-448e-8668-13c2aba211c6', 'x-compute-request-id': 'req-24c24d4f-496a-448e-8668-13c2aba211c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-81536929'} Body: b'' 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 ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:28,690 80552 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/7a803f9d29ae44968ff4af2b0c8b9edd/types 0.240s 2023-04-19 13:57:28,690 80552 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-1003922506", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c01f08-ca53-4ba6-b4ae-763e68a4f07f', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c01f08-ca53-4ba6-b4ae-763e68a4f07f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types'} Body: b'{"volume_type": {"id": "b8b45470-30cb-4db1-aaf1-b29a8357dd4d", "name": "tempest-VolumeTypesTest-volume-type-1003922506", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:57:28,742 80552 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/7a803f9d29ae44968ff4af2b0c8b9edd/types 0.049s 2023-04-19 13:57:28,743 80552 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-1182094570", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aff67ae3-5bb1-41f1-8d44-977b2f9f499c', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aff67ae3-5bb1-41f1-8d44-977b2f9f499c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types'} Body: b'{"volume_type": {"id": "75835137-35f0-4617-bafa-1243d4bd4b7b", "name": "tempest-VolumeTypesTest-volume-type-1182094570", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:57:29,249 80552 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/08babf08053c46cd92cf33dc8abce284/volumes 0.503s 2023-04-19 13:57:29,250 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1762203677", "volume_type": "b8b45470-30cb-4db1-aaf1-b29a8357dd4d", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a50b9ca-feb0-4fa1-924f-2eec1eec8e2c', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a50b9ca-feb0-4fa1-924f-2eec1eec8e2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes'} Body: b'{"volume": {"id": "ce107c4b-5af6-4333-b5ab-6e1cb47fceb6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:29.168008", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1762203677", "description": null, "v olume_type": "tempest-VolumeTypesTest-volume-type-1003922506", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}], "user_id": "23efb5b0d6074384936e19879776a56c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:29,305 80552 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/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.045s 2023-04-19 13:57:29,306 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e21d789-1a1e-488f-a3dd-b425cc166e52', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e21d789-1a1e-488f-a3dd-b425cc166e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'{"volume": {"id": "ce107c4b-5af6-4333-b5ab-6e1cb47fceb6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:29.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1762203677", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1003922506", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}], "user_id": "23efb5b0d6074384936e19879776a56c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08babf08053c46cd92cf33dc8abce284"}}' 2023-04-19 13:57:30,363 80552 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/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.045s 2023-04-19 13:57:30,363 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a0ccce-3c03-4087-bc4b-73da683ab413', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a0ccce-3c03-4087-bc4b-73da683ab413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'{"volume": {"id": "ce107c4b-5af6-4333-b5ab-6e1cb47fceb6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:29.000000", "updated_at": "2023-04-19T13:57:29.000000", "name": "tempest-VolumeTypesTest-volume-1762203677", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1003922506", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6 -4333-b5ab-6e1cb47fceb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}], "user_id": "23efb5b0d6074384936e19879776a56c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08babf08053c46cd92cf33dc8abce284"}}' 2023-04-19 13:57:30,437 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.061s 2023-04-19 13:57:30,438 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-291f7cc1-6517-4df1-ae03-08fd5a9964d7', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-291f7cc1-6517-4df1-ae03-08fd5a9964d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'{"volume": {"id": "ce107c4b-5af6-4333-b5ab-6e1cb47fceb6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:29.000000", "updated_at": "2023-04-19T13:57:29.000000", "name": "tempest-VolumeTypesTest-volume-1762203677", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1003922506", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6"}], "user_id": "23efb5b0d6074384936e19879776a56c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08babf08053c46cd92cf33dc8abce284"}}' 2023-04-19 13:57:30,604 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.154s 2023-04-19 13:57:30,605 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed17bbf2-f145-4f61-90fe-ea0396dae482', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'' 2023-04-19 13:57:30,627 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 0.021s 2023-04-19 13:57:30,627 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-021617a1-edd2-494d-bbe9-871e55b97234', 'x-openstack-request-id': 'req-021617a1-edd2-494d-bbe9-8 71e55b97234', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/08babf08053c46cd92cf33dc8abce284/volumes/ce107c4b-5af6-4333-b5ab-6e1cb47fceb6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ce107c4b-5af6-4333-b5ab-6e1cb47fceb6 could not be found."}}' 2023-04-19 13:57:30,707 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/75835137-35f0-4617-bafa-1243d4bd4b7b 0.079s 2023-04-19 13:57:30,708 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30392f6-bd03-4894-9703-20ccf7188e7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/75835137-35f0-4617-bafa-1243d4bd4b7b'} Body: b'' 2023-04-19 13:57:30,729 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/75835137-35f0-4617-bafa-1243d4bd4b7b 0.020s 2023-04-19 13:57:30,729 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac48687-f2cd-4da4-ae34-45f63d1bf229', 'x-openstack-request-id': 'req-eac48687-f2cd-4da4-ae34-45f63d1bf229', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/75835137-35f0-4617-bafa-1243d4bd4b7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 75835137-35f0-4617-bafa-1243d4bd4b7b could not be found."}}' 2023-04-19 13:57:30,803 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/b8b45470-30cb-4db1-aaf1-b29a8357dd4d 0.073s 2023-04-19 13:57:30,804 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc561082-3964-42da-bb21-b2f690f9c981', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/b8b45470-30cb-4db1-aaf1-b29a8357dd4d'} Body: b'' 2023-04-19 13:57:30,824 80552 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/b8b45470-30cb-4db1-aaf1-b29a8357dd4d 0.019s 2023-04-19 13:57:30,824 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-644959e9-d54c-4cd0-b0b1-0333affc967b', 'x-openstack-request-id': 'req-644959e9-d54c-4cd0-b0b1-0333af fc967b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7a803f9d29ae44968ff4af2b0c8b9edd/types/b8b45470-30cb-4db1-aaf1-b29a8357dd4d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b8b45470-30cb-4db1-aaf1-b29a8357dd4d could not be found."}}' cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 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 68591a3e-fe08-475d-b6d8-0b381f358f47 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:33,028 80558 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/ba6fddd1b8cc4228ae7dcaabdfbd2148/types 0.297s 2023-04-19 13:57:33,028 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4365f77a-592c-4666-9b14-afe0bc9270c2', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4365f77a-592c-4666-9b14-afe0bc9270c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba6fddd1b8cc4228ae7dcaabdfbd2148/types'} Body: b'{"volume_type": {"id": "ac15f549-7c40-4e5a-830b-55929938c06c", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-19 13:57:34,226 80558 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 1.194s 2023-04-19 13:57:34,227 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-134f5cc7-3629-4e89-8ca9-420033427f1e', '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": "61d88bc684934749815985238a39ad25", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "40a58be3-75bb-463f-a413-ac6b0db2c621", "created_at": "2023-04-19T13:57:34Z", "updated_at": "2023-04-19T13:57:34Z", "tags": [], "self": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621", "file": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:36,164 80558 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/40a58be3-75bb-463f-a413-ac6b0db2c621/file 1.935s 2023-04-19 13:57:36,165 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a24d0b1b-7af7-4249-9625-8dc18fca6afb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file'} Body: b'' 2023-04-19 13:57:36,211 80558 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/40a58be3-75bb-463f-a413-ac6b0db2c621 0.045s 2023-04-19 13:57:36,211 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-113f9a2d-947a-4720-acdc-f1aadf071970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621'} 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": "dd9599c36bdd9505bc532c74ddd6b9a5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "61d88bc684934749815985238a39ad25", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8bb0da9b36ac37fa60e8a07e242aac2d30b0a34ba825465e18680a51ee673eaee9214d182489134a5e25035d3087a951ef8b332e2b5f3e4d585d012aad1f46c5", "id": "40a58be3-75bb-463f-a413-ac6b0db2c621", "created_at": "2023-04-19T13:57:34Z", "updated_at": "2023-04-19T13:57:36Z", "tags": [], "self": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621", "file": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:36,257 80558 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/40a58be3-75bb-463f-a413-ac6b0db2c621 0.045s 2023-04-19 13:57:36,257 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-18c450e7-5e05-4b72-89b5-184a8da6235d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621'} 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": "dd9599c36bdd9505bc532c74ddd6b9a5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "61d88bc684934749815985238a39ad25", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8bb0da9b36ac37fa60e8a07e242aac2d30b0a34ba825465e18680a51ee673eaee9214d182489134a5e25035d3087a951ef8b332e2b5f3e4d585d012aad1f46c5", "id": "40a58be3-75bb-463f-a413-ac6b0db2c621", "created_at": "2023-04-19T13:57:34Z", "updated_at": "2023-04-19T13:57:36Z", "tags": [], "self": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621", "file": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:36,280 80558 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/40a58be3-75bb-463f-a413-ac6b0db2c621 0.022s 2023-04-19 13:57:36,281 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7930c3ef-ce57-4444-a1b1-3a8bcd5cda2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621'} 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": "dd9599c36bdd9505bc532c74ddd6b9a5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "61d88bc684934749815985238a39ad25", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "8bb0da9b36ac37fa60e8a07e242aac2d30b0a34ba825465e18680a51ee673eaee9214d182489134a5e25035d3087a951ef8b332e2b5f3e4d585d012aad1f46c5", "id": "40a58be3-75bb-463f-a413-ac6b0db2c621", "created_at": "2023-04-19T13:57:34Z", "updated_at": "2023-04-19T13:57:36Z", "tags": [], "self": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621", "file": "/v2/images/40a58be3-75bb-463f-a413-ac6b0db2c621/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:36,665 80558 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/61d88bc684934749815985238a39ad25/volumes 0.384s 2023-04-19 13:57:36,666 80558 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": "40a58be3-75bb-463f-a413-ac6b0db2c621", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2f280ba-8de1-4cdd-9d99-ed2288543f96', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f280ba-8de1-4cdd-9d99-ed2288543f96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/61d88bc684934749815985238a39ad25/volumes'} Body: b'{"volume": {"id": "68591a3e-fe08-475d-b6d8-0b381f358f47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:36.597427", "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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}], "user_id": "2e105abe74774815a3351d3af724c68a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:36,715 80558 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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47 0.039s 2023-04-19 13:57:36,715 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e87ecda-321a-4438-93f7-861dc71821b4', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e87ecda-321a-4438-93f7-861dc71821b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47'} Body: b'{"volume": {"id": "68591a3e-fe08-475d-b6d8-0b381f358f47", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:37.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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}], "user_id": "2e105abe74774815a3351d3af724c68a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61d88bc684934749815985238a39ad25"}}' 2023-04-19 13:57:37,777 80558 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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47 0.050s 2023-04-19 13:57:37,777 80558 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b033c04b-4212-4acc-9e35-26174cf0f94e', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b033c04b-4212-4acc-9e35-26174cf0f94e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47'} Body: b'{"volume": {"id": "68591a3e-fe08-475d-b6d8-0b381f358f47", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:37.000000", "updated_at": "2023-04-19T13:57:37.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/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/61d88bc684934749815985238a39ad25/volumes/68591a3e-fe08-475d-b6d8-0b381f358f47"}], "user_id": "2e105abe74774815a3351d3af724c68a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "61d88bc684934749815985238a39ad25"}}' 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 b9f10b36-3a86-4422-a811-fc580383bd57 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 4f3d5f95-fd9c-4152-b319-083e22998c84 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:55,377 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.247s 2023-04-19 13:57:55,378 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9e8501f3-4b93-453f-a728-fe8392cafbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:55,856 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes 0.477s 2023-04-19 13:57:55,857 80552 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-705962471", "snapshot_id": null, "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5a71e20-aee9-4d61-9fd3-c51e5bedb229', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5a71e20-aee9-4d61-9fd3-c51e5bedb229', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes'} Body: b'{"volume": {"id": "4f3d5f95-fd9c-4152-b319-083e22998c84", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:55.796193", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-705962471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:55,905 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84 0.038s 2023-04-19 13:57:55,905 80552 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2914af4f-144a-495b-aab8-ba057f4fb246', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2914af4f-144a-495b-aab8-ba057f4fb246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84'} Body: b'{"volume": {"id": "4f3d5f95-fd9c-4152-b319-083e22998c84", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:56.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-705962471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:57,001 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84 0.084s 2023-04-19 13:57:57,002 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6326f32a-7459-4e53-aa11-e13e585688d7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6326f32a-7459-4e53-aa11-e13e585688d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84'} Body: b'{"volume": {"id": "4f3d5f95-fd9c-4152-b319-083e22998c84", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:56.000000", "updated_at": "2023-04-19T13:57:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-705962471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:57,118 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84 0.103s 2023-04-19 13:57:57,119 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 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-bed45b42-966e-41c1-b8e5-745dc1cba2ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84'} Body: b'' 2023-04-19 13:57:57,143 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84 0.023s 2023-04-19 13:57:57,143 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6469ed4-ce48-47cf-b767-d2a48f0da3b5', 'x-openstack-request-id': 'req-a6469ed4-ce48-47cf-b767-d2a48f0da3b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/4f3d5f95-fd9c-4152-b319-083e22998c84'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4f3d5f95-fd9c-4152-b319-083e22998c84 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 68743b94-308b-4508-b4ca-87dac4577ccc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:57,168 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.021s 2023-04-19 13:57:57,168 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d332ba6c-cdb7-4d29-840e-65244696fb88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:57,527 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes 0.358s 2023-04-19 13:57:57,528 80552 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-385038847", "snapshot_id": null, "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86036c8f-8125-4f9f-8468-05dc8b1b5434', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86036c8f-8125-4f9f-8468-05dc8b1b5434', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes'} Body: b'{"volume": {"id": "68743b94-308b-4508-b4ca-87dac4577ccc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:57.459422", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-385038847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:57:57,574 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc 0.036s 2023-04-19 13:57:57,574 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e58f61-2e16-480f-b5f1-5140840e2049', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e58f61-2e16-480f-b5f1-5140840e2049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc'} Body: b'{"volume": {"id": "68743b94-308b-4508-b4ca-87dac4577ccc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-385038847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:58,627 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc 0.040s 2023-04-19 13:57:58,627 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0cafe54-8644-4624-8c21-46a8edae9cde', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0cafe54-8644-4624-8c21-46a8edae9cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc'} Body: b'{"volume": {"id": "68743b94-308b-4508-b4ca-87dac4577ccc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:57:57.000000", "updated_at": "2023-04-19T13:57:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-385038847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:58,740 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc 0.102s 2023-04-19 13:57:58,741 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eecfffa2-a72f-4493-8119-8dc1eafe64de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc'} Body: b'' 2023-04-19 13:57:58,762 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc 0.021s 2023-04-19 13:57:58,763 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0df4ec95-e9e2-4384-8a0c-cee9c11a03b1', 'x-openstack-request-id': 'req-0df4ec95-e9e2-4384-8a0c-cee9c11a03b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/68743b94-308b-4508-b4ca-87dac4577ccc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 68743b94-308b-4508-b4ca-87dac4577ccc 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 7e020147-7172-4a72-8102-b3dbb0c9cd96 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:58,766 80552 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-19 13:57:58,841 80552 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.071s 2023-04-19 13:57:58,842 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1646767956", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBOiOlZoLuk7lStnSnpLRfgwdYFQfpIRuSiIZiNdKvzVIAI3WGLaRGFkFPYrGjR+n0idczAITeeo5ZlKInBwYccznPdkxoQiC72uVOQmfT/ImPd+s3Hdj+u4RQ6ycGjoQg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:58 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-36af042d-bd7b-4d18-90a8-ff39a9d818dc', 'x-compute-request-id': 'req-36af042d-bd7b-4d18-90a8-ff39a9d818dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1646767956", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBOiOlZoLuk7lStnSnpLRfgwdYFQfpIRuSiIZiNdKvzVIAI3WGLaRGFkFPYrGjR+n0idczAITeeo5ZlKInBwYccznPdkxoQiC72uVOQmfT/ImPd+s3Hdj+u4RQ6ycGjoQg==", "fingerprint": "97:c4:69:31:d4:a7:01:91:fd:07:d5:c4:c3:36:fb:ee", "user_id": "82c2ab0a573a44a78fdbb9562649f8f2"}}' 2023-04-19 13:57:59,011 80552 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.166s 2023-04-19 13:57:59,012 80552 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-2089589910", "description": "tempest-secgroup-smoke-2089589910 description", "project_id": "0b170866259442f688800f6381367bcb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-314d6dce-1a66-445a-bd9d-4aef28720186', 'date': 'Wed, 19 Apr 2023 13:57:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "name": "tempest-secgroup-smoke-2089589910", "stateful": true, "tenant_id": "0b170866259442f688800f6381367bcb", "description": "tempest-secgroup-smoke-2089589910 description", "shared": false, "security_group_rules": [{"id": "76e835a7-0c81-4b73-b8e4-5cf34e22aaaa", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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": 561, "description": null, "tags": [], "created_at": "2023-04-19T13:57:58Z", "updated_at": "2023-04-19T13:57:58Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}, {"id": "9e34c4c8-62f0-447a-aefe-2dc0281741c7", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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": 560, "description": null, "tags": [], "created_at": "2023-04-19T13:57:58Z", "updated_at": "2023-04-19T13:57:58Z", "revision_number": 0, "project_id": "0b170 866259442f688800f6381367bcb"}], "tags": [], "created_at": "2023-04-19T13:57:58Z", "updated_at": "2023-04-19T13:57:58Z", "revision_number": 1, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,167 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-19 13:57:59,168 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "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-7f5f9914-c74f-4786-a77e-ad95938b5cd7', 'date': 'Wed, 19 Apr 2023 13:57: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": "42ffb126-3f37-49bb-bb3c-e7e5eb62c614", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,327 80552 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.158s 2023-04-19 13:57:59,327 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "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-f330b9cb-55ee-43db-9b62-0e2fa624f331', 'date': 'Wed, 19 Apr 2023 13:57: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": "e814c742-2493-49fe-bd21-026473a5352a", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,510 80552 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.182s 2023-04-19 13:57:59,510 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7e9babab-0865-440d-bef4-ba4683d7d033', 'date': 'Wed, 19 Apr 2023 13:57:59 GMT', 'connection': 'close', 'status': '201', 'content-lo cation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2ea5731-d938-415d-a646-0bd711bdc874", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,669 80552 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.158s 2023-04-19 13:57:59,670 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-311e7384-af72-4ec6-b3b9-cb0f820427a2', 'date': 'Wed, 19 Apr 2023 13:57: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": "7d868977-aaa0-4c8f-b5a1-19b090b1b459", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,829 80552 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.158s 2023-04-19 13:57:59,829 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-496e17aa-278a-4ccb-812a-870240d302b3', 'date': 'Wed, 19 Apr 2023 13:57: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": "7df68132-ab79-4762-886b-a1dbe6504ecf", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,989 80552 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-19 13:57:59,989 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_gr oup_rule": {"security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "project_id": "0b170866259442f688800f6381367bcb", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-8b131a8d-06a8-4eec-ae32-c9ab72eeaceb', 'date': 'Wed, 19 Apr 2023 13:57: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": "0582610a-b297-4c7b-a951-cf4b2467b083", "tenant_id": "0b170866259442f688800f6381367bcb", "security_group_id": "cd39cc23-ff86-45ef-a5f0-2e538f590a65", "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-19T13:57:59Z", "updated_at": "2023-04-19T13:57:59Z", "revision_number": 0, "project_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:57:59,990 80552 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-19 13:58:00,013 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.023s 2023-04-19 13:58:00,014 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c622f31b-f523-411f-b736-3d018b2b68b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:58:00,326 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes 0.311s 2023-04-19 13:58:00,327 80552 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-301869844", "snapshot_id": null, "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12bb7337-cb41-4ea4-89d6-b110164b8b7a', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12bb7337-cb41-4ea4-89d6-b110164b8b7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volum es'} Body: b'{"volume": {"id": "7e020147-7172-4a72-8102-b3dbb0c9cd96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:00.267653", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-301869844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:00,379 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96 0.042s 2023-04-19 13:58:00,379 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2ccaa48-0690-4c61-8f5a-3a65f75382d3', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2ccaa48-0690-4c61-8f5a-3a65f75382d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96'} Body: b'{"volume": {"id": "7e020147-7172-4a72-8102-b3dbb0c9cd96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:00.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-301869844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:58:01,439 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96 0.049s 2023-04-19 13:58:01,440 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5570d15-e704-4fa0-9b95-62de063ffd6e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5570d15-e704-4fa0-9b95-62de063ffd6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96'} Body: b'{"volume": {"id": "7e020147-7172-4a72-8102-b3dbb0c9cd96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:00.000000", "updated_at": "2023-04-19T13:58:00.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-301869844", "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/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96"}], "user_id": "82c2ab0a573a44a78fdbb9562649f8f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b170866259442f688800f6381367bcb"}}' 2023-04-19 13:58:01,547 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96 0.095s 2023-04-19 13:58:01,547 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d39ec0f-221b-4893-a825-012062e064d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96'} Body: b'' 2023-04-19 13:58:01,568 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96 0.020s 2023-04-19 13:58:01,569 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e26fe24d-698b-4d1a-b1d6-84803b259c9d', 'x-openstack-request-id': 'req-e26fe24d-698b-4d1a-b1d6-84803b259c9d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0b170866259442f688800f6381367bcb/volumes/7e020147-7172-4a72-8102-b3dbb0c9cd96'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7e020147-7172-4a72-8102-b3dbb0c9cd96 could not be found."}}' 2023-04-19 13:58:01,720 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cd39cc23-ff86-45ef-a5f0-2e538f590a65 0.151s 2023-04-19 13:58:01,721 80552 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-53dea34e-87ce-419d-ba98-047b7be75248', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:58:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cd39cc23-ff86-45ef-a5f0-2e538f590a65'} Body: b'' 2023-04-19 13:58:01,763 80552 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1646767956 0.041s 2023-04-19 13:58:01,763 80552 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:01 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-81daf785-bd43-4a7c-9915-8802472f1c2c', 'x-compute-request-id': 'req-81daf785-bd43-4a7c-9915-8802472f1c2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1646767956'} 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 693ec292-16f3-4953-9073-d6af7f2a8163 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:28,446 80568 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.093s 2023-04-19 13:56:28,446 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:28 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-302e8445-98ad-4c22-836b-4f0228474a78', '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": "6005f003a23749bd9b9b00c87dec971c", "name": "tempest-DeleteServersTestJSON-165444164-project-member", "password_expires_at": null}, "audit_ids": ["uNkZvCuJQ5W5v5rNNYmw4A"], "expires_at": "2023-04-19T14:56:28.000000Z", "issued_at": "2023-04-19T13:56:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c9b8f883c474db9a4e766b9262f4217", "name": "tempest-DeleteServersTestJSON-165444164"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1c9b8f883c474db9a4e766b9262f4217", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:56:28,447 80568 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'caaf8983-bab2-4dbe-916b-cfac23159fe5', 'name': 'tempest-DeleteServersTestJSON-251276401-network', 'tenant_id': '1c9b8f883c474db9a4e766b9262f4217', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1c9b8f883c474db9a4e766b9262f4217', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17191, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:03Z', 'revision_number': 1} available for tenant 2023-04-19 13:56:30,600 80568 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.152s 2023-04-19 13:56:30,600 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1235816152", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "caaf8983-bab2-4dbe-916b-cfac23159fe5"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a8b989c-b58f-4645-9319-6785ecb051dc', 'x-compute-request-id': 'req-1a8b989c-b58f-4645-9319-6785ecb051dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "df6a7f5d-e8d6-4a01-90e4-6869692de6b7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6edaiWzjfCiN"}}' 2023-04-19 13:56:30,759 80568 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/df6a7f5d-e8d6-4a01-90e4-6869692de6b7 0.153s 2023-04-19 13:56:30,759 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 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-96a3edad-063d-4970-b533-88053677a4de', 'x-compute-request-id': 'req-96a3edad-063d-4970-b533-88053677a4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7'} Body: b'{"server": {"id": "df6a7f5d-e8d6-4a01-90e4-6869692de6b7", "name": "tempest-DeleteServersTestJSON-server-1235816152", "status": "BUILD", "tenant_id": "1c9b8f883c474db9a4e766b9262f4217", "user_id": "6005f003a23749bd9b9b00c87dec971c", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:31Z", "updated": "2023-04-19T13:56:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}], "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-19 13:57:21,350 80568 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/df6a7f5d-e8d6-4a01-90e4-6869692de6b7 0.531s 2023-04-19 13:57:21,350 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3095bad4-90d5-49b7-9b13-4c75ab012aea', 'x-compute-request-id': 'req-3095bad4-90d5-49b7-9b13-4c75ab012aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7'} Body: b'{"server": {"id": "df6a7f5d-e8d6-4a01-90e4-6869692de6b7", "name": "tempest-DeleteServersTestJSON-server-1235816152", "status": "ACTIVE", "tenant_id": "1c9b8f883c474db9a4e766b9262f4217", "user_id": "6005f003a23749bd9b9b00c87dec971c", "metadata": {}, "hostId": "744bdc8acba73fb3472e2aea1ceed8d708125b32cbc1ecdce2a44284", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:30Z", "updated": "2023-04-19T13:56:50Z", "addresses": {"tempest-DeleteServersTestJSON-251276401-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:57:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/df6a7f5d-e8d6-4a01-90e4-6869692de6b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:21,362 80568 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 13:58:21,663 80568 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes 0.243s 2023-04-19 13:58:21,664 80568 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-147086430"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d80f6be4-288e-4802-b991-18a193f58986', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d80f6be4-288e-4802-b991-18a193f58986', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes'} Body: b'{"volume": {"id": "693ec292-16f3-4953-9073-d6af7f2a8163", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:21.5694 91", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-147086430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}], "user_id": "6005f003a23749bd9b9b00c87dec971c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:21,710 80568 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163 0.036s 2023-04-19 13:58:21,710 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1452c5-8a6e-4c76-b9e9-07f1e023c5ad', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1452c5-8a6e-4c76-b9e9-07f1e023c5ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163'} Body: b'{"volume": {"id": "693ec292-16f3-4953-9073-d6af7f2a8163", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:22.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-147086430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}], "user_id": "6005f003a23749bd9b9b00c87dec971c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c9b8f883c474db9a4e766b9262f4217"}}' 2023-04-19 13:58:22,767 80568 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163 0.041s 2023-04-19 13:58:22,768 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d56afae-8eee-4bd8-9568-9543b9ecd8c9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d56afae-8eee-4bd8-9568-9543b9ecd8c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163'} Body: b'{"volume": {"id": "693ec292-16f3-4953-9073-d6af7f2a8163", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:22.000000", "updated_at": "2023-04-19T13:58:22.000000", "name": "tempest-DeleteServersTestJSON-volume-147086430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c9b8f883c474db9a4e766b9262f4217/volumes/69 3ec292-16f3-4953-9073-d6af7f2a8163"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c9b8f883c474db9a4e766b9262f4217/volumes/693ec292-16f3-4953-9073-d6af7f2a8163"}], "user_id": "6005f003a23749bd9b9b00c87dec971c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c9b8f883c474db9a4e766b9262f4217"}}' 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 ebde81a0-beb0-4fe6-b6b3-cba1788189f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:42,301 80548 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:56:42,651 80548 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.347s 2023-04-19 13:56:42,652 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-123040742", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIw03ihlQ3rkdlCp0C0/8Aa5Lg4QjElQ4PGsZy7VYL9Zmv4voEnLRO7IES069oqJnTvpZ9mWHKKO9quK7tbTyjEnfBXz/7YoLkTdgMM8AMkFkbGBQHry1HHlqWcW70mm5A=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:42 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-8ae21036-31c4-4565-ab41-51fef4c03779', 'x-compute-request-id': 'req-8ae21036-31c4-4565-ab41-51fef4c03779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-123040742", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIw03ihlQ3rkdlCp0C0/8Aa5Lg4QjElQ4PGsZy7VYL9Zmv4voEnLRO7IES069oqJnTvpZ9mWHKKO9quK7tbTyjEnfBXz/7YoLkTdgMM8AMkFkbGBQHry1HHlqWcW70mm5A==", "fingerprint": "48:ba:c8:83:cf:eb:a8:fa:00:cc:6c:5b:92:10:4f:ab", "user_id": "ee0088ff4bd64218b490c3414afb1c76"}}' 2023-04-19 13:56:42,656 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-123040742 created 2023-04-19 13:56:42,972 80548 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 0.315s 2023-04-19 13:56:42,972 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1565722656", "description": "tempest-description--1232359004"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-43ae8e82-bef8-491b-b3cd-51dc4e177a8d', 'date': 'Wed, 19 Apr 2023 13:56:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "name": "tempest-securitygroup--1565722656", "stateful": true, "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "description": "tempest-description--1232359004", "shared": false, "security_group_rules": [{"id": "8de992cb-cdca-4131-ab2e-4c62df1acb85", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "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": 346, "description": null, "tags": [], "created_at": "2023-04-19T13:56:42Z", "updated_at": "2023-04-19T13:56:42Z", "revision_number": 0, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}, {"id": "d44f5ab4-0051-470e-b9b4-d2747fee30fd", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 348, "description": null, "tags": [], "created_at": "2023-04-19T13:56:42Z", "updated_at": "2023-04-19T13:56:42Z", "revision_number": 0, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}], "tags": [], "created_at": "2023-04-19T13:56:42Z", "updated_at": "2023-04-19T13:56:42Z", "revision_number": 1, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:56:43,402 80548 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.429s 2023-04-19 13:56:43,402 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "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-0e34629d-fa64-40d7-ac40-9ad174a60801', 'date': 'Wed, 19 Apr 2023 13:56:43 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": "ccdbec2c-c695-4e33-9ad1-2a7091e8f997", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "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-19T13:56:43Z", "updated_at": "2023-04-19T13:56:43Z", "revision_number": 0, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:56:44,026 80548 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.623s 2023-04-19 13:56:44,027 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2f70b50a-e289-4563-b197-4eae9a68dc83', 'date': 'Wed, 19 Apr 2023 13:56:44 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": "da21e7f4-295b-4541-9dd3-74622580cc0a", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "security_group_id": "778499a1-54fb-4d48-8f1a-57c302236fdb", "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-19T13:56:43Z", "updated_at": "2023-04-19T13:56:43Z", "revision_number": 0, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:56:44,027 80548 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1565722656 created 2023-04-19 13:56:46,830 80548 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 2.803s 2023-04-19 13:56:46,831 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-c1605f57-e18c-4510-85ed-d80aeece65da', 'date': 'Wed, 19 Apr 2023 13:56:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6931d40d-638f-4c48-94fe-f6e202b9481a", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "floating_ip_address": "172.24.4.36", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b882fb2e40e74c88a69342ca2385b28f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:45Z", "updated_at": "2023-04-19T13:56:45Z", "revision_number": 0}}' 2023-04-19 13:56:46,831 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6931d40d-638f-4c48-94fe-f6e202b9481a', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'floating_ip_address': '172.24.4.36', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b882fb2e40e74c88a69342ca2385b28f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:45Z', 'updated_at': '2023-04-19T13:56:45Z', 'revision_number': 0, 'ip': '172.24.4.36'} created 2023-04-19 13:56:46,929 80548 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.093s 2023-04-19 13:56:46,929 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:46 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-a479ec9c-d848-424f-ba6b-073610006eff', '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": "ee0088ff4bd64218b490c3414afb1c76", "name": "tempest-VolumesAdminNegativeTest-1313568547-project-member", "password_expires_at": null}, "audit_ids": ["JB2Hd6DqSwiCbu4k5mwN1Q"], "expires_at": "2023-04-19T14:56:46.000000Z", "issued_at": "2023-04-19T13:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b882fb2e40e74c88a69342ca2385b28f", "name": "tempest-VolumesAdminNegativeTest-1313568547"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, { "endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:56:46,930 80548 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '50d1390b-26bc-4e35-bf52-a3afc6e414f8', 'name': 'tempest-VolumesAdminNegativeTest-1428548914-network', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b882fb2e40e74c88a69342ca2385b28f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7956, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:56:46,930 80548 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-123040742', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIw03ihlQ3rkdlCp0C0/8Aa5Lg4QjElQ4PGsZy7VYL9Zmv4voEnLRO7IES069oqJnTvpZ9mWHKKO9quK7tbTyjEnfBXz/7YoLkTdgMM8AMkFkbGBQHry1HHlqWcW70mm5A==', 'fingerprint': '48:ba:c8:83:cf:eb:a8:fa:00:cc:6c:5b:92:10:4f:ab', 'user_id': 'ee0088ff4bd64218b490c3414afb1c76', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCKQYXvoLoxx9Sx0wOle3A28JD/BYnQDBnRUBAJhlQRSeYnHq+Ub+iW\n/c1zgJ2fPmKgBwYFK4EEACKhZANiAASMNN4oZUN65HZQqdAtP/AGuS4OEIxJUODx\nrGcu1WC/WZr+L6BJy0TuyBEtOvaKiZ076WfZlhyijvariu7W08oxJ3wV8/+2KC5E\n3YDDPADJBZGxgUB68tRx5alnFu9JpuQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '778499a1-54fb-4d48-8f1a-57c302236fdb', 'name': 'tempest-securitygroup--1565722656', 'stateful': True, 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'description': 'tempest-description--1232359004', 'shared': False, 'security_group_rules': [{'id': '8de992cb-cdca-4131-ab2e-4c62df1acb85', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'security_group_id': '778499a1-54fb-4d48-8f1a-57c302236fdb', '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': 346, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:42Z', 'updated_at': '2023-04-19T13:56:42Z', 'revision_number': 0, 'project_id': 'b882fb2e40e74c88a69342ca2385b28f'}, {'id': 'd44f5ab4-0051-470e-b9b4-d2747fee30fd', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'security_group_id': '778499a1-54fb-4d48-8f1a-57c302236fdb', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 348, 'description': None, 'tags': [], 'created_at': '2023-04 -19T13:56:42Z', 'updated_at': '2023-04-19T13:56:42Z', 'revision_number': 0, 'project_id': 'b882fb2e40e74c88a69342ca2385b28f'}], 'tags': [], 'created_at': '2023-04-19T13:56:42Z', 'updated_at': '2023-04-19T13:56:42Z', 'revision_number': 1, 'project_id': 'b882fb2e40e74c88a69342ca2385b28f'}, 'floating_ip': {'id': '6931d40d-638f-4c48-94fe-f6e202b9481a', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'floating_ip_address': '172.24.4.36', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b882fb2e40e74c88a69342ca2385b28f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:45Z', 'updated_at': '2023-04-19T13:56:45Z', 'revision_number': 0, 'ip': '172.24.4.36'}} 2023-04-19 13:56:49,224 80548 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.292s 2023-04-19 13:56:49,224 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-862931616", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "50d1390b-26bc-4e35-bf52-a3afc6e414f8"}], "security_groups": [{"name": "tempest-securitygroup--1565722656"}], "key_name": "tempest-keypair-123040742", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4176adb4-86a7-4a2d-9c33-41ec968fb544', 'x-compute-request-id': 'req-4176adb4-86a7-4a2d-9c33-41ec968fb544', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dee689b0-177a-4265-a296-c75cd57e74ba", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1565722656"}], "adminPass": "vMNLZF3TEnHu"}}' 2023-04-19 13:56:49,471 80548 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/dee689b0-177a-4265-a296-c75cd57e74ba 0.243s 2023-04-19 13:56:49,471 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d2e45a5-3483-4787-bd5a-69e06f685842', 'x-compute-request-id': 'req-0d2e45a5-3483-4787-bd5a-69e06f685842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba'} Body: b'{"server": {"id": "dee689b0-177a-4265-a296-c75cd57e74ba", "name": "tempest-VolumesAdminNegativeTest-server-862931616", "status": "BUILD", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "user_id": "ee0088ff4bd64218b490c3414afb1c76", "metadata": {}, " hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:49Z", "updated": "2023-04-19T13:56:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-123040742", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:39,933 80548 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/dee689b0-177a-4265-a296-c75cd57e74ba 0.399s 2023-04-19 13:57:39,934 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:39 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-dcf3e8df-08b6-42c1-944c-314f3d99c20e', 'x-compute-request-id': 'req-dcf3e8df-08b6-42c1-944c-314f3d99c20e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba'} Body: b'{"server": {"id": "dee689b0-177a-4265-a296-c75cd57e74ba", "name": "tempest-VolumesAdminNegativeTest-server-862931616", "status": "ACTIVE", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "user_id": "ee0088ff4bd64218b490c3414afb1c76", "metadata": {}, "hostId": "bb281244aff2343ac24483ba41b2558a78352422596f2f637f967928", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:49Z", "updated": "2023-04-19T13:57:02Z", "addresses": {"tempest-VolumesAdminNegativeTest-1428548914-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:74:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dee689b0-177a-4265-a296-c75cd57e74ba"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-123040742", "OS-SRV-USG:launched_at": "2023-04-19T13:57:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1565722656"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:39,947 80548 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:58:40,183 80548 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/dee689b0-177a-4265-a296-c75cd57e74ba/os-interface 0.203s 2023-04-19 13:58:40,184 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bd723f6-b7eb-43ef-bce2-a221444c0f5a', 'x-compute-request-id': 'req-1bd723f6-b7eb-43ef-bce2-a221444c0f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dee689b0-177a-4265-a296-c75cd57e74ba/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "50d1390b-26bc-4e35-bf52-a3afc6e414f8", "port_id": "18f0605d-b40a-40a3-9eda-f2d5c5a95867", "mac_addr": "fa:16:3e:09:74:89", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "3b23e7a0-a43e-4a70-b8b2-9e7523db4a03", "ip_address": "10.0.0.7"}]}]}' 2023-04-19 13:58:41,101 80548 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/6931d40d-638f-4c48-94fe-f6e202b9481a 0.914s 2023-04-19 13:58:41,102 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "18f0605d-b40a-40a3-9eda-f2d5c5a95867"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-7b920a74-621c-4657-a5ff-54e24daa8377', 'date': 'Wed, 19 Apr 2023 13:58:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6931d40d-638f-4c48-94fe-f6e202b9481a'} Body: b'{"floatingip": {"id": "6931d40d-638f-4c48-94fe-f6e202b9481a", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "floating_ip_address": "172.24.4.36", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "d64a51a7-4609-4c61-8d51-fc20fb4c0ca5", "port_id": "18f0605d-b40a-40a3-9eda-f2d5c5a95867", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "50d1390b-26bc-4e35-bf52-a3afc6e414f8", "mac_address": "fa:16:3e:09:74:89", "admin_state_up": true, "status": "ACTIVE", "device_id": "dee689b0-177a-4265-a296-c75cd57e74ba", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:45Z", "updated_at": "2023-04-19T13:58:40Z", "revision_number": 1, "project_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:58:41,103 80548 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.36:22' as 'cirros' with public key authentication 2023-04-19 13:58:41,139 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:58:41,161 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:58:41,162 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.36 successfully created 2023-04-19 13:58:41,445 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes 0.282s 2023-04-19 13:58:41,445 80548 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-186882011"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-560b8ffd-2e3d-4c56-b213-30296c03b17b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-i d': 'req-560b8ffd-2e3d-4c56-b213-30296c03b17b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes'} Body: b'{"volume": {"id": "ebde81a0-beb0-4fe6-b6b3-cba1788189f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:41.373536", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-186882011", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:41,498 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2 0.042s 2023-04-19 13:58:41,498 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c512ec7-d09b-4a62-a0f8-63950ee95805', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c512ec7-d09b-4a62-a0f8-63950ee95805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2'} Body: b'{"volume": {"id": "ebde81a0-beb0-4fe6-b6b3-cba1788189f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:41.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-186882011", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 13:58:42,549 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2 0.038s 2023-04-19 13:58:42,549 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b906303-bc16-41f3-a802-e11e55393429', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b906303-bc16-41f3-a802-e11e55393429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2'} Body: b'{"volume": {"id": "ebde81a0-beb0-4fe6-b6b3-cba1788189f2", "status": "error", "si ze": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:41.000000", "updated_at": "2023-04-19T13:58:42.000000", "name": "tempest-VolumesAdminNegativeTest-volume-186882011", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/ebde81a0-beb0-4fe6-b6b3-cba1788189f2"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 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 902aaba8-4d41-48db-8936-11f12fb762d7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:20,087 80550 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 13:56:20,087 80550 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:56:20,334 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.243s 2023-04-19 13:56:20,334 80550 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-1442750450", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo4+s65lOoyThfJZEXLVxMvtMlxsd5/eS5skGMEiNHfCGflKmfpQOoqBGYlU+aXygGpgtH+dtPJYniG1RBXa02GN0WLyKphJcrmVUoJVcuaIHtvy00dzLL0f5VY6dEO1A=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:20 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-25b53c67-5705-4599-b0a8-a57acddf2031', 'x-compute-request-id': 'req-25b53c67-5705-4599-b0a8-a57acddf2031', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1442750450", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo4+s65lOoyThfJZEXLVxMvtMlxsd5/eS5skGMEiNHfCGflKmfpQOoqBGYlU+aXygGpgtH+dtPJYniG1RBXa02GN0WLyKphJcrmVUoJVcuaIHtvy00dzLL0f5VY6dEO1A==", "fingerprint": "b7:a6:4b:cd:df:f2:b4:01:e8:58:d7:de:67:a0:33:4e", "user_id": "825cd7cdbfad406197e3230a687dcfcc"}}' 2023-04-19 13:56:20,342 80550 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1442750450 created 2023-04-19 13:56:20,992 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.649s 2023-04-19 13:56:20,992 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2099518783", "description": "tempest-description--561968054"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e90d3bc8-22d7-4e8c-bad9-5f74adee1370', 'date': 'Wed, 19 Apr 2023 13:56:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "100e3331-54f4-4085-b130-c1456f5635f1", "name": "tempest-securitygroup--2099518783", "stateful": true, "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "description": "tempest-description--561968054", "shared": false, "security_group_rules": [{"id": "5d93000e-9611-4b7f-ac76-ad22dbc69104", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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": 236, "description": null, "tags": [], "created_at": "2023-04-19T13:56:20Z", "updated_at": "2023-04-19T13:56:20Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}, {"id": "8b57462d-e289-4ce9-86c1-a0f0f68b66dd", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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": 238, "description": null, "tags": [], "created_at": "2023-04-19T13:56:20Z", "updated_at": "2023-04-19T13:56:20Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}], "tags": [], "created_at": "2023-04-19T13:56:20Z", "updated_at": "2023-04-19T13:56:20Z", "revision_number": 1, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:56:22,210 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.217s 2023-04-19 13:56:22,210 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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-eefd2715-136f-4b9e-914b-eaa8460c5816', 'date': 'Wed, 19 Apr 2023 13:56: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": "d808d1b9-1b29-4fcb-8b2c-e4e4dd8883b8", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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-19T13:56:21Z", "updated_at": "2023-04-19T13:56:21Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:56:23,356 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.145s 2023-04-19 13:56:23,356 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-048cf808-1220-4beb-93dd-55010035dcfc', 'date': 'Wed, 19 Apr 2023 13:56: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": "31fb51a8-05d2-43f0-af5a-d71dc50dd569", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "100e3331-54f4-4085-b130-c1456f5635f1", "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-19T13:56:22Z", "updated_at": "2023-04-19T13:56:22Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:56:23,357 80550 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2099518783 created 2023-04-19 13:56:29,077 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 5.720s 2023-04-19 13:56:29,078 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'cont ent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5afc1369-e4b5-40b9-b427-ef489fca5328', 'date': 'Wed, 19 Apr 2023 13:56:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8b256c0d-fb18-454c-b923-5e6d7816f5fc", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "floating_ip_address": "172.24.4.149", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:27Z", "updated_at": "2023-04-19T13:56:27Z", "revision_number": 0}}' 2023-04-19 13:56:29,078 80550 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8b256c0d-fb18-454c-b923-5e6d7816f5fc', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'floating_ip_address': '172.24.4.149', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:27Z', 'updated_at': '2023-04-19T13:56:27Z', 'revision_number': 0, 'ip': '172.24.4.149'} created 2023-04-19 13:56:29,266 80550 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.182s 2023-04-19 13:56:29,267 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:29 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-d898c2f8-90fb-42e2-81b2-e56c5a8d9839', '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": "825cd7cdbfad406197e3230a687dcfcc", "name": "tempest-AttachVolumeShelveTestJSON-1349701874-project-member", "password_expires_at": null}, "audit_ids": ["VhN4gCQmSHGnrHVg00dQHw"], "expires_at": "2023-04-19T14:56:29.000000Z", "issued_at": "2023-04-19T13:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d2b244a7fcf46baab5d636ba6e58fb7", "name": "tempest-AttachVolumeShelveTestJSON-1349701874"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f 3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:56:29,268 80550 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '032bf858-1d5a-4124-8a42-813b354ac034', 'name': 'tempest-AttachVolumeShelveTestJSON-96054959-network', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48070, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:56:29,269 80550 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1442750450', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHo4+s65lOoyThfJZEXLVxMvtMlxsd5/eS5skGMEiNHfCGflKmfpQOoqBGYlU+aXygGpgtH+dtPJYniG1RBXa02GN0WLyKphJcrmVUoJVcuaIHtvy00dzLL0f5VY6dEO1A==', 'fingerprint': 'b7:a6:4b:cd:df:f2:b4:01:e8:58:d7:de:67:a0:33:4e', 'user_id': '825cd7cdbfad406197e3230a687dcfcc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA060LULhtzd/1cS7fDdFjW/aZCxlfYhfXo8M1PiVsAXmaCsmhBOG6B\nK9VcIJuy1GmgBwYFK4EEACKhZANiAAR6OPrOuZTqMk4XyWRFy1cTL7TJcbHef3ku\nbJBjBIjR3whn5Spn6UDqKgRmJVPml8oBqYLR/nbTyWJ4htUQV2tNhjdFi8iqYSXK\n5lVKCVXLmiB7b8tNHcyy9H+VWOnRDtQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '100e3331-54f4-4085-b130-c1456f5635f1', 'name': 'tempest-securitygroup--2099518783', 'stateful': True, 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': 'tempest-description--561968054', 'shared': False, 'security_group_rules': [{'id': '5d93000e-9611-4b7f-ac76-ad22dbc69104', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'security_group_id': '100e3331-54f4-4085-b130-c1456f5635f1', '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': 236, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:20Z', 'updated_at': '2023-04-19T13:56:20Z', 'revision_number': 0, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}, {'id': '8b57462d-e289-4ce9-86c1-a0f0f68b66dd', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'security_group_id': '100e3331-54f4-4085-b130-c1456f5635f1', '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': 238, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:20Z', 'updated_at': '20 23-04-19T13:56:20Z', 'revision_number': 0, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}], 'tags': [], 'created_at': '2023-04-19T13:56:20Z', 'updated_at': '2023-04-19T13:56:20Z', 'revision_number': 1, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}, 'floating_ip': {'id': '8b256c0d-fb18-454c-b923-5e6d7816f5fc', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'floating_ip_address': '172.24.4.149', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:27Z', 'updated_at': '2023-04-19T13:56:27Z', 'revision_number': 0, 'ip': '172.24.4.149'}} 2023-04-19 13:56:31,431 80550 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.161s 2023-04-19 13:56:31,432 80550 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-201128357", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "032bf858-1d5a-4124-8a42-813b354ac034"}], "security_groups": [{"name": "tempest-securitygroup--2099518783"}], "key_name": "tempest-keypair-1442750450", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b', '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-0f662002-e238-4466-92c8-9713af7e26cd', 'x-compute-request-id': 'req-0f662002-e238-4466-92c8-9713af7e26cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2099518783"}], "adminPass": "password"}}' 2023-04-19 13:56:31,543 80550 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/20c95eb6-9d18-41fa-b334-0c423a01241b 0.108s 2023-04-19 13:56:31,543 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:31 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-b302fe3f-b6b2-424c-9df4-5bf91d28d46b', 'x-compute-request-id': 'req-b302fe3f-b6b2-424c-9df4-5bf91d28d46b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'{"server": {"id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "name": "tempest-AttachVolumeShelveTestJSON-server-201128357", "status": "BUILD", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:31Z", "updated": "2023-04-19T13:56:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1442750450", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 13:57:23,844 80550 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/20c95eb6-9d18-41fa-b334-0c423a01241b 2.236s 2023-04-19 13:57:23,844 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fd14306-33f1-4a28-84f7-07c35d2673d5', 'x-compute-request-id': 'req-7fd14306-33f1-4a28-84f7-07c35d2673d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'{"server": {"id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "name": "tempest-AttachVolumeShelveTestJSON-server-201128357", "status": "ACTIVE", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "ac60e7b69f170413360fb18868b8421a1e458a47d97a129bf6d50d97", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:31Z", "updated": "2023-04-19T13:56:50Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:39:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442750450", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2099518783"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 13:57:23,859 80550 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2023-04-19 13:58:24,119 80550 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 /20c95eb6-9d18-41fa-b334-0c423a01241b/os-interface 0.199s 2023-04-19 13:58:24,119 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15f17ea2-4b8f-4a38-ae24-290791c54829', 'x-compute-request-id': 'req-15f17ea2-4b8f-4a38-ae24-290791c54829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "032bf858-1d5a-4124-8a42-813b354ac034", "port_id": "dd69fbb4-0eaf-4284-b851-00660dd803c4", "mac_addr": "fa:16:3e:68:39:84", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e19ab3e7-dcce-469a-b022-61064f2754cd", "ip_address": "10.0.0.8"}]}]}' 2023-04-19 13:58:25,401 80550 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/8b256c0d-fb18-454c-b923-5e6d7816f5fc 1.277s 2023-04-19 13:58:25,402 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "dd69fbb4-0eaf-4284-b851-00660dd803c4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c52055b0-b9e5-42ce-84fd-23091cb43e94', 'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8b256c0d-fb18-454c-b923-5e6d7816f5fc'} Body: b'{"floatingip": {"id": "8b256c0d-fb18-454c-b923-5e6d7816f5fc", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "floating_ip_address": "172.24.4.149", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "44ad9aba-518c-4971-9428-3e163b669627", "port_id": "dd69fbb4-0eaf-4284-b851-00660dd803c4", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "032bf858-1d5a-4124-8a42-813b354ac034", "mac_address": "fa:16:3e:68:39:84", "admin_state_up": true, "status": "ACTIVE", "device_id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:27Z", "updated_at": "2023-04-19T13:58:24Z", "revision_number": 1, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:58:25,404 80550 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.149:22' as 'cirros' with public key authentication 2023-04-19 13:58:25,446 80550 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:58:25,469 80550 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:58:25,470 80550 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.149 successfully created 2023-04-19 13:58:25,548 80550 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/20c95eb6-9d18-41fa-b334-0c423a01241b/ips 0.077s 2023-04-19 13:58:25,548 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'comput e 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b009a63-e89e-4fe0-9210-4d899370f08d', 'x-compute-request-id': 'req-6b009a63-e89e-4fe0-9210-4d899370f08d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023-04-19 13:58:25,790 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes 0.239s 2023-04-19 13:58:25,791 80550 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-398991680"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7553a3b7-d7af-4e65-b26d-9914f5698f74', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7553a3b7-d7af-4e65-b26d-9914f5698f74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes'} Body: b'{"volume": {"id": "902aaba8-4d41-48db-8936-11f12fb762d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:25.708458", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-398991680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}], "user_id": "825cd7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:25,853 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7 0.051s 2023-04-19 13:58:25,853 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ee293a-134b-4d6f-81ef-5e2a3ef1cb13', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ee293a-134b-4d6f-81ef-5e2a3ef1cb13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7'} Body: b'{"volume": {"id": "902aaba8-4d41-48db-8936-11f12fb762d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:26.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-398991680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}], "user_id": "825cd7c dbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:58:26,910 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7 0.043s 2023-04-19 13:58:26,911 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50483184-e271-44f5-955d-c4ea9354f167', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50483184-e271-44f5-955d-c4ea9354f167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7'} Body: b'{"volume": {"id": "902aaba8-4d41-48db-8936-11f12fb762d7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:26.000000", "updated_at": "2023-04-19T13:58:26.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-398991680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/902aaba8-4d41-48db-8936-11f12fb762d7"}], "user_id": "825cd7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:58:27,266 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b 0.344s 2023-04-19 13:58:27,267 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:26 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-739a5824-cd8a-409d-ad3b-325a4f1a3005', 'x-compute-request-id': 'req-739a5824-cd8a-409d-ad3b-325a4f1a3005', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'' 2023-04-19 13:58:27,497 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b 0.230s 2023-04-19 13:58:27,498 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7885e76b-e684-4fa9-9f94-9b4896552a76', 'x-compute-request-id': 're q-7885e76b-e684-4fa9-9f94-9b4896552a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'{"server": {"id": "20c95eb6-9d18-41fa-b334-0c423a01241b", "name": "tempest-AttachVolumeShelveTestJSON-server-201128357", "status": "ACTIVE", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "ac60e7b69f170413360fb18868b8421a1e458a47d97a129bf6d50d97", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:31Z", "updated": "2023-04-19T13:58:27Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:39:84"}, {"version": 4, "addr": "172.24.4.149", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:39:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20c95eb6-9d18-41fa-b334-0c423a01241b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442750450", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2099518783"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 13:59:17,603 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b 0.042s 2023-04-19 13:59:17,603 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 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-8743c187-0299-4875-ae5a-7de5672493b9', 'x-compute-request-id': 'req-8743c187-0299-4875-ae5a-7de5672493b9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20c95eb6-9d18-41fa-b334-0c423a01241b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 20c95eb6-9d18-41fa-b334-0c423a01241b could not be found."}}' 2023-04-19 13:59:17,640 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1442750450 0.036s 2023-04-19 13:59:17,640 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 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-7ac138cb-0822-40b6-961f-80f5488177ef', 'x-compute-request-id': 'req-7ac138cb-0822-40b6-961f-80f5488177ef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-144 2750450'} Body: b'' 2023-04-19 13:59:17,807 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/100e3331-54f4-4085-b130-c1456f5635f1 0.166s 2023-04-19 13:59:17,808 80550 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-8a78296b-9372-4d0a-9903-fa20b56623d8', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/100e3331-54f4-4085-b130-c1456f5635f1'} Body: b'' 2023-04-19 13:59:17,829 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/100e3331-54f4-4085-b130-c1456f5635f1 0.021s 2023-04-19 13:59:17,830 80550 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-a10de572-cd47-4254-a9dc-a9b0f192a9c3', 'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/100e3331-54f4-4085-b130-c1456f5635f1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 100e3331-54f4-4085-b130-c1456f5635f1 does not exist", "detail": ""}}' 2023-04-19 13:59:18,294 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/8b256c0d-fb18-454c-b923-5e6d7816f5fc 0.464s 2023-04-19 13:59:18,295 80550 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-65feff17-eb0d-4722-8ead-9d710fca3e53', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8b256c0d-fb18-454c-b923-5e6d7816f5fc'} Body: b'' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 287, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group dde966a5-9de6-41f1-8dc2-883c31099f53 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:22,078 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types 0.198s 2023-04-19 13:59:22,078 80568 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-129595556"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d373dc01-bb75-4fd8-a6e3-4bbd29550b5f', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d373dc01-bb75-4fd8-a6e3-4bbd29550b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types'} Body: b'{"volume_type": {"id": "84da3d21-21cb-4e11-8d15-bd2522d0649d", "name": "tempest-GroupSnapshotsV319Test-volume-type-129595556", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:59:22,152 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/group_types 0.070s 2023-04-19 13:59:22,152 80568 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-1627578298"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9732836a-fab1-4ca1-868e-c76d829a6319', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9732836a-fab1-4ca1-868e-c76d829a6319', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/group_types'} Body: b'{"group_type": {"id": "db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe", "name": "tempest-GroupSnapshotsV319Test-group-type-1627578298", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 13:59:22,401 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups 0.245s 2023-04-19 13:59:22,401 80568 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": "db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe", "volume_types": ["84da3d21-21cb-4e11-8d15-bd2522d0649d"], "name": "tempest-GroupSnapshotsV319Test-Group-123483879"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ab101a-4144-4667-a811-6d8d66721c66', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ab101a-4144-4667-a811-6d8d66721c66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups'} Body: b'{"group": {"id": "dde966a5-9de6-41f1-8dc2-883c31099f53", "name": "tempest-GroupSnapshotsV319Test-Group-123483879"}}' 2023-04-19 13:59:22,469 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53 0.066s 2023-04-19 13:59:22,470 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493b9fd2-a5b0-4b75-82ee-c1b06cbcd6af', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493b9fd2-a5b0-4b75-82ee-c1b06cbcd6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53'} Body: b'{"group": {"id": "dde966a5-9de6-41f1-8dc2-883c31099f53", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T13:59:22.000000", "name": "tempest-GroupSnapshotsV319Test-Group-123483879", "description": null, "group_type": "db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe", "volume_types": ["84da3d21-21cb-4e11-8d15-bd2522d0649d"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 13:59:23,569 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53 0.093s 2023-04-19 13:59:23,569 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06146652-bd78-425d-96c1-c6facc6b8f1a', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06146652-bd78-425d-96c1-c6facc6b8f1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53'} Body: b'{"group": {"id": "dde966a5-9de6-41f1-8dc2-883c31099f53", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T13:59:22.000000", "name": "tempest-GroupSnapshotsV319Test-Group-123483879", "description": null, "group_type": "db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe", "volume_types": ["84da3d21-21cb-4e11-8d15-bd2522d0649d"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 13:59:23,649 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/volumes/detail 0.071s 2023-04-19 13:59:23,649 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-582c6b65-0e89-46d3-b09c-f13b185dc5e9', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-582c6b65-0e89-46d3-b09c-f13b185dc5e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 13:59:23,738 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53/action 0.078s 2023-04-19 13:59:23,739 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '' } Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 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-db91cf56-dc7c-4ebd-ad9e-ffd6e4b6e1e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53/action'} Body: b'' 2023-04-19 13:59:23,758 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53 0.018s 2023-04-19 13:59:23,758 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 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-a40568cc-bffa-4bec-a554-29ce7b1e37fe', 'x-openstack-request-id': 'req-a40568cc-bffa-4bec-a554-29ce7b1e37fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8f2228becfa4495daa4cc1f07ef292e1/groups/dde966a5-9de6-41f1-8dc2-883c31099f53'} Body: b'{"itemNotFound": {"code": 404, "message": "Group dde966a5-9de6-41f1-8dc2-883c31099f53 could not be found."}}' 2023-04-19 13:59:23,811 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/group_types/db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe 0.052s 2023-04-19 13:59:23,812 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 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-de9cf3f6-df70-46a2-9999-6342cc6036af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/group_types/db43f4de-42df-4f0e-aa47-1c0b7cf4fbfe'} Body: b'' 2023-04-19 13:59:23,869 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types/84da3d21-21cb-4e11-8d15-bd2522d0649d 0.056s 2023-04-19 13:59:23,869 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-731c2ee7-6226-4893-935e-348360405660', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types/84da3d21-21cb-4e11-8d15-bd2522d0649d'} Body: b'' 2023-04-19 13:59:23,892 80568 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types/84da3d21-21cb-4e11-8d15-bd2522d0649d 0.022s 2023-04-19 13:59:23,892 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c7b545d-f271-4397-8566-0555c8138b17', 'x-openstack-request-id': 'req-7c7b545d-f271-4397-8566-0555c8138b17', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/26f5ecca42524f42b14484df3028df84/types/84da3d21-21cb-4e11-8d15-bd2522d0649d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 84da3d21-21cb-4e11-8d15-bd2522d0649d 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 e3528f77-6c20-490b-bb96-76642d28ecfd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:27,439 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types 0.208s 2023-04-19 13:59:27,439 80568 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-2138277805"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09dd0d25-262e-42d8-bf7b-8f504b7e1822', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09dd0d25-262e-42d8-bf7b-8f504b7e1822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types'} Body: b'{"volume_type": {"id": "ae545211-5ba0-4d1c-8fc3-9d3cdb675f97", "name": "tempest-GroupsTest-volume-type-2138277805", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:59:27,490 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types 0.048s 2023-04-19 13:59:27,491 80568 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-1996081718"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02d5e40c-3902-43a0-a4ce-8a3e66de1f09', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02d5e40c-3902-43a0-a4ce-8a3e66de1f09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types'} Body: b'{"group_type": {"id": "49af89da-ff92-4d55-b87b-a6f7af4dbd63", "name": "tempest-GroupsTest-group-type-1996081718", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 13:59:27,842 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups 0.346s 2023-04-19 13:59:27,842 80568 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": "49af89da-ff92-4d55-b87b-a6f7af4dbd63", "volume_types": ["ae545211-5ba0-4d1c-8fc3-9d3cdb675f97"], "name": "tempest-Group1-1264160694"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a6ff692-a306-4b6c-8df0-7050bfec2778', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a6ff692-a306-4b6c-8df0-7050bfec2778', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups'} Body: b'{"group": {"id": "e3528f77-6c20-490b-bb96-76642d28ecfd", "name": "tempest-Group1-1264160694"}}' 2023-04-19 13:59:27,902 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd 0.058s 2023-04-19 13:59:27,903 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Opensta ck-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17258218-8bb1-4177-87da-d5200526be0c', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17258218-8bb1-4177-87da-d5200526be0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd'} Body: b'{"group": {"id": "e3528f77-6c20-490b-bb96-76642d28ecfd", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T13:59:28.000000", "name": "tempest-Group1-1264160694", "description": null, "group_type": "49af89da-ff92-4d55-b87b-a6f7af4dbd63", "volume_types": ["ae545211-5ba0-4d1c-8fc3-9d3cdb675f97"]}}' 2023-04-19 13:59:28,939 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd 0.031s 2023-04-19 13:59:28,939 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18373c2a-e16d-4de2-852d-af6e0058041d', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18373c2a-e16d-4de2-852d-af6e0058041d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd'} Body: b'{"group": {"id": "e3528f77-6c20-490b-bb96-76642d28ecfd", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T13:59:28.000000", "name": "tempest-Group1-1264160694", "description": null, "group_type": "49af89da-ff92-4d55-b87b-a6f7af4dbd63", "volume_types": ["ae545211-5ba0-4d1c-8fc3-9d3cdb675f97"]}}' 2023-04-19 13:59:29,009 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/volumes/detail 0.065s 2023-04-19 13:59:29,009 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d66300e-2a3e-4cdf-bdf1-41df21d7e7ce', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d66300e-2a3e-4cdf-bdf1-41df21d7e7ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 13:59:29,098 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd/action 0.079s 2023-04-19 13:59:29,098 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 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-requ est-id': 'req-e2c85ce4-004f-49c0-a22d-dea321101121', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd/action'} Body: b'' 2023-04-19 13:59:29,115 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd 0.016s 2023-04-19 13:59:29,116 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 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-2bcc6303-f80c-4258-ba1f-62544ca1ae55', 'x-openstack-request-id': 'req-2bcc6303-f80c-4258-ba1f-62544ca1ae55', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/e3528f77-6c20-490b-bb96-76642d28ecfd'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e3528f77-6c20-490b-bb96-76642d28ecfd could not be found."}}' 2023-04-19 13:59:29,150 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types/49af89da-ff92-4d55-b87b-a6f7af4dbd63 0.034s 2023-04-19 13:59:29,151 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 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-b21e9799-aa4e-4a21-857c-b9cc6a35d258', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types/49af89da-ff92-4d55-b87b-a6f7af4dbd63'} Body: b'' 2023-04-19 13:59:29,210 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/ae545211-5ba0-4d1c-8fc3-9d3cdb675f97 0.058s 2023-04-19 13:59:29,210 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0915e54f-9fc8-40fd-ab22-328e7fdde3d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/ae545211-5ba0-4d1c-8fc3-9d3cdb675f97'} Body: b'' 2023-04-19 13:59:29,227 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/ae545211-5ba0-4d1c-8fc3-9d3cdb675f97 0.016s 2023-04-19 13:59:29,228 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-27408de2-572c-4c6d-b93e-6c511ba42fce', 'x-openstack-request-id': 'req-27408de2-572c-4c6d-b93e- 6c511ba42fce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/ae545211-5ba0-4d1c-8fc3-9d3cdb675f97'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ae545211-5ba0-4d1c-8fc3-9d3cdb675f97 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 950b9b71-3ad3-4164-adf8-06c69c17288f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:29,270 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types 0.040s 2023-04-19 13:59:29,270 80568 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-796815206"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d3f43a-e78f-4d9e-9b9b-8b84c078d958', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d3f43a-e78f-4d9e-9b9b-8b84c078d958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types'} Body: b'{"volume_type": {"id": "425718b4-7a0c-4547-ad84-797861226706", "name": "tempest-GroupsTest-volume-type-796815206", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 13:59:29,334 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types 0.061s 2023-04-19 13:59:29,335 80568 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-299641828"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4792532-5d91-4e96-bd50-763f0d86a854', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4792532-5d91-4e96-bd50-763f0d86a854', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types'} Body: b'{"group_type": {"id": "3dd6ffe1-bea2-47b5-a47e-32250076de64", "name": "tempest-GroupsTest-group-type-299641828", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 13:59:29,481 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups 0.144s 2023-04-19 13:59:29,481 80568 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": "3dd6ffe1-bea2-47b5-a47e-32250076de64", "volume_types": ["425718b4-7a0c-4547-ad84-797861226706"], "name": "tempest-GroupsTest-Group-425309047"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be0f14ac-d367-4f05-84db-efc934eef6b4', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be0f14ac-d367-4f05-84db-efc934eef6b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups'} Body: b'{"group": {"id": "950b9b71-3ad3-4164-adf8-06c69c17288f", "name": "tempest-GroupsTest-Group-425309047"}}' 2023-04-19 13:59:29,526 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f 0.042s 2023-04-19 13:59:29,526 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02ab6e0-ebd9-409f-8b2b-d98fdcbd9b6d', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02ab6e0-ebd9-409f-8b2b-d98fdcbd9b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f'} Body: b'{"group": {"id": "950b9b71-3ad3-4164-adf8-06c69c17288f", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T13:59:29.000000", "name": "tempest-GroupsTest-Group-425309047", "description": null, "group_type": "3dd6ffe1-bea2-47b5-a47e-32250076de64", "volume_types": ["425718b4-7a0c-4547-ad84-797861226706"]}}' 2023-04-19 13:59:30,562 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f 0.031s 2023-04-19 13:59:30,562 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d3395e-29a7-45eb-b1b4-a1dd9077a0bb', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d3395e-29a7-45eb-b1b4-a1dd9077a0bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f'} Body: b'{"group": {"id": "950b9b71-3ad3-4164-adf8-06c69c17288f", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T13:59:29.000000", "name": "tempest-GroupsTest-Group-425309047", "description": null, "group_type": "3dd6ffe1-bea2-47b5-a47e-32250076de64", "volume_types": ["425718b4-7a0c-4547-ad84-797861226706"]}}' 2023-04-19 13:59:30,629 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/volumes/detail 0.062s 2023-04-19 13:59:30,629 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68abd61a-384e-4cb6-81b1-6cc6d6378a5d', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68abd61a-384e-4cb6-81b1-6cc6d6378a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 13:59:30,737 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f/action 0.098s 2023-04-19 13:59:30,738 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 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-2bc77a6c-ad2a-49d3-8ad5-48c8776afc4 6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f/action'} Body: b'' 2023-04-19 13:59:30,756 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f 0.018s 2023-04-19 13:59:30,756 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 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-4883351f-35cf-4235-a3ad-50393daf5c7c', 'x-openstack-request-id': 'req-4883351f-35cf-4235-a3ad-50393daf5c7c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2e2311732e1a4e4c90f36e25491b48c5/groups/950b9b71-3ad3-4164-adf8-06c69c17288f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 950b9b71-3ad3-4164-adf8-06c69c17288f could not be found."}}' 2023-04-19 13:59:30,816 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types/3dd6ffe1-bea2-47b5-a47e-32250076de64 0.059s 2023-04-19 13:59:30,816 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 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-7420a7f5-04e4-4963-ae9f-6e6dc269f9d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/group_types/3dd6ffe1-bea2-47b5-a47e-32250076de64'} Body: b'' 2023-04-19 13:59:30,878 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/425718b4-7a0c-4547-ad84-797861226706 0.061s 2023-04-19 13:59:30,878 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a684fb-9ffb-42ea-9c01-5aec9b3f57b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/425718b4-7a0c-4547-ad84-797861226706'} Body: b'' 2023-04-19 13:59:30,893 80568 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/425718b4-7a0c-4547-ad84-797861226706 0.014s 2023-04-19 13:59:30,894 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-49707010-64ea-45f8-af6b-1422af4ad8a2', 'x-openstack-request-id': 'req-49707010-64ea-45f8-af6b-1422af4ad8a2', 'connection': 'close', 'status': ' 404', 'content-location': 'http://10.0.0.210/volume/v3/fcfd15d4b8394d76948bd8b7322e9e88/types/425718b4-7a0c-4547-ad84-797861226706'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 425718b4-7a0c-4547-ad84-797861226706 could not be found."}}' 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 4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:33,773 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.373s 2023-04-19 13:59:33,774 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1017918115"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534623a3-b2d3-4cd1-87b5-783442b09bc9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534623a3-b2d3-4cd1-87b5-783442b09bc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:33.712061", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1017918115", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,026 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.241s 2023-04-19 13:59:34,027 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-510435484"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41e0081e-c710-4aa4-9ef3-5f2807c3dab5', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e0081e-c710-4aa4-9ef3-5f2807c3dab5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "5af30f31-740a-4490-882a-137b57a0a02e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:33.954205", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-510435484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/5af30f31-740a-4490-882a-137b57a0a02e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/5af30f31-740a-4490-882a-137b57a0a02e"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,250 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.212s 2023-04-19 13:59:34,250 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-913315557"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d018f034-0c73-4e22-94ec-1b02a9cdf726', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d018f034-0c73-4e22-94ec-1b02a9cdf726', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "90310066-6a79-4af2-bf9c-24d5f75515e9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.189060", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-913315557", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/90310066-6a79-4af2-bf9c-24d5f75515e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/90310066-6a79-4af2-bf9c-24d5f75515e9"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,513 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.253s 2023-04-19 13:59:34,514 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-125574548"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-248e805d-ac30-4e2f-95c1-3e160ae62532', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-248e805d-ac30-4e2f-95c1-3e160ae62532', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "954b2950-7c8c-4b52-904f-beb2481074d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.439836", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-125574548", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/954b2950-7c8c-4b52-904f-beb2481074d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/954b2950-7c8c-4b52-904f-beb2481074d7"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,828 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes 0.304s 2023-04-19 13:59:34,829 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-CreateVolumes FromImageTest-Volume-1231901633"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf63ad7c-7145-4537-ad26-19c6865aa677', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf63ad7c-7145-4537-ad26-19c6865aa677', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes'} Body: b'{"volume": {"id": "744769da-7236-4042-b8e3-c9fd4f386383", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.758152", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1231901633", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/744769da-7236-4042-b8e3-c9fd4f386383"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/744769da-7236-4042-b8e3-c9fd4f386383"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:34,935 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11 0.096s 2023-04-19 13:59:34,935 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd60a325-14aa-4da3-b5d4-60e7680ac438', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd60a325-14aa-4da3-b5d4-60e7680ac438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11'} Body: b'{"volume": {"id": "4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.000000", "updated_at": "2023-04-19T13:59:34.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1017918115", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3352d192b1b148aca9e68a3ffa988244"}}' 2023-04-19 13:59:36,024 80568 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11 0.077s 2023-04-19 13:59:36,025 80568 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68904d7a-be09-4d86-bf9d-2d0cfbbdd3fc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68904d7a-be09-4d86-bf9d-2d0cfbbdd3fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11'} Body: b'{"volume": {"id": "4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:34.000000", "updated_at": "2023-04-19T13:59:34.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1017918115", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3352d192b1b148aca9e68a3ffa988244/volumes/4fdcb5a6-7804-4ac8-92c0-f5f4d6e66e11"}], "user_id": "acb6c635b1eb470c9bf0fd4879302fd2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3352d192b1b148aca9e68a3ffa988244"}}' 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 d606a35a-bf9b-4a0a-a5c8-f6174a968946 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:51,800 80556 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/4dcdc911-3648-46b3-8c6e-9727e5375516 0.240s 2023-04-19 13:56:51,801 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2ff23b7d-5086-49c3-92d6-641841ce77be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:56:52,976 80556 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.138s 2023-04-19 13:56:52,977 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f5c763d7-ad43-4f47-9b2c-3bbf30ff1eac', '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": "b780d8c7bba64efaba49b70d79c91115", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d5d84416-ccb7-4861-a92b-838b56f00f53", "created_at": "2023-04-19T13:56:53Z", "updated_at": "2023-04-19T13:56:53Z", "tags": [], "self": "/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53", "file": "/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:56:55,380 80556 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-19 13:56:55,381 80556 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/d5d84416-ccb7-4861-a92b-838b56f00f53/file 2.403s 2023-04-19 13:56:55,381 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-801fa367-7007-48e0-9b92-d27fd4824418', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53/file'} Body: b'' 2023-04-19 13:56:55,381 80556 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 13:56:55,382 80556 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:56:55,635 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.250s 2023-04-19 13:56:55,635 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1297891626", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5idzGAbfRtdyU0dzY5ijDynA5rh6O+uo+7fSsU97aoaEQlI/6HJboZqLuIYJ7MDSb+pPdYMmAxdoWvMOloDpnYeqYtFUuZ/5ycB2RzKQeP+ORa+toG3tq0EP6ErzZtmA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:55 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-cb688175-28e3-4f59-8163-89fb45cfc4b8', 'x-compute-request-id': 'req-cb688175-28e3-4f59-8163-89fb45cfc4b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1297891626", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5idzGAbfRtdyU0dzY5ijDynA5rh6O+uo+7fSsU97aoaEQlI/6HJboZqLuIYJ7MDSb+pPdYMmAxdoWvMOloDpnYeqYtFUuZ/5ycB2RzKQeP+ORa+toG3tq0EP6ErzZtmA==", "fingerprint": "75:bd:22:02:b9:dc:74:ce:91:6d:fd:f2:49:5b:27:d8", "user_id": "efd0c03d870041c58e7a857d65e066cc"}}' 2023-04-19 13:56:55,641 80556 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1297891626 created 2023-04-19 13:56:55,912 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.271s 2023-04-19 13:56:55,913 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1536055660", "description": "tempest-description--290840448"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-04d1cd7e-a01b-4597-a8f5-f7198fcec558', 'date': 'Wed, 19 Apr 2023 13:56:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "name": "tempest-securitygroup--1536055660", "stateful": true, "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "description": "tempest-description--290840448", "shared": false, "security_group_rules": [{"id": "0164e6ab-067d-4920-a99a-b0faf97f30c8", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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": 399, "description": null, "tags": [], "created_ at": "2023-04-19T13:56:55Z", "updated_at": "2023-04-19T13:56:55Z", "revision_number": 0, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}, {"id": "67509be7-e34f-45e6-a519-873f729a15ea", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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": 400, "description": null, "tags": [], "created_at": "2023-04-19T13:56:55Z", "updated_at": "2023-04-19T13:56:55Z", "revision_number": 0, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}], "tags": [], "created_at": "2023-04-19T13:56:55Z", "updated_at": "2023-04-19T13:56:55Z", "revision_number": 1, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:56:56,240 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.326s 2023-04-19 13:56:56,240 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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-d23eade6-5941-4158-a5ad-facc9352a7f0', 'date': 'Wed, 19 Apr 2023 13:56:56 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": "84a0df6d-5974-4202-b14d-e6b95eb968ca", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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-19T13:56:56Z", "updated_at": "2023-04-19T13:56:56Z", "revision_number": 0, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:56:57,492 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.251s 2023-04-19 13:56:57,492 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-caaccef5-e586-4851-86ee-a0e9c2976a7a', 'date': 'Wed, 19 Apr 2023 13:56:57 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": "4760274c-e4ef-409d-a06d-11e31821ffc4", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "security_group_id": "1db8c55c-69cd-4422-a2b7-b61b4e8849dd", "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-19T13:56:56Z", "updated_at": "2023-04-19T13:56:56Z", "revision_number": 0, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:56:57,493 80556 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1536055660 created 2023-04-19 13:57:00,821 80556 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.328s 2023-04-19 13:57:00,821 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5276f651-3909-4c7f-9347-89f968560d46', 'date': 'Wed, 19 Apr 2023 13:57:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1a7401ad-d9c6-4e4c-8583-fbb172470d04", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "floating_ip_address": "172.24.4.46", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:58Z", "updated_at": "2023-04-19T13:56:58Z", "revision_number": 0}}' 2023-04-19 13:57:00,822 80556 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1a7401ad-d9c6-4e4c-8583-fbb172470d04', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'floating_ip_address': '172.24.4.46', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:58Z', 'updated_at': '2023-04-19T13:56:58Z', 'revision_number': 0, 'ip': '172.24.4.46'} created 2023-04-19 13:57:00,927 80556 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.100s 2023-04-19 13:57:00,928 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:00 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-b533e526-0412-4d76-93bb-e2cb6fcf916a', '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": "efd0c03d870041c58e7a857d65e066cc", "name": "tempest-AttachSCSIVolumeTestJSON-1341535056-project-member", "password_expires_at": null}, "audit_ids": ["GQv8-JdUQQaEAUocEKhwBA"], "expires_at": "2023-04-19T14:57:00.000000Z", "issued_at": "2023-04-19T13:57:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "name": "tempest-AttachSCSIVolumeTestJSON-1341535056"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100", "region": "RegionOne"}], "id": "29 222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e0dfe1cb247c4e68bd5dbbe1ccce3100", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:57:00,928 80556 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '8c1e9426-fa80-413b-85f6-9ee55d3f8bd5', 'name': 'tempest-AttachSCSIVolumeTestJSON-870916758-network', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:00,929 80556 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1297891626', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5idzGAbfRtdyU0dzY5ijDynA5rh6O+uo+7fSsU97aoaEQlI/6HJboZqLuIYJ7MDSb+pPdYMmAxdoWvMOloDpnYeqYtFUuZ/5ycB2RzKQeP+ORa+toG3tq0EP6ErzZtmA==', 'fingerprint': '75:bd:22:02:b9:dc:74:ce:91:6d:fd:f2:49:5b:27:d8', 'user_id': 'efd0c03d870041c58e7a857d65e066cc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAXEuia15SkMsWS4nifm2OLa1C1BRoZKw5kO8tOG4BoKhAQDHJzvHsa\nlVV2WJv0xyugBwYFK4EEACKhZANiAAQuYncxgG30bXclNHc2OYow8pwOa4ejvrqP\nu30rFPe2qGhEJSP+hyW6Gai7iGCezA0m/qT3WDJgMXaFrzDpaA6Z2HqmLRVLmf+c\nnAdkcykHj/jkWvraBt7atBD+hK82bZg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1db8c55c-69cd-4422-a2b7-b61b4e8849dd', 'name': 'tempest-securitygroup--1536055660', 'stateful': True, 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'description': 'tempest-description--290840448', 'shared': False, 'security_group_rules': [{'id': '0164e6ab-067d-4920-a99a-b0faf97f30c8', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'security_group_id': '1db8c55c-69cd-4422-a2b7-b61b4e8849dd', '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': 399, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:55Z', 'updated_at': '2023-04-19T13:56:55Z', 'revision_number': 0, 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100'}, {'id': '67509be7-e34f-45e6-a519-873f729a15ea', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'security_group_ id': '1db8c55c-69cd-4422-a2b7-b61b4e8849dd', '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': 400, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:55Z', 'updated_at': '2023-04-19T13:56:55Z', 'revision_number': 0, 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100'}], 'tags': [], 'created_at': '2023-04-19T13:56:55Z', 'updated_at': '2023-04-19T13:56:55Z', 'revision_number': 1, 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100'}, 'floating_ip': {'id': '1a7401ad-d9c6-4e4c-8583-fbb172470d04', 'tenant_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'floating_ip_address': '172.24.4.46', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e0dfe1cb247c4e68bd5dbbe1ccce3100', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:58Z', 'updated_at': '2023-04-19T13:56:58Z', 'revision_number': 0, 'ip': '172.24.4.46'}} 2023-04-19 13:57:03,088 80556 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.158s 2023-04-19 13:57:03,089 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1852257145", "imageRef": "d5d84416-ccb7-4861-a92b-838b56f00f53", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "8c1e9426-fa80-413b-85f6-9ee55d3f8bd5"}], "security_groups": [{"name": "tempest-securitygroup--1536055660"}], "key_name": "tempest-keypair-1297891626", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50da5059-7ac2-4a30-b189-589c233f87a9', 'x-compute-request-id': 'req-50da5059-7ac2-4a30-b189-589c233f87a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1536055660"}], "adminPass": "in2tFzrh2FJE"}}' 2023-04-19 13:57:03,232 80556 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/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.139s 2023-04-19 13:57:03,232 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be97910c-e63e-41af-b39a-d562a5a5cd05', 'x-compute-request-id': 'req-be97910c-e63e-41af-b39a-d562a5a5cd05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'{"server": {"id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "name": "tempest-AttachSCSIVolumeTestJSON-server-1852257145", "status": "BUILD", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "user_id": "efd0c03d870041c58e7a857d65e066cc", "metadata": {}, "hostId": "", "image": {"id": "d5d84416-ccb7-4861-a92b-838b56f00f53", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d5d84416-ccb7-4861-a92b-838b56f00f53"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:03Z", "updated": "2023-04-19T13:57:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1297891626", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:53,615 80556 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/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.320s 2023-04-19 13:57:53,616 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:53 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-40e1a169-66b2-4b5c-a2b0-7285702854a8', 'x-compute-request-id': 'req-40e1a169-66b2-4b5c-a2b0-7285702854a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'{"server": {"id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "name": "tempest-AttachSCSIVolumeTestJSON-server-1852257145", "status": "ACTIVE", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "user_id": "efd0c03d870041c58e7a857d65e066cc", "metadata": {}, "hostId": "dcee378edc75c333ba634efb9f3c3b1eebc9ee5705a422e6b81c6d0e", "image": {"id": "d5d84416-ccb7-4861-a92b-838b56f00f53", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d5d84416-ccb7-4861-a92b-838b56f00f53"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:03Z", "updated": "2023-04-19T13:57:16Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-870916758-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:70:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1297891626", "OS-SRV-USG:launched_at": "2023-04-19T13:57:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1536055660"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:53,628 80556 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:58:53,852 80556 INFO [temp est.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23/os-interface 0.164s 2023-04-19 13:58:53,853 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:53 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-b301f3f2-f6e4-4e7a-80ee-8b24bac06cb0', 'x-compute-request-id': 'req-b301f3f2-f6e4-4e7a-80ee-8b24bac06cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8c1e9426-fa80-413b-85f6-9ee55d3f8bd5", "port_id": "68aa0fed-082c-48a5-905f-b1fe97b83dbb", "mac_addr": "fa:16:3e:e6:70:07", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "9c69e812-9f14-4f49-897b-2285e0d8709e", "ip_address": "10.0.0.7"}]}]}' 2023-04-19 13:58:54,665 80556 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/1a7401ad-d9c6-4e4c-8583-fbb172470d04 0.808s 2023-04-19 13:58:54,665 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "68aa0fed-082c-48a5-905f-b1fe97b83dbb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-ead67eee-1636-4682-a7ea-6d57048692fb', 'date': 'Wed, 19 Apr 2023 13:58:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a7401ad-d9c6-4e4c-8583-fbb172470d04'} Body: b'{"floatingip": {"id": "1a7401ad-d9c6-4e4c-8583-fbb172470d04", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "floating_ip_address": "172.24.4.46", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "e70537a3-6fda-4ffc-ae0d-c95b408b781e", "port_id": "68aa0fed-082c-48a5-905f-b1fe97b83dbb", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8c1e9426-fa80-413b-85f6-9ee55d3f8bd5", "mac_address": "fa:16:3e:e6:70:07", "admin_state_up": true, "status": "ACTIVE", "device_id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:58Z", "updated_at": "2023-04-19T13:58:54Z", "revision_number": 1, "project_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:58:54,667 80556 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.46:22' as 'cirros' with public key authentication 2023-04-19 13:58:54,883 80556 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:58:54,904 80556 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:58:54,904 80556 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.46 successfully created 2023-04-19 13:58:55,131 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes 0.226s 2023-04-19 13:58:55,132 80556 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-1785646417"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b610c500-6355-42c6-b8b1-e683ae4f717e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b610c500-6355-42c6-b8b1-e683ae4f717e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes'} Body: b'{"volume": {"id": "d606a35a-bf9b-4a0a-a5c8-f6174a968946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:55.069145", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1785646417", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}], "user_id": "efd0c03d870041c58e7a857d65e066cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:58:55,183 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946 0.041s 2023-04-19 13:58:55,184 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca858e17-fd61-4b6b-9993-a1ecac2f24eb', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca858e17-fd61-4b6b-9993-a1ecac2f24eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946'} Body: b'{"volume": {"id": "d606a35a-bf9b-4a0a-a5c8-f6174a968946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:55.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1785646417", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}], "user_id": "efd0c03d870041c58e7a857d65e066cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:58:56,258 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946 0.063s 2023-04-19 13:58:56,258 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb375a4a-75e9-40f6-af98-c78f4385dbed', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb375a4a-75e9-40f6-af98-c78f4385dbed', 'connection': 'close', 'status': '200', 'co ntent-location': 'http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946'} Body: b'{"volume": {"id": "d606a35a-bf9b-4a0a-a5c8-f6174a968946", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:58:55.000000", "updated_at": "2023-04-19T13:58:55.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1785646417", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e0dfe1cb247c4e68bd5dbbe1ccce3100/volumes/d606a35a-bf9b-4a0a-a5c8-f6174a968946"}], "user_id": "efd0c03d870041c58e7a857d65e066cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100"}}' 2023-04-19 13:58:56,415 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.145s 2023-04-19 13:58:56,416 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc3a04a2-f31d-4144-adc7-e4b38a7cea55', 'x-compute-request-id': 'req-cc3a04a2-f31d-4144-adc7-e4b38a7cea55', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'' 2023-04-19 13:58:56,587 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.171s 2023-04-19 13:58:56,588 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec1808ad-2fa0-4772-ac8f-e1150fbb6e35', 'x-compute-request-id': 'req-ec1808ad-2fa0-4772-ac8f-e1150fbb6e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'{"server": {"id": "0b41bbd3-cf76-4be0-8d76-c22496a7fe23", "name": "tempest-AttachSCSIVolumeTestJSON-server-1852257145", "status": "ACTIVE", "tenant_id": "e0dfe1cb247c4e68bd5dbbe1ccce3100", "user_id": "efd0c03d870041c58e7a857d65e066cc", "metadata": {}, "hostId": "dcee378edc75c333ba634efb9f3c3b1eebc9ee5705a422e6b81c6d0e", "image": {"id": "d5d84416-ccb7-4861-a92b-838b56f00f53", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d5d84416-ccb7-4861-a92b-838b56f00f53"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:03Z", "updated": "2023-04-19T13:58:56Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-870916758-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:70:07"}, {"version": 4, "addr": "172.24.4.46", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:70:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1297891626", "OS-SRV-USG:launched_at": "2023-04-19T13:57:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1536055660"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:46,696 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23 0.045s 2023-04-19 13:59:46,696 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-69c44bb2-ae1c-4c64-8ada-fefcd04319cd', 'x-compute-request-id': 'req-69c44bb2-ae1c-4c64-8ada-fefcd04319cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0b41bbd3-cf76-4be0-8d76-c22496a7fe23'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0b41bbd3-cf76-4be0-8d76-c22496a7fe23 could not be found."}}' 2023-04-19 13:59:46,745 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1297891626 0.047s 2023-04-19 13:59:46,745 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0648d5e-52f2-4479-894a-e6fce9107212', 'x-compute-request-id': 'req-c0648d5e-52f2-4479-894a-e6fce9107212', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1297891626'} Body: b'' 2023-04-19 13:59:46,937 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1db8c55c-69cd-4422-a2b7-b61b4e8849dd 0.191s 2023-04-19 13:59:46,937 80556 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-2b04e9ae-7519-4dc4-a2ef-bac803ee75ae', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:59:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1db8c55c-69cd-4422-a2b7-b61b4e8849dd'} Body: b'' 2023-04-19 13:59:46,955 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1db8c55c-69cd-4422-a2b7-b61b4e8849dd 0.016s 2023-04-19 13:59:46,955 80556 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-open stack-request-id': 'req-7627e3da-f7ca-42df-afdf-0ea06de71ddb', 'date': 'Wed, 19 Apr 2023 13:59:46 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1db8c55c-69cd-4422-a2b7-b61b4e8849dd'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1db8c55c-69cd-4422-a2b7-b61b4e8849dd does not exist", "detail": ""}}' 2023-04-19 13:59:47,749 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1a7401ad-d9c6-4e4c-8583-fbb172470d04 0.792s 2023-04-19 13:59:47,749 80556 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-df410bb6-bb71-4fd2-8cd0-00b67cc20e53', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 13:59:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a7401ad-d9c6-4e4c-8583-fbb172470d04'} Body: b'' 2023-04-19 13:59:47,859 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53 0.109s 2023-04-19 13:59:47,860 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6bda316f-33ce-49c5-86cd-d9bed89d8f4b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53'} Body: b'' 2023-04-19 13:59:47,880 80556 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53 0.019s 2023-04-19 13:59:47,880 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-56639f2b-645c-4cd1-83ab-91819e22967b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/d5d84416-ccb7-4861-a92b-838b56f00f53'} Body: b'{"message": "No image found with ID d5d84416-ccb7-4861-a92b-838b56f00f53

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 4a140cad-316a-4bb1-b4c4-59b5adf38b26 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:07,598 80566 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-19 13:57:08,539 80566 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.940s 2023-04-19 13:57:08,540 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1600855025", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-84ef05b0-e644-47b0-9bde-0d950b5dc988', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1600855025", "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": "833c753ebd4a43f3a70e30069a91f159", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "created_at": "2023-04-19T13:57:08Z", "updated_at": "2023-04-19T13:57:08Z", "tags": [], "self": "/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb", "file": "/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:57:10,482 80566 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/0b71e383-e151-45bd-9009-ff73f4ea6dbb/file 1.942s 2023-04-19 13:57:10,483 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ce7bf483-3da0-4971-b441-8db76130e2c7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb/file'} Body: b'' 2023-04-19 13:57:10,483 80566 DEBUG [tempest.scenario.manager] image:0b71e383-e151-45bd-9009-ff73f4ea6dbb 2023-04-19 13:57:10,542 80566 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.056s 2023-04-19 13:57:10,542 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1510315384", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLwhSluZ6Zuz52SGaeUAYiIxEdfRIizucanApqGvuPwKHT4SB4bQ5e5gSXzUknI45K+UFz0kDZBIrpYR0CXk9jrW6dZOwUbSWuhXskNoqHT7h7/IXv5GMjuAvkR7Tof8nw=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:10 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-fa46dad0-c93a-479e-a86b-b9db7c626d1e', 'x-compute-request-id': 'req-fa46dad0-c93a-479e-a86b-b9db7c626d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1510315384", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLwhSluZ6Zuz52SGaeUAYiIxEdfRIizucanApqGvuPwKHT4SB4bQ5e5gSXzUknI45K+UFz0kDZBIrpYR0CXk9jrW6dZOwUbSWuhXskNoqHT7h7/IXv5GMjuAvkR7Tof8nw==", "fingerprint": "b5:2b:91:9a:95:35:70:12:1e:76:c8:ba:72:9b:78:a9", "user_id": "659c76db8ca8424a8c46a43936dfc7a4"}}' 2023-04-19 13:57:10,655 80566 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.103s 2023-04-19 13:57:10,656 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:10 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-95b0cfa8-f8bb-4215-95fe-769e8d1c8358', '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": "659c76db8ca8424a8c46a43936dfc7a4", "name": "tempest-TestMinimumBasicScenario-1552925886-project-member", "password_expires_at": null}, "audit_ids": ["Vz2QUK98RFu8GK_SUVHBJw"], "expires_at": "2023-04-19T14:57:10.000000Z", "issued_at": "2023-04-19T13:57:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "833c753ebd4a43f3a70e30069a91f159", "name": "tempest-TestMinimumBasicScenario-1552925886"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"} ]}}' 2023-04-19 13:57:10,656 80566 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'fa47499b-5227-4a96-b974-d57fa75d62ba', 'name': 'tempest-TestMinimumBasicScenario-1907882221-network', 'tenant_id': '833c753ebd4a43f3a70e30069a91f159', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '833c753ebd4a43f3a70e30069a91f159', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56229, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:18Z', 'updated_at': '2023-04-19T13:56:18Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:12,045 80566 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 1.386s 2023-04-19 13:57:12,045 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1861434802", "imageRef": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "networks": [{"uuid": "fa47499b-5227-4a96-b974-d57fa75d62ba"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18e00e9d-8c7b-4fc0-834e-5ca0a20b2180', 'x-compute-request-id': 'req-18e00e9d-8c7b-4fc0-834e-5ca0a20b2180', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xXSq8TxVsJzT"}}' 2023-04-19 13:57:12,234 80566 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/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.185s 2023-04-19 13:57:12,234 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:12 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-d7930e04-3f0d-49f0-923d-426a69ba5f10', 'x-compute-request-id': 'req-d7930e04-3f0d-49f0-923d-426a69ba5f10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "BUILD", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "", "image": {"id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:57:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:58:02,555 80566 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/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.258s 2023-04-19 13:58:02,556 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d03af48d-c029-4382-bb23-c29e0a22ea4f', 'x-compute-request-id': 'req-d03af48d-c029-4382-bb23-c29e0a22ea4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:57:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:9a:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": "2023-04-19T13:57:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:58:02,568 80566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:59:02,887 80566 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/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.259s 2023-04-19 13:59:02,888 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3504114-33f8-4b33-9ad4-8761a5673f4d', 'x-compute-request-id': 'req-a3504114-33f8-4b33-9ad4-8761a5673f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:57:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:9a:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": "2023-04-19T13:57:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:03,456 80566 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.555s 2023-04-19 13:59:03,456 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:02 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-fad6cd1d-aa38-471d-afd4-8cba8b7b5614', 'x-compute-request-id': 'req-fad6cd1d-aa38-471d-afd4-8cba8b7b5614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}]}]}' 2023-04-19 13:59:03,777 80566 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/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.317s 2023-04-19 13:59:03,777 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'applicat ion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6520f026-dacb-4603-8b61-6800a6c8e979', 'x-compute-request-id': 'req-6520f026-dacb-4603-8b61-6800a6c8e979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "0b71e383-e151-45bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:57:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:9a:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": "2023-04-19T13:57:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:04,030 80566 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/833c753ebd4a43f3a70e30069a91f159/volumes 0.238s 2023-04-19 13:59:04,033 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1778666857", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-542b9b4b-4603-4510-82d6-946568cfa7fe', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-542b9b4b-4603-4510-82d6-946568cfa7fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes'} Body: b'{"volume": {"id": "4a140cad-316a-4bb1-b4c4-59b5adf38b26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:03.950843", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1778666857", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:04,090 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_d eletion): 200 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26 0.037s 2023-04-19 13:59:04,090 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-364f2de3-da9a-4836-ac64-abc421049278', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364f2de3-da9a-4836-ac64-abc421049278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26'} Body: b'{"volume": {"id": "4a140cad-316a-4bb1-b4c4-59b5adf38b26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:04.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1778666857", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "833c753ebd4a43f3a70e30069a91f159"}}' 2023-04-19 13:59:05,158 80566 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/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26 0.055s 2023-04-19 13:59:05,158 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5806804-d338-4ff1-ad07-4496719eb6b8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5806804-d338-4ff1-ad07-4496719eb6b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26'} Body: b'{"volume": {"id": "4a140cad-316a-4bb1-b4c4-59b5adf38b26", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:04.000000", "updated_at": "2023-04-19T13:59:04.000000", "name": "tempest-TestMinimumBasicScenario-volume-1778666857", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "833c753ebd4a43f3a70e30069a91f159"}}' 2023-04-19 13:59:05,280 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26 0.106s 2023-04-19 13:59:05,281 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-d3256062-af39-48b7-a4ea-c09120691913', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26'} Body: b'' 2023-04-19 13:59:05,303 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26 0.021s 2023-04-19 13:59:05,303 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-f0d156a7-fc02-4346-a110-c1ba55848d47', 'x-openstack-request-id': 'req-f0d156a7-fc02-4346-a110-c1ba55848d47', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/4a140cad-316a-4bb1-b4c4-59b5adf38b26'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a140cad-316a-4bb1-b4c4-59b5adf38b26 could not be found."}}' 2023-04-19 13:59:05,430 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.126s 2023-04-19 13:59:05,431 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-f540e79a-4c0a-4df7-aa41-0b0c20105f73', 'x-compute-request-id': 'req-f540e79a-4c0a-4df7-aa41-0b0c20105f73', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'' 2023-04-19 13:59:05,668 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.236s 2023-04-19 13:59:05,668 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:05 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-4dabed18-b6d6-4853-be65-8cb98cd175c6', 'x-compute-request-id': 'req-4dabed18-b6d6-4853-be65-8cb98cd175c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"server": {"id": "33751f45-cd9e-4b2c-ad4d-1049db7ef555", "name": "tempest-TestMinimumBasicScenario-server-1861434802", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "0b71e383-e151-4 5bd-9009-ff73f4ea6dbb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:12Z", "updated": "2023-04-19T13:59:05Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:9a:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1510315384", "OS-SRV-USG:launched_at": "2023-04-19T13:57:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:55,767 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555 0.039s 2023-04-19 13:59:55,767 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-53519b6e-e73b-4ee9-9453-170984f56725', 'x-compute-request-id': 'req-53519b6e-e73b-4ee9-9453-170984f56725', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/33751f45-cd9e-4b2c-ad4d-1049db7ef555'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 33751f45-cd9e-4b2c-ad4d-1049db7ef555 could not be found."}}' 2023-04-19 13:59:55,802 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1510315384 0.034s 2023-04-19 13:59:55,802 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59: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-cdfbc90f-b393-478c-857f-91170bd35991', 'x-compute-request-id': 'req-cdfbc90f-b393-478c-857f-91170bd35991', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1510315384'} Body: b'' 2023-04-19 13:59:55,916 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb 0.112s 2023-04-19 13:59:55,916 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e62bc2a6-ff6b-4c50-b520-87587a68e9e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v 2/images/0b71e383-e151-45bd-9009-ff73f4ea6dbb'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:22,090 80560 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 13:57:22,090 80560 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:57:22,421 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.327s 2023-04-19 13:57:22,421 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-707300721", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJVZzw7B+QQkFgjl1ku3+QfvhjiBoWHZQocm4LfZnACH4fDbE+L23Qr/jXgVHWdxrfP7ecVyV27bE9FcCegQvk6xlL/BoeY2OA80wHV3vYYajqGqwol/fOZbnYZgcwda/Q=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:22 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-0cd8bc9e-3b3d-4444-8810-c88818211584', 'x-compute-request-id': 'req-0cd8bc9e-3b3d-4444-8810-c88818211584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-707300721", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJVZzw7B+QQkFgjl1ku3+QfvhjiBoWHZQocm4LfZnACH4fDbE+L23Qr/jXgVHWdxrfP7ecVyV27bE9FcCegQvk6xlL/BoeY2OA80wHV3vYYajqGqwol/fOZbnYZgcwda/Q==", "fingerprint": "b1:fe:72:30:9d:a2:0f:73:7d:32:cc:de:26:6c:17:67", "user_id": "390686e4c10c40f0b1df9b2ba9557484"}}' 2023-04-19 13:57:22,424 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-707300721 created 2023-04-19 13:57:22,582 80560 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-19 13:57:22,583 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1635092002", "description": "tempest-description--1849544534"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-3e061607-ee2c-4856-aa2d-fd10d81e7459', 'date': 'Wed, 19 Apr 2023 13:57:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "name": "tempest-securitygroup--1635092002", "stateful": true, "tenant_id": "0606afa926de4400819fac2cce6813a7", "description": "tempest-description--1849544534", "shared": false, "security_group_rules": [{"id": "4c7d6931-cdcb-4b8f-a6a4-141d9ca4eff7", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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": 482, "description": null, "tags": [], "created_at": "2023-04-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}, {"id": "ce641e32-3757-43bc-acfc-9a39d863cd93", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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": 481, "description": null, "tags": [], "created_at": "2023-04-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}], "tags": [], "created_at": "2023-04-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:57:22,744 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-19 13:57:22,744 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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-3f1b3294-bf02-4130-922e-f68fba07e2f5', 'date': 'Wed, 19 Apr 2023 13:57: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": "71f40610-599f-4d96-a533-e7824659874f", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:57:22,956 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.211s 2023-04-19 13:57:22,956 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5673234d-a92b-4ff3-ae7d-c49709ae454c', 'date': 'Wed, 19 Apr 2023 13:57: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": "943ddcab-52de-466d-b700-0162c422bf04", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a", "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-19T13:57:22Z", "updated_at": "2023-04-19T13:57:22Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:57:22,956 80560 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1635092002 created 2023-04-19 13:57:24,094 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.136s 2023-04-19 13:57:24,094 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-30a8c625-3758-4803-9418-eb057badc13f', 'date': 'Wed, 19 Apr 2023 13:57:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b8302a30-8384-4ee5-8968-c6ef1e16afb8", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.222", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0606afa926de4400819fac2cce6813a7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:57:23Z", "updated_at": "2023-04-19T13:57:23Z", "revision_number": 0}}' 2023-04-19 13:57:24,095 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b8302a30-8384-4ee5-8968-c6ef1e16afb8', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.222', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:57:23Z', 'updated_at': '2023-04-19T13:57:23Z', 'revision_number': 0, 'ip': '172.24.4.222'} created 2023-04-19 13:57:24,255 80560 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.155s 2023-04-19 13:57:24,256 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:24 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-e6fa3175-8e3c-40bb-94ec-4e6faa969f95', '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": "390686e4c10c40f0b1df9b2ba9557484", "name": "tempest-AttachVolumeNegativeTest-1445397700-project-member", "password_expires_at": null}, "audit_ids": ["Je18bdHCTDG3z__yKZIgYA"], "expires_at": "2023-04-19T14:57:24.000000Z", "issued_at": "2023-04-19T13:57:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0606afa926de4400819fac2cce6813a7", "name": "tempest-AttachVolumeNegativeTest-1445397700"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "Reg ionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:57:24,256 80560 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'eccb12ee-eec2-46f3-bd4b-50363e787f6e', 'name': 'tempest-AttachVolumeNegativeTest-727006574-network', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0606afa926de4400819fac2cce6813a7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34394, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:11Z', 'updated_at': '2023-04-19T13:57:11Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:24,257 80560 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-707300721', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJVZzw7B+QQkFgjl1ku3+QfvhjiBoWHZQocm4LfZnACH4fDbE+L23Qr/jXgVHWdxrfP7ecVyV27bE9FcCegQvk6xlL/BoeY2OA80wHV3vYYajqGqwol/fOZbnYZgcwda/Q==', 'fingerprint': 'b1:fe:72:30:9d:a2:0f:73:7d:32:cc:de:26:6c:17:67', 'user_id': '390686e4c10c40f0b1df9b2ba9557484', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC9gDOFfkiW0BKbVrtGjTEHa2MXbPJooiITV7yKHsy0HWZ1V5/hfHi2\np2lKu20ffPugBwYFK4EEACKhZANiAASVWc8OwfkEJBYI5dZLt/kH74Y4gaFh2UKH\nJuC32ZwAh+Hw2xPi9t0K/414FR1nca3z+3nFcldu2xPRXAnoEL5OsZS/waHmNjgP\nNMB1d72GGo6hqsKJf3zmW52GYHMHWv0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a', 'name': 'tempest-securitygroup--1635092002', 'stateful': True, 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'description': 'tempest-description--1849544534', 'shared': False, 'security_group_rules': [{'id': '4c7d6931-cdcb-4b8f-a6a4-141d9ca4eff7', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a', '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': 482, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:57:22Z', 'updated_at': '2023-04-19T13:57:22Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}, {'id': 'ce641e32-3757-43bc-acfc-9a39d863cd93', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a', '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': 481, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:57:22Z', 'updated_at': '2023-04-19T13:57:22Z', 'revision_number': 0, 'project_id': '0606afa926de440081 9fac2cce6813a7'}], 'tags': [], 'created_at': '2023-04-19T13:57:22Z', 'updated_at': '2023-04-19T13:57:22Z', 'revision_number': 1, 'project_id': '0606afa926de4400819fac2cce6813a7'}, 'floating_ip': {'id': 'b8302a30-8384-4ee5-8968-c6ef1e16afb8', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.222', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:57:23Z', 'updated_at': '2023-04-19T13:57:23Z', 'revision_number': 0, 'ip': '172.24.4.222'}} 2023-04-19 13:57:25,615 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.357s 2023-04-19 13:57:25,615 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1527188231", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "eccb12ee-eec2-46f3-bd4b-50363e787f6e"}], "security_groups": [{"name": "tempest-securitygroup--1635092002"}], "key_name": "tempest-keypair-707300721", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23d00250-7d7d-4c82-972b-cb579831edd0', 'x-compute-request-id': 'req-23d00250-7d7d-4c82-972b-cb579831edd0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1635092002"}], "adminPass": "password"}}' 2023-04-19 13:57:25,716 80560 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/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.097s 2023-04-19 13:57:25,717 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:25 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-e599aff7-1a6b-49c0-8c6b-fa826ba91cf9', 'x-compute-request-id': 'req-e599aff7-1a6b-49c0-8c6b-fa826ba91cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'{"server": {"id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "name": "tempest-AttachVolumeNegativeTest-server-1527188231", "status": "BUILD", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": " http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:26Z", "updated": "2023-04-19T13:57:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-707300721", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:58:16,003 80560 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/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.224s 2023-04-19 13:58:16,004 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:15 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-7082a46f-7424-4af1-b3a5-3df57c63153d', 'x-compute-request-id': 'req-7082a46f-7424-4af1-b3a5-3df57c63153d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'{"server": {"id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "name": "tempest-AttachVolumeNegativeTest-server-1527188231", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:25Z", "updated": "2023-04-19T13:57:37Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:77:85"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-707300721", "OS-SRV-USG:launched_at": "2023-04-19T13:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1635092002"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:58:16,015 80560 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 13:59:16,324 80560 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/c98d2742-2a0f-4004-b3ad-bd387ed40759/os-interface 0.248s 2023-04-19 13:59:16,324 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Wed, 19 Apr 2023 13:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0d5a749-4f2f-453f-b671-178ef2293034', 'x-compute-request-id': 'req-a0d5a749-4f2f-453f-b671-178ef2293034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "port_id": "b595825e-f064-493e-be6d-78cfb50a387a", "mac_addr": "fa:16:3e:f8:77:85", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ecdae315-4951-4317-a36b-fa28c3db6952", "ip_address": "10.0.0.9"}]}]}' 2023-04-19 13:59:17,505 80560 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/b8302a30-8384-4ee5-8968-c6ef1e16afb8 1.177s 2023-04-19 13:59:17,506 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b595825e-f064-493e-be6d-78cfb50a387a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-514b68d5-add1-42a4-bddc-750cab317e7c', 'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b8302a30-8384-4ee5-8968-c6ef1e16afb8'} Body: b'{"floatingip": {"id": "b8302a30-8384-4ee5-8968-c6ef1e16afb8", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.222", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "8efe354d-f924-4f83-94b4-6c19246f8bf9", "port_id": "b595825e-f064-493e-be6d-78cfb50a387a", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "mac_address": "fa:16:3e:f8:77:85", "admin_state_up": true, "status": "ACTIVE", "device_id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:57:23Z", "updated_at": "2023-04-19T13:59:16Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:59:17,508 80560 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.222:22' as 'cirros' with public key authentication 2023-04-19 13:59:17,552 80560 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:59:17,574 80560 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:59:17,575 80560 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.222 successfully created 2023-04-19 13:59:17,617 80560 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/c98d2742-2a0f-4004-b3ad-bd387ed40759/ips 0.041s 2023-04-19 13:59:17,617 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5a5a7ac-3110-4509-9843-c2fef9f51480', 'x-compute-request-id': 'req-d5a5a7ac-3110-4509-9843-c2fef9f51480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f- 4004-b3ad-bd387ed40759/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-19 13:59:17,864 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes 0.243s 2023-04-19 13:59:17,864 80560 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-1783248449"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01114c25-429e-4143-b1bf-e4078945e1b5', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01114c25-429e-4143-b1bf-e4078945e1b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes'} Body: b'{"volume": {"id": "8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:17.804642", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1783248449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 13:59:17,918 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e 0.044s 2023-04-19 13:59:17,918 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad3a52b3-33b6-4130-80d4-5c144f784e28', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad3a52b3-33b6-4130-80d4-5c144f784e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e'} Body: b'{"volume": {"id": "8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:18.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1783248449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:59:18,988 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_v olume_to_different_server): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e 0.058s 2023-04-19 13:59:18,989 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc06f4f-ad21-472c-85ad-a4896e0e585d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc06f4f-ad21-472c-85ad-a4896e0e585d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e'} Body: b'{"volume": {"id": "8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T13:59:18.000000", "updated_at": "2023-04-19T13:59:18.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1783248449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/8f93dccd-b04b-4ff3-9395-7a87fa4c7a0e"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 13:59:19,140 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.135s 2023-04-19 13:59:19,140 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e55d244-7d76-4060-90fe-f853fe449761', 'x-compute-request-id': 'req-2e55d244-7d76-4060-90fe-f853fe449761', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'' 2023-04-19 13:59:19,378 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.237s 2023-04-19 13:59:19,378 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-625b5ca3-fb0d-4794-a204-f096daae8b87', 'x-compute-request-id': 'req-625b5ca3-fb0d-4794-a204-f096daae8b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'{"server": {"id": "c98d2742-2a0f-4004-b3ad-bd387ed40759", "name": "tempest-AttachVolumeNegativeTest-server-1527188231", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "host Id": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:25Z", "updated": "2023-04-19T13:59:19Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:77:85"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-707300721", "OS-SRV-USG:launched_at": "2023-04-19T13:57:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1635092002"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:09,479 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759 0.040s 2023-04-19 14:00:09,480 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ce398679-74f3-4356-ba15-f0aa664a01ea', 'x-compute-request-id': 'req-ce398679-74f3-4356-ba15-f0aa664a01ea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c98d2742-2a0f-4004-b3ad-bd387ed40759'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c98d2742-2a0f-4004-b3ad-bd387ed40759 could not be found."}}' 2023-04-19 14:00:09,511 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-707300721 0.030s 2023-04-19 14:00:09,511 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:09 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-b59e807d-176b-4887-af01-bc8349adb9f9', 'x-compute-request-id': 'req-b59e807d-176b-4887-af01-bc8349adb9f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-707300721'} Body: b'' 2023-04-19 14:00:09,742 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a 0.229s 2023-04-19 14:00:09,742 80560 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-c686a13b-c6d1-4f71-86a7-f410c09052c9', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:00:09 GMT', 'connection': 'close', 'status': '204', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a'} Body: b'' 2023-04-19 14:00:09,764 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a 0.021s 2023-04-19 14:00:09,764 80560 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-f3115db0-44d4-4890-b1cc-3594de0c98f7', 'date': 'Wed, 19 Apr 2023 14:00:09 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0d7860c5-47da-4fc2-9fd6-e06fa08e4a6a does not exist", "detail": ""}}' 2023-04-19 14:00:10,323 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b8302a30-8384-4ee5-8968-c6ef1e16afb8 0.558s 2023-04-19 14:00:10,324 80560 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-c6a092fd-89e5-453c-b7e0-e2f455dbc0aa', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:00:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b8302a30-8384-4ee5-8968-c6ef1e16afb8'} 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 327be779-5e94-42d1-9d0c-4926775649fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:56:21,618 80562 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:56:21,967 80562 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.346s 2023-04-19 13:56:21,967 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-800659709", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7WsLpMuR+OTcCmUhLNMbCIVWO2bzRuMFsWyhLkPo+i4B2u0oZvMhSVo0VdEoZpXGXVrNPeI55GPzDG4WiCLIwV0tZQrncUBhpHi5kCYfehSX1dLlF6pk+R8F2c+fNtmw=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56: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-e309f7d0-082f-4fc8-a0cf-360f582e816a', 'x-compute-request-id': 'req-e309f7d0-082f-4fc8-a0cf-360f582e816a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-800659709", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7WsLpMuR+OTcCmUhLNMbCIVWO2bzRuMFsWyhLkPo+i4B2u0oZvMhSVo0VdEoZpXGXVrNPeI55GPzDG4WiCLIwV0tZQrncUBhpHi5kCYfehSX1dLlF6pk+R8F2c+fNtmw==", "fingerprint": "14:ed:fe:8a:68:8f:56:70:a0:89:92:5c:49:5a:e4:cd", "user_id": "af3a097ff4d04a0287c417b23d3b00e4"}}' 2023-04-19 13:56:21,972 80562 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-800659709 created 2023-04-19 13:56:22,468 80562 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.495s 2023-04-19 13:56:22,468 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--987188955", "description": "tempest-description--674175444"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0d878f57-0967-425e-a96f-eb7c95fe1418', 'date': 'Wed, 19 Apr 2023 13:56:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "name": "tempest-securitygroup--987188955", "stateful": true, "tenant_id": "f754b42ccea544d4a34e986a6119db51", "description": "tempest-description--674175444", "shared": false, "security_group_rules": [{"id": "36ef7e35-99e0-4e24-aaaa-fa2a116f25ed", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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": 251, "description": null, "tags": [], "created_at": "2023-04-19T13:56:22Z", "updated_at": "2023-04-19T13:56:22Z", "revision_number": 0, "project_id": "f754b42ccea544d4a34e986a6119db51"}, {"id": "842409cb-55be-4367-a7e5-05db6c707893", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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": 24 9, "description": null, "tags": [], "created_at": "2023-04-19T13:56:22Z", "updated_at": "2023-04-19T13:56:22Z", "revision_number": 0, "project_id": "f754b42ccea544d4a34e986a6119db51"}], "tags": [], "created_at": "2023-04-19T13:56:22Z", "updated_at": "2023-04-19T13:56:22Z", "revision_number": 1, "project_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 13:56:23,865 80562 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.396s 2023-04-19 13:56:23,866 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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-9b698e7b-cbc6-478b-846b-bda0808aa624', 'date': 'Wed, 19 Apr 2023 13:56: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": "3e9c2cc9-d1da-454f-9a57-9c25672a9f86", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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-19T13:56:23Z", "updated_at": "2023-04-19T13:56:23Z", "revision_number": 0, "project_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 13:56:24,948 80562 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.081s 2023-04-19 13:56:24,949 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f9fdb2b2-07aa-4954-a00e-577c0b008d3b', 'date': 'Wed, 19 Apr 2023 13:56:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "01a263ee-2b0d-43bb-bb14-ed713e2bb9b1", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "security_group_id": "5e1702e7-edd9-44fd-9529-193a91c13ee8", "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-19T13:56:24Z", "updated_at": "2023-04-19T13:56:24Z", "revision_number": 0, "project_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 13:56:24,949 80562 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--987188955 created 2023-04-19 13:56:30,262 80562 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 5.313s 2023-04-19 13:56:30,263 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1 eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-85c42831-8a46-49bb-bb20-95050edce6ca', 'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0149875e-f758-4ad1-8826-fcd049944b62", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "floating_ip_address": "172.24.4.198", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f754b42ccea544d4a34e986a6119db51", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:29Z", "updated_at": "2023-04-19T13:56:29Z", "revision_number": 0}}' 2023-04-19 13:56:30,263 80562 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0149875e-f758-4ad1-8826-fcd049944b62', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'floating_ip_address': '172.24.4.198', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f754b42ccea544d4a34e986a6119db51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:29Z', 'updated_at': '2023-04-19T13:56:29Z', 'revision_number': 0, 'ip': '172.24.4.198'} created 2023-04-19 13:56:30,386 80562 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.111s 2023-04-19 13:56:30,386 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f4842d81-46a6-4fb6-8a5c-6fce7e4e9a6b', '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": "af3a097ff4d04a0287c417b23d3b00e4", "name": "tempest-ServerStableDeviceRescueTest-357701394-project-member", "password_expires_at": null}, "audit_ids": ["HKsz_mCqSyiHmD1lrFCrWA"], "expires_at": "2023-04-19T14:56:30.000000Z", "issued_at": "2023-04-19T13:56:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f754b42ccea544d4a34e986a6119db51", "name": "tempest-ServerStableDeviceRescueTest-357701394"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f754b42ccea544d4a34e986a6119db51", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:56:30,387 80562 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '855eeee5-1168-470f-a52d-b261456f2393', 'name': 'tempest-ServerStableDeviceRescueTest-932261642-network', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f754b42ccea544d4a34e986a6119db51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60458, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:56:30,387 80562 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-800659709', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7WsLpMuR+OTcCmUhLNMbCIVWO2bzRuMFsWyhLkPo+i4B2u0oZvMhSVo0VdEoZpXGXVrNPeI55GPzDG4WiCLIwV0tZQrncUBhpHi5kCYfehSX1dLlF6pk+R8F2c+fNtmw==', 'fingerprint': '14:ed:fe:8a:68:8f:56:70:a0:89:92:5c:49:5a:e4:cd', 'user_id': 'af3a097ff4d04a0287c417b23d3b00e4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBbAcjYDGXjXdzsTVM357FZZ4jMeYs2bB9DgxpI/qNBmrVl3OEMqVCi\n7nFszEPxwfugBwYFK4EEACKhZANiAASO1rC6TLkfjk3AplISzTGwiFVjtm80bjBb\nFsoS5D6PouAdrtKGbzIUlaNFXRKGaVxl1azT3iOeRj8wxuFogiyMFdLWUK53FAYa\nR4uZAmH3oUl9XS5ReqZPkfBdnPnzbZs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5e1702e7-edd9-44fd-9529-193a91c13ee8', 'name': 'tempest-securitygroup--987188955', 'stateful': True, 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'description': 'tempest-description--674175444', 'shared': False, 'security_group_rules': [{'id': '36ef7e35-99e0-4e24-aaaa-fa2a116f25ed', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'security_group_id': '5e1702e7-edd9-44fd-9529-193a91c13ee8', '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': 251, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:22Z', 'updated_at': '2023-04-19T13:56:22Z', 'revision_number': 0, 'project_id': 'f754b42ccea544d4a34e986a6119db51'}, {'id': '842409cb-55be-4367-a7e5-05db6c707893', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'security_group_id': '5e1702e7-edd9-44fd-9529-193a91c13ee8', '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': 249, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:56:22Z', 'updated_at': '2023-04-19T13:56:22Z', 'revision_number': 0, 'project_id': 'f754b42ccea544d4a34e986a6119db51'}], 'tags': [], 'created_at': '2023-04-19T13:56:22Z', 'updated_at': '2023-04-19T13:56:22Z', 'revision_number': 1, 'project_id': 'f754b42ccea544d4a34e986a6119db51'}, 'floating_ip': {'id': '0149875e-f758-4ad1-8826-fcd049944b62', 'tenant_id': 'f754b42ccea544d4a34e986a6119db51', 'floating_ip_address': '172.24.4.198', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f754b42ccea544d4a34e986a6119db51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:56:29Z', 'updated_at': '2023-04-19T13:56:29Z', 'revision_number': 0, 'ip': '172.24.4.198'}} 2023-04-19 13:56:32,949 80562 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 2.560s 2023-04-19 13:56:32,949 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "855eeee5-1168-470f-a52d-b261456f2393"}], "security_groups": [{"name": "tempest-securitygroup--987188955"}], "key_name": "tempest-keypair-800659709", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f349c119-2d99-468a-9a10-a1d51012b0be', 'x-compute-request-id': 'req-f349c119-2d99-468a-9a10-a1d51012b0be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--987188955"}], "adminPass": "dW999xRFPYxp"}}' 2023-04-19 13:56:33,149 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f 0.197s 2023-04-19 13:56:33,149 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:56:32 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-d1d5f27a-09e9-4f00-90c6-299b39e20e18', 'x-compute-request-id': 'req-d1d5f27a-09e9-4f00-90c6-299b39e20e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "status": "BUILD", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "user_id": "af3a097ff 4d04a0287c417b23d3b00e4", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:33Z", "updated": "2023-04-19T13:56:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-800659709", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:23,655 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f 0.444s 2023-04-19 13:57:23,656 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6223894c-a31a-4f03-8c9c-1fb965e5f213', 'x-compute-request-id': 'req-6223894c-a31a-4f03-8c9c-1fb965e5f213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "status": "ACTIVE", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "metadata": {}, "hostId": "083276be894c85d600c89b1a1bf7154d7419b2bc7460344e89d774aa", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:32Z", "updated": "2023-04-19T13:56:50Z", "addresses": {"tempest-ServerStableDeviceRescueTest-932261642-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-800659709", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--987188955"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:57:23,669 80562 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:58:23,901 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f/os-interface 0.171s 2023-04-19 13:58:23,901 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:23 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-5c6f8226-2ff4-4d6a-933a-4d293190860d', 'x-compute-request-id': 'req-5c6f8226-2ff4-4d6a-933a-4d293190860d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "855eeee5-1168-470f-a52d-b261456f2393", "port_id": "ab95eda2-d183-4d3f-8095-e275eb92bff7", "mac_addr": "fa:16:3e:9d:2d:3d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "4621760d-c941-4174-86b6-ba8c38c248e0", "ip_address": "10.0.0.9"}]}]}' 2023-04-19 13:58:25,121 80562 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/0149875e-f758-4ad1-8826-fcd049944b62 1.215s 2023-04-19 13:58:25,121 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ab95eda2-d183-4d3f-8095-e275eb92bff7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-74f01353-b524-40c9-ba31-be3fb41d4ee0', 'date': 'Wed, 19 Apr 2023 13:58:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0149875e-f758-4ad1-8826-fcd049944b62'} Body: b'{"floatingip": {"id": "0149875e-f758-4ad1-8826-fcd049944b62", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "floating_ip_address": "172.24.4.198", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "2ec396b1-19fa-40db-829a-166651791474", "port_id": "ab95eda2-d183-4d3f-8095-e275eb92bff7", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "855eeee5-1168-470f-a52d-b261456f2393", "mac_address": "fa:16:3e:9d:2d:3d", "admin_state_up": true, "status": "ACTIVE", "device_id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:56:29Z", "updated_at": "2023-04-19T13:58:24Z", "revision_number": 1, "project_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 13:58:25,123 80562 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.198:22' as 'cirros' with public key authentication 2023-04-19 13:58:25,161 80562 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 13:58:25,183 80562 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 13:58:25,183 80562 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.198 successfully created 2023-04-19 13:58:26,413 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f/action 1.228s 2023-04-19 13:58:26,413 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1941763848"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:25 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d', 'op enstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10c95cc0-8e6e-4ae4-ada1-42979981f45b', 'x-compute-request-id': 'req-10c95cc0-8e6e-4ae4-ada1-42979981f45b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f/action'} Body: b'' 2023-04-19 13:58:26,475 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.059s 2023-04-19 13:58:26,475 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3936f25d-b903-4ae4-8bb8-22f6c8da7cb4', 'x-compute-request-id': 'req-3936f25d-b903-4ae4-8bb8-22f6c8da7cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d'} Body: b'{"image": {"id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4"}, "created": "2023-04-19T13:58:26Z", "updated": "2023-04-19T13:58:26Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}], "server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}]}}}' 2023-04-19 13:59:16,587 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.055s 2023-04-19 13:59:16,588 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f5222cf-37e2-4e65-a06d-c09ea16098b0', 'x-compute-request-id': 'req-4f5222cf-37e2-4e65-a06d-c09ea16098b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10. 0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d'} Body: b'{"image": {"id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_id": "f754b42ccea544d4a34e986a6119db51", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4"}, "created": "2023-04-19T13:58:26Z", "updated": "2023-04-19T13:58:31Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}], "server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}]}}}' 2023-04-19 13:59:16,663 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.069s 2023-04-19 13:59:16,663 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd966c1f-c841-41bc-a703-9edfee186a3d', 'x-compute-request-id': 'req-dd966c1f-c841-41bc-a703-9edfee186a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d'} Body: b'{"image": {"id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_id": "f754b42ccea544d4a34e986a6119db51", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4"}, "created": "2023-04-19T13:58:26Z", "updated": "2023-04-19T13:58:31Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "bookmark", "href ": "http://10.0.0.210/compute/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b1a1059c-a29c-435a-aaff-8993a28bfc9d"}], "server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}]}}}' 2023-04-19 13:59:16,905 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f 0.236s 2023-04-19 13:59:16,905 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:16 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-d1261805-093f-4be7-bdf5-b930eb92e8cd', 'x-compute-request-id': 'req-d1261805-093f-4be7-bdf5-b930eb92e8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "status": "ACTIVE", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "metadata": {}, "hostId": "083276be894c85d600c89b1a1bf7154d7419b2bc7460344e89d774aa", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:32Z", "updated": "2023-04-19T13:58:31Z", "addresses": {"tempest-ServerStableDeviceRescueTest-932261642-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}, {"version": 4, "addr": "172.24.4.198", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-800659709", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--987188955"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:17,116 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.141s 2023-04-19 14:00:17,117 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f88ee6f9-bd83-4cfa-8716-6193b5708c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1a1059c-a29c-435a-aaff -8993a28bfc9d'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_id": "f754b42ccea544d4a34e986a6119db51", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "93c16282fbe5e0f3391369f60fb24092", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f754b42ccea544d4a34e986a6119db51", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f7d5f55326072e2b18d5ff6d3651dc0a3e05b260be61e6f42f0997054c89f6edfc3ed41c060807702d784bfb904c89288797c9d3fe573bc7f83e86917e02e1fb", "id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "created_at": "2023-04-19T13:58:26Z", "updated_at": "2023-04-19T14:00:17Z", "tags": [], "self": "/v2/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d", "file": "/v2/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:00:17,291 80562 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/b1a1059c-a29c-435a-aaff-8993a28bfc9d 0.173s 2023-04-19 14:00:17,291 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-49325004-a37e-451e-afde-01c8aa323a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "owner_id": "f754b42ccea544d4a34e986a6119db51", "owner_project_name": "tempest-ServerStableDeviceRescueTest-357701394", "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-357701394-project-member", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1941763848", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "93c16282fbe5e0f3391369f60fb24092", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f754b42ccea544d4a34e986a6119db51", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f7d5f55326072e2b18d5ff6d3651dc0a3e05b260be61e6f42f0997054c89f6edfc3ed41c060807702d784bfb904c89288797c9d3fe573bc7f83e86917e02e1fb", "id": "b1a1059c-a29c-435a-aaff-8993a28bfc9d", "created_at": "2023-04-19T13:58:26Z", "updated_at": "2023-04-19T14:00:17Z", "tags": [], "self": "/v2/ images/b1a1059c-a29c-435a-aaff-8993a28bfc9d", "file": "/v2/images/b1a1059c-a29c-435a-aaff-8993a28bfc9d/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:00:17,504 80562 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/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f 0.212s 2023-04-19 14:00:17,505 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:17 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-04fa5f9b-c535-4e1a-9531-dfb9bdb57fdd', 'x-compute-request-id': 'req-04fa5f9b-c535-4e1a-9531-dfb9bdb57fdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f'} Body: b'{"server": {"id": "d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f", "name": "tempest-ServerStableDeviceRescueTest-server-1092100961", "status": "ACTIVE", "tenant_id": "f754b42ccea544d4a34e986a6119db51", "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "metadata": {}, "hostId": "083276be894c85d600c89b1a1bf7154d7419b2bc7460344e89d774aa", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:56:32Z", "updated": "2023-04-19T13:58:31Z", "addresses": {"tempest-ServerStableDeviceRescueTest-932261642-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}, {"version": 4, "addr": "172.24.4.198", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:2d:3d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4aa9fc7-62d7-4d13-9722-9b1c914e5d2f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-800659709", "OS-SRV-USG:launched_at": "2023-04-19T13:56:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--987188955"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:17,864 80562 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/f754b42ccea544d4a34e986a6119db51/volumes 0.341s 2023-04-19 14:00:17,865 80562 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-2091531367"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecb93730-45cc-4b3f-a733-410fad31ccd3', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecb93730-45cc-4b3f-a733-410fad31ccd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes'} Body: b'{"volume": {"id": "327be779-5e94-42d1-9d0c-4926775649fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023- 04-19T14:00:17.765487", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-2091531367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}], "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:00:17,947 80562 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/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb 0.070s 2023-04-19 14:00:17,947 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d90125f-f906-4bf0-a144-cdb189bd099e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d90125f-f906-4bf0-a144-cdb189bd099e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb'} Body: b'{"volume": {"id": "327be779-5e94-42d1-9d0c-4926775649fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:18.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-2091531367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}], "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f754b42ccea544d4a34e986a6119db51"}}' 2023-04-19 14:00:19,011 80562 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/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb 0.050s 2023-04-19 14:00:19,011 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09607703-d95c-4f30-bbeb-1a193c7d84f4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09607703-d95c-4f30-bbeb-1a193c7d84f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb'} Body: b'{"volume": {"id": "327be779-5e94-42d1-9d0c-4926775649fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:18.000000", "updated_at": "2023-04-19T14:00:18.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-2091531367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": " self", "href": "http://10.0.0.210/volume/v3/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f754b42ccea544d4a34e986a6119db51/volumes/327be779-5e94-42d1-9d0c-4926775649fb"}], "user_id": "af3a097ff4d04a0287c417b23d3b00e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f754b42ccea544d4a34e986a6119db51"}}' 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 a0561356-14e2-42b9-8616-172495257348 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:58:42,650 80548 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.077s 2023-04-19 13:58:42,650 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:42 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-a3ab02fb-b31c-4da2-bf0c-3504c21043e3', '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": "ee0088ff4bd64218b490c3414afb1c76", "name": "tempest-VolumesAdminNegativeTest-1313568547-project-member", "password_expires_at": null}, "audit_ids": ["5eTXYMu0TDqiBva--ZsB6A"], "expires_at": "2023-04-19T14:58:42.000000Z", "issued_at": "2023-04-19T13:58:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b882fb2e40e74c88a69342ca2385b28f", "name": "tempest-VolumesAdminNegativeTest-1313568547"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b882fb2e40e74c88a69342ca2385b28f", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:58:42,651 80548 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '50d1390b-26bc-4e35-bf52-a3afc6e414f8', 'name': 'tempest-VolumesAdminNegativeTest-1428548914-network', 'tenant_id': 'b882fb2e40e74c88a69342ca2385b28f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b882fb2e40e74c88a6 9342ca2385b28f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7956, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:58:43,144 80548 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.492s 2023-04-19 13:58:43,144 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-190364120", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "50d1390b-26bc-4e35-bf52-a3afc6e414f8"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b11d4a-c7d1-4cb6-9efd-5135065b1034', 'x-compute-request-id': 'req-c0b11d4a-c7d1-4cb6-9efd-5135065b1034', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8744c453-cbe5-46cf-ae39-61dc93058d80", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8paFnuJcc4KQ"}}' 2023-04-19 13:58:43,232 80548 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/8744c453-cbe5-46cf-ae39-61dc93058d80 0.084s 2023-04-19 13:58:43,232 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:43 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-77679921-f894-44e2-a43c-0db4695283c4', 'x-compute-request-id': 'req-77679921-f894-44e2-a43c-0db4695283c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80'} Body: b'{"server": {"id": "8744c453-cbe5-46cf-ae39-61dc93058d80", "name": "tempest-VolumesAdminNegativeTest-server-190364120", "status": "BUILD", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "user_id": "ee0088ff4bd64218b490c3414afb1c76", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:58:43Z", "updated": "2023-04-19T13:58:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}], "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-19 13:59:33,518 80548 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/8744c453-cbe5-46cf-ae39-61dc93058d80 0.225s 2023-04-19 13:59:33,519 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:33 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-9bc277d0-80fd-426c-a073-6c358847a28e', 'x-compute-request-id': 'req-9bc277d0-80fd-426c-a073-6c358847a28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80'} Body: b'{"server": {"id": "8744c453-cbe5-46cf-ae39-61dc93058d80", "name": "tempest-VolumesAdminNegativeTest-server-190364120", "status": "ACTIVE", "tenant_id": "b882fb2e40e74c88a69342ca2385b28f", "user_id": "ee0088ff4bd64218b490c3414afb1c76", "metadata": {}, "hostId": "bb281244aff2343ac24483ba41b2558a78352422596f2f637f967928", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:58:43Z", "updated": "2023-04-19T13:58:50Z", "addresses": {"tempest-VolumesAdminNegativeTest-1428548914-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:55:c3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8744c453-cbe5-46cf-ae39-61dc93058d80"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:58:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 13:59:33,533 80548 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:00:33,769 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes 0.189s 2023-04-19 14:00:33,769 80548 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-1499975194"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d5dec3-7917-42b7-83e4-e9a85ce97e73', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d5dec3-7917-42b7-83e4-e9a85ce97e73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes'} Body: b'{"volume": {"id": "a05613 56-14e2-42b9-8616-172495257348", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:33.707926", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1499975194", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:00:33,834 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348 0.054s 2023-04-19 14:00:33,834 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b87f3f9-51b4-4f22-87b0-23a5c4b0af65', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b87f3f9-51b4-4f22-87b0-23a5c4b0af65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348'} Body: b'{"volume": {"id": "a0561356-14e2-42b9-8616-172495257348", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:34.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1499975194", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 2023-04-19 14:00:34,890 80548 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/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348 0.045s 2023-04-19 14:00:34,891 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e934f4fb-45e1-4c91-a6ac-47984c1b9f5f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e934f4fb-45e1-4c91-a6ac-47984c1b9f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348'} Body: b'{"volume": {"id": "a0561356-14e2-42b9-8616-172495257348", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:00:34.000000", "updated_at": "2023-04-19T14:00:34.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1499975194", "description": null, "volume_type" : "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b882fb2e40e74c88a69342ca2385b28f/volumes/a0561356-14e2-42b9-8616-172495257348"}], "user_id": "ee0088ff4bd64218b490c3414afb1c76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b882fb2e40e74c88a69342ca2385b28f"}}' 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 d8f9b68f-ca77-402c-a026-f75620388888 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-19T14:00:32Z', 'message': 'Build of instance d8f9b68f-ca77-402c-a026-f75620388888 aborted: Volume 6590f69f-89d7-4d9c-ac41-d58d9c047c0c did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-12e08fff-31b5-40c8-b30d-3671f2552982. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:57:27,361 80554 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.034s 2023-04-19 13:57:27,362 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-459c1969-ac53-44ed-a4cf-7075f4197309', '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": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669-project-member", "password_expires_at": null}, "audit_ids": ["ZCIkqOiPTSux8bs03rd_ig"], "expires_at": "2023-04-19T14:57:27.000000Z", "issued_at": "2023-04-19T13:57:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bf567425cb7480e93f114268dc22713", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:57:27,363 80554 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6c5edc8e-b8c1-4e48-bd8d-acf10a103739', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-516227768-network', 'tenant_id': '2bf567425cb7480e93f114268dc22713', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': '2bf567425cb7480e93f114268dc22713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16032, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:13Z', 'updated_at': '2023-04-19T13:57:13Z', 'revision_number': 1} available for tenant 2023-04-19 13:57:28,301 80554 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.937s 2023-04-19 13:57:28,302 80554 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-938876811", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "6c5edc8e-b8c1-4e48-bd8d-acf10a103739"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201', '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-dc888a36-5433-4fc9-b689-ead475997a89', 'x-compute-request-id': 'req-dc888a36-5433-4fc9-b689-ead475997a89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7dd44282-31f1-44b8-a8a4-9c7556736201", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "pREPhYfs3jFY"}}' 2023-04-19 13:57:28,422 80554 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/7dd44282-31f1-44b8-a8a4-9c7556736201 0.116s 2023-04-19 13:57:28,422 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:57:28 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-6e493207-c5b5-4ab5-9c4b-2166afacb0e8', 'x-compute-request-id': 'req-6e493207-c5b5-4ab5-9c4b-2166afacb0e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201'} Body: b'{"server": {"id": "7dd44282-31f1-44b8-a8a4-9c7556736201", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-938876811", "status": "BUILD", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T13:57:28Z", "updated": "2023-04-19T13:57:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7dd4428 2-31f1-44b8-a8a4-9c7556736201"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 13:58:18,806 80554 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/7dd44282-31f1-44b8-a8a4-9c7556736201 0.331s 2023-04-19 13:58:18,807 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', '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-9c48a7ff-0c45-495b-b4aa-e27bc4388cfc', 'x-compute-request-id': 'req-9c48a7ff-0c45-495b-b4aa-e27bc4388cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201'} Body: b'{"server": {"id": "7dd44282-31f1-44b8-a8a4-9c7556736201", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-938876811", "status": "ACTIVE", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "dd8857993fed2cf9b36c0c612626659a0e5c6312f98be27ea63d3bc0", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T13:57:28Z", "updated": "2023-04-19T13:57:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-516227768-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:c0:63"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57: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-19 13:58:18,822 80554 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 13:59:20,180 80554 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/7dd44282-31f1-44b8-a8a4-9c7556736201/action 1.300s 2023-04-19 13:59:20,180 80554 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-ServerBootFromVolumeStableRe scueTest-image-2120400162"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:18 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-d6edace9-7516-4b80-ae74-4e99e4581be3', 'x-compute-request-id': 'req-d6edace9-7516-4b80-ae74-4e99e4581be3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201/action'} Body: b'{"image_id": "34a0b108-be21-42ad-a780-64216ffc7ba0"}' 2023-04-19 13:59:20,213 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.031s 2023-04-19 13:59:20,214 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7f97cc95-8964-43d3-953c-3e68fde292e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:20Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:21,239 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.023s 2023-04-19 13:59:21,239 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0684dfef-f453-4de7-a629-b3aa50bcb053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_project_name": "tempest-ServerBootFro mVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:20Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:22,269 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.028s 2023-04-19 13:59:22,270 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a3f14435-a6e4-4502-b27a-550d5d640f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:20Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:23,292 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.022s 2023-04-19 13:59:23,293 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-11327e48-9429-4baf-b0a6-5fcd42402fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_rol es": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:20Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:24,327 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.032s 2023-04-19 13:59:24,327 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-66184d03-bea3-49c9-8aab-298154a7923f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:23Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:25,356 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.027s 2023-04-19 13:59:25,357 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-44c5ab33-1381-4c12-98ec-d14278c5916d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:24Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:26,391 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.032s 2023-04-19 13:59:26,391 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2ca1497b-e865-41c6-9add-a851a5782271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b067bca06f99f733c5152b78b3bd0123", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "14e882dd55f8a870ad3e2d645c840f9f3fb58a6053527dbef97dcdc91cbde9f6506166c53d34b520eba847cac435cc68bdb0b129767d799ef9c00ceea1a71bb9", "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "upda ted_at": "2023-04-19T13:59:26Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:26,428 80554 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/34a0b108-be21-42ad-a780-64216ffc7ba0 0.036s 2023-04-19 13:59:26,429 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0d7f7936-278e-4a9e-b946-6262c6256e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7dd44282-31f1-44b8-a8a4-9c7556736201", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2120400162", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b067bca06f99f733c5152b78b3bd0123", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "14e882dd55f8a870ad3e2d645c840f9f3fb58a6053527dbef97dcdc91cbde9f6506166c53d34b520eba847cac435cc68bdb0b129767d799ef9c00ceea1a71bb9", "id": "34a0b108-be21-42ad-a780-64216ffc7ba0", "created_at": "2023-04-19T13:59:20Z", "updated_at": "2023-04-19T13:59:26Z", "tags": [], "self": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0", "file": "/v2/images/34a0b108-be21-42ad-a780-64216ffc7ba0/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:26,705 80554 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/7dd44282-31f1-44b8-a8a4-9c7556736201 0.275s 2023-04-19 13:59:26,706 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', '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-429bc0d4-d9f4-41f8-af9e-643ca1d95fca', 'x-compute-request-id': 'req-429bc0d4-d9f4-41f8-af9e-643ca1d95fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201'} Body: b'{"server": {"id": "7dd44282-31f1-44b8-a8a4-9c7556736201", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-938876811", "status": "ACTIVE", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "dd8857993fed2cf9b36c0c612626659a0e5c6312f9 8be27ea63d3bc0", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T13:57:28Z", "updated": "2023-04-19T13:59:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-516227768-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:c0:63"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7dd44282-31f1-44b8-a8a4-9c7556736201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57: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-19 14:00:26,883 80554 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.099s 2023-04-19 14:00:26,883 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3057802d-7794-4ce1-8221-184d07c835df', '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": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669-project-member", "password_expires_at": null}, "audit_ids": ["KpOxYrIJRuW8VUJlo08kOw"], "expires_at": "2023-04-19T15:00:26.000000Z", "issued_at": "2023-04-19T14:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bf567425cb7480e93f114268dc22713", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http ://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:00:26,884 80554 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '6c5edc8e-b8c1-4e48-bd8d-acf10a103739', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-516227768-network', 'tenant_id': '2bf567425cb7480e93f114268dc22713', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2bf567425cb7480e93f114268dc22713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16032, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:13Z', 'updated_at': '2023-04-19T13:57:13Z', 'revision_number': 1} available for tenant 2023-04-19 14:00:27,836 80554 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.951s 2023-04-19 14:00:27,836 80554 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-998028918", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "6c5edc8e-b8c1-4e48-bd8d-acf10a103739"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888', '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-12e08fff-31b5-40c8-b30d-3671f2552982', 'x-compute-request-id': 'req-12e08fff-31b5-40c8-b30d-3671f2552982', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d8f9b68f-ca77-402c-a026-f75620388888", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d8f9b68f-ca77-402c-a026-f75620388888"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Cz3dL7hmUTNw"}}' 2023-04-19 14:00:27,927 80554 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/d8f9b68f-ca77-402c-a026-f75620388888 0.088s 2023-04-19 14:00:27,927 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appli cation/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:27 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-69f7eb5f-f5f2-475e-85e1-ecbb56516347', 'x-compute-request-id': 'req-69f7eb5f-f5f2-475e-85e1-ecbb56516347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888'} Body: b'{"server": {"id": "d8f9b68f-ca77-402c-a026-f75620388888", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-998028918", "status": "BUILD", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:00:28Z", "updated": "2023-04-19T14:00:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d8f9b68f-ca77-402c-a026-f75620388888"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:01:18,169 80554 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/d8f9b68f-ca77-402c-a026-f75620388888 0.177s 2023-04-19 14:01:18,169 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:17 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-8dfb07ce-c17c-45e2-92bf-7b010406da62', 'x-compute-request-id': 'req-8dfb07ce-c17c-45e2-92bf-7b010406da62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888'} Body: b'{"server": {"id": "d8f9b68f-ca77-402c-a026-f75620388888", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-998028918", "status": "ERROR", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:00:27Z", "updated": "2023-04-19T14:00:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d8f9b68 f-ca77-402c-a026-f75620388888"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-19T14:00:32Z", "message": "Build of instance d8f9b68f-ca77-402c-a026-f75620388888 aborted: Volume 6590f69f-89d7-4d9c-ac41-d58d9c047c0c 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-19 14:01:18,184 80554 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-19 14:01:18,748 80554 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/d8f9b68f-ca77-402c-a026-f75620388888 0.563s 2023-04-19 14:01:18,748 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-d0fa20bc-5c13-4098-bd7f-7d287ea46f44', 'x-compute-request-id': 'req-d0fa20bc-5c13-4098-bd7f-7d287ea46f44', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888'} Body: b'' 2023-04-19 14:01:18,785 80554 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/d8f9b68f-ca77-402c-a026-f75620388888 0.036s 2023-04-19 14:01:18,785 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-a9a4e731-6b4a-4d69-85cf-e5f6cb9f37c3', 'x-compute-request-id': 'req-a9a4e731-6b4a-4d69-85cf-e5f6cb9f37c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d8f9b68f-ca77-402c-a026-f75620388888'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d8f9b68f-ca77-402c-a026-f75620388888 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 2806a3d1-bbe3-434e-9bbb-12118a392811 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:17,231 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/2f66451132114a00ad92c504d3d9a5ad/os-quota-sets/12a813836d2e452992c90bf62a0f49dd?usage=True 0.043s 2023-04-19 14:01:17,231 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b81c7e-00fd-477c-a052-3c0cdd3c0db2', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b81c7e-00fd-477c-a052-3c0cdd3c0db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f66451132114a00ad92c504d3d9a5ad/os-quota-sets/12a813836d2e452992c90bf62a0f49dd?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": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:17,543 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes 0.303s 2023-04-19 14:01:17,543 80562 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-1784143007"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fb0136-9c84-4a03-a840-e8e3ddea912c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fb0136-9c84-4a03-a840-e8e3ddea912c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes'} Body: b'{"volume": {"id": "2806a3d1-bbe3-434e-9bbb-12118a392811", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:17.482258", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1784143007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:17,592 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.039s 2023-04-19 14:01:17,592 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272d346a-3c4b-4874-88a6-1c9413fbbf4e', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272d346a-3c4b-4874-88a6-1c9413fbbf4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'{"volume": {"id": "2806a3d1-bbe3-434e-9bbb-12118a392811", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:17.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1784143007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:18,641 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.038s 2023-04-19 14:01:18,642 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c943cff9-b5bd-44ab-909d-9fb5ab5a0e1d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c943cff9-b5bd-44ab-909d-9fb5ab5a0e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'{"volume": {"id": "2806a3d1-bbe3-434e-9bbb-12118a392811", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:17.000000", "updated_at": "2023-04-19T14:01:18.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1784143007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:18,710 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.057s 2023-04-19 14:01:18,711 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1207715b-c76f-46f5-a547-f56fe4d29011', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1207715b-c76f-46f5-a547-f56fe4d29011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'{"volume": {"id": "2806a3d1-bbe3-434e-9bbb-12118a392811", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:17.000000", "updated_at": "2023-04-19T14:01:18.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1784143007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:18,846 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.124s 2023-04-19 14:01:18,847 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578f0244-6d33-4378-9c4f-9a4c7388de1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'' 2023-04-19 14:01:18,895 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811 0.048s 2023-04-19 14:01:18,896 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bbe2cab-3c10-4bfb-b086-a20d1b7e9d13', 'x-openstack-request-id': 'req-8bbe2cab-3c10-4bfb-b086-a20d1b7e9d13', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/2806a3d1-bbe3-434e-9bbb-12118a392811'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2806a3d1-bbe3-434e-9bbb-12118a392811 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 46f18c78-7ec5-4acc-a222-ff04d05b84ca failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:19,144 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes 0.245s 2023-04-19 14:01:19,145 80562 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-851061800"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18573da6-d7c5-4d0c-a4c0-75bd81d2a294', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18573da6-d7c5-4d0c-a4c0-75bd81d2a294', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes'} Body: b'{"volume": {"id": "46f18c78-7ec5-4acc-a222-ff04d05b84ca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:19.069857", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-851061800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:19,201 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.041s 2023-04-19 14:01:19,203 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b48b5d2-0a74-4987-a7d3-a8d6ff2e2957', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b48b5d2-0a74-4987-a7d3-a8d6ff2e2957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'{"volume": {"id": "46f18c78-7ec5-4acc-a222-ff04d05b84ca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:19.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-851061800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:20,253 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.038s 2023-04-19 14:01:20,253 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13c5cbb-45bd-474a-8327-9e781a3ea0d4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13c5cbb-45bd-474a-8327-9e781a3ea0d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'{"volume": {"id": "46f18c78-7ec5-4acc-a222-ff04d05b84ca", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:19.000000", "updated_at": "2023-04-19T14:01:19.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-851061800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:20,304 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.039s 2023-04-19 14:01:20,304 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e44d1342-8f98-47fe-ac88-2cd6cd48e0fe', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e44d1342-8f98-47fe-ac88-2cd6cd48e0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'{"volume": {"id": "46f18c78-7ec5-4acc-a222-ff04d05b84ca", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:19.000000", "updated_at": "2023-04-19T14:01:19.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-851061800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca"}], "user_id": "0abcbcf37b2843d99e6ebd2ecf4be3d9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a813836d2e452992c90bf62a0f49dd"}}' 2023-04-19 14:01:20,416 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.102s 2023-04-19 14:01:20,417 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:20 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76fb405-55a6-467f-84c9-9400da72e6da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'' 2023-04-19 14:01:20,438 80562 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca 0.021s 2023-04-19 14:01:20,438 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-0643b50b-4f14-4aa5-b746-283cf54d43cd', 'x-openstack-request-id': 'req-0643b50b-4f14-4aa5-b746-283cf54d43cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12a813836d2e452992c90bf62a0f49dd/volumes/46f18c78-7ec5-4acc-a222-ff04d05b84ca'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 46f18c78-7ec5-4acc-a222-ff04d05b84ca 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 55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:25,612 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes 0.320s 2023-04-19 14:01:25,612 80562 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-846694763"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fb71fee-dd5c-4282-bbc8-7d51489786cb', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fb71fee-dd5c-4282-bbc8-7d51489786cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes'} Body: b'{"volume": {"id": "55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:25.538081", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-846694763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}], "user_id": "f3770d199d9c455098711316ba6b5ca6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:25,665 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.043s 2023-04-19 14:01:25,665 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d0b88e7-1d55-4c27-b7db-e90f6af17ffe', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d0b88e7-1d55-4c27-b7db-e90f6af17ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'{"volume": {"id": "55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:26.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-846694763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}], "user_id": "f3770d199d9c455098711316ba6b5ca6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02fc213d22d0442381eac593b0521730"}}' 2023-04-19 14:01:26,717 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.040s 2023-04-19 14:01:26,718 80562 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0afc553c-250b-44d5-9009-62f43e9aa0a6', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0afc553c-250b-44d5-9009-62f43e9aa0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'{"volume": {"id": "55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:26.000000", "updated_at": "2023-04-19T14:01:26.000000", "name": "tempest-VolumesServicesTestJSON-Volume-846694763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}], "user_id": "f3770d199d9c455098711316ba6b5ca6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02fc213d22d0442381eac593b0521730"}}' 2023-04-19 14:01:26,768 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.039s 2023-04-19 14:01:26,768 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a824d752-7042-419b-acd6-77741f2abedc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a824d752-7042-419b-acd6-77741f2abedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'{"volume": {"id": "55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:26.000000", "updated_at": "2023-04-19T14:01:26.000000", "name": "tempest-VolumesServicesTestJSON-Volume-846694763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab"}], "user_id": "f3770d199d9c455098711316ba6b5ca6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "02fc213d22d0442381eac593b0521730"}}' 2023-04-19 14:01:26,895 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.116s 2023-04-19 14:01:26,896 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:26 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-ecc95274-2ad0-4f9f-8880-3da83bc3ecf9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'' 2023-04-19 14:01:26,927 80562 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab 0.030s 2023-04-19 14:01:26,927 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-50e32285-83f5-4b7a-b886-38fdfa9914e3', 'x-openstack-request-id': 'req-50e32285-83f5-4b7a-b886-38fdfa9914e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/02fc213d22d0442381eac593b0521730/volumes/55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 55323bcc-6fe1-4fb6-a0c0-f0028f1ed0ab could not be found."}}' setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) -------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ff4d5101-e47f-4414-81ce-d5ffe97dae57 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 51288e63-5613-46e0-a801-e34a2de146e2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:34,666 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes 0.375s 2023-04-19 14:01:34,666 80562 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-907312886"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f548551-1a03-4747-bcd9-49023ca0bf22', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f548551-1a03-4747-bcd9-49023ca0bf22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes'} Body: b'{"volume": {"id": "51288e63-5613-46e0-a801-e34a2de146e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:34.589686", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-907312886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:34,722 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.046s 2023-04-19 14:01:34,722 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe54913-c897-43f9-88c5-cca1097e4fa7', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe54913-c897-43f9-88c5-cca1097e4fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'{"volume": {"id": "51288e63-5613-46e0-a801-e34a2de146e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:35.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-907312886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:35,773 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.039s 2023-04-19 14:01:35,774 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c4c1a9f-a4b1-477a-86ea-bb0d39ba241e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c4c1a9f-a4b1-477a-86ea-bb0d39ba241e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'{"volume": {"id": "51288e63-5613-46e0-a801-e34a2de146e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:35.000000", "updated_at": "2023-04-19T14:01:35.000000", "name": "tempest-VolumesDeleteCascade-Volume-907312886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:35,825 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.040s 2023-04-19 14:01:35,825 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-849880ae-79ab-4511-ac52-c9285a43d888', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-849880ae-79ab-4511-ac52-c9285a43d888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'{"volume": {"id": "51288e63-5613-46e0-a801-e34a2de146e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:35.000000", "updated_at": "2023-04-19T14:01:35.000000", "name": "tempest-VolumesDeleteCascade-Volume-907312886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:35,936 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.100s 2023-04-19 14:01:35,936 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-43c835db-f5f8-4a47-bf89-58941dafe270', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'' 2023-04-19 14:01:35,958 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2 0.022s 2023-04-19 14:01:35,959 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-51acb6cb-4cd7-4a47-a392-34e957da0bdc', 'x-openstack-request-id': 'req-51acb6cb-4cd7-4a47-a392-34e957da0bdc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/51288e63-5613-46e0-a801-e34a2de146e2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 51288e63-5613-46e0-a801-e34a2de146e2 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 aa9bab9e-347a-4d51-b353-9b928107fb0c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:36,146 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes 0.184s 2023-04-19 14:01:36,146 80562 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-1511754122"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b7269c0-7fd3-4b6b-aba5-e126a8becf3e', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b7269c0-7fd3-4b6b-aba5-e126a8becf3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes'} Body: b'{"volume": {"id": "aa9bab9e-347a-4d51-b353-9b928107fb0c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:36.088384", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1511754122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:36,208 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.044s 2023-04-19 14:01:36,209 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7fe63f4-1a3c-4287-aebc-33b693aabe82', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7fe63f4-1a3c-4287-aebc-33b693aabe82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'{"volume": {"id": "aa9bab9e-347a-4d51-b353-9b928107fb0c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:36.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1511754122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:37,261 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.039s 2023-04-19 14:01:37,261 80562 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f1e026-c945-41ce-ae6f-dcb6cdb3b1df', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f1e026-c945-41ce-ae6f-dcb6cdb3b1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'{"volume": {"id": "aa9bab9e-347a-4d51-b353-9b928107fb0c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:36.000000", "updated_at": "2023-04-19T14:01:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-1511754122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:37,309 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.037s 2023-04-19 14:01:37,309 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8201f444-0c03-4235-bf92-651e13d615e0', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8201f444-0c03-4235-bf92-651e13d615e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'{"volume": {"id": "aa9bab9e-347a-4d51-b353-9b928107fb0c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:36.000000", "updated_at": "2023-04-19T14:01:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-1511754122", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c"}], "user_id": "156a0a651ff341a6a276771365e30ff9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb0f4be9ba214d5cb6a785df6c91cb4a"}}' 2023-04-19 14:01:37,425 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.105s 2023-04-19 14:01:37,426 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-a67d0a3e-7c87-4715-9827-3509405af139', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'' 2023-04-19 14:01:37,448 80562 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c 0.021s 2023-04-19 14:01:37,448 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-fd276657-bdd4-4174-8d6a-3254484433a4', 'x-openstack-request-id': 'req-fd276657-bdd4-4174-8d6a-3254484433a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb0f4be9ba214d5cb6a785df6c91cb4a/volumes/aa9bab9e-347a-4d51-b353-9b928107fb0c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa9bab9e-347a-4d51-b353-9b928107fb0c 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 cbe00315-9e3a-477a-bad9-c580afa53036 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:40,718 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes 0.371s 2023-04-19 14:01:40,718 80562 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-115831270"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36f1991-a998-479a-a814-5fe9a3c2cfee', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36f1991-a998-479a-a814-5fe9a3c2cfee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes'} Body: b'{"volume": {"id": "cbe00315-9e3a-477a-bad9-c580afa53036", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:40.660419", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-115831270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 14:01:40,773 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.044s 2023-04-19 14:01:40,773 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9951c52-eb11-46e0-a71d-d1c92946c199', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9951c52-eb11-46e0-a71d-d1c92946c199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'{"volume": {"id": "cbe00315-9e3a-477a-bad9-c580afa53036", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:41.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-115831270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:41,838 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.052s 2023-04-19 14:01:41,839 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb4331f-e680-4a7c-a921-0b1cf8b5e657', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb4331f-e680-4a7c-a921-0b1cf8b5e657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'{"volume": {"id": "cbe00315-9e3a-477a-bad9-c580afa53036", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:41.000000", "updated_at": "2023-04-19T14:01:41.000000", "name": "tempest-VolumesTransfersV357Test-Volume-115831270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:41,893 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.043s 2023-04-19 14:01:41,894 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904df289-0108-4165-8090-f32aac63fc69', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904df289-0108-4165-8090-f32aac63fc69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'{"volume": {"id": "cbe00315-9e3a-477a-bad9-c580afa53036", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:41.000000", "updated_at": "2023-04-19T14:01:41.000000", "name": "tempest-VolumesTransfersV357Test-Volume-115831270", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:42,011 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.106s 2023-04-19 14:01:42,011 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:41 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-db2f1a22-e2c8-4633-8a50-c263a453266b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'' 2023-04-19 14:01:42,033 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036 0.021s 2023-04-19 14:01:42,033 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:42 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-fa801059-468b-4fa9-9b43-4faae6270e0c', 'x-openstack-request-id': 'req-fa801059-468b-4fa9-9b43-4faae6270e0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/cbe00315-9e3a-477a-bad9-c580afa53036'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cbe00315-9e3a-477a-bad9-c580afa53036 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 21e0ce09-5259-46a0-bd8f-8653f2741d2d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:42,298 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes 0.262s 2023-04-19 14:01:42,299 80562 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-1342069123"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f227e5-c41c-4651-a4c4-09b21b310ef5', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f227e5-c41c-4651-a4c4-09b21b310ef5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes'} Body: b'{"volume": {"id": "21e0ce09-5259-46a0-bd8f-8653f2741d2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:42.162728", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1342069123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 14:01:42,362 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.054s 2023-04-19 14:01:42,363 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f0bf55-0141-4798-a105-03915155b655', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f0bf55-0141-4798-a105-03915155b655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'{"volume": {"id": "21e0ce09-5259-46a0-bd8f-8653f2741d2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:42.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1342069123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:43,414 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.039s 2023-04-19 14:01:43,414 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4035b3c2-4e81-49e2-a20d-3552865ca339', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4035b3c2-4e81-49e2-a20d-3552865ca339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'{"volume": {"id": "21e0ce09-5259-46a0-bd8f-8653f2741d2d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:42.000000", "updated_at": "2023-04-19T14:01:42.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1342069123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:43,472 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.046s 2023-04-19 14:01:43,472 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c2e1c6f-344d-4a23-85ab-c7643c3d658c', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c2e1c6f-344d-4a23-85ab-c7643c3d658c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'{"volume": {"id": "21e0ce09-5259-46a0-bd8f-8653f2741d2d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:42.000000", "updated_at": "2023-04-19T14:01:42.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1342069123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d"}], "user_id": "6b7197e6a9614611bb91165e9eee0585", "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": "3d085128ba5c410aba84303aad40b6a3"}}' 2023-04-19 14:01:43,583 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.099s 2023-04-19 14:01:43,583 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:43 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-65d69e42-86ca-4e4e-aecc-9d9127666532', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'' 2023-04-19 14:01:43,608 80562 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d 0.025s 2023-04-19 14:01:43,609 80562 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:43 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-1417c396-3faf-4bb5-8e78-9ea2ca891bc7', 'x-openstack-request-id': 'req-1417c396-3faf-4bb5-8e78-9ea2ca891bc7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d085128ba5c410aba84303aad40b6a3/volumes/21e0ce09-5259-46a0-bd8f-8653f2741d2d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21e0ce09-5259-46a0-bd8f-8653f2741d2d could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) ------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 2c8dc2b6-8a1d-4cec-bf12-21800c8718ea failed to build and is in ERROR status tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 41b15eb0-a137-4c3d-a605-61f0388e10d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:18,300 80550 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 13:59:18,300 80550 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 13:59:18,363 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-04-19 13:59:18,363 80550 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-824893131", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHgaypXa1N3dushLmF0anTxsHXhJW5mb1XtuBL/cClN1q5jd7K3MhpXEA+bmbDbzW6OS5PnA/QU5VwPwjgvMnrpiqikVJ9Svt6FKtMglxhahxn4cN+p4HdnEBya1pnvWLA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:18 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-c96b3f03-43a9-4316-bb24-636390cf88d3', 'x-compute-request-id': 'req-c96b3f03-43a9-4316-bb24-636390cf88d3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-824893131", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHgaypXa1N3dushLmF0anTxsHXhJW5mb1XtuBL/cClN1q5jd7K3MhpXEA+bmbDbzW6OS5PnA/QU5VwPwjgvMnrpiqikVJ9Svt6FKtMglxhahxn4cN+p4HdnEBya1pnvWLA==", "fingerprint": "6e:f0:62:2a:16:60:d9:69:8e:8d:d1:08:9c:4d:3f:fb", "user_id": "825cd7cdbfad406197e3230a687dcfcc"}}' 2023-04-19 13:59:18,366 80550 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-824893131 created 2023-04-19 13:59:18,519 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.152s 2023-04-19 13:59:18,519 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1392559604", "description": "tempest-description--1511013332"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-ff39a01e-e9b3-4736-8d52-697ac9b558ba', 'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9914219c-83de-41ee-b81c-28575d066b75", "name": "tempest-securitygroup--1392559604", "stateful": true, "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "description": "tempest-description--1511013332", "shared": false, "security_group_rules": [{"id": "8a0c0bb7-b902-4d1f-9a7e-499d663a3019", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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": 572, "description": null, "tags": [], "created_at": "2023-04-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}, {"id": "f4b2254b-0f45-48d1-9e6c-0e7422a47dbe", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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": 571, "description": null, "tags": [], "created_at": "2023-04-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}], "tags": [], "created_at": "2023-04-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 1, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:59:18,695 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-19 13:59:18,696 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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-2c11aec7-976b-4228-9d07-04f7227080b1', 'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "81359444-9db0-44c4-9e3a-1f4dbc402be2", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:59:18,845 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.148s 2023-04-19 13:59:18,845 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4c9c2937-f729-4d4d-b684-d36091140354', 'date': 'Wed, 19 Apr 2023 13:59:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "05f1bfc3-3111-486b-a74a-89dc4d99f26f", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "security_group_id": "9914219c-83de-41ee-b81c-28575d066b75", "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-19T13:59:18Z", "updated_at": "2023-04-19T13:59:18Z", "revision_number": 0, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 13:59:18,846 80550 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1392559604 created 2023-04-19 13:59:20,171 80550 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.324s 2023-04-19 13:59:20,171 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ea6dfd39-0be4-4c90-94f5-c246d3d62964', 'date': 'Wed, 19 Apr 2023 13:59:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f898cc95-9645-4f5c-87d0-4fa5f684e001", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "floating_ip_address": "172.24.4.182", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:59:19Z", "updated_at": "2023-04-19T13:59:19Z", "revision_number": 0}}' 2023-04-19 13:59:20,172 80550 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f898cc95-9645-4f5c-87d0-4fa5f684e001', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:59:19Z', 'updated_at': '2023-04-19T13:59:19Z', 'revision_number': 0, 'ip': '172.24.4.182'} created 2023-04-19 13:59:20,267 80550 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.089s 2023-04-19 13:59:20,267 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:20 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-9944746e-1884-40ea-9ed0-9a6383787677', '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": "825cd7cdbfad406197e3230a687dcfcc", "name": "tempest-AttachVolumeShelveTestJSON-1349701874-project-member", "password_expires_at": null}, "audit_ids": ["mU-zmUatTrWazFFmXkj99Q"], "expires_at": "2023-04-19T14:59:20.000000Z", "issued_at": "2023-04-19T13:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d2b244a7fcf46baab5d636ba6e58fb7", "name": "tempest-AttachVolumeShelveTestJSON-1349701874"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3 dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8d2b244a7fcf46baab5d636ba6e58fb7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:59:20,268 80550 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '032bf858-1d5a-4124-8a42-813b354ac034', 'name': 'tempest-AttachVolumeShelveTestJSON-96054959-network', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48070, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:02Z', 'updated_at': '2023-04-19T13:56:02Z', 'revision_number': 1} available for tenant 2023-04-19 13:59:20,269 80550 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-824893131', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHgaypXa1N3dushLmF0anTxsHXhJW5mb1XtuBL/cClN1q5jd7K3MhpXEA+bmbDbzW6OS5PnA/QU5VwPwjgvMnrpiqikVJ9Svt6FKtMglxhahxn4cN+p4HdnEBya1pnvWLA==', 'fingerprint': '6e:f0:62:2a:16:60:d9:69:8e:8d:d1:08:9c:4d:3f:fb', 'user_id': '825cd7cdbfad406197e3230a687dcfcc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCwYoL4XhiF8QHl0Yq316IuC6qk90ohGD/ga4jyBk+TcW+O0KkH9kjy\nUHXILPsbY9igBwYFK4EEACKhZANiAAR4GsqV2tTd3brIS5hdGp08bB14SVuZm9V7\nbgS/3ApTdauY3eytzIaVxAPm5mw281ujkuT5wP0FOVcD8I4LzJ66YqopFSfUr7eh\nSrTIJcYWocZ+HDfqeB3ZxAcmtaZ71iw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9914219c-83de-41ee-b81c-28575d066b75', 'name': 'tempest-securitygroup--1392559604', 'stateful': True, 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': 'tempest-description--1511013332', 'shared': False, 'security_group_rules': [{'id': '8a0c0bb7-b902-4d1f-9a7e-499d663a3019', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'security_group_id': '9914219c-83de-41ee-b81c-28575d066b75', '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': 572, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:59:18Z', 'updated_at': '2023-04-19T13:59:18Z', 'revision_number': 0, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}, {'id': 'f4b2254b-0f45-48d1-9e6c-0e7422a47dbe', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'security_group_id': '9914219c-83de-41ee-b81c-28575d066b75', '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': 571, 'description': None, 'tags': [], 'created_at': '2023-04-19T13:59:18Z', 'updated_at': '202 3-04-19T13:59:18Z', 'revision_number': 0, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}], 'tags': [], 'created_at': '2023-04-19T13:59:18Z', 'updated_at': '2023-04-19T13:59:18Z', 'revision_number': 1, 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7'}, 'floating_ip': {'id': 'f898cc95-9645-4f5c-87d0-4fa5f684e001', 'tenant_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d2b244a7fcf46baab5d636ba6e58fb7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T13:59:19Z', 'updated_at': '2023-04-19T13:59:19Z', 'revision_number': 0, 'ip': '172.24.4.182'}} 2023-04-19 13:59:21,476 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.207s 2023-04-19 13:59:21,477 80550 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-1234914905", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "032bf858-1d5a-4124-8a42-813b354ac034"}], "security_groups": [{"name": "tempest-securitygroup--1392559604"}], "key_name": "tempest-keypair-824893131", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb', '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-4803ed6b-5cb3-4858-964b-c2ba18cfb2bb', 'x-compute-request-id': 'req-4803ed6b-5cb3-4858-964b-c2ba18cfb2bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1392559604"}], "adminPass": "password"}}' 2023-04-19 13:59:21,580 80550 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/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.100s 2023-04-19 13:59:21,581 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:21 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-673f4cd1-cf8a-4040-a0e6-7343d2bd25a7', 'x-compute-request-id': 'req-673f4cd1-cf8a-4040-a0e6-7343d2bd25a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'{"server": {"id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "name": "tempest-AttachVolumeShelveTestJSON-server-1234914905", "status": "BUILD", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:21Z", "updated": "2023-04-19T13:59:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-824893131", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 14:00:11,915 80550 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/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.272s 2023-04-19 14:00:11,916 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b5c95b1-20eb-4f73-bcf5-827aa70d4f7f', 'x-compute-request-id': 'req-1b5c95b1-20eb-4f73-bcf5-827aa70d4f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'{"server": {"id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "name": "tempest-AttachVolumeShelveTestJSON-server-1234914905", "status": "ACTIVE", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "ac60e7b69f170413360fb18868b8421a1e458a47d97a129bf6d50d97", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:21Z", "updated": "2023-04-19T13:59:31Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8e:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-824893131", "OS-SRV-USG:launched_at": "2023-04-19T13:59:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1392559604"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 14:00:11,930 80550 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:01:12,309 80550 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 /f9269f8b-60eb-4cd7-a58d-c34df1d32deb/os-interface 0.318s 2023-04-19 14:01:12,309 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:11 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-b6f8ffb9-d817-4d22-b5e6-f644fbe2a2b3', 'x-compute-request-id': 'req-b6f8ffb9-d817-4d22-b5e6-f644fbe2a2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "032bf858-1d5a-4124-8a42-813b354ac034", "port_id": "7d8c9040-6fff-4be9-a351-5a49d9ad576c", "mac_addr": "fa:16:3e:d0:8e:81", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e19ab3e7-dcce-469a-b022-61064f2754cd", "ip_address": "10.0.0.14"}]}]}' 2023-04-19 14:01:13,556 80550 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/f898cc95-9645-4f5c-87d0-4fa5f684e001 1.239s 2023-04-19 14:01:13,557 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7d8c9040-6fff-4be9-a351-5a49d9ad576c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-c724ae70-9d72-4dd3-96c4-f39b1c51ea71', 'date': 'Wed, 19 Apr 2023 14:01:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f898cc95-9645-4f5c-87d0-4fa5f684e001'} Body: b'{"floatingip": {"id": "f898cc95-9645-4f5c-87d0-4fa5f684e001", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "floating_ip_address": "172.24.4.182", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "44ad9aba-518c-4971-9428-3e163b669627", "port_id": "7d8c9040-6fff-4be9-a351-5a49d9ad576c", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "032bf858-1d5a-4124-8a42-813b354ac034", "mac_address": "fa:16:3e:d0:8e:81", "admin_state_up": true, "status": "ACTIVE", "device_id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T13:59:19Z", "updated_at": "2023-04-19T14:01:12Z", "revision_number": 1, "project_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 14:01:13,558 80550 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.182:22' as 'cirros' with public key authentication 2023-04-19 14:01:13,589 80550 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:01:13,608 80550 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:01:13,609 80550 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.182 successfully created 2023-04-19 14:01:13,666 80550 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/f9269f8b-60eb-4cd7-a58d-c34df1d32deb/ips 0.057s 2023-04-19 14:01:13,667 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'comp ute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aeb52f8-06e0-4302-a824-fd2eaafcc276', 'x-compute-request-id': 'req-2aeb52f8-06e0-4302-a824-fd2eaafcc276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-19 14:01:13,901 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes 0.231s 2023-04-19 14:01:13,902 80550 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-506058539"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea70c52f-d959-43a0-9e29-4eada1919e80', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea70c52f-d959-43a0-9e29-4eada1919e80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes'} Body: b'{"volume": {"id": "41b15eb0-a137-4c3d-a605-61f0388e10d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:13.827473", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-506058539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}], "user_id": "825cd7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:13,954 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6 0.040s 2023-04-19 14:01:13,954 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0cfaea1-8589-4ee2-b5e9-d40382850e41', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0cfaea1-8589-4ee2-b5e9-d40382850e41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6'} Body: b'{"volume": {"id": "41b15eb0-a137-4c3d-a605-61f0388e10d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:14.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-506058539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}], "user_id": "825c d7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 14:01:15,011 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6 0.045s 2023-04-19 14:01:15,012 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b55ecb2-8b91-494b-8d73-67a40e8ab571', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b55ecb2-8b91-494b-8d73-67a40e8ab571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6'} Body: b'{"volume": {"id": "41b15eb0-a137-4c3d-a605-61f0388e10d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:14.000000", "updated_at": "2023-04-19T14:01:14.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-506058539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d2b244a7fcf46baab5d636ba6e58fb7/volumes/41b15eb0-a137-4c3d-a605-61f0388e10d6"}], "user_id": "825cd7cdbfad406197e3230a687dcfcc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7"}}' 2023-04-19 14:01:15,138 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.115s 2023-04-19 14:01:15,138 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:15 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-0a0884a7-49c9-47b3-acf0-6ca6eee0d6a5', 'x-compute-request-id': 'req-0a0884a7-49c9-47b3-acf0-6ca6eee0d6a5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'' 2023-04-19 14:01:15,341 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.202s 2023-04-19 14:01:15,341 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:15 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-d7d0ae84-ca65-457b-9e6b-443b3cb56488', 'x-compute-request-id': 'req-d7d0ae84-ca65-457b-9e6b-443b3cb56488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'{"server": {"id": "f9269f8b-60eb-4cd7-a58d-c34df1d32deb", "name": "tempest-AttachVolumeShelveTestJSON-server-1234914905", "status": "ACTIVE", "tenant_id": "8d2b244a7fcf46baab5d636ba6e58fb7", "user_id": "825cd7cdbfad406197e3230a687dcfcc", "metadata": {}, "hostId": "ac60e7b69f170413360fb18868b8421a1e458a47d97a129bf6d50d97", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:21Z", "updated": "2023-04-19T14:01:15Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-96054959-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8e:81"}, {"version": 4, "addr": "172.24.4.182", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:8e:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-824893131", "OS-SRV-USG:launched_at": "2023-04-19T13:59:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1392559604"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-19 14:02:05,547 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb 0.143s 2023-04-19 14:02:05,547 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:05 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-39b46eff-5d08-4c58-8fe3-ae28b57c27d0', 'x-compute-request-id': 'req-39b46eff-5d08-4c58-8fe3-ae28b57c27d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9269f8b-60eb-4cd7-a58d-c34df1d32deb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f9269f8b-60eb-4cd7-a58d-c34df1d32deb could not be found."}}' 2023-04-19 14:02:05,589 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-824893131 0.041s 2023-04-19 14:02:05,590 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94e14cb3-dc7c-4de9-94ed-c09261634413', 'x-compute-request-id': 'req-94e14cb3-dc7c-4de9-94ed-c09261634413', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair- 824893131'} Body: b'' 2023-04-19 14:02:05,743 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9914219c-83de-41ee-b81c-28575d066b75 0.152s 2023-04-19 14:02:05,743 80550 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-d5f85a44-2c9a-4147-a851-de19f5360d1e', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9914219c-83de-41ee-b81c-28575d066b75'} Body: b'' 2023-04-19 14:02:05,774 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9914219c-83de-41ee-b81c-28575d066b75 0.030s 2023-04-19 14:02:05,774 80550 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-e2fd7e16-1ace-44c5-adae-a92b5f35d0d1', 'date': 'Wed, 19 Apr 2023 14:02:05 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9914219c-83de-41ee-b81c-28575d066b75'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9914219c-83de-41ee-b81c-28575d066b75 does not exist", "detail": ""}}' 2023-04-19 14:02:06,693 80550 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f898cc95-9645-4f5c-87d0-4fa5f684e001 0.917s 2023-04-19 14:02:06,693 80550 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-add619da-c6fa-4a35-9955-ed3b76213ea9', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f898cc95-9645-4f5c-87d0-4fa5f684e001'} Body: b'' tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:11,567 80550 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.387s 2023-04-19 14:02:11,567 80550 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-370228229"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-678ef5ef-3970-435a-b51e-fcb16d7fb525', 'x-compute-request-id': 'req-678ef5ef-3970-435a-b51e-fcb16d7fb525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:02:11.462594", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-370228229", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-19 14:02:11,654 80550 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/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a 0.081s 2023-04-19 14:02:11,654 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:11 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-20e98171-feb4-4b44-87fe-42f510f36365', 'x-compute-request-id': 'req-20e98171-feb4-4b44-87fe-42f510f36365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a'} Body: b'{"volume": {"id": "e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:02:11.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-370228229", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-19 14:02:12,734 80550 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/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a 0.074s 2023-04-19 14:02:12,734 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:12 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-487e324f-3e8e-4d12-a083-55c362194916', 'x-compute-request-id': 'req-487e324f-3e8e-4d12-a083-55c362194916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a'} Body: b'{"volume": {"id": "e0b3b66b-ac3a-4f7a-a1b9-c71a87211f0a", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T1 4:02:11.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-370228229", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 ef9ca74f-3fd3-4e35-b84a-2e92f0296b40 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 f3cae937-26df-4097-be40-b5ccad3a7bb0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:20,696 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes 0.415s 2023-04-19 14:02:20,696 80550 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-1001302797"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e1d2126-4bed-4fcd-8286-dbced3dfa9a0', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e1d2126-4bed-4fcd-8286-dbced3dfa9a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes'} Body: b'{"volume": {"id": "f3cae937-26df-4097-be40-b5ccad3a7bb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:20.628006", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1001302797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 14:02:20,747 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.041s 2023-04-19 14:02:20,747 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b1d654-6c85-481f-bf62-1dd7c90011b1', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b1d654-6c85-481f-bf62-1dd7c90011b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'{"volume": {"id": "f3cae937-26df-4097-be40-b5ccad3a7bb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:21.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1001302797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:21,814 80550 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.055s 2023-04-19 14:02:21,815 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4a26f5-255c-4acf-b1fc-2a60605692ae', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4a26f5-255c-4acf-b1fc-2a60605692ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'{"volume": {"id": "f3cae937-26df-4097-be40-b5ccad3a7bb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:21.000000", "updated_at": "2023-04-19T14:02:21.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1001302797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:21,870 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.044s 2023-04-19 14:02:21,870 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ee38dd-36f9-4d31-b71f-6e022f8945fa', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99ee38dd-36f9-4d31-b71f-6e022f8945fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'{"volume": {"id": "f3cae937-26df-4097-be40-b5ccad3a7bb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:21.000000", "updated_at": "2023-04-19T14:02:21.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1001302797", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:21,980 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.099s 2023-04-19 14:02:21,980 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:21 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-e4fac0c9-8e80-4722-a4d3-e6c45e2ace7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'' 2023-04-19 14:02:22,002 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0 0.021s 2023-04-19 14:02:22,002 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:21 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-77a43f66-b9e8-4ff6-bd72-7e363489fceb', 'x-openstack-request-id': 'req-77a43f66-b9e8-4ff6-bd72-7e363489fceb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/f3cae937-26df-4097-be40-b5ccad3a7bb0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f3cae937-26df-4097-be40-b5ccad3a7bb0 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 45610578-6d51-45b3-ba12-c5af48b3b60f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:22,276 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes 0.269s 2023-04-19 14:02:22,276 80550 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-976138236"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93f13eaa-eb4b-4701-b1eb-032d8fbfb5b8', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93f13eaa-eb4b-4701-b1eb-032d8fbfb5b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes'} Body: b'{"volume": {"id": "45610578-6d51-45b3-ba12-c5af48b3b60f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:22.208247", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-976138236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-19 14:02:22,328 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.042s 2023-04-19 14:02:22,329 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4594bc15-b9f8-4750-9a16-be13956983c4', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4594bc15-b9f8-4750-9a16-be13956983c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'{"volume": {"id": "45610578-6d51-45b3-ba12-c5af48b3b60f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:22.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-976138236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:23,380 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.039s 2023-04-19 14:02:23,381 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217b81a4-3f52-4978-9493-a2d204a28fe3', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217b81a4-3f52-4978-9493-a2d204a28fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'{"volume": {"id": "45610578-6d51-45b3-ba12-c5af48b3b60f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:22.000000", "updated_at": "2023-04-19T14:02:22.000000", "name": "tempest-VolumesTransfersV355Test-Volume-976138236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:23,441 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.049s 2023-04-19 14:02:23,442 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12c833e1-fbdc-4828-bfb7-77c980476705', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12c833e1-fbdc-4828-bfb7-77c980476705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'{"volume": {"id": "45610578-6d51-45b3-ba12-c5af48b3b60f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:22.000000", "updated_at": "2023-04-19T14:02:22.000000", "name": "tempest-VolumesTransfersV355Test-Volume-976138236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f"}], "user_id": "63a4388cc3b2476bbba18ba6d5e43f10", "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": "7643bb7f67f4428d9fdc47c0b5c31775"}}' 2023-04-19 14:02:23,553 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.099s 2023-04-19 14:02:23,553 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:23 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-f4da3919-392c-48ed-98c8-7f3107a5d391', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'' 2023-04-19 14:02:23,575 80550 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f 0.021s 2023-04-19 14:02:23,575 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:23 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-b98ab664-e77d-49f0-ba1b-56f82ad56a08', 'x-openstack-request-id': 'req-b98ab664-e77d-49f0-ba1b-56f82ad56a08', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7643bb7f67f4428d9fdc47c0b5c31775/volumes/45610578-6d51-45b3-ba12-c5af48b3b60f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 45610578-6d51-45b3-ba12-c5af48b3b60f could not be found."}}' 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 3e063ebc-aaf8-45b5-be9a-602997bcd0af failed to build and is in ERROR status 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 5f770f68-52c4-44b6-b239-9893d1f860a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 13:59:55,925 80566 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-19 13:59:56,663 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.737s 2023-04-19 13:59:56,664 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--539487379", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2d61c68d-0bf9-43fe-b2b6-3f8aa9270138', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--539487379", "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": "833c753ebd4a43f3a70e30069a91f159", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "created_at": "2023-04-19T13:59:57Z", "updated_at": "2023-04-19T13:59:57Z", "tags": [], "self": "/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "file": "/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4/file", "schema": "/v2/schemas/image"}' 2023-04-19 13:59:58,002 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4/file 1.338s 2023-04-19 13:59:58,003 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ff485e40-178e-40a9-b172-6bb8b5b0dfb8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4/file'} Body: b'' 2023-04-19 13:59:58,003 80566 DEBUG [tempest.scenario.manager] image:bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4 2023-04-19 13:59:58,058 80566 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.051s 2023-04-19 13:59:58,059 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-667746645", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKpN5oGph6zjXEqhTdbY1xcgOmbs26KOU1Qo/LL/xx6jL4q0CzpWPjQF/Tfxus+zFaPmLig1vD3+KffUdgsh6LpjEsf5aZeG/7jaDhTP3pnBt4OQWwHFt63EhrPQz8i0Yw=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d73cff7e-2fab-4281-9b82-303d00196205', 'x-compute-request-id': 'req-d73cff7e-2fab-4281-9b82-303d00196205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-667746 645", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKpN5oGph6zjXEqhTdbY1xcgOmbs26KOU1Qo/LL/xx6jL4q0CzpWPjQF/Tfxus+zFaPmLig1vD3+KffUdgsh6LpjEsf5aZeG/7jaDhTP3pnBt4OQWwHFt63EhrPQz8i0Yw==", "fingerprint": "bc:85:a0:94:ff:85:d0:57:cd:db:99:f4:59:2a:63:73", "user_id": "659c76db8ca8424a8c46a43936dfc7a4"}}' 2023-04-19 13:59:58,286 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.216s 2023-04-19 13:59:58,286 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:58 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-a41b8881-e075-419d-aa10-8d56d70a5268', '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": "659c76db8ca8424a8c46a43936dfc7a4", "name": "tempest-TestMinimumBasicScenario-1552925886-project-member", "password_expires_at": null}, "audit_ids": ["t9y-pGQATWGL8I-vE8vXDA"], "expires_at": "2023-04-19T14:59:58.000000Z", "issued_at": "2023-04-19T13:59:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "833c753ebd4a43f3a70e30069a91f159", "name": "tempest-TestMinimumBasicScenario-1552925886"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/833c753ebd4a43f3a70e30069a91f159", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 13:59:58,287 80566 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'fa47499b-5227-4a96-b974-d57fa75d62ba', 'name': 'tempest-TestMinimumBasicScenario-1907882221-network', 'tenant_id': '833c753ebd4a43f3a70e30069a91f159', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '833c753ebd4a43f3a70e30069a91f159', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56229, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:56:18Z', 'updated_at': '2023-04-19T13:56:18Z', 'revision_number': 1} available for tenant 2023-04-19 13:59:58,900 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.612s 2023-04-19 13:59:58,900 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-811394322", "imageRef": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-667746645", "networks": [{"uuid": "fa47499b-5227-4a96-b974-d57fa75d62ba"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3382fa8-4b7e-40f6-b2df-45dcc6c865fd', 'x-compute-request-id': 'req-c3382fa8-4b7e-40f6-b2df-45dcc6c865fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "JEpeTw38utFc"}}' 2023-04-19 13:59:58,979 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.076s 2023-04-19 13:59:58,979 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 13:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-109d53b4-e975-4a52-b40e-f35388de2685', 'x-compute-request-id': 'req-109d53b4-e975-4a52-b40e-f35388de2685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "BUILD", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:59Z", "updated": "2023-04-19T13:59:58Z", "addresses": {}, "acces sIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:49,275 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.233s 2023-04-19 14:00:49,275 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-925e8970-029b-475e-b236-fe313730cfaf', 'x-compute-request-id': 'req-925e8970-029b-475e-b236-fe313730cfaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:58Z", "updated": "2023-04-19T14:00:07Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:99:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": "2023-04-19T14:00:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:00:49,290 80566 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 14:01:49,718 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.370s 2023-04-19 14:01:49,719 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 're q-9110d192-ed68-4d53-9b9e-f7d947237f1b', 'x-compute-request-id': 'req-9110d192-ed68-4d53-9b9e-f7d947237f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:58Z", "updated": "2023-04-19T14:00:07Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:99:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": "2023-04-19T14:00:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:01:49,959 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.228s 2023-04-19 14:01:49,960 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:49 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-39adc454-20c3-4f6d-9eb4-cd8f16bbf9c1', 'x-compute-request-id': 'req-39adc454-20c3-4f6d-9eb4-cd8f16bbf9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}]}]}' 2023-04-19 14:01:50,190 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.226s 2023-04-19 14:01:50,191 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1524737c-cb5e-4759-b5a8-a8ac45bc9122', 'x-compute-request-id': 'req-1524737c-cb5e-4759-b5a8-a8ac45bc9122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be 70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:58Z", "updated": "2023-04-19T14:00:07Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:99:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": "2023-04-19T14:00:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:01:50,434 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes 0.224s 2023-04-19 14:01:50,435 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-519018141", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbce2b1a-aa56-45c7-9165-d509a4f102b5', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbce2b1a-aa56-45c7-9165-d509a4f102b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes'} Body: b'{"volume": {"id": "5f770f68-52c4-44b6-b239-9893d1f860a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:50.348796", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-519018141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:01:50,511 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7 0.066s 2023-04-19 14:01:50,511 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-f13e7f8a-7d5a-453f-b045-e9f40915f7e9', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13e7f8a-7d5a-453f-b045-e9f40915f7e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7'} Body: b'{"volume": {"id": "5f770f68-52c4-44b6-b239-9893d1f860a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:50.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-519018141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "833c753ebd4a43f3a70e30069a91f159"}}' 2023-04-19 14:01:51,591 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7 0.068s 2023-04-19 14:01:51,592 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d86121d2-e716-45bf-b067-3b0a9e25690e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d86121d2-e716-45bf-b067-3b0a9e25690e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7'} Body: b'{"volume": {"id": "5f770f68-52c4-44b6-b239-9893d1f860a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:01:50.000000", "updated_at": "2023-04-19T14:01:50.000000", "name": "tempest-TestMinimumBasicScenario-volume-519018141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7"}], "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "833c753ebd4a43f3a70e30069a91f159"}}' 2023-04-19 14:01:51,774 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7 0.170s 2023-04-19 14:01:51,775 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-6fab14c0-0c10-4755-a3d3-7d5c9339518c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a4 3f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7'} Body: b'' 2023-04-19 14:01:51,797 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7 0.022s 2023-04-19 14:01:51,798 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01: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-a0f25373-fb78-4d33-833f-7482d114e67c', 'x-openstack-request-id': 'req-a0f25373-fb78-4d33-833f-7482d114e67c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/833c753ebd4a43f3a70e30069a91f159/volumes/5f770f68-52c4-44b6-b239-9893d1f860a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5f770f68-52c4-44b6-b239-9893d1f860a7 could not be found."}}' 2023-04-19 14:01:51,925 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.126s 2023-04-19 14:01:51,925 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:51 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-fd56d0e3-2ee4-4aba-9494-04064ffa0407', 'x-compute-request-id': 'req-fd56d0e3-2ee4-4aba-9494-04064ffa0407', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'' 2023-04-19 14:01:52,358 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.432s 2023-04-19 14:01:52,359 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a3020dc-9946-409a-af47-98b21f3cd27f', 'x-compute-request-id': 'req-1a3020dc-9946-409a-af47-98b21f3cd27f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"server": {"id": "39b00836-b75e-499d-be70-8a56500a3ebb", "name": "tempest-TestMinimumBasicScenario-server-811394322", "status": "ACTIVE", "tenant_id": "833c753ebd4a43f3a70e30069a91f159", "user_id": "659c76db8ca8424a8c46a43936dfc7a4", "metadata": {}, "hostId": "c5a1ef9c97a2eb67e702949c928bae5d004d8ed5f6e4f0a8755a8d6a", "image": {"id": "bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:59:58Z", "updated": "2023-04-19T14:01:52Z", "addresses": {"tempest-TestMinimumBasicScenario-1907882221-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:99:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39b00836-b75e-499d-be70-8a56500a3ebb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-667746645", "OS-SRV-USG:launched_at": "2023-04-19T14:00:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:02:42,645 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb 0.225s 2023-04-19 14:02:42,645 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e5c89279-afa5-402c-a100-f2793f8531d9', 'x-compute-request-id': 'req-e5c89279-afa5-402c-a100-f2793f8531d9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39b00836-b75e-499d-be70-8a56500a3ebb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 39b00836-b75e-499d-be70-8a56500a3ebb could not be found."}}' 2023-04-19 14:02:42,674 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-667746645 0.028s 2023-04-19 14:02:42,675 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09c2f7b3-149a-4512-862b-9d1156feb1f3', 'x-compute-request-id': 'req-09c2f7b3-149a-4512-862b-9d1156feb1f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-667746645'} Body: b'' 2023-04-19 14:02:42,780 80566 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4 0.105s 2023-04-19 14:02:42,780 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ac57bc3f-3499-46f1-9ee9-d2a1c72beb56', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/bdf96e1d-1fd8-4ae7-bd8f-bfd0944a34a4'} Body: b'' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 285a83f6-50fc-493e-9b4b-b9b62f53b591 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:46,416 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.249s 2023-04-19 14:02:46,417 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1530317186", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL2km9RU8I6uavHVx4yRGldwtazsXzxQQj7oNocN3Msb+qOSOEoOaepoUnhTNZpf+TJWtLzW3EqZeGcYx+7gWM9GPkJ21o4fKiWC4IPt3jnDa4ZtGQIesaViYjDTWEr2sA=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:46 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-15a8c4b9-a010-426e-b382-f556b57846e8', 'x-compute-request-id': 'req-15a8c4b9-a010-426e-b382-f556b57846e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1530317186", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL2km9RU8I6uavHVx4yRGldwtazsXzxQQj7oNocN3Msb+qOSOEoOaepoUnhTNZpf+TJWtLzW3EqZeGcYx+7gWM9GPkJ21o4fKiWC4IPt3jnDa4ZtGQIesaViYjDTWEr2sA==", "fingerprint": "f0:d5:67:cd:43:68:dd:ed:4d:71:bc:fd:9d:0a:f7:8c", "user_id": "9a8928c0d6414135b0f35d0b403ea158"}}' 2023-04-19 14:02:46,612 80550 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.192s 2023-04-19 14:02:46,612 80550 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-216977451", "description": "tempest-secgroup-smoke-216977451 description", "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-e162489e-3f33-45d5-b4d8-8b5ee8bac5b7', 'date': 'Wed, 19 Apr 2023 14:02:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "name": "tempest-secgroup-smoke-216977451", "stateful": true, "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "description": "tempest-secgroup-smoke-216977451 description", "shared": false, "security_group_rules": [{"id": "194b6dce-3bc9-4f1c-9133-d573fb7c7f11", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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": 783, "description": null, "tags": [], "created_at": "2023-04-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}, {"id": "8cad5401-dea1-4582-b926-2c102d30f066", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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": 782, "description": null, "tags": [], "created_at": "2023-04-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}], "tags": [], "created_at": "2023-04-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 1, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:46,828 80550 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.215s 2023-04-19 14:02:46,829 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "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-400d12fb-1335-4ea6-84ae-91e1c9e15676', 'date': 'Wed, 19 Apr 2023 14:02:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1993c775-db34-467e-9a3f-1e0368915888", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:47,081 80550 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.251s 2023-04-19 14:02:47,081 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "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-d6e15015-0394-41dc-a1a1-20c9a0ee92c0', 'date': 'Wed, 19 Apr 2023 14:02:47 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": "abe614ba-cdf2-463e-8a0b-b186baf0d5b5", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:46Z", "updated_at": "2023-04-19T14:02:46Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:47,258 80550 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.176s 2023-04-19 14:02:47,258 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6414309b-a813-4455-adbe-28a859b06e80', 'date': 'Wed, 19 Apr 2023 14:02:47 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": "b3f5edc1-9f59-46b6-8b1a-0443c6598c02", "tenant_id": "94a86643031e4eb 7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:47Z", "updated_at": "2023-04-19T14:02:47Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:47,859 80550 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.600s 2023-04-19 14:02:47,859 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a0712518-0caa-49f4-93d9-407b677f3843', 'date': 'Wed, 19 Apr 2023 14:02:47 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": "19bc1ee8-5a5b-4a49-8b5b-f9c6ed57e773", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:47Z", "updated_at": "2023-04-19T14:02:47Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:48,029 80550 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.169s 2023-04-19 14:02:48,029 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8aa04e76-087b-4719-a348-b08ab4613907', 'date': 'Wed, 19 Apr 2023 14:02:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "868adbf4-787d-402f-bd92-88d3aed3ce4a", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:47Z", "updated_at": "2023-04-19T14:02:47Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:48,192 80550 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.162s 2023-04-19 14:02:48,192 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "project_id": "94a86643031e4eb7be78bd69f80f1f3b", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3b82f4fb-b39a-47e8-ab7c-27bbbb11bfc5', 'date': 'Wed, 19 Apr 2023 14:02:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e0e458dd-299c-499e-b0c7-fdd987bb4e01", "tenant_id": "94a86643031e4eb7be78bd69f80f1f3b", "security_group_id": "c56f6320-95b3-42eb-9a09-989bdf6c5ab2", "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-19T14:02:48Z", "updated_at": "2023-04-19T14:02:48Z", "revision_number": 0, "project_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:48,450 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes 0.257s 2023-04-19 14:02:48,451 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1971396646", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9284df7-7bca-4cf6-87eb-f9c1a1e9218f', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9284df7-7bca-4cf6-87eb-f9c1a1e9218f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes'} Body: b'{"volume": {"id": "285a83f6-50fc-493e-9b4b-b9b62f53b591", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:48.342587", "updated_at": null, "name": "tempest-TestStampPattern-volume-1971396646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}], "user_id": "9a8928c0d6414135b0f35d0b403ea158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:02:48,512 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591 0.050s 2023-04-19 14:02:48,512 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa86d52-07a0-4b43-8eee-8160b38a7007', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa86d52-07a0-4b43-8eee-8160b38a7007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591'} Body: b'{"volume": {"id": "285a83f6-50fc-493e-9b4b-b9b62f53b591", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:48.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-1971396646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, " metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}], "user_id": "9a8928c0d6414135b0f35d0b403ea158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:49,585 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591 0.061s 2023-04-19 14:02:49,586 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f0f671-d099-464d-9e38-2643813759ee', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f0f671-d099-464d-9e38-2643813759ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591'} Body: b'{"volume": {"id": "285a83f6-50fc-493e-9b4b-b9b62f53b591", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:48.000000", "updated_at": "2023-04-19T14:02:48.000000", "name": "tempest-TestStampPattern-volume-1971396646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591"}], "user_id": "9a8928c0d6414135b0f35d0b403ea158", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94a86643031e4eb7be78bd69f80f1f3b"}}' 2023-04-19 14:02:49,719 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591 0.122s 2023-04-19 14:02:49,720 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7749de14-4dee-4657-9ee6-05f21e6fa096', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591'} Body: b'' 2023-04-19 14:02:49,743 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591 0.022s 2023-04-19 14:02:49,743 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02: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-6f6aac28-f796-46e0-ab9e-45765649084c', 'x-openstack-request-id': 'req-6f6aac28-f796-46e0-ab9e-45765649084c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/94a86643031e4eb7be78bd69f80f1f3b/volumes/285a83f6-50fc-493e-9b4b-b9b62f53b591'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 285a83f6-50fc-493e-9b4b-b9b62f53b591 could not be found."}}' 2023-04-19 14:02:49,915 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c56f6320-95b3-42eb-9a09-989bdf6c5ab2 0.172s 2023-04-19 14:02:49,916 80550 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-baa50965-7c7f-405b-92ad-a363fed81559', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c56f6320-95b3-42eb-9a09-989bdf6c5ab2'} Body: b'' 2023-04-19 14:02:49,963 80550 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1530317186 0.047s 2023-04-19 14:02:49,964 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:49 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-1fd85a26-2e4b-4196-b2c5-5655381da79e', 'x-compute-request-id': 'req-1fd85a26-2e4b-4196-b2c5-5655381da79e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1530317186'} Body: b'' 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 a5b41661-eb15-43c4-9112-b3fad267b8cb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:52,256 80566 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes 0.440s 2023-04-19 14:02:52,256 80566 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-972070856"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d30eda-311d-4a8e-aeec-23844e37529d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d30eda-311d-4a8e-aeec-23844e37529d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes'} Body: b'{"volume": {"id": "a5b41661-eb15-43c4-9112-b3fad267b8cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:52.182624", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-972070856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}], "user_id": "e33ef7d4768145349a2f5c3638f2b16f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:02:52,314 80566 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb 0.048s 2023-04-19 14:02:52,314 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a5435a-9227-475c-9514-0b29a85141c7', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a5435a-9227-475c-9514-0b29a85141c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb'} Body: b'{"volume": {"id": "a5b41661-eb15-43c4-9112-b3fad267b8cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:52.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-972070856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}], "user_id": "e33ef7d4768145349a2f5c3638f2b16f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8105a58a20744a2c95fb03d4f6d01f96"}}' 2023-04-19 14:02:53,369 80566 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb 0.043s 2023 -04-19 14:02:53,370 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a44bba6-5f29-4644-bff4-b18528d723c3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a44bba6-5f29-4644-bff4-b18528d723c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb'} Body: b'{"volume": {"id": "a5b41661-eb15-43c4-9112-b3fad267b8cb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:52.000000", "updated_at": "2023-04-19T14:02:52.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-972070856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8105a58a20744a2c95fb03d4f6d01f96/volumes/a5b41661-eb15-43c4-9112-b3fad267b8cb"}], "user_id": "e33ef7d4768145349a2f5c3638f2b16f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8105a58a20744a2c95fb03d4f6d01f96"}}' 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 e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:55,251 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes 0.377s 2023-04-19 14:02:55,251 80566 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-746116356"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a74c89b-f31a-434b-abe6-85a16665b1c5', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a74c89b-f31a-434b-abe6-85a16665b1c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes'} Body: b'{"volume": {"id": "e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:55.190381", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-746116356", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-19 14:02:55,302 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85 0.040s 2023-04-19 14:02:55,302 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0a5def-fce6-4286-8814-697e0d397c27', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0a5def-fce6-4286-8814-697e0d397c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85'} Body: b'{"volume": {"id": "e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:55.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-746116356", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "31d3d1b85b29440c9af8e944e753c720"}}' 2023-04-19 14:02:56,353 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85 0.040s 2023-04-19 14:02:56,353 80566 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833215a0-80c9-4bf6-9c01-f0af898df571', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833215a0-80c9-4bf6-9c01-f0af898df571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85'} Body: b'{"volume": {"id": "e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:55.000000", "updated_at": "2023-04-19T14:02:55.000000", "name": "tempest-VolumeRevertTests-Volume-746116356", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/e3cd9f7d-bfee-4ed9-bf2a-046aee49cb85"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "31d3d1b85b29440c9af8e944e753c720"}}' 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 3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:00:10,328 80560 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 14:00:10,328 80560 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 14:00:10,391 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.061s 2023-04-19 14:00:10,392 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-815914906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCcF8eaymNGlF9pO/yZjrGt6JgxsXHuoWWgJ9vbZtNxwCYCxd9WvOg+yiGd6hc+ShM+WoidH977SNvr1t127temwZ/ggFm6tCZEAarxwUuVplEbsn0Baxpo2CeqA8L50Ig=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cfccf72-649c-4c3e-b5b9-62b9ff08059f', 'x-compute-request-id': 'req-0cfccf72-649c-4c3e-b5b9-62b9ff08059f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-815914906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCcF8eaymNGlF9pO/yZjrGt6JgxsXHuoWWgJ9vbZtNxwCYCxd9WvOg+yiGd6hc+ShM+WoidH977SNvr1t127temwZ/ggFm6tCZEAarxwUuVplEbsn0Baxpo2CeqA8L50Ig==", "fingerprint": "0b:0c:23:6a:1e:9e:97:7a:a0:97:18:aa:b6:ab:bb:99", "user_id": "390686e4c10c40f0b1df9b2ba9557484"}}' 2023-04-19 14:00:10,395 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-815914906 created 2023-04-19 14:00:10,550 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2023-04-19 14:00:10,550 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--637032073", "description": "tempest-description--865438224"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-2163a0cb-a4ae-4a05-8b1d-beed2917bfa5', 'date': 'Wed, 19 Apr 2023 14:00:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "name": "tempest-securitygroup--637032073", "stateful": true, "tenant_id": "0606afa926de4400819fac2cce6813a7", "description": "tempest-description--865438224", "shared": false, "security_group_rules": [{"id": "7e1c7552-dcd5-4cf5-8f46-1de3f2d4e69e", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "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": 625, "description": null, "tags": [], "created_at": "2023-04-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}, {"id": "a4ce5d47-ab4d-4181-9aeb-5bdb8c43cd8f", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "ethertype": "IPv4", "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": 624, "description": null, "tags": [], "created_at": "2023-04-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}], "tags": [], "created_at": "2023-04-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:00:10,714 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-19 14:00:10,715 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "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-62317065-1b74-4362-9405-f7b845cd82df', 'date': 'Wed, 19 Apr 2023 14:00: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": "ce4ecbd7-5f90-4122-8e3f-0118c8f8017a", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "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-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:00:10,876 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-19 14:00:10,876 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bc9eecde-34b9-435a-86df-17cf4ec41e55', 'date': 'Wed, 19 Apr 2023 14:00: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": "f8e274ff-c60f-42f5-b0a0-f26915a78121", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "52b0382a-de89-4396-bfa3-fd8f71186e84", "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-19T14:00:10Z", "updated_at": "2023-04-19T14:00:10Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:00:10,876 80560 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--637032073 created 2023-04-19 14:00:11,734 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.857s 2023-04-19 14:00:11,734 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-open stack-request-id': 'req-2b8be5ae-087c-4a26-ae0e-0bbbd5eae1b7', 'date': 'Wed, 19 Apr 2023 14:00:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1e38786f-6d24-4de9-a674-d349fa3e84f7", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.164", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0606afa926de4400819fac2cce6813a7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:00:11Z", "updated_at": "2023-04-19T14:00:11Z", "revision_number": 0}}' 2023-04-19 14:00:11,734 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1e38786f-6d24-4de9-a674-d349fa3e84f7', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.164', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:00:11Z', 'updated_at': '2023-04-19T14:00:11Z', 'revision_number': 0, 'ip': '172.24.4.164'} created 2023-04-19 14:00:11,824 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2023-04-19 14:00:11,825 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:11 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-5cac5c85-d11a-498b-8a2c-35a241e5eda9', '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": "390686e4c10c40f0b1df9b2ba9557484", "name": "tempest-AttachVolumeNegativeTest-1445397700-project-member", "password_expires_at": null}, "audit_ids": ["eTHQo8mXRsmiuxHAzSrcCw"], "expires_at": "2023-04-19T15:00:11.000000Z", "issued_at": "2023-04-19T14:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0606afa926de4400819fac2cce6813a7", "name": "tempest-AttachVolumeNegativeTest-1445397700"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", " url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:00:11,825 80560 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'eccb12ee-eec2-46f3-bd4b-50363e787f6e', 'name': 'tempest-AttachVolumeNegativeTest-727006574-network', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0606afa926de4400819fac2cce6813a7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34394, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:11Z', 'updated_at': '2023-04-19T13:57:11Z', 'revision_number': 1} available for tenant 2023-04-19 14:00:11,826 80560 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-815914906', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCcF8eaymNGlF9pO/yZjrGt6JgxsXHuoWWgJ9vbZtNxwCYCxd9WvOg+yiGd6hc+ShM+WoidH977SNvr1t127temwZ/ggFm6tCZEAarxwUuVplEbsn0Baxpo2CeqA8L50Ig==', 'fingerprint': '0b:0c:23:6a:1e:9e:97:7a:a0:97:18:aa:b6:ab:bb:99', 'user_id': '390686e4c10c40f0b1df9b2ba9557484', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD1TE9q2Ud+HzvaDqdYRka03jXDXSg4FwcyrhQf4O+segJ7G1uCE77S\nj6fNfYKW9e6gBwYFK4EEACKhZANiAAQnBfHmspjRpRfaTv8mY6xreiYMbFx7qFlo\nCfb22bTccAmAsXfVrzoPsohneoXPkoTPlqInR/e+0jb69bddu7XpsGf4IBZurQmR\nAGq8cFLlaZRG7J9AWsaaNgnqgPC+dCI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '52b0382a-de89-4396-bfa3-fd8f71186e84', 'name': 'tempest-securitygroup--637032073', 'stateful': True, 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'description': 'tempest-description--865438224', 'shared': False, 'security_group_rules': [{'id': '7e1c7552-dcd5-4cf5-8f46-1de3f2d4e69e', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '52b0382a-de89-4396-bfa3-fd8f71186e84', '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': 625, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:00:10Z', 'updated_at': '2023-04-19T14:00:10Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}, {'id': 'a4ce5d47-ab4d-4181-9aeb-5bdb8c43cd8f', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '52b0382a-de89-4396-bfa3-fd8f71186e84', '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': 624, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:00:10Z', 'updated_at': '2023-04-19T14:00:10Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}] , 'tags': [], 'created_at': '2023-04-19T14:00:10Z', 'updated_at': '2023-04-19T14:00:10Z', 'revision_number': 1, 'project_id': '0606afa926de4400819fac2cce6813a7'}, 'floating_ip': {'id': '1e38786f-6d24-4de9-a674-d349fa3e84f7', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.164', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:00:11Z', 'updated_at': '2023-04-19T14:00:11Z', 'revision_number': 0, 'ip': '172.24.4.164'}} 2023-04-19 14:00:12,525 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.698s 2023-04-19 14:00:12,526 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-999897947", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "eccb12ee-eec2-46f3-bd4b-50363e787f6e"}], "security_groups": [{"name": "tempest-securitygroup--637032073"}], "key_name": "tempest-keypair-815914906", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3515f70c-eb3b-470a-bf25-fa9a7f16f6d8', 'x-compute-request-id': 'req-3515f70c-eb3b-470a-bf25-fa9a7f16f6d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--637032073"}], "adminPass": "password"}}' 2023-04-19 14:00:12,598 80560 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/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.069s 2023-04-19 14:00:12,599 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bf568c7-4f4d-4f93-9b23-43882aa20e54', 'x-compute-request-id': 'req-7bf568c7-4f4d-4f93-9b23-43882aa20e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'{"server": {"id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "name": "tempest-AttachVolumeNegativeTest-server-999897947", "status": "BUILD", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/image s/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:00:12Z", "updated": "2023-04-19T14:00:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-815914906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:01:02,922 80560 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/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.275s 2023-04-19 14:01:02,922 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:02 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-d65f9ee7-f3b0-4e10-aa02-2b4abd5dc8ae', 'x-compute-request-id': 'req-d65f9ee7-f3b0-4e10-aa02-2b4abd5dc8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'{"server": {"id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "name": "tempest-AttachVolumeNegativeTest-server-999897947", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:00:12Z", "updated": "2023-04-19T14:00:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b7:4b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-815914906", "OS-SRV-USG:launched_at": "2023-04-19T14:00:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--637032073"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:01:02,934 80560 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:02:03,162 80560 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/36f5347a-291b-4d70-a8d9-58ca074f2ed0/os-interface 0.170s 2023-04-19 14:02:03,162 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17402da8-5b77-497c-81fd-38346af4342e', 'x-compute-request-id': 'req-17402da8-5b77-497c-81fd-38346af4342e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "port_id": "564734f2-3021-409d-bb40-2cc561379e24", "mac_addr": "fa:16:3e:e9:b7:4b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ecdae315-4951-4317-a36b-fa28c3db6952", "ip_address": "10.0.0.13"}]}]}' 2023-04-19 14:02:04,039 80560 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/1e38786f-6d24-4de9-a674-d349fa3e84f7 0.872s 2023-04-19 14:02:04,039 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "564734f2-3021-409d-bb40-2cc561379e24"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-642a191a-4d68-48a1-a594-89f545b038d4', 'date': 'Wed, 19 Apr 2023 14:02:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1e38786f-6d24-4de9-a674-d349fa3e84f7'} Body: b'{"floatingip": {"id": "1e38786f-6d24-4de9-a674-d349fa3e84f7", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.164", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "8efe354d-f924-4f83-94b4-6c19246f8bf9", "port_id": "564734f2-3021-409d-bb40-2cc561379e24", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "mac_address": "fa:16:3e:e9:b7:4b", "admin_state_up": true, "status": "ACTIVE", "device_id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:00:11Z", "updated_at": "2023-04-19T14:02:03Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:04,041 80560 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.164:22' as 'cirros' with public key authentication 2023-04-19 14:02:04,072 80560 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:02:04,092 80560 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:02:04,093 80560 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.164 successfully created 2023-04-19 14:02:04,141 80560 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/36f5347a-291b-4d70-a8d9-58ca074f2ed0/ips 0.047s 2023-04-19 14:02:04,141 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:04 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-f2b8bf49-64e5-4008-a444-7f6858753fb6', 'x-compute-request-id': 'req-f2b8bf49-64e5-4008-a444-7f6858753fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0/ips'} Body: b'{"add resses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-19 14:02:04,378 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes 0.233s 2023-04-19 14:02:04,378 80560 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-1773019352"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d9c815-af30-4f20-928a-5a3cbab954df', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d9c815-af30-4f20-928a-5a3cbab954df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes'} Body: b'{"volume": {"id": "3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:04.285764", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1773019352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:02:04,444 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d 0.056s 2023-04-19 14:02:04,445 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d97b09-e133-4b11-b66d-bf7eb6287642', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32d97b09-e133-4b11-b66d-bf7eb6287642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d'} Body: b'{"volume": {"id": "3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:04.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1773019352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:05,515 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/ 0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d 0.057s 2023-04-19 14:02:05,515 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-883957de-fc1a-472d-9004-71f567230c58', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-883957de-fc1a-472d-9004-71f567230c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d'} Body: b'{"volume": {"id": "3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:04.000000", "updated_at": "2023-04-19T14:02:04.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1773019352", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/3ec89bf2-5f43-48a4-ad55-6e84dfa7c66d"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:05,695 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.168s 2023-04-19 14:02:05,695 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02: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-83acf018-cd76-4e1a-9f54-3ea9f37a982c', 'x-compute-request-id': 'req-83acf018-cd76-4e1a-9f54-3ea9f37a982c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'' 2023-04-19 14:02:05,902 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.206s 2023-04-19 14:02:05,902 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:05 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-7dd0dec1-b105-49d1-9230-55fbfcdc51b3', 'x-compute-request-id': 'req-7dd0dec1-b105-49d1-9230-55fbfcdc51b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'{"server": {"id": "36f5347a-291b-4d70-a8d9-58ca074f2ed0", "name": "tempest-AttachVolumeNegativeTest-server-999897947", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:00:12Z", "updated": "2023-04-19T14:02:06Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b7:4b"}, {"version": 4, "addr": "172.24.4.164", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b7:4b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-815914906", "OS-SRV-USG:launched_at": "2023-04-19T14:00:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--637032073"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:02:56,173 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0 0.209s 2023-04-19 14:02:56,174 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02: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-cba7aeee-d01d-4045-8565-3bb7cad0318c', 'x-compute-request-id': 'req-cba7aeee-d01d-4045-8565-3bb7cad0318c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/36f5347a-291b-4d70-a8d9-58ca074f2ed0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 36f5347a-291b-4d70-a8d9-58ca074f2ed0 could not be found."}}' 2023-04-19 14:02:56,207 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-815914906 0.032s 2023-04-19 14:02:56,208 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b40ff7c7-7ac2-4a2b-b71d-247286c6cfa8', 'x-compute-request-id': 'req-b40ff7c7-7ac2-4a2b-b71d-247286c6cfa8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-815914906'} Body: b'' 2023-04-19 14:02:56,391 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/52b0382a-de89-4396-bfa3-fd8f71186e84 0.182s 2023-04-19 14:02:56,391 80560 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-9f1b4d50-2bfb-4838-80fb-232079528561', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:56 GMT', ' connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/52b0382a-de89-4396-bfa3-fd8f71186e84'} Body: b'' 2023-04-19 14:02:56,413 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/52b0382a-de89-4396-bfa3-fd8f71186e84 0.022s 2023-04-19 14:02:56,414 80560 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-c244c42b-08bb-43bf-bc54-3b684d641fb7', 'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/52b0382a-de89-4396-bfa3-fd8f71186e84'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 52b0382a-de89-4396-bfa3-fd8f71186e84 does not exist", "detail": ""}}' 2023-04-19 14:02:56,990 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1e38786f-6d24-4de9-a674-d349fa3e84f7 0.576s 2023-04-19 14:02:56,991 80560 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-1d5ec3d9-2b9d-4ef7-a1a5-49b27082f060', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1e38786f-6d24-4de9-a674-d349fa3e84f7'} Body: b'' 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 d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:56,569 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes 0.201s 2023-04-19 14:02:56,570 80566 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-1466016698"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c93a67e-247f-4c9a-8212-885b72bc29a5', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c93a67e-247f-4c9a-8212-885b72bc29a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes'} Body: b'{"volume": {"id": "d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:56.507715", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1466016698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-19 14:02:56,637 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09 0.057s 2023-04-19 14:02:56,638 80566 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77ea3e2-4b9c-4653-952e-30d485fd21af', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77ea3e2-4b9c-4653-952e-30d485fd21af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09'} Body: b'{"volume": {"id": "d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:57.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1466016698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "31d3d1b85b29440c9af8e944e753c720"}}' 2023-04-19 14:02:57,720 80566 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09 0.069s 2023-04-19 14:02:57,721 80566 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e705117d-d7f6-401b-8440-0883466de7cb', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e705117d-d7f6-401b-8440-0883466de7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09'} Body: b'{"volume": {"id": "d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:57.000000", "updated_at": "2023-04-19T14:02:57.000000", "name": "tempest-VolumeRevertTests-Volume-1466016698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d3d1b85b29440c9af8e944e753c720/volumes/d6cdb9fc-7807-4ff9-b143-bc75ee9a9d09"}], "user_id": "a473f4bc0669482e8f64ca4d059ef715", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "31d3d1b85b29440c9af8e944e753c720"}}' 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 04554a78-5ec7-4e45-a607-743349a8bb43 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:53,466 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452 0.242s 2023-04-19 14:01:53,466 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec09ce75-b138-4a2a-b211-59a765b7467e', 'x-compute-request-id': 'req-ec09ce75-b138-4a2a-b211-59a765b7467e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452'} Body: b'{"server": {"id": "dce0b5c9-a197-4697-ba7a-cba87012c452", "name": "tempest-ServersNegativeTestJSON-server-216681046", "status": "ACTIVE", "tenant_id": "806255a694c7446893131ff6de13c42d", "user_id": "9bb00927681348c08cabf5cea1edaac2", "metadata": {}, "hostId": "8ca7d4657e0daf7bc2575f4f42e15f36cd5d3796276064f670e00db2", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:20Z", "updated": "2023-04-19T13:57:32Z", "addresses": {"tempest-ServersNegativeTestJSON-196789147-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:43:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:02:53,996 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes 0.458s 2023-04-19 14:02:53,996 80564 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-657179000"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-211bee2e-9eb7-4e5f-b81c-cc4cd76625c1', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-211bee2e-9eb7-4e5f-b81c-cc4cd76625c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes'} Body: b'{"volume": {"id": "04554a78-5ec7-4e45-a607-743349a8bb43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:53.928255", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-657179000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:02:54,047 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43 0.041s 2023-04-19 14:02:54,047 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef44f3bb-1e24-412d-8ae0-2f5948d008e2', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef44f3bb-1e24-412d-8ae0-2f5948d008e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43'} Body: b'{"volume": {"id": "04554a78-5ec7-4e45-a607-743349a8bb43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:54.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-657179000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "806255a694c7446893131ff6de13c42d"}}' 2023-04-19 14:02:55,100 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43 0.041s 2023-04-19 14:02:55,100 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5019d17-ae97-4de5-aa57-669bf266e1ab', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5019d17-ae97-4de5-aa57-669bf266e1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43'} Body: b'{"volume": {"id": "04554a78-5ec7-4e45-a607-743349a8bb43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:02:54.000000", "updated_at": "2023-04-19T14:02:54.000000", "name": "tempest-ServersNegativeTestJSON-volume-657179000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/806255a694c7446893131ff6de13c42d/volumes/04554a78-5ec7-4e45-a607-743349a8bb43"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant -attr:tenant_id": "806255a694c7446893131ff6de13c42d"}}' 2023-04-19 14:02:55,366 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452 0.255s 2023-04-19 14:02:55,367 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6c49aea-d95a-4d14-bd54-a5dab3a87cae', 'x-compute-request-id': 'req-d6c49aea-d95a-4d14-bd54-a5dab3a87cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452'} Body: b'{"server": {"id": "dce0b5c9-a197-4697-ba7a-cba87012c452", "name": "tempest-ServersNegativeTestJSON-server-216681046", "status": "ACTIVE", "tenant_id": "806255a694c7446893131ff6de13c42d", "user_id": "9bb00927681348c08cabf5cea1edaac2", "metadata": {}, "hostId": "8ca7d4657e0daf7bc2575f4f42e15f36cd5d3796276064f670e00db2", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:20Z", "updated": "2023-04-19T13:57:32Z", "addresses": {"tempest-ServersNegativeTestJSON-196789147-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:43:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 77e55480-bde7-4686-8e3c-619f4a1d0681 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:04:45,263 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes 0.253s 2023-04-19 14:04:45,264 80556 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-1660633758"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20445496-f7f3-4af0-8a1f-4a3353010ce6', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20445496-f7f3-4af0-8a1f-4a3353010ce6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes'} Body: b'{"volume": {"id": "77e55480-bde7-4686-8e3c-619f4a1d0681", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:45.198161", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1660633758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:04:45,344 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681 0.069s 2023-04-19 14:04:45,345 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3755ada3-a357-40a7-990b-79a2423cf6c7', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3755ada3-a357-40a7-990b-79a2423cf6c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681'} Body: b'{"volume": {"id": "77e55480-bde7-4686-8e3c-619f4a1d0681", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:45.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1660633758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d563f8793494ae697180a5f58c11758"}}' 2023-04-19 14:04:46,401 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681 0.042s 2023-04-19 14:04:46,401 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1bc53f-11f9-4bc9-8ee0-6b65d16ff310', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1bc53f-11f9-4bc9-8ee0-6b65d16ff310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681'} Body: b'{"volume": {"id": "77e55480-bde7-4686-8e3c-619f4a1d0681", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:45.000000", "updated_at": "2023-04-19T14:04:45.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1660633758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/77e55480-bde7-4686-8e3c-619f4a1d0681"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d563f8793494ae697180a5f58c11758"}}' 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 704d941e-c0dc-494c-a969-d0d70619ab66 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:04:46,610 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes 0.194s 2023-04-19 14:04:46,610 80556 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-1793141403"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efac160d-a038-4a00-b2ea-2182e2c35c36', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efac160d-a038-4a00-b2ea-2182e2c35c36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes'} Body: b'{"volume": {"id": "704d941e-c0dc-494c-a969-d0d70619ab66", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:46.549998", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1793141403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:04:46,707 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66 0.070s 2023-04-19 14:04:46,711 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-921ffe4b-ee90-4616-b5f3-10c2c300495d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-921ffe4b-ee90-4616-b5f3-10c2c300495d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66'} Body: b'{"volume": {"id": "704d941e-c0dc-494c-a969-d0d70619ab66", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:47.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1793141403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d563f8793494ae697180a5f58c11758"}}' 2023-04-19 14:04:47,766 80556 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66 0.043s 2023-04-19 14:04:47,767 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4874d8d9-3832-4c90-80f9-783f6f2a782e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4874d8d9-3832-4c90-80f9-783f6f2a782e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66'} Body: b'{"volume": {"id": "704d941e-c0dc-494c-a969-d0d70619ab66", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:47.000000", "updated_at": "2023-04-19T14:04:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1793141403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6d563f8793494ae697180a5f58c11758/volumes/704d941e-c0dc-494c-a969-d0d70619ab66"}], "user_id": "b82a409207a14dbd96308936b12a65fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d563f8793494ae697180a5f58c11758"}}' 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 bd656936-7656-4e89-8a1f-9b43584c5624 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-19T14:04:22Z', 'message': 'Build of instance bd656936-7656-4e89-8a1f-9b43584c5624 aborted: Volume c2f92608-7ba0-440f-ad6b-724eeb4030a0 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-96afbbfc-538d-4e79-8798-c15cff67eb0c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:01:18,910 80554 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.111s 2023-04-19 14:01:18,910 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0ec695ce-5b87-4bf5-bfeb-5436a6111ed0', '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": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669-project-member", "password_expires_at": null}, "audit_ids": ["c7NufNqeT5ubhylWORMJTg"], "expires_at": "2023-04-19T15:01:18.000000Z", "issued_at": "2023-04-19T14:01:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bf567425cb7480e93f114268dc22713", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:01:18,911 80554 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6c5edc8e-b8c1-4e48-bd8d-acf10a103739', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-516227768-network', 'tenant_id': '2bf567425cb7480e93f114268dc22713', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': '2bf567425cb7480e93f114268dc22713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16032, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:13Z', 'updated_at': '2023-04-19T13:57:13Z', 'revision_number': 1} available for tenant 2023-04-19 14:01:19,476 80554 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.564s 2023-04-19 14:01:19,476 80554 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-828838196", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "6c5edc8e-b8c1-4e48-bd8d-acf10a103739"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99', '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-a9959dfd-8db5-4d5c-b60a-a66ad1353cef', 'x-compute-request-id': 'req-a9959dfd-8db5-4d5c-b60a-a66ad1353cef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "547f7955-94c5-48e4-8705-456f5d4c2d99", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "SZwTPaoQPch7"}}' 2023-04-19 14:01:19,566 80554 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/547f7955-94c5-48e4-8705-456f5d4c2d99 0.087s 2023-04-19 14:01:19,566 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:01:19 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-54af65fa-d5de-4c8e-80e8-35a01887cfbf', 'x-compute-request-id': 'req-54af65fa-d5de-4c8e-80e8-35a01887cfbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99'} Body: b'{"server": {"id": "547f7955-94c5-48e4-8705-456f5d4c2d99", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-828838196", "status": "BUILD", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:01:19Z", "updated": "2023-04-19T14:01:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/547f795 5-94c5-48e4-8705-456f5d4c2d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:02:09,893 80554 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/547f7955-94c5-48e4-8705-456f5d4c2d99 0.262s 2023-04-19 14:02:09,894 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96d984ff-172e-42ac-ba29-e60add572345', 'x-compute-request-id': 'req-96d984ff-172e-42ac-ba29-e60add572345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99'} Body: b'{"server": {"id": "547f7955-94c5-48e4-8705-456f5d4c2d99", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-828838196", "status": "ACTIVE", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "dd8857993fed2cf9b36c0c612626659a0e5c6312f98be27ea63d3bc0", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:01:19Z", "updated": "2023-04-19T14:01:27Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-516227768-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:0f:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T14:01:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:02:09,909 80554 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:03:11,208 80554 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/547f7955-94c5-48e4-8705-456f5d4c2d99/action 1.265s 2023-04-19 14:03:11,209 80554 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-ServerBootFromVolumeStableR escueTest-image-1165192593"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:09 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-00bc1987-b3b1-455c-adbc-4c22af7beebd', 'x-compute-request-id': 'req-00bc1987-b3b1-455c-adbc-4c22af7beebd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99/action'} Body: b'{"image_id": "2b02506d-fae1-4c05-8846-a0b619b5760c"}' 2023-04-19 14:03:11,245 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.034s 2023-04-19 14:03:11,245 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-47750fc6-53b9-4b9f-a568-bea91661d23a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:11Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:12,271 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.024s 2023-04-19 14:03:12,271 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2cfa2330-6b0b-4343-b7ca-b0b85d96abd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:11Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:13,299 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.026s 2023-04-19 14:03:13,300 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fd89e5d7-e6db-4d76-8d6e-b09573a8e50b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:11Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:14,327 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.025s 2023-04-19 14:03:14,327 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ee6c68c6-2b5e-44d8-b8e7-089f9c48335a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_ro les": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:11Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:15,351 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.022s 2023-04-19 14:03:15,351 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-52e9b912-2ee0-4d83-bdba-ab82569dcf10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "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": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:15Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:16,399 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.047s 2023-04-19 14:03:16,399 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-be730895-a8d5-4ce9-9a0c-cc6f75aa982b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "5d6742c019f6595430add4c45adcd83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6e9a2ca4f9f15c4b8be4109ff0677ba368627910a2dab880abf21eb769e308b97a1f63d1e233291c970de66fed82decfe36ad6bfbbdc188f070cdf88148d7bb3", "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:16Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:16,421 80554 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/2b02506d-fae1-4c05-8846-a0b619b5760c 0.022s 2023-04-19 14:03:16,422 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-68612a29-6126-4f86-a318-03fb294b96c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c'} Body: b'{"base_image_ref": "4dcdc911-3648-46b3-8c6e-9727e5375516", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "547f7955-94c5-48e4-8705-456f5d4c2d99", "owner_id": "2bf567425cb7480e93f114268dc22713", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-671354669", "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-671354669-project-member", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1165192593", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "5d6742c019f6595430add4c45adcd83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2bf567425cb7480e93f114268dc22713", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6e9a2ca4f9f15c4b8be4109ff0677ba368627910a2dab880a bf21eb769e308b97a1f63d1e233291c970de66fed82decfe36ad6bfbbdc188f070cdf88148d7bb3", "id": "2b02506d-fae1-4c05-8846-a0b619b5760c", "created_at": "2023-04-19T14:03:11Z", "updated_at": "2023-04-19T14:03:16Z", "tags": [], "self": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c", "file": "/v2/images/2b02506d-fae1-4c05-8846-a0b619b5760c/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:03:16,650 80554 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/547f7955-94c5-48e4-8705-456f5d4c2d99 0.228s 2023-04-19 14:03:16,651 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-392f9261-018d-4936-b702-826f872283fe', 'x-compute-request-id': 'req-392f9261-018d-4936-b702-826f872283fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99'} Body: b'{"server": {"id": "547f7955-94c5-48e4-8705-456f5d4c2d99", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-828838196", "status": "ACTIVE", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "dd8857993fed2cf9b36c0c612626659a0e5c6312f98be27ea63d3bc0", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:01:19Z", "updated": "2023-04-19T14:03:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-516227768-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:0f:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/547f7955-94c5-48e4-8705-456f5d4c2d99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T14:01:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:04:16,783 80554 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.048s 2023-04-19 14:04:16,783 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0f711797-7361-435b-b4c0-752754c6b48a', '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": "46f11c11cc4f46e3810 f06e974a387c8", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669-project-member", "password_expires_at": null}, "audit_ids": ["5HdopxKpSZSnu86i6Y8dug"], "expires_at": "2023-04-19T15:04:16.000000Z", "issued_at": "2023-04-19T14:04:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bf567425cb7480e93f114268dc22713", "name": "tempest-ServerBootFromVolumeStableRescueTest-671354669"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2bf567425cb7480e93f114268dc22713", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:04:16,784 80554 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '6c5edc8e-b8c1-4e48-bd8d-acf10a103739', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-516227768-network', 'tenant_id': '2bf567425cb7480e93f114268dc22713', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2bf567425cb7480e93f114268dc22713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16032, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:13Z', 'updated_at': '2023-04-19T13:57:13Z', 'revision_number': 1} available for tenant 2023-04-19 14:04:17,366 80554 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.581s 2023-04-19 14:04:17,366 80554 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-735740642", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "4dcdc911-3648-46b3-8c6e-9727e5375516", "destination_type": "volume"}], "networks": [{"uuid": "6c5edc8e-b8c1-4e48-bd8d-acf10a103739"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624', '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-96afbbfc-538d-4e79-8798-c15cff67eb0c', 'x-compute-request-id': 'req-96afbbfc-538d-4e79-8798-c15cff67eb0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "bd656936-7656-4e89-8a1f-9b43584c5624", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8wjLPJ2xyebZ"}}' 2023-04-19 14:04:17,453 80554 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/bd656936-7656-4e89-8a1f-9b43584c5624 0.084s 2023-04-19 14:04:17,454 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:17 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-60ab9f47-3c5c-43a6-a6a8-6d70aabe6b61', 'x-compute-request-id': 'req-60ab9f47-3c5c-43a6-a6a8-6d70aabe6b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624'} Body: b'{"server": {"id": "bd656936-7656-4e89-8a1f-9b43584c5624", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-735740642", "status": "BUILD", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:04:17Z", "updated": "2023-04-19T14:04:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-19 14:05:07,589 80554 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/bd656936-7656-4e89-8a1f-9b43584c5624 0.114s 2023-04-19 14:05:07,590 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:07 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-ff24f5e7-ef75-47bf-be57-1bed062eb38d', 'x-compute-request-id': 'req-ff24f5e7-ef75-47bf-be57-1bed062eb38d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624'} Body: b'{"server": {"id": "bd656936-7656-4e89-8a1f-9b43584c5624", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-735740642", "status": "ERROR", "tenant_id": "2bf567425cb7480e93f114268dc22713", "user_id": "46f11c11cc4f46e3810f06e974a387c8", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-19T14:04:17Z", "updated": "2023-04-19T14:04:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bd656936-7656-4e89-8a1f-9b43584c5624"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-19T14:04:22Z", "message": "Build of instance bd656936-7656-4e89-8a1f-9b43584c5624 aborted: Volume c2f92608-7ba0-440f-ad6b-724eeb4030a0 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-19 14:05:07,605 80554 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-19 14:05:08,025 80554 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/bd656936-7656-4e89-8a1f-9b43584c5624 0.419s 2023-04-19 14:05:08,026 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df3a5634-6567-4c88-adbe-17256206afda', 'x-compute-request-id': 'req-df3a5634-6567-4c88-adbe-17256206afda', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624'} Body: b'' 2023-04-19 14:05:08,059 80554 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624 0.033s 2023-04-19 14:05:08,059 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cd25848b-aa87-42b3-a955-c9095f73987a', 'x-compute-request-id': 'req-cd25848b-aa87-42b3-a955-c9095f73987a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bd656936-7656-4e89-8a1f-9b43584c5624'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bd656936-7656-4e89-8a1f-9b43584c5624 could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 c346b288-1f5e-41a3-a536-83b0b199c4c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:02:56,996 80560 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 14:02:56,997 80560 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 14:02:57,061 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-04-19 14:02:57,061 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1858775888", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI/dJ/BbfLz6d0sFPWaQDs7PJmELCYNpQRe0/VpiV46999rKSPwo7OVU4cXiQepZdYahrKfX1tpnKXgHA4XDx3cTNezAqKQ84Cc2c5qpQW4hqg3D7A6V/fwPV+q7xLeRpg=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02: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-1a23831a-1f17-4c0f-be0b-45df98ed0367', 'x-compute-request-id': 'req-1a23831a-1f17-4c0f-be0b-45df98ed0367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1858775888", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI/dJ/BbfLz6d0sFPWaQDs7PJmELCYNpQRe0/VpiV46999rKSPwo7OVU4cXiQepZdYahrKfX1tpnKXgHA4XDx3cTNezAqKQ84Cc2c5qpQW4hqg3D7A6V/fwPV+q7xLeRpg==", "fingerprint": "a4:bc:2e:3e:55:d2:d5:59:31:c4:aa:c0:ca:cf:79:4f", "user_id": "390686e4c10c40f0b1df9b2ba9557484"}}' 2023-04-19 14:02:57,064 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1858775888 created 2023-04-19 14:02:57,249 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.184s 2023-04-19 14:02:57,249 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1074117242", "description": "tempest-description--1276907873"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-344a2d24-d006-46ca-bf3d-5cbab7409b79', 'date': 'Wed, 19 Apr 2023 14:02:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "351b1358-e880-4822-92e0-441dbc1914be", "name": "tempest-securitygroup--1074117242", "stateful": true, "tenant_id": "0606afa926de4400819fac2cce6813a7", "description": "tempest-description--1276907873", "shared": false, "security_group_rules": [{"id": "211c46e4-71c2-4b91-9460-2b651dde3e10", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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": 797, "description": null, "tags": [], "created_at": "2023-04-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}, {"id": "e37f0130-16a3-4a9f-819f-7fc9f3a000c0", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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": 796, "description": null, "tags": [], "created_at": "2023-04-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}], "tags": [], "created_at": "2023-04-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:57,415 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.165s 2023-04-19 14:02:57,415 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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-32bc9312-98da-4bb5-883c-a43a184e5ad0', 'date': 'Wed, 19 Apr 2023 14:02:57 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": "925a179b-0fec-4f80-b259-bb795cb00429", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:57,609 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2023-04-19 14:02:57,609 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-97145986-611c-44bf-8d1b-9dc686dd9e94', 'date': 'Wed, 19 Apr 2023 14:02:57 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": "54b628a3-b26e-4386-a377-b8c7f3b9eb15", "tenant_id": "0606afa926de4400819fac2cce6813a7", "security_group_id": "351b1358-e880-4822-92e0-441dbc1914be", "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-19T14:02:57Z", "updated_at": "2023-04-19T14:02:57Z", "revision_number": 0, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:02:57,609 80560 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1074117242 created 2023-04-19 14:02:58,515 80560 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.905s 2023-04-19 14:02:58,516 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-6c94ee47-1850-4934-bc88-38e574d2d79a', 'date': 'Wed, 19 Apr 2023 14:02:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "14a56550-1ead-42aa-9b02-a607aa3f0635", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.34", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0606afa926de4400819fac2cce6813a7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:02:58Z", "updated_at": "2023-04-19T14:02:58Z", "revision_number": 0}}' 2023-04-19 14:02:58,516 80560 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '14a56550-1ead-42aa-9b02-a607aa3f0635', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.34', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:02:58Z', 'updated_at': '2023-04-19T14:02:58Z', 'revision_number': 0, 'ip': '172.24.4.34'} created 2023-04-19 14:02:58,660 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.136s 2023-04-19 14:02:58,660 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:58 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-1fdc08ff-8683-43cf-b98b-1c14cee53193', '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": "390686e4c10c40f0b1df9b2ba9557484", "name": "tempest-AttachVolumeNegativeTest-1445397700-project-member", "password_expires_at": null}, "audit_ids": ["X9d-gZhFQVKSQPhWIPhHEA"], "expires_at": "2023-04-19T15:02:58.000000Z", "issued_at": "2023-04-19T14:02:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0606afa926de4400819fac2cce6813a7", "name": "tempest-AttachVolumeNegativeTest-1445397700"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "htt p://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0606afa926de4400819fac2cce6813a7", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:02:58,661 80560 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'eccb12ee-eec2-46f3-bd4b-50363e787f6e', 'name': 'tempest-AttachVolumeNegativeTest-727006574-network', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0606afa926de4400819fac2cce6813a7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34394, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T13:57:11Z', 'updated_at': '2023-04-19T13:57:11Z', 'revision_number': 1} available for tenant 2023-04-19 14:02:58,662 80560 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1858775888', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI/dJ/BbfLz6d0sFPWaQDs7PJmELCYNpQRe0/VpiV46999rKSPwo7OVU4cXiQepZdYahrKfX1tpnKXgHA4XDx3cTNezAqKQ84Cc2c5qpQW4hqg3D7A6V/fwPV+q7xLeRpg==', 'fingerprint': 'a4:bc:2e:3e:55:d2:d5:59:31:c4:aa:c0:ca:cf:79:4f', 'user_id': '390686e4c10c40f0b1df9b2ba9557484', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDpfiLdzkPAZ0Ts5jSHve08ZuvPklfPITZcaXRtP+TrcLMSI4KpsIbn\nuGeq9VsmYXqgBwYFK4EEACKhZANiAASP3SfwW3y8+ndLBT1mkA7OzyZhCwmDaUEX\ntP1aYleOvffaykj8KOzlVOHF4kHqWXWGoayn19baZyl4BwOFw8d3EzXswKikPOAn\nNnOaqUFuIaoNw+wOlf38D1fqu8S3kaY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '351b1358-e880-4822-92e0-441dbc1914be', 'name': 'tempest-securitygroup--1074117242', 'stateful': True, 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'description': 'tempest-description--1276907873', 'shared': False, 'security_group_rules': [{'id': '211c46e4-71c2-4b91-9460-2b651dde3e10', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '351b1358-e880-4822-92e0-441dbc1914be', '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': 797, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:02:57Z', 'updated_at': '2023-04-19T14:02:57Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}, {'id': 'e37f0130-16a3-4a9f-819f-7fc9f3a000c0', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'security_group_id': '351b1358-e880-4822-92e0-441dbc1914be', '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': 796, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:02:57Z', 'updated_at': '2023-04-19T14:02:57Z', 'revision_number': 0, 'project_id': '0606afa926de4400819fac2cce6813a7'}], 'tags': [], 'created _at': '2023-04-19T14:02:57Z', 'updated_at': '2023-04-19T14:02:57Z', 'revision_number': 1, 'project_id': '0606afa926de4400819fac2cce6813a7'}, 'floating_ip': {'id': '14a56550-1ead-42aa-9b02-a607aa3f0635', 'tenant_id': '0606afa926de4400819fac2cce6813a7', 'floating_ip_address': '172.24.4.34', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0606afa926de4400819fac2cce6813a7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:02:58Z', 'updated_at': '2023-04-19T14:02:58Z', 'revision_number': 0, 'ip': '172.24.4.34'}} 2023-04-19 14:02:59,501 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.838s 2023-04-19 14:02:59,501 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-392764400", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "eccb12ee-eec2-46f3-bd4b-50363e787f6e"}], "security_groups": [{"name": "tempest-securitygroup--1074117242"}], "key_name": "tempest-keypair-1858775888", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8e502c7-ebb7-474f-a794-38dfbf1c1572', 'x-compute-request-id': 'req-f8e502c7-ebb7-474f-a794-38dfbf1c1572', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2e06787c-2163-467f-b5ec-230be13760e4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e06787c-2163-467f-b5ec-230be13760e4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1074117242"}], "adminPass": "password"}}' 2023-04-19 14:02:59,602 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.098s 2023-04-19 14:02:59,603 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:02:59 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-f0436f2e-0d49-477b-a886-810b66630273', 'x-compute-request-id': 'req-f0436f2e-0d49-477b-a886-810b66630273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'{"server": {"id": "2e06787c-2163-467f-b5ec-230be13760e4", "name": "tempest-AttachVolumeNegativeTest-server-392764400", "status": "BUILD", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor ": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:59Z", "updated": "2023-04-19T14:02:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e06787c-2163-467f-b5ec-230be13760e4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1858775888", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:03:49,893 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.229s 2023-04-19 14:03:49,894 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e39d3e1-77a7-43a0-b451-39d57c432dd0', 'x-compute-request-id': 'req-3e39d3e1-77a7-43a0-b451-39d57c432dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'{"server": {"id": "2e06787c-2163-467f-b5ec-230be13760e4", "name": "tempest-AttachVolumeNegativeTest-server-392764400", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:59Z", "updated": "2023-04-19T14:03:08Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:0e:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e06787c-2163-467f-b5ec-230be13760e4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1858775888", "OS-SRV-USG:launched_at": "2023-04-19T14:03:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1074117242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:03:49,910 80560 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:04:50,126 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4/os-interface 0.158s 2023-04-19 14:04:50,126 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-t ype': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3378eb5-8116-4825-8395-56ee9939016e', 'x-compute-request-id': 'req-a3378eb5-8116-4825-8395-56ee9939016e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "port_id": "c4d49c6d-d51e-4a05-9830-30fb436f70da", "mac_addr": "fa:16:3e:bc:0e:3b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ecdae315-4951-4317-a36b-fa28c3db6952", "ip_address": "10.0.0.11"}]}]}' 2023-04-19 14:04:51,232 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/14a56550-1ead-42aa-9b02-a607aa3f0635 1.102s 2023-04-19 14:04:51,232 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c4d49c6d-d51e-4a05-9830-30fb436f70da"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-137c5aaa-5a98-49a6-addc-0fb5b60c2f19', 'date': 'Wed, 19 Apr 2023 14:04:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/14a56550-1ead-42aa-9b02-a607aa3f0635'} Body: b'{"floatingip": {"id": "14a56550-1ead-42aa-9b02-a607aa3f0635", "tenant_id": "0606afa926de4400819fac2cce6813a7", "floating_ip_address": "172.24.4.34", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "8efe354d-f924-4f83-94b4-6c19246f8bf9", "port_id": "c4d49c6d-d51e-4a05-9830-30fb436f70da", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "eccb12ee-eec2-46f3-bd4b-50363e787f6e", "mac_address": "fa:16:3e:bc:0e:3b", "admin_state_up": true, "status": "ACTIVE", "device_id": "2e06787c-2163-467f-b5ec-230be13760e4", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:02:58Z", "updated_at": "2023-04-19T14:04:50Z", "revision_number": 1, "project_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:04:51,235 80560 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.34:22' as 'cirros' with public key authentication 2023-04-19 14:04:51,290 80560 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:04:51,312 80560 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:04:51,313 80560 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.34 successfully created 2023-04-19 14:04:51,362 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4/ips 0.048s 2023-04-19 14:04:51,362 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:51 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-6115295f-abf5-4e11-a0f5-0e45a48a42a2', 'x-compute-request-id': 'req-6115295f-abf5-4e11-a0f5-0e45a48a42a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-0 4-19 14:04:51,638 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes 0.273s 2023-04-19 14:04:51,639 80560 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-776805526"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3035125-8d10-402b-8d40-2798ab2bbf78', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3035125-8d10-402b-8d40-2798ab2bbf78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes'} Body: b'{"volume": {"id": "c346b288-1f5e-41a3-a536-83b0b199c4c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:51.556998", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-776805526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:04:51,688 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3 0.040s 2023-04-19 14:04:51,689 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfbebfb1-c2b0-4b6e-bd24-6f758384d04b', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfbebfb1-c2b0-4b6e-bd24-6f758384d04b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3'} Body: b'{"volume": {"id": "c346b288-1f5e-41a3-a536-83b0b199c4c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:52.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-776805526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:04:52,742 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3 0.040s 2023-04-19 14:04:52,742 80560 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2429b329-5571-48a6-aeeb-27e4fea44ec4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2429b329-5571-48a6-aeeb-27e4fea44ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3'} Body: b'{"volume": {"id": "c346b288-1f5e-41a3-a536-83b0b199c4c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:52.000000", "updated_at": "2023-04-19T14:04:52.000000", "name": "tempest-AttachVolumeNegativeTest-volume-776805526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0606afa926de4400819fac2cce6813a7/volumes/c346b288-1f5e-41a3-a536-83b0b199c4c3"}], "user_id": "390686e4c10c40f0b1df9b2ba9557484", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0606afa926de4400819fac2cce6813a7"}}' 2023-04-19 14:04:52,878 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.124s 2023-04-19 14:04:52,878 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b574b2f-e7ce-4ece-a7fa-b2a74e18b4b7', 'x-compute-request-id': 'req-1b574b2f-e7ce-4ece-a7fa-b2a74e18b4b7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'' 2023-04-19 14:04:53,579 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.700s 2023-04-19 14:04:53,579 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd9de89-4707-4cfb-b151-c19ae5793d7e', 'x-compute-request-id': 'req-fdd9de89-4707-4cfb-b151-c19ae5793d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'{"server": {"id": "2e06787c-2163-467f-b5ec-230be13760e4", "name": "tempest-AttachVolumeNegativeTest-server-392764400", "status": "ACTIVE", "tenant_id": "0606afa926de4400819fac2cce6813a7", "user_id": "390686e4c10c40f0b1df9b2ba9557484", "metadata": {}, "hostId": "bda89c1d526ffffaf7cfc02fe3de0e0df635de7e6a9f16ff5261c15a", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e537 5516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:59Z", "updated": "2023-04-19T14:04:53Z", "addresses": {"tempest-AttachVolumeNegativeTest-727006574-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:0e:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e06787c-2163-467f-b5ec-230be13760e4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1858775888", "OS-SRV-USG:launched_at": "2023-04-19T14:03:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1074117242"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:43,674 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4 0.034s 2023-04-19 14:05:43,675 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5e68cb99-267c-44d9-8a9a-6ef5b28ca7aa', 'x-compute-request-id': 'req-5e68cb99-267c-44d9-8a9a-6ef5b28ca7aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e06787c-2163-467f-b5ec-230be13760e4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2e06787c-2163-467f-b5ec-230be13760e4 could not be found."}}' 2023-04-19 14:05:43,705 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1858775888 0.030s 2023-04-19 14:05:43,706 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05: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-c651e36b-bfc8-47e4-a4aa-a25bea9fb4db', 'x-compute-request-id': 'req-c651e36b-bfc8-47e4-a4aa-a25bea9fb4db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1858775888'} Body: b'' 2023-04-19 14:05:43,860 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/351b1358-e880-4822-92e0-441dbc1914be 0.153s 2023-04-19 14:05:43,860 80560 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-dd5e9369-fdcf-4800-9fff-2d3097ec2d8b', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:05:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/351b1358-e880-4822-92e0-441dbc1914be'} Body: b'' 2023-04-19 14:05:43,880 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTe st:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/351b1358-e880-4822-92e0-441dbc1914be 0.019s 2023-04-19 14:05:43,880 80560 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-e9669aa9-f287-4385-8aef-aa5242823160', 'date': 'Wed, 19 Apr 2023 14:05:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/351b1358-e880-4822-92e0-441dbc1914be'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 351b1358-e880-4822-92e0-441dbc1914be does not exist", "detail": ""}}' 2023-04-19 14:05:44,329 80560 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/14a56550-1ead-42aa-9b02-a607aa3f0635 0.448s 2023-04-19 14:05:44,329 80560 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-91c7b823-9ae4-4f30-bf3b-6882595e5c39', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:05:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/14a56550-1ead-42aa-9b02-a607aa3f0635'} 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 2ca4cb14-7e54-4322-b1d1-378637665c78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:03:55,677 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452 0.235s 2023-04-19 14:03:55,678 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c0ca631-cb9c-40d2-b7bc-22c28daf413e', 'x-compute-request-id': 'req-1c0ca631-cb9c-40d2-b7bc-22c28daf413e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452'} Body: b'{"server": {"id": "dce0b5c9-a197-4697-ba7a-cba87012c452", "name": "tempest-ServersNegativeTestJSON-server-216681046", "status": "ACTIVE", "tenant_id": "806255a694c7446893131ff6de13c42d", "user_id": "9bb00927681348c08cabf5cea1edaac2", "metadata": {}, "hostId": "8ca7d4657e0daf7bc2575f4f42e15f36cd5d3796276064f670e00db2", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:20Z", "updated": "2023-04-19T13:57:32Z", "addresses": {"tempest-ServersNegativeTestJSON-196789147-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:43:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:04:55,969 80564 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/806255a694c7446893131ff6de13c42d/volumes 0.222s 2023-04-19 14:04:55,970 80564 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-672297874"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da079af4-ad90-4d53-bb7e-c7898e5ea65a', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da079af4-ad90-4d53-bb7e-c7898e5ea65a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes'} Body: b'{"volume": {"id": "2ca4cb14-7e54-4322-b1d1-378637665c78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:55.913225", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-672297874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}, {"rel": "bookmark", "href": "http://10.0.0.210 /volume/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:04:56,020 80564 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/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78 0.040s 2023-04-19 14:04:56,020 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c735b00-b9e5-42d4-bc7b-4a2c8dab8f58', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c735b00-b9e5-42d4-bc7b-4a2c8dab8f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78'} Body: b'{"volume": {"id": "2ca4cb14-7e54-4322-b1d1-378637665c78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:56.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-672297874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "806255a694c7446893131ff6de13c42d"}}' 2023-04-19 14:04:57,074 80564 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/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78 0.042s 2023-04-19 14:04:57,075 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee525b5-f003-474e-8f8a-677281136f84', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee525b5-f003-474e-8f8a-677281136f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78'} Body: b'{"volume": {"id": "2ca4cb14-7e54-4322-b1d1-378637665c78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:04:56.000000", "updated_at": "2023-04-19T14:04:56.000000", "name": "tempest-ServersNegativeTestJSON-volume-672297874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/806255a694c7446893131ff6de13c42d/volumes/2ca4cb14-7e54-4322-b1d1-378637665c78"}], "user_id": "9bb00927681348c08cabf5cea1edaac2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-at tr:tenant_id": "806255a694c7446893131ff6de13c42d"}}' 2023-04-19 14:04:57,343 80564 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452 0.246s 2023-04-19 14:04:57,343 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7197b795-d21b-4c00-a69e-585acda4ac8e', 'x-compute-request-id': 'req-7197b795-d21b-4c00-a69e-585acda4ac8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452'} Body: b'{"server": {"id": "dce0b5c9-a197-4697-ba7a-cba87012c452", "name": "tempest-ServersNegativeTestJSON-server-216681046", "status": "ACTIVE", "tenant_id": "806255a694c7446893131ff6de13c42d", "user_id": "9bb00927681348c08cabf5cea1edaac2", "metadata": {}, "hostId": "8ca7d4657e0daf7bc2575f4f42e15f36cd5d3796276064f670e00db2", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T13:57:20Z", "updated": "2023-04-19T13:57:32Z", "addresses": {"tempest-ServersNegativeTestJSON-196789147-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:43:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce0b5c9-a197-4697-ba7a-cba87012c452"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T13:57:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 b6012915-9eda-455d-8ffb-2cee09266d96 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:03:12,601 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.190s 2023-04-19 14:03:12,605 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1106689667", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLZ8Nl2KC00RPp/+rrwNA8U9lT4Nd92cP5E6FdvSrqqL6Ht64dRn3z+kUI4mf7jGwNdxg01QHCZUieVwY23lwnzNYxPweEVpFWknNCr75vnoCQPj4hdquN72c1+t0vzdlw=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1f70138-5155-4119-b58a-33fe7133b000', 'x-compute-request-id': 'req-c1f70138-5155-4119-b58a-33fe7133b000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1106689667", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLZ8Nl2KC00RPp/+rrwNA8U9lT4Nd92cP5E6FdvSrqqL6Ht64dRn3z+kUI4mf7jGwNdxg01QHCZUieVwY23lwnzNYxPweEVpFWknNCr75vnoCQPj4hdquN72c1+t0vzdlw==", "fingerprint": "50:90:92:17:a6:3a:8f:66:38:86:dd:b6:bb:e7:f9:bf", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f"}}' 2023-04-19 14:03:12,773 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.159s 2023-04-19 14:03:12,774 80550 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-178008003", "description": "tempest-secgroup-smoke-178008003 description", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-422c1ee2-8e50-43ea-a682-7930f2e28596', 'date': 'Wed, 19 Apr 2023 14:03:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "name": "tempest-secgroup-smoke-178008003", "stateful": true, "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "description": "tempest-secgroup-smoke-178008003 description", "shared": false, "security_group_rules": [{"id": "0c8e7de5-a4e1-4fdf-a992-7ae88b644438", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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": 833, "description": null, "tags": [], "created_at": "2023-04-19T14:03:12Z", "updated_at": "2023-04-19T14:03:12Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}, {"id": "afeab8d7-43a1-4c7b-a196-e4296578a37b", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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": 834, "description": null, "tags": [], "created_at": "2023-04-19T14:03:12Z", "updated_at": "2023-04-19T14:03:12Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}], "tags": [], "created_at": "2023-04-19T14:03:12Z", "updated_at": "2023-04-19T14:03:12Z", "revision_number": 1, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:13,098 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.323s 2023-04-19 14:03:13,098 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "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-59667d71-9175-4ae6-86a9-8114b7153a7c', 'date': 'Wed, 19 Apr 2023 14:03:13 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": "a078cbd6-6ae3-4692-883e-1ea921e3813f", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:12Z", "updated_at": "2023-04-19T14:03:12Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:13,320 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.221s 2023-04-19 14:03:13,320 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "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-95f1cede-476f-42ab-b9f8-267857f5eca6', 'date': 'Wed, 19 Apr 2023 14:03:13 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": "627f98f8-241a-4279-8a11-660693887a1a", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:13Z", "updated_at": "2023-04-19T14:03:13Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:13,503 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-04-19 14:03:13,504 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1041abbb-9768-4ef5-9b34-0bcadfbe1e6e', 'date': 'Wed, 19 Apr 2023 14:03:13 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": "10362588-c509-4769-9d0a-dc1c3c5074d5", "tenant_id": "cb7a8a4c01 784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:13Z", "updated_at": "2023-04-19T14:03:13Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:13,899 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.394s 2023-04-19 14:03:13,899 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9d884b34-af44-4d04-b166-c6c5da1aef24', 'date': 'Wed, 19 Apr 2023 14:03:13 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": "5648e8a1-445e-4b43-8d7e-2339ab668952", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:13Z", "updated_at": "2023-04-19T14:03:13Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:14,084 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.184s 2023-04-19 14:03:14,085 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f40c4c7e-6986-4e71-9e65-e5ea69d38235', 'date': 'Wed, 19 Apr 2023 14:03:14 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": "8d61f78d-bf07-42e0-8d2e-e4f7140c0652", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:13Z", "updated_at": "2023-04-19T14:03:13Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:14,252 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-19 14:03:14,252 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-typ e': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d1d199d2-6d92-4370-94b5-15a753425787', 'date': 'Wed, 19 Apr 2023 14:03:14 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": "8b00bea2-9bc4-4bfa-b934-0aa185e1fe4c", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "security_group_id": "b1c482ac-9525-474a-8e75-3cd21cf04f68", "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-19T14:03:14Z", "updated_at": "2023-04-19T14:03:14Z", "revision_number": 0, "project_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:03:14,309 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.040s 2023-04-19 14:03:14,310 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:14 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-fd55d002-a14d-47f1-99c5-8c53a2ba46d6', '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": "c6bbfee1957e48c2a9c4975e753ba09f", "name": "tempest-SnapshotDataIntegrityTests-1674858284-project-member", "password_expires_at": null}, "audit_ids": ["anBnNAeBTrKZef1lDeQsNg"], "expires_at": "2023-04-19T15:03:14.000000Z", "issued_at": "2023-04-19T14:03:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb7a8a4c01784fab8210d3e9d59dbff2", "name": "tempest-SnapshotDataIntegrityTests-1674858284"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "regio n": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cb7a8a4c01784fab8210d3e9d59dbff2", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:03:14,311 80550 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'b71765ef-ae42-4d7d-a925-efe246f76b41', 'name': 'tempest-SnapshotDataIntegrityTests-1761678193-network', 'tenant_id': 'cb7a8a4c01784fab8210d3e9d59dbff2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb7a8a4c01784fab8210d3e9d59dbff2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54650, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:02:58Z', 'updated_at': '2023-04-19T14:02:58Z', 'revision_number': 1} available for tenant 2023-04-19 14:03:15,375 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 1.062s 2023-04-19 14:03:15,375 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-27737685", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "networks": [{"uuid": "b71765ef-ae42-4d7d-a925-efe246f76b41"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6d0b217-5132-4e36-a8e6-1b0aa60c5b64', 'x-compute-request-id': 'req-c6d0b217-5132-4e36-a8e6-1b0aa60c5b64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "adminPass": "GAV5gKs63Jke"}}' 2023-04-19 14:03:15,446 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.067s 2023-04-19 14:03:15,447 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c42fd784-460d-40a5-913b-06aabeddecac', 'x-compute-request-id': 'req-c42fd784-460d-40a5-913b-06aabeddecac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "name": "tempest-SnapshotDataIntegrityTests-server-27737685", "status": "BUILD", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:03:15Z", "updated": "2023-04-19T14:03:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:04:06,052 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.556s 2023-04-19 14:04:06,053 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92357fe2-dceb-461c-a283-54fbbfebdf52', 'x-compute-request-id': 'req-92357fe2-dceb-461c-a283-54fbbfebdf52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "name": "tempest-SnapshotDataIntegrityTests-server-27737685", "status": "ACTIVE", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "metadata": {}, "hostId": "7759db69851786e8d90ee64807340798dc20f6a0067b811d596b940f", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:03:15Z", "updated": "2023-04-19T14:03:22Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1761678193-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:1a:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "OS-SRV-USG:launched_at": "2023-04-19T14:03:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:04:06,064 80550 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 14:05:06,381 80550 INFO [tempest.lib.common.rest_client] Request (Sn apshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.257s 2023-04-19 14:05:06,381 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16c3a2a-e9ed-482c-b22b-9cf93ef09f7b', 'x-compute-request-id': 'req-d16c3a2a-e9ed-482c-b22b-9cf93ef09f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "name": "tempest-SnapshotDataIntegrityTests-server-27737685", "status": "ACTIVE", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "metadata": {}, "hostId": "7759db69851786e8d90ee64807340798dc20f6a0067b811d596b940f", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:03:15Z", "updated": "2023-04-19T14:03:22Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1761678193-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:1a:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "OS-SRV-USG:launched_at": "2023-04-19T14:03:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:06,688 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes 0.295s 2023-04-19 14:05:06,689 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1871631646", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d994b00-8379-4e05-85fe-fe419df813cb', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d994b00-8379-4e05-85fe-fe419df813cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes'} Body: b'{"volume": {"id": "b6012915-9eda-455d-8ffb-2cee09266d96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:05:06.546333", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1871631646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8f fb-2cee09266d96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}], "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:05:06,741 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96 0.041s 2023-04-19 14:05:06,741 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14aa7af5-f831-4aff-9337-c8c29ac4874d', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14aa7af5-f831-4aff-9337-c8c29ac4874d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96'} Body: b'{"volume": {"id": "b6012915-9eda-455d-8ffb-2cee09266d96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:05:07.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1871631646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}], "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:05:07,792 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96 0.039s 2023-04-19 14:05:07,792 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-385ac3c9-453b-4a0a-acf8-6cafa2965d3a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-385ac3c9-453b-4a0a-acf8-6cafa2965d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96'} Body: b'{"volume": {"id": "b6012915-9eda-455d-8ffb-2cee09266d96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:05:07.000000", "updated_at": "2023-04-19T14:05:07.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1871631646", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96"}], "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multia ttach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2"}}' 2023-04-19 14:05:07,909 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96 0.104s 2023-04-19 14:05:07,909 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05: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-833276d9-a8f3-4377-afb9-ef6d9dcd07a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96'} Body: b'' 2023-04-19 14:05:07,932 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96 0.022s 2023-04-19 14:05:07,933 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05: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-2a5628c0-61f9-47ce-94f0-db017fc9ff8d', 'x-openstack-request-id': 'req-2a5628c0-61f9-47ce-94f0-db017fc9ff8d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/cb7a8a4c01784fab8210d3e9d59dbff2/volumes/b6012915-9eda-455d-8ffb-2cee09266d96'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6012915-9eda-455d-8ffb-2cee09266d96 could not be found."}}' 2023-04-19 14:05:08,055 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.122s 2023-04-19 14:05:08,056 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:07 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-317bddda-4389-4a0a-8f2a-2293390477e9', 'x-compute-request-id': 'req-317bddda-4389-4a0a-8f2a-2293390477e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'' 2023-04-19 14:05:08,443 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.386s 2023-04-19 14:05:08,443 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-965e2b0e-d047-42c7-91ef-9036fcdf86c7', 'x-compute-request-id': 'req-965e2b0e-d047-42c7-91ef-9036fcdf86c7', 'connection': 'close', 'status': '200', 'content-location' : 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"server": {"id": "b4c5fa56-fcc2-4b59-a1ee-0c352d92c001", "name": "tempest-SnapshotDataIntegrityTests-server-27737685", "status": "ACTIVE", "tenant_id": "cb7a8a4c01784fab8210d3e9d59dbff2", "user_id": "c6bbfee1957e48c2a9c4975e753ba09f", "metadata": {}, "hostId": "7759db69851786e8d90ee64807340798dc20f6a0067b811d596b940f", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:03:15Z", "updated": "2023-04-19T14:05:08Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1761678193-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:1a:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1106689667", "OS-SRV-USG:launched_at": "2023-04-19T14:03:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-178008003"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:58,541 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 0.038s 2023-04-19 14:05:58,542 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:58 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-8af6368d-c1d9-45d0-a634-4b15b568b300', 'x-compute-request-id': 'req-8af6368d-c1d9-45d0-a634-4b15b568b300', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4c5fa56-fcc2-4b59-a1ee-0c352d92c001'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b4c5fa56-fcc2-4b59-a1ee-0c352d92c001 could not be found."}}' 2023-04-19 14:05:58,711 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b1c482ac-9525-474a-8e75-3cd21cf04f68 0.168s 2023-04-19 14:05:58,712 80550 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-1894279d-ce5f-48c5-ac8c-3e60d138dd59', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:05:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b1c482ac-9525-474a-8e75-3cd21cf04f68'} Body: b'' 2023-04-19 14:05:58,744 80550 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1106689667 0.031s 2023-04-19 14:05:58,744 80550 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:58 GMT', 'ser ver': '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-e7ad7e91-df49-47c8-8386-b9b0adce1e32', 'x-compute-request-id': 'req-e7ad7e91-df49-47c8-8386-b9b0adce1e32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1106689667'} Body: b'' setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) --------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 3f42e0f6-1b17-4caf-beab-6ba6c3746b66 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 ba46b918-4bc7-45c5-964f-70611c72ddb3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:38,870 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types 0.163s 2023-04-19 14:06:38,870 80556 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-242015703", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825e9f1d-20df-47a8-aac9-29272d1565eb', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825e9f1d-20df-47a8-aac9-29272d1565eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types'} Body: b'{"volume_type": {"id": "3af61ca6-238b-45ca-9265-c8bade25ed87", "name": "tempest-VolumeTypesAccessTest-volume-type-242015703", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-19 14:06:39,002 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes 0.128s 2023-04-19 14:06:39,003 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "3af61ca6-238b-45ca-9265-c8bade25ed87", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:38 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-dc168102-6151-4c1a-9ca6-eebe5e69b115', 'x-openstack-request-id': 'req-dc168102-6151-4c1a-9ca6-eebe5e69b115', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 3af61ca6-238b-45ca-9265-c8bade25ed87 could not be found."}}' 2023-04-19 14:06:39,004 80556 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-19 14:06:39,037 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87/action 0.033s 2023-04-19 14:06:39,038 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "9adbe702a2644647b897e06181069cdc"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06: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-238664b2-f29b-49f5-8622-ec475c508f17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87/action'} Body: b'' 2023-04-19 14:06:39,250 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes 0.211s 2023-04-19 14:06:39,251 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "3af61ca6-238b-45ca-9265-c8bade25ed 87", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1988519686"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b222fc9-b2a6-42cd-97e8-3f64243cdb61', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b222fc9-b2a6-42cd-97e8-3f64243cdb61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes'} Body: b'{"volume": {"id": "ba46b918-4bc7-45c5-964f-70611c72ddb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:39.191558", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1988519686", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-242015703", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}], "user_id": "505c523dc24840d490862b34bbe29afd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:39,301 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.041s 2023-04-19 14:06:39,302 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d3d0003-65da-49ce-91e5-d460e69cd208', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d3d0003-65da-49ce-91e5-d460e69cd208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'{"volume": {"id": "ba46b918-4bc7-45c5-964f-70611c72ddb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:39.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1988519686", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-242015703", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}], "user_id": "505c523dc24840d490862b34bbe29afd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9adbe702a2644647b897e06181069cdc"}}' 2023-04-19 14:06:40,354 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.040s 2023-04-19 14:06:40,355 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f01629ee-9630-4dd0-96cf-d929d3554d8a', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f01629ee-9630-4dd0-96cf-d929d3554d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'{"volume": {"id": "ba46b918-4bc7-45c5-964f-70611c72ddb3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:39.000000", "updated_at": "2023-04-19T14:06:39.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1988519686", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-242015703", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}], "user_id": "505c523dc24840d490862b34bbe29afd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9adbe702a2644647b897e06181069cdc"}}' 2023-04-19 14:06:40,407 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.041s 2023-04-19 14:06:40,407 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b1276d-7678-448c-a5ea-a187944c5541', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b1276d-7678-448c-a5ea-a187944c5541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'{"volume": {"id": "ba46b918-4bc7-45c5-964f-70611c72ddb3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:39.000000", "updated_at": "2023-04-19T14:06:39.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1988519686", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-242015703", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3"}], "user_id": "505c523dc24840d490862b34bbe29afd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9adbe702a2644647b897e06181069cdc"}}' 2023-04-19 14:06:40,591 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.169s 2023-04-19 14:06:40,592 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00ad4ce3-9e45-40c6-a0bc-dcd980ce0496', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647 b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'' 2023-04-19 14:06:40,612 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3 0.019s 2023-04-19 14:06:40,612 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a5f8eb5-a631-4400-8687-297a67791ded', 'x-openstack-request-id': 'req-1a5f8eb5-a631-4400-8687-297a67791ded', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9adbe702a2644647b897e06181069cdc/volumes/ba46b918-4bc7-45c5-964f-70611c72ddb3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ba46b918-4bc7-45c5-964f-70611c72ddb3 could not be found."}}' 2023-04-19 14:06:40,641 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87/action 0.028s 2023-04-19 14:06:40,641 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "9adbe702a2644647b897e06181069cdc"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db0da346-726b-4673-9316-59f445cb6154', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87/action'} Body: b'' 2023-04-19 14:06:40,702 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87 0.060s 2023-04-19 14:06:40,702 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d01be3-fb1b-45fc-9d5b-c78103486ab8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87'} Body: b'' 2023-04-19 14:06:40,717 80556 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d39845ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87 0.014s 2023-04-19 14:06:40,717 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-4655cac7-5cb8-49a8-8993-b5b45af8f7a6', 'x-openstack-request-id': 'req-4655cac7-5cb8-49a8-8993-b5b45af8f7a6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5e2393fd47724b14a7a190d3984 5ffac/types/3af61ca6-238b-45ca-9265-c8bade25ed87'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 3af61ca6-238b-45ca-9265-c8bade25ed87 could not be found."}}' setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2097c89f-07f6-4af7-9b54-59dba98ae881 failed to build and is in ERROR status tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 33bb8863-0966-48d9-a529-c4c29a404943 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:47,833 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516 0.194s 2023-04-19 14:06:47,833 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1eb4741d-fbbd-45f9-bd28-40f21c3168b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:06:48,193 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes 0.358s 2023-04-19 14:06:48,194 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-VolumesCloneTest-Volume-139904484"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ffb77f-f103-4688-b3ab-ae2f136343fc', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ffb77f-f103-4688-b3ab-ae2f136343fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes'} Body: b'{"volume": {"id": "33bb8863-0966-48d9-a529-c4c29a404943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:48.129717", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-139904484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:48,243 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.040s 2023-04-19 14:06:48,243 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e868381-272c-4dfa-8774-3b40d7dd8335', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e868381-272c-4dfa-8774-3b40d7dd8335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'{"volume": {"id": "33bb8863-0966-48d9-a529-c4c29a404943", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:48.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-139904484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:49,295 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.040s 2023-04-19 14:06:49,295 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee09e42-ceb0-4756-8fec-56f0eb8a0c6c', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee09e42-ceb0-4756-8fec-56f0eb8a0c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'{"volume": {"id": "33bb8863-0966-48d9-a529-c4c29a404943", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:48.000000", "updated_at": "2023-04-19T14:06:48.000000", "name": "tempest-VolumesCloneTest-Volume-139904484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:49,344 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.038s 2023-04-19 14:06:49,345 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5241e274-1dd3-45d3-baef-2464200d7337', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5241e274-1dd3-45d3-baef-2464200d7337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'{"volume": {"id": "33bb8863-0966-48d9-a529-c4c29a404943", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:48.000000", "updated_at": "2023-04-19T14:06:48.000000", "name": "tempest-VolumesCloneTest-Volume-139904484", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:49,457 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.101s 2023-04-19 14:06:49,457 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e31e955a-9a30-4229-9d1c-6ca6725f0031', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'' 2023-04-19 14:06:49,480 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943 0.022s 2023-04-19 14:06:49,480 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06: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-c3345889-de86-4aa6-a972-8f1d9fcc7529', 'x-openstack-request-id': 'req-c3345889-de86-4aa6-a972-8f1d9fcc7529', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/33bb8863-0966-48d9-a529-c4c29a404943'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 33bb8863-0966-48d9-a529-c4c29a404943 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 9c2989c9-1dd7-4982-a409-8b192118d4c6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:49,728 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes 0.245s 2023-04-19 14:06:49,729 80556 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-1000864056"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41561107-f03c-4a49-ab61-07351a3039b8', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41561107-f03c-4a49-ab61-07351a3039b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes'} Body: b'{"volume": {"id": "9c2989c9-1dd7-4982-a409-8b192118d4c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:49.653876", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1000864056", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:49,778 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.040s 2023-04-19 14:06:49,778 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef20a1ad-bfdf-4a9d-b810-87371c8a8122', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef20a1ad-bfdf-4a9d-b810-87371c8a8122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'{"volume": {"id": "9c2989c9-1dd7-4982-a409-8b192118d4c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:50.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1000864056", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:50,828 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.038s 2023-04-19 14:06:50,829 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-839b1687-e6da-4369-b6ed-ba5f7dfc5480', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-839b1687-e6da-4369-b6ed-ba5f7dfc5480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'{"volume": {"id": "9c2989c9-1dd7-4982-a409-8b192118d4c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:50.000000", "updated_at": "2023-04-19T14:06:50.000000", "name": "tempest-VolumesCloneTest-Volume-1000864056", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:50,886 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.047s 2023-04-19 14:06:50,887 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b2cb8a-b3d5-44ef-8cca-5b0f9973419e', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b2cb8a-b3d5-44ef-8cca-5b0f9973419e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'{"volume": {"id": "9c2989c9-1dd7-4982-a409-8b192118d4c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:50.000000", "updated_at": "2023-04-19T14:06:50.000000", "name": "tempest-VolumesCloneTest-Volume-1000864056", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6"}], "user_id": "927b528fb78e402dbe37b59c3b8a90f6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5940b550015d4a7ab93c81e6fb1e9714"}}' 2023-04-19 14:06:51,041 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.143s 2023-04-19 14:06:51,041 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-798e4024-6e13-4da6-818b-c79aaa180aa9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'' 2023-04-19 14:06:51,062 80556 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6 0.020s 2023-04-19 14:06:51,062 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06: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-6a72d36f-1f06-4b07-bfae-6b2bb92ed1e9', 'x-openstack-request-id': 'req-6a72d36f-1f06-4b07-bfae-6b2bb92ed1e9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5940b550015d4a7ab93c81e6fb1e9714/volumes/9c2989c9-1dd7-4982-a409-8b192118d4c6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9c2989c9-1dd7-4982-a409-8b192118d4c6 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 2e6a00b0-c912-4b2a-b543-4ec4dce74c99 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:52,912 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes 0.336s 2023-04-19 14:06:52,912 80556 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-656615677", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36da2b5d-836c-4b5b-8f02-ea4b9e06fca2', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36da2b5d-836c-4b5b-8f02-ea4b9e06fca2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes'} Body: b'{"volume": {"id": "2e6a00b0-c912-4b2a-b543-4ec4dce74c99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:52.844405", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-656615677", "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/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:52,979 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99 0.056s 2023-04-19 14:06:52,979 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f07baa2c-be8a-49f3-b9d7-59afe447b78a', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f07baa2c-be8a-49f3-b9d7-59afe447b78a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99'} Body: b'{"volume": {"id": "2e6a00b0-c912-4b2a-b543-4ec4dce74c99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:53.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-656615677", "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/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:54,034 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99 0.043s 2023-04-19 14:06:54,035 80556 DEBUG [tempest.lib .common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf36027-8620-40f2-a9f8-c873ba22fd63', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf36027-8620-40f2-a9f8-c873ba22fd63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99'} Body: b'{"volume": {"id": "2e6a00b0-c912-4b2a-b543-4ec4dce74c99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:53.000000", "updated_at": "2023-04-19T14:06:53.000000", "name": "tempest-VolumesGetTest-Volume-656615677", "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/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:54,154 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99 0.107s 2023-04-19 14:06:54,154 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57779110-9cc6-426e-8a16-dddc4b5a469f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99'} Body: b'' 2023-04-19 14:06:54,178 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99 0.024s 2023-04-19 14:06:54,179 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d497188-40f3-4f9b-9bea-110e45c97e1c', 'x-openstack-request-id': 'req-2d497188-40f3-4f9b-9bea-110e45c97e1c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/2e6a00b0-c912-4b2a-b543-4ec4dce74c99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e6a00b0-c912-4b2a-b543-4ec4dce74c99 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 db07ae1e-005c-4eb4-a431-0dbd876e0409 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:54,426 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes 0.243s 2023-04-19 14:06:54,427 80556 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-1033483296"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b29d22d-a831-4676-8814-f4875893ce97', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b29d22d-a831-4676-8814-f4875893ce97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes'} Body: b'{"volume": {"id": "db07ae1e-005c-4eb4-a431-0dbd876e0409", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:54.334765", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1033483296", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:54,479 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.042s 2023-04-19 14:06:54,479 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ff86697-bcf2-4219-b83c-b5f417fda868', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ff86697-bcf2-4219-b83c-b5f417fda868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'{"volume": {"id": "db07ae1e-005c-4eb4-a431-0dbd876e0409", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:54.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1033483296", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:55,537 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.045s 2023-04-19 14:06:55,538 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0889c8b8-f31f-4362-9310-63a33dedded3', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0889c8b8-f31f-4362-9310-63a33dedded3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'{"volume": {"id": "db07ae1e-005c-4eb4-a431-0dbd876e0409", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:54.000000", "updated_at": "2023-04-19T14:06:55.000000", "name": "tempest-VolumesGetTest-Volume-1033483296", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:55,597 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.044s 2023-04-19 14:06:55,598 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f53b3598-04a1-4e8f-96d9-b798c3368349', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f53b3598-04a1-4e8f-96d9-b798c3368349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'{"volume": {"id": "db07ae1e-005c-4eb4-a431-0dbd876e0409", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:54.000000", "updated_at": "2023-04-19T14:06:55.000000", "name": "tempest-VolumesGetTest-Volume-1033483296", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:55,712 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.103s 2023-04-19 14:06:55,712 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8 ', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf017595-7992-439d-aa59-b3cebd6439f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'' 2023-04-19 14:06:55,734 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409 0.021s 2023-04-19 14:06:55,735 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ace2d32-0794-41ea-95c2-b1127f996aca', 'x-openstack-request-id': 'req-7ace2d32-0794-41ea-95c2-b1127f996aca', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/db07ae1e-005c-4eb4-a431-0dbd876e0409'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume db07ae1e-005c-4eb4-a431-0dbd876e0409 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 4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:54,598 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types 0.245s 2023-04-19 14:06:54,599 80554 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-1877655813"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e339f296-17f6-4e9b-b744-3f2dc8d2152f', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e339f296-17f6-4e9b-b744-3f2dc8d2152f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types'} Body: b'{"volume_type": {"id": "a78ecb04-c0ab-40cf-ac44-36104724d8bc", "name": "tempest-GroupSnapshotsTest-volume-type-1877655813", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:06:54,638 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types 0.034s 2023-04-19 14:06:54,638 80554 DEBUG [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-409371963"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-924b3021-c74b-40f7-92a5-22f08036db4a', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-924b3021-c74b-40f7-92a5-22f08036db4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types'} Body: b'{"group_type": {"id": "4f35624a-e61c-4fbb-acab-15b24a7d0104", "name": "tempest-GroupSnapshotsTest-group-type-409371963", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:06:54,873 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups 0.232s 2023-04-19 14:06:54,873 80554 DEBUG [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": "4f35624a-e61c-4fbb-acab-15b24a7d0104", "volume_types": ["a78ecb04-c0ab-40cf-ac44-36104724d8bc"], "name": "tempest-GroupSnapshotsTest-Group-1319814999"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b5b689c-1d5d-40b3-a74a-5618f8f6a808', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b5b689c-1d5d-40b3-a74a-5618f8f6a808', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups'} Body: b'{"group": {"id": "4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275", "name": "tempest-GroupSnapshotsTest-Group-1319814999"}}' 2023-04-19 14:06:54,906 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 0.031s 2023-04-19 14:06:54,906 80554 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15557fe2-fddd-46c1-86e0-6ef6a77581e1', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15557fe2-fddd-46c1-86e0-6ef6a77581e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275'} Body: b'{"group": {"id": "4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:06:55.000000", "name": "tempest-GroupSnapshotsTest-Group-1319814999", "description": null, "group_type": "4f35624a-e61c-4fbb-acab-15b24a7d0104", "volume_types": ["a78ecb04-c0ab-40cf-ac44-36104724d8bc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:55,941 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 0.029s 2023-04-19 14:06:55,941 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e85fbcc-0ab9-4fcd-ab0c-47b459b340cf', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e85fbcc-0ab9-4fcd-ab0c-47b459b340cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275'} Body: b'{"group": {"id": "4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:06:55.000000", "name": "tempest-GroupSnapshotsTest-Group-1319814999", "description": null, "group_type": "4f35624a-e61c-4fbb-acab-15b24a7d0104", "volume_types": ["a78ecb04-c0ab-40cf-ac44-36104724d8bc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:56,016 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail 0.069s 2023-04-19 14:06:56,016 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71017df8-e40f-46a4-8734-1b43b183dee5', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71017df8-e40f-46a4-8734-1b43b183dee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:06:56,113 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275/action 0.087s 2023-04-19 14:06:56,114 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"de lete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b86ec7e-f361-4851-bf66-e8cf09af5b80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275/action'} Body: b'' 2023-04-19 14:06:56,133 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 0.019s 2023-04-19 14:06:56,133 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-771b0ce6-7a84-4754-863f-558e5ed013d3', 'x-openstack-request-id': 'req-771b0ce6-7a84-4754-863f-558e5ed013d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4c5efa3f-e7a1-4a72-a2b4-ebee1ec9e275 could not be found."}}' 2023-04-19 14:06:56,164 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/4f35624a-e61c-4fbb-acab-15b24a7d0104 0.030s 2023-04-19 14:06:56,164 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea81d54a-af37-4f27-b025-fb291aeb05c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/4f35624a-e61c-4fbb-acab-15b24a7d0104'} Body: b'' 2023-04-19 14:06:56,226 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/a78ecb04-c0ab-40cf-ac44-36104724d8bc 0.061s 2023-04-19 14:06:56,226 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06: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-c5776dc8-1ccc-4564-8dcf-7e7ddb4c6422', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/a78ecb04-c0ab-40cf-ac44-36104724d8bc'} Body: b'' 2023-04-19 14:06:56,244 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/a78ecb04-c0ab-40cf-ac44-36104724d8bc 0.016s 2023-04-19 14:06:56,244 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-f66dc5d9-cbad-4eea-a968-5b6ec222c656', 'x-openstack-request-id': 'req-f66dc5d9-cbad-4eea-a968-5b6ec222c656', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/a78ecb04-c0ab-40cf-ac44-36104724d8bc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a78ecb04-c0ab-40cf-ac44-36104724d8bc 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 0e403964-01af-488e-b74a-6a2e8b4f46e0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:55,764 80556 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/4dcdc911-3648-46b3-8c6e-9727e5375516 0.023s 2023-04-19 14:06:55,764 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-011f3020-b06c-4168-bd18-a7cba199bd0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516'} 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": "bae17698c47043ed986210ef5a0b5f87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "created_at": "2023-04-19T13:52:41Z", "updated_at": "2023-04-19T13:52:43Z", "tags": [], "self": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516", "file": "/v2/images/4dcdc911-3648-46b3-8c6e-9727e5375516/file", "schema": "/v2/schemas/image"}' 2023-04-19 14:06:56,155 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes 0.390s 2023-04-19 14:06:56,155 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1, "name": "tempest-VolumesGetTest-Volume-810650813", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-099ebd05-1047-4400-9515-5dbf0d2785ce', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-099ebd05-1047-4400-9515-5dbf0d2785ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes'} Body: b'{"volume": {"id": "0e403964-01af-488e-b74a-6a2e8b4f46e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.078791", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-810650813", "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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:06:56,213 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0 0.048s 2023-04-19 14:06:56,214 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e73da7-bcc8-470e-8e76-aa9ed1535f40', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e73da7-bcc8-470e-8e76-aa9ed1535f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0'} Body: b'{"volume": {"id": "0e403964-01af-488e-b74a-6a2e8b4f46e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-810650813", "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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:57,269 80556 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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0 0.044s 2023-04-19 14:06:57,270 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c345cf58-5930-4b5d-a1ef-5d7342560ebc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c345cf58-5930-4b5d-a1ef-5d7342560ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0'} Body: b'{"volume": {"id": "0e403964-01af-488e-b74a-6a2e8b4f46e0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.000000", "updated_at": "2023-04-19T14:06:56.000000", "name": "tempest-VolumesGetTest-Volume-810650813", "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/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0"}], "user_id": "846ded79625c4ac2bebcdbd9516ac182", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "14f7745abbc74b299128b6fd5611a62b"}}' 2023-04-19 14:06:57,379 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0 0.098s 2023-04-19 14:06:57,379 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a80de15-09d6-4098-8794-16ab331d277f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0'} Body: b'' 2023-04-19 14:06:57,401 80556 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0 0.020s 2023-04-19 14:06:57,401 80556 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5cd59d5-5566-4aa6-b93f-917fb004d4b8', 'x-openstack-request-id': 'req-e5cd59d5-5566-4aa6-b93f-917fb004d4b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/14f7745abbc74b299128b6fd5611a62b/volumes/0e403964-01af-488e-b74a-6a2e8b4f46e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0e403964-01af-488e-b74a-6a2e8b4f46e0 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 4e10591d-5a85-432a-8d43-aed5713ff32b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:56,280 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types 0.032s 2023-04-19 14:06:56,281 80554 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-714500291"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bc7cfe-d4ea-4862-a424-e898e36d1d41', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bc7cfe-d4ea-4862-a424-e898e36d1d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types'} Body: b'{"volume_type": {"id": "d888258f-edde-44cb-af2f-19c5a3374014", "name": "tempest-GroupSnapshotsTest-volume-type-714500291", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:06:56,319 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types 0.033s 2023-04-19 14:06:56,319 80554 DEBUG [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-308098536"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-027e17cb-47d9-4c73-8851-7e5ac784d967', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-027e17cb-47d9-4c73-8851-7e5ac784d967', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types'} Body: b'{"group_type": {"id": "2902e560-c429-47e7-8925-4a7aa95a7734", "name": "tempest-GroupSnapshotsTest-group-type-308098536", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:06:56,425 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups 0.101s 2023-04-19 14:06:56,426 80554 DEBUG [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": "2902e560-c429-47e7-8925-4a7aa95a7734", "volume_types": ["d888258f-edde-44cb-af2f-19c5a3374014"], "name": "tempest-GroupSnapshotsTest-Group-840317872"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d156bea1-77d1-4153-88c9-f04b1d4cea53', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d156bea1-77d1-4153-88c9-f04b1d4cea53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups'} Body: b'{"group": {"id": "4e10591d-5a85-432a-8d43-aed5713ff32b", "name": "tempest-GroupSnapshotsTest-Group-840317872"}}' 2023-04-19 14:06:56,457 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b 0. 029s 2023-04-19 14:06:56,457 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b1d8ea-0675-46b4-8220-35fc44eeb94d', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b1d8ea-0675-46b4-8220-35fc44eeb94d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b'} Body: b'{"group": {"id": "4e10591d-5a85-432a-8d43-aed5713ff32b", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.000000", "name": "tempest-GroupSnapshotsTest-Group-840317872", "description": null, "group_type": "2902e560-c429-47e7-8925-4a7aa95a7734", "volume_types": ["d888258f-edde-44cb-af2f-19c5a3374014"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:57,498 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b 0.036s 2023-04-19 14:06:57,499 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e38bc65-4d0b-4d08-8c96-3a52c9d22ec4', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e38bc65-4d0b-4d08-8c96-3a52c9d22ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b'} Body: b'{"group": {"id": "4e10591d-5a85-432a-8d43-aed5713ff32b", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:06:56.000000", "name": "tempest-GroupSnapshotsTest-Group-840317872", "description": null, "group_type": "2902e560-c429-47e7-8925-4a7aa95a7734", "volume_types": ["d888258f-edde-44cb-af2f-19c5a3374014"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:57,503 80554 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-19 14:06:57,578 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail 0.074s 2023-04-19 14:06:57,578 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4030ff37-3e97-4ca6-b767-6589d8a01e5e', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4030ff37-3e97-4ca6-b767-6589d8a01e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:06:57,650 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b/action 0.061s 2023-04-19 14:06:57,651 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 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-7fc01f6c-35c3-4012-b174-d1262ba35a28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b/action'} Body: b'' 2023-04-19 14:06:57,671 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b 0.020s 2023-04-19 14:06:57,672 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 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-5202eeaa-7323-4d70-bb0a-0b4212584be9', 'x-openstack-request-id': 'req-5202eeaa-7323-4d70-bb0a-0b4212584be9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/4e10591d-5a85-432a-8d43-aed5713ff32b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4e10591d-5a85-432a-8d43-aed5713ff32b could not be found."}}' 2023-04-19 14:06:57,700 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/2902e560-c429-47e7-8925-4a7aa95a7734 0.028s 2023-04-19 14:06:57,701 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 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-19416ee5-fb93-45ea-ae42-e29a24664065', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/2902e560-c429-47e7-8925-4a7aa95a7734'} Body: b'' 2023-04-19 14:06:57,756 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/d888258f-edde-44cb-af2f-19c5a3374014 0.055s 2023-04-19 14:06:57,757 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12cb0eb-27ca-4edf-a472-68889265dd5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/d888258f-edde-44cb-af2f-19c5a3374014'} Body: b'' 2023-04-19 14:06:57,777 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/d888258f-edde-44cb-af2f-19c5a3374014 0 .020s 2023-04-19 14:06:57,778 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c37a8b-5814-415e-a159-7fc6afa427af', 'x-openstack-request-id': 'req-51c37a8b-5814-415e-a159-7fc6afa427af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/d888258f-edde-44cb-af2f-19c5a3374014'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d888258f-edde-44cb-af2f-19c5a3374014 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 2adb30ee-968b-4092-b5cf-0a2f384f262b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:57,814 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types 0.033s 2023-04-19 14:06:57,814 80554 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-1630860330"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d375f0-2a6f-44e5-a4ae-90b1b85c0f96', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d375f0-2a6f-44e5-a4ae-90b1b85c0f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types'} Body: b'{"volume_type": {"id": "250eb4d5-b04c-49cd-8abd-4195fa0db661", "name": "tempest-GroupSnapshotsTest-volume-type-1630860330", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:06:57,899 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types 0.081s 2023-04-19 14:06:57,899 80554 DEBUG [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-1738046619"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb162070-2ec2-41b1-9f6e-120359c2c853', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb162070-2ec2-41b1-9f6e-120359c2c853', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types'} Body: b'{"group_type": {"id": "f532de59-2e90-4762-9cd7-4912f25339e9", "name": "tempest-GroupSnapshotsTest-group-type-1738046619", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:06:58,001 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups 0.099s 2023-04-19 14:06:58,001 80554 DEBUG [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": "f532de59-2e90-4762-9cd7-4912f25339e9", "volume_types": ["250eb4d5-b04c-49cd-8abd-4195fa0db661"], "name": "tempest-GroupSnapshotsTest-Group-911118272"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35170b3-b589-4f30-b191-cc4f2603051c', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35170b3-b589-4f30-b191-cc4f2603051c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups'} Body: b'{"group": {"id": "2adb30ee-968b-4092-b5cf-0a2f384f262b", "name": "tempest-GroupSnapshotsTest-Group-911118272"}}' 2023-04-19 14:06:58,058 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b 0.054s 2023-04-19 14:06:58,058 80554 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': 'Wed, 19 Apr 2023 14:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a58c63-3048-4471-a375-c7a7fe9c70f2', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a58c63-3048-4471-a375-c7a7fe9c70f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b'} Body: b'{"group": {"id": "2adb30ee-968b-4092-b5cf-0a2f384f262b", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:06:58.000000", "name": "tempest-GroupSnapshotsTest-Group-911118272", "description": null, "group_type": "f532de59-2e90-4762-9cd7-4912f25339e9", "volume_types": ["250eb4d5-b04c-49cd-8abd-4195fa0db661"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:59,097 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b 0.034s 2023-04-19 14:06:59,097 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c963a3d-4f80-4fca-ab50-954607db5284', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c963a3d-4f80-4fca-ab50-954607db5284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b'} Body: b'{"group": {"id": "2adb30ee-968b-4092-b5cf-0a2f384f262b", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:06:58.000000", "name": "tempest-GroupSnapshotsTest-Group-911118272", "description": null, "group_type": "f532de59-2e90-4762-9cd7-4912f25339e9", "volume_types": ["250eb4d5-b04c-49cd-8abd-4195fa0db661"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:06:59,182 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail 0.080s 2023-04-19 14:06:59,182 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-315f3d1b-ec55-453b-9a1c-2c9116edf84b', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-315f3d1b-ec55-453b-9a1c-2c9116edf84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:06:59,252 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b/action 0.059s 2023-04-19 14:06:59,252 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c3d7e5-1755-4c25-8fb4-34734e914f2d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b/action'} Body: b'' 2023-04-19 14:06:59,270 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b 0.017s 2023-04-19 14:06:59,270 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-98593628-e0fd-4dc2-9e37-48f6a8c23d36', 'x-openstack-request-id': 'req-98593628-e0fd-4dc2-9e37-48f6a8c23d36', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/969effdbb58b450fa11e985cd64c62e8/groups/2adb30ee-968b-4092-b5cf-0a2f384f262b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2adb30ee-968b-4092-b5cf-0a2f384f262b could not be found."}}' 2023-04-19 14:06:59,302 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/f532de59-2e90-4762-9cd7-4912f25339e9 0.031s 2023-04-19 14:06:59,303 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05397c4-1b8f-4ebd-87b0-cbf038373c55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/group_types/f532de59-2e90-4762-9cd7-4912f25339e9'} Body: b'' 2023-04-19 14:06:59,360 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/250eb4d5-b04c-49cd-8abd-4195fa0db661 0.057s 2023-04-19 14:06:59,361 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2163b9ac-2067-4cf0-83da-109bcb826a6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/250eb4d5-b04c-49cd-8abd-4195fa0db661'} Body: b'' 2023-04-19 14:06:59,383 80554 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/250eb4d5-b04c-49cd-8abd-4195fa0db661 0.021s 2023-04-19 14:06:59,383 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e293cfa-f0d5-409e-b4a4-e452dacce686', 'x-openstack-request-id': 'req-7e293cfa-f0d5-409e-b4a4-e452dacce686', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/733fae71fad0460f8ff3c19dbb5d83d4/types/250eb4d5-b04c-49cd-8abd-4195fa0db661'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 250eb4d5-b04c-49cd-8abd-4195fa0db661 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 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 ac6434da-e63f-4bce-8d79-e9d275e0aef9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:06:59,926 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types 0.264s 2023-04-19 14:06:59,926 80564 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-70677453"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f952f4-0a72-491b-b09d-2fe7ea45b055', 'content-length': '218', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f952f4-0a72-491b-b09d-2fe7ea45b055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types'} Body: b'{"volume_type": {"id": "261e036c-80cd-465e-abab-4405f51876ee", "name": "tempest-GroupsV320Test-volume-type-70677453", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:06:59,963 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/group_types 0.032s 2023-04-19 14:06:59,963 80564 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-1905121458"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028f7523-1c26-4a80-b12d-ad96291dfb13', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028f7523-1c26-4a80-b12d-ad96291dfb13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/group_types'} Body: b'{"group_type": {"id": "df7be627-c626-4a14-8fa1-1112def95c31", "name": "tempest-GroupsV320Test-group-type-1905121458", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:07:00,226 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups 0.259s 2023-04-19 14:07:00,227 80564 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": "df7be627-c626-4a14-8fa1-1112def95c31", "volume_types": ["261e036c-80cd-465e-abab-4405f51876ee"], "name": "tempest-GroupsV320Test-Group-1148483989"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b855a8c-c4bf-4630-a9d2-3df1495371c1', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b855a8c-c4bf-4630-a9d2-3df1495371c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups'} Body: b'{"group": {"id": "ac6434da-e63f-4bce-8d79-e9d275e0aef9", "name": "tempest-GroupsV320Test-Group-1148483989"}}' 2023-04-19 14:07:00,263 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9 0.034s 2023-04-19 14:07:00,263 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295dd7c7-518a-447e-b59a-a14693e0b7e4', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295dd7c7-518a-447e-b59a-a14693e0b7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9'} Body: b'{"group": {"id": "ac6434da-e63f-4bce-8d79-e9d275e0aef9", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:07:00.000000", "name": "tempest-GroupsV320Test-Group-1148483989", "description": null, "group_type": "df7be627-c626-4a14-8fa1-1112def95c31", "volume_types": ["261e036c-80cd-465e-abab-4405f51876ee"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:07:01,302 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9 0.033s 2023-04-19 14:07:01,303 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4832d539-2cdb-4551-beed-91bdcc86e4de', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4832d539-2cdb-4551-beed-91bdcc86e4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9'} Body: b'{"group": {"id": "ac6434da-e63f-4bce-8d79-e9d275e0aef9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:07:00.000000", "name": "tempest-GroupsV320Test-Group-1148483989", "description": null, "group_type": "df7be627-c626-4a14-8fa1-1112def95c31", "volume_types": ["261e036c-80cd-465e-abab-4405f51876ee"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:07:01,384 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/volumes/detail 0.076s 2023-04-19 14:07:01,384 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14879b53-695a-45dc-9b97-1d07688f51d1', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14879b53-695a-45dc-9b97-1d07688f51d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:07:01,465 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9/action 0.070s 2023-04-19 14:07:01,465 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 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-00c7b222-25aa-4f1d-986e-51059f450722', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9/action'} Body: b'' 2023-04-19 14:07:01,482 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9 0.017s 2023-04-19 14:07:01,483 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 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-495e2f36-ed99-42ec-9752-3d8ce0aa44ee', 'x-openstack-request-id': 'req-495e2f36-ed99-42ec-9752-3d8ce0aa44ee', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bf87c6098d3448b29d5a5a85995755c4/groups/ac6434da-e63f-4bce-8d79-e9d275e0aef9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ac6434da-e63f-4bce-8d79-e9d275e0aef9 could not be found."}}' 2023-04-19 14:07:01,526 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/group_types/df7be627-c626-4a14-8fa1-1112def95c31 0.042s 2023-04-19 14:07:01,526 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 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-98efa7fd-5149-4996-af60-c825da549246', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/group_types/df7be627-c626-4a14-8fa1-1112def95c31'} Body: b'' 2023-04-19 14:07:01,635 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types/261e036c-80cd-465e-abab-4405f51876ee 0.107s 2023-04-19 14:07:01,635 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f16f668-a73a-4d8d-8891-3cbd26deaa18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types/261e036c-80cd-465e-abab-4405f51876ee'} Body: b'' 2023-04-19 14:07:01,656 80564 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types/261e036c-80cd-465e-abab-4405f51876ee 0.020s 2023-04-19 14:07:01,656 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:01 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-6351a51b-0e68-40d2-8c28-3f825ca2f541', 'x-openstack-request-id': 'req-6351a51b-0e68-40d2-8c28-3f825ca2f541', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/65d192915c994a9dba84bc684a3b3bed/types/261e036c-80cd-465e-abab-4405f51876ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 261e036c-80cd-465e-abab-4405f51876ee could not be found."}}' setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 b9076ab1-8818-4123-8c16-205c9f2e0ced 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-19 14:07:02,525 80554 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/e5dffbb9b5b643108c9d5b7e6d5263e4/scheduler-stats/get_pools?detail=True 0.151s 2023-04-19 14:07:02,526 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f770eb32-fbec-40fe-b936-348cddd054af', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f770eb32-fbec-40fe-b936-348cddd054af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5dffbb9b5b643108c9d5b7e6d5263e4/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] -------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:07:02,609 80554 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/e5dffbb9b5b643108c9d5b7e6d5263e4/scheduler-stats/get_pools 0.060s 2023-04-19 14:07:02,609 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76eca46-a5cd-4753-af3b-aadaffc7c6e6', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76eca46-a5cd-4753-af3b-aadaffc7c6e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5dffbb9b5b643108c9d5b7e6d5263e4/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 999e84fa-0f17-4c94-a74e-cb02faa36135 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:07:08,889 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes 0.221s 2023-04-19 14:07:08,890 80554 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-1358498373"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a19bc8-b110-4cba-8238-2495a940cf4e', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a19bc8-b110-4cba-8238-2495a940cf4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes'} Body: b'{"volume": {"id": "999e84fa-0f17-4c94-a74e-cb02faa36135", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T14:07:08.814418", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1358498373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}], "user_id": "c74b0bca015f42d180fbd45b68d72249", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:07:08,939 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135 0.040s 2023-04-19 14:07:08,940 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f03a186-adf4-44c4-99f0-55a9853e434b', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f03a186-adf4-44c4-99f0-55a9853e434b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'{"volume": {"id": "999e84fa-0f17-4c94-a74e-cb02faa36135", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T14:07:09.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1358498373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}], "user_id": "c74b0bca015f42d180fbd45b68d72249", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a06b8910a21484091a5c38fec085dc1"}}' 2023-04-19 14:07:09,990 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36 135 0.038s 2023-04-19 14:07:09,990 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67687f4a-3864-4b50-847d-77f016dacf58', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67687f4a-3864-4b50-847d-77f016dacf58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'{"volume": {"id": "999e84fa-0f17-4c94-a74e-cb02faa36135", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T14:07:09.000000", "updated_at": "2023-04-19T14:07:09.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1358498373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}], "user_id": "c74b0bca015f42d180fbd45b68d72249", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a06b8910a21484091a5c38fec085dc1"}}' 2023-04-19 14:07:10,061 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135 0.060s 2023-04-19 14:07:10,062 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd45530-9da7-4ba7-8c15-fb1216ec97fa', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd45530-9da7-4ba7-8c15-fb1216ec97fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'{"volume": {"id": "999e84fa-0f17-4c94-a74e-cb02faa36135", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-19T14:07:09.000000", "updated_at": "2023-04-19T14:07:09.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1358498373", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135"}], "user_id": "c74b0bca015f42d180fbd45b68d72249", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a06b8910a21484091a5c38fec085dc1"}}' 2023-04-19 14:07:10,186 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135 0.113s 2023-04-19 14:07:10,186 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Wed, 19 Apr 2023 14:07: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-49bd8c73-c4a1-449f-81c4-7f2e3b2e4fff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'' 2023-04-19 14:07:10,206 80554 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135 0.020s 2023-04-19 14:07:10,207 80554 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07: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-e7490d7b-208e-4043-a5ed-b1932ddba32f', 'x-openstack-request-id': 'req-e7490d7b-208e-4043-a5ed-b1932ddba32f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1a06b8910a21484091a5c38fec085dc1/volumes/999e84fa-0f17-4c94-a74e-cb02faa36135'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 999e84fa-0f17-4c94-a74e-cb02faa36135 could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 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 68c3e801-8f46-4cb2-acbf-eebfb5f1febc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:07:12,191 80564 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes 0.340s 2023-04-19 14:07:12,191 80564 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-488759147"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b431b846-f07c-4445-9e05-02f06bd6f0d0', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b431b846-f07c-4445-9e05-02f06bd6f0d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes'} Body: b'{"volume": {"id": "68c3e801-8f46-4cb2-acbf-eebfb5f1febc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:12.132849", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-488759147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}], "user_id": "b0fb638980a64fdfb9d77203faa49836", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:07:12,253 80564 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc 0.047s 2023-04-19 14:07:12,254 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ecfa41a-0a47-4b4d-a835-f2e47b666d1e', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ecfa41a-0a47-4b4d-a835-f2e47b666d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc'} Body: b'{"volume": {"id": "68c3e801-8f46-4cb2-acbf-eebfb5f1febc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:12.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-488759147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}], "user_id": "b0fb638980a64fdfb9d77203faa49836", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "729515bfca6843579124bfd7f65d2277"}}' 2023-04-19 14:07:13,305 80564 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801- 8f46-4cb2-acbf-eebfb5f1febc 0.039s 2023-04-19 14:07:13,305 80564 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a249df86-c13f-49c5-b18c-06654515e29b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a249df86-c13f-49c5-b18c-06654515e29b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc'} Body: b'{"volume": {"id": "68c3e801-8f46-4cb2-acbf-eebfb5f1febc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:12.000000", "updated_at": "2023-04-19T14:07:12.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-488759147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/729515bfca6843579124bfd7f65d2277/volumes/68c3e801-8f46-4cb2-acbf-eebfb5f1febc"}], "user_id": "b0fb638980a64fdfb9d77203faa49836", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "729515bfca6843579124bfd7f65d2277"}}' 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 18cdd484-54cd-4558-83b5-bab8d2d3d940 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:04:26,337 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.153s 2023-04-19 14:04:26,338 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b33de924-e903-4a6a-8a3c-b05d9078d797', 'x-compute-request-id': 'req-b33de924-e903-4a6a-8a3c-b05d9078d797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:04:26,519 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.157s 2023-04-19 14:04:26,519 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:04:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b6703c3-c4b0-4346-8582-f6a4bf741f18', 'x-compute-request-id': 'req-6b6703c3-c4b0-4346-8582-f6a4bf741f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", " href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:16,769 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.223s 2023-04-19 14:05:16,769 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae6a1df2-16fa-4f92-9ef8-6fa97e9da69d', 'x-compute-request-id': 'req-ae6a1df2-16fa-4f92-9ef8-6fa97e9da69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:05:16,997 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.216s 2023-04-19 14:05:16,997 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: { 'date': 'Wed, 19 Apr 2023 14:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d9f7816-7876-42a0-b602-b286b82e2011', 'x-compute-request-id': 'req-4d9f7816-7876-42a0-b602-b286b82e2011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:06:17,370 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes 0.300s 2023-04-19 14:06:17,370 80548 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-871584772"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe76ea2-47b5-4847-afaf-8951f8c46609', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe76ea2-47b5-4847-afaf-8951f8c46609', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes'} Body: b'{"volume": {"id": "18cdd484-54cd-4558-83b5-bab8d2d3d940", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:17.283601", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-871584772", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2 023-04-19 14:06:17,429 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940 0.046s 2023-04-19 14:06:17,429 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32bb3f23-a15c-4660-9917-fd1b7a97572b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32bb3f23-a15c-4660-9917-fd1b7a97572b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940'} Body: b'{"volume": {"id": "18cdd484-54cd-4558-83b5-bab8d2d3d940", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:17.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-871584772", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:06:18,480 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940 0.039s 2023-04-19 14:06:18,480 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5470d918-c7d9-4d5c-b9a8-d06988e6b72d', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5470d918-c7d9-4d5c-b9a8-d06988e6b72d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940'} Body: b'{"volume": {"id": "18cdd484-54cd-4558-83b5-bab8d2d3d940", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:06:17.000000", "updated_at": "2023-04-19T14:06:17.000000", "name": "tempest-ServerActionsTestJSON-volume-871584772", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/18cdd484-54cd-4558-83b5-bab8d2d3d940"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:06:18,760 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.269s 2023-04-19 14:06:18,761 80548 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b5de1ed-57c6-4592-b098-303599713cf2', 'x-compute-request-id': 'req-0b5de1ed-57c6-4592-b098-303599713cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.volume.admin.test_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 abef1702-7a5c-47a6-82e1-5899c733bd38 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:05:51,913 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-04-19 14:05:51,913 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:51 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-a76bf544-c28b-4477-9b03-c437cbbd5746', '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": "ef68344e8c354b0d9a826ebb6587174b", "name": "tempest-VolumesActionsTest-1466767104-project-member", "password_expires_at": null}, "audit_ids": ["LCbWAB3LR2-RZm6oU0_BbA"], "expires_at": "2023-04-19T15:05:51.000000Z", "issued_at": "2023-04-19T14:05:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df547379af574462b674110f513ecf8f", "name": "tempest-VolumesActionsTest-1466767104"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/df547379af574462b674110f513ecf8f", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:05:51,914 80560 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '65415407-a653-471c-b53c-2c199a7e4625', 'name': 'tempest-VolumesActionsTest-1718270978-network', 'tenant_id': 'df547379af574462b674110f513ecf8f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'df547379af574462b674110f513ecf8f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40333, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:05:49Z', 'updated_at': '2023-04-19T14:05:49Z', 'revision_number': 1} available for tenant 2023-04-19 14:05:52,634 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.719s 2023-04-19 14:05:52,634 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-681161781", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "networks": [{"uuid": "65415407-a653-471c-b53c-2c199a7e4625"}]}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6bc16cb-a7c3-49ab-8d3c-d60f3c0d8410', 'x-compute-request-id': 'req-e6bc16cb-a7c3-49ab-8d3c-d60f3c0d8410', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "eea34ad1-a903-42ca-8fb4-9d3662c2e4fd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "eX4e3vxZpZck"}}' 2023-04-19 14:05:52,701 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.064s 2023-04-19 14:05:52,702 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:05:52 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-58539034-8eed-4f5f-8690-d613e9ac6070', 'x-compute-request-id': 'req-58539034-8eed-4f5f-8690-d613e9ac6070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'{"server": {"id": "eea34ad1-a903-42ca-8fb4-9d3662c2e4fd", "name": "tempest-VolumesActionsTest-instance-681161781", "status": "BUILD", "tenant_id": "df547379af574462b674110f513ecf8f", "user_id": "ef68344e8c354b0d9a826ebb6587174b", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:05:53Z", "updated": "2023-04-19T14:05:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}], "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": "sche duling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:06:42,993 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.229s 2023-04-19 14:06:42,993 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:06:42 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-19707329-c40f-40de-86f0-8830508c172a', 'x-compute-request-id': 'req-19707329-c40f-40de-86f0-8830508c172a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'{"server": {"id": "eea34ad1-a903-42ca-8fb4-9d3662c2e4fd", "name": "tempest-VolumesActionsTest-instance-681161781", "status": "ACTIVE", "tenant_id": "df547379af574462b674110f513ecf8f", "user_id": "ef68344e8c354b0d9a826ebb6587174b", "metadata": {}, "hostId": "2a531f2c09cad4a0b7438ab9ec204ed2cd7c5b8f07bd25a0fb79e140", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:05:52Z", "updated": "2023-04-19T14:05:59Z", "addresses": {"tempest-VolumesActionsTest-1718270978-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:a1:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T14:05:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:06:43,004 80560 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 14:07:43,281 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes 0.217s 2023-04-19 14:07:43,282 80560 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-1314478540"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9b8148-04bc-47da-bd7d-cf965e6334af', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9b8148-04bc-47da-bd7d-cf965e6334af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "abef1702-7a5c-47a6-82e1-5899c733bd38", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:43.223005", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1314478540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "so urce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:07:43,331 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.040s 2023-04-19 14:07:43,331 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6326f17-e4a7-4f44-8086-66e70d067434', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6326f17-e4a7-4f44-8086-66e70d067434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'{"volume": {"id": "abef1702-7a5c-47a6-82e1-5899c733bd38", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:43.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1314478540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:07:44,383 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.040s 2023-04-19 14:07:44,384 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a5f9feb-d9fa-4aaf-9c82-dc85f99da327', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a5f9feb-d9fa-4aaf-9c82-dc85f99da327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'{"volume": {"id": "abef1702-7a5c-47a6-82e1-5899c733bd38", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:43.000000", "updated_at": "2023-04-19T14:07:43.000000", "name": "tempest-VolumesActionsTest-Volume-1314478540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}], "user_id": "ef68344e8c354b0d9a82 6ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:07:44,432 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.037s 2023-04-19 14:07:44,432 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b066ade8-60a3-426e-a973-0dcc87fb12b1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b066ade8-60a3-426e-a973-0dcc87fb12b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'{"volume": {"id": "abef1702-7a5c-47a6-82e1-5899c733bd38", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:07:43.000000", "updated_at": "2023-04-19T14:07:43.000000", "name": "tempest-VolumesActionsTest-Volume-1314478540", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:07:44,547 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.102s 2023-04-19 14:07:44,547 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07: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-ba0dca3d-836d-45a8-9498-ea3506206080', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'' 2023-04-19 14:07:44,568 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38 0.020s 2023-04-19 14:07:44,569 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07: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-395e214d-ed7f-454b-8d97-bed8803cd8ca', 'x-openstack-request-id': 'req-395e214d-ed7f-454b-8d97-bed8803cd8ca', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/abef1702-7a5c-47a6-82e1-5899c733bd38'} Body: b'{"itemNotFound": {" code": 404, "message": "Volume abef1702-7a5c-47a6-82e1-5899c733bd38 could not be found."}}' 2023-04-19 14:07:44,690 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.120s 2023-04-19 14:07:44,690 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-561288bf-fd94-470e-8dba-9e2903cbcd49', 'x-compute-request-id': 'req-561288bf-fd94-470e-8dba-9e2903cbcd49', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'' 2023-04-19 14:07:44,935 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.244s 2023-04-19 14:07:44,936 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:44 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-150c9ec6-707d-4369-a578-76c370c42cbd', 'x-compute-request-id': 'req-150c9ec6-707d-4369-a578-76c370c42cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'{"server": {"id": "eea34ad1-a903-42ca-8fb4-9d3662c2e4fd", "name": "tempest-VolumesActionsTest-instance-681161781", "status": "ACTIVE", "tenant_id": "df547379af574462b674110f513ecf8f", "user_id": "ef68344e8c354b0d9a826ebb6587174b", "metadata": {}, "hostId": "2a531f2c09cad4a0b7438ab9ec204ed2cd7c5b8f07bd25a0fb79e140", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:05:52Z", "updated": "2023-04-19T14:07:45Z", "addresses": {"tempest-VolumesActionsTest-1718270978-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:a1:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-19T14:05:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:08:34,998 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 0.043s 2023-04-19 14:08:34,999 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:34 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', '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-ce3e3c00-fa80-4662-8317-92424d824097', 'x-compute-request-id': 'req-ce3e3c00-fa80-4662-8317-92424d824097', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eea34ad1-a903-42ca-8fb4-9d3662c2e4fd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance eea34ad1-a903-42ca-8fb4-9d3662c2e4fd 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 8ba80f84-2b1b-4b24-9c77-80158724ef20 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:35,305 80560 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/df547379af574462b674110f513ecf8f/volumes 0.303s 2023-04-19 14:08:35,306 80560 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-24964934"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ba7a46-7a2f-4118-be55-7ee98d9a2934', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ba7a46-7a2f-4118-be55-7ee98d9a2934', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "8ba80f84-2b1b-4b24-9c77-80158724ef20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:35.131475", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-24964934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:35,353 80560 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/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.038s 2023-04-19 14:08:35,354 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-055b44a9-15bc-4cbc-901f-f5ce24eeff48', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-055b44a9-15bc-4cbc-901f-f5ce24eeff48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'{"volume": {"id": "8ba80f84-2b1b-4b24-9c77-80158724ef20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:35.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-24964934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:36,409 80560 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/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.041s 2023-04-19 14:08:36,409 80560 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98a992d9-0629-48a2-9631-ac78a18a0e5f', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98a992d9-0629-48a2-9631-ac78a18a0e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'{"volume": {"id": "8ba80f84-2b1b-4b24-9c77-80158724ef20", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:35.000000", "updated_at": "2023-04-19T14:08:35.000000", "name": "tempest-VolumesActionsTest-Volume-24964934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:36,458 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.037s 2023-04-19 14:08:36,459 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1070bfe4-99e0-40fe-9be0-c9c4f90703da', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1070bfe4-99e0-40fe-9be0-c9c4f90703da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'{"volume": {"id": "8ba80f84-2b1b-4b24-9c77-80158724ef20", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:35.000000", "updated_at": "2023-04-19T14:08:35.000000", "name": "tempest-VolumesActionsTest-Volume-24964934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:36,564 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.095s 2023-04-19 14:08:36,565 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-03af43af-126e-405f-b94f-4e7e108dacf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'' 2023-04-19 14:08:36,587 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20 0.022s 2023-04-19 14:08:36,588 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-27d6b78d-1a39-4030-acf1-e87785b8f893', 'x-openstack-request-id': 'req-27d6b78d-1a39-4030-acf1-e87785b8f893', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/8ba80f84-2b1b-4b24-9c77-80158724ef20'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8ba80f84-2b1b-4b24-9c77-80158724ef20 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 397c4467-b8c6-4ad9-b4b0-10ad8c282124 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:36,767 80560 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/df547379af574462b674110f513ecf8f/volumes 0.176s 2023-04-19 14:08:36,767 80560 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-663715003"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7619780c-d3b9-460a-a548-5dda5653c822', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7619780c-d3b9-460a-a548-5dda5653c822', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "397c4467-b8c6-4ad9-b4b0-10ad8c282124", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:36.708576", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-663715003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:36,814 80560 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/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.037s 2023-04-19 14:08:36,814 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7700089-fae9-49ab-a4c0-5bac5e7320af', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7700089-fae9-49ab-a4c0-5bac5e7320af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'{"volume": {"id": "397c4467-b8c6-4ad9-b4b0-10ad8c282124", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:37.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-663715003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:37,869 80560 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/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.043s 2023-04-19 14:08:37,869 80560 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d6cd7e-a58d-4d18-acb1-a56a5a116cba', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d6cd7e-a58d-4d18-acb1-a56a5a116cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'{"volume": {"id": "397c4467-b8c6-4ad9-b4b0-10ad8c282124", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:37.000000", "updated_at": "2023-04-19T14:08:37.000000", "name": "tempest-VolumesActionsTest-Volume-663715003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:37,918 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.039s 2023-04-19 14:08:37,919 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e687ab9-b064-4690-8ece-4861fac09b59', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e687ab9-b064-4690-8ece-4861fac09b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'{"volume": {"id": "397c4467-b8c6-4ad9-b4b0-10ad8c282124", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:37.000000", "updated_at": "2023-04-19T14:08:37.000000", "name": "tempest-VolumesActionsTest-Volume-663715003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:38,020 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.091s 2023-04-19 14:08:38,021 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-5f8abad9-cc3f-4ef7-9382-08b4e2e79cd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'' 2023-04-19 14:08:38,043 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124 0.021s 2023-04-19 14:08:38,043 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad0f70fe-255d-4ca7-9165-9462443a050c', 'x-openstack-request-id': 'req-ad0f70fe-255d-4ca7-9165-9462443a050c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/397c4467-b8c6-4ad9-b4b0-10ad8c282124'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 397c4467-b8c6-4ad9-b4b0-10ad8c282124 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 c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:38,226 80560 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/df547379af574462b674110f513ecf8f/volumes 0.180s 2023-04-19 14:08:38,226 80560 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-1960280669"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d6bdfd-a568-4dda-9190-774eadfd08a8', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d6bdfd-a568-4dda-9190-774eadfd08a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:38.169849", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1960280669", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:38,272 80560 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/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.036s 2023-04-19 14:08:38,272 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a441e13-6a70-4494-81c4-27990ee37da8', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a441e13-6a70-4494-81c4-27990ee37da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'{"volume": {"id": "c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:38.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1960280669", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:39,324 80560 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/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.040s 2023-04-19 14:08:39,325 80560 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de52f920-84f4-4dbf-8f53-49af873cd2a3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de52f920-84f4-4dbf-8f53-49af873cd2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'{"volume": {"id": "c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:38.000000", "updated_at": "2023-04-19T14:08:38.000000", "name": "tempest-VolumesActionsTest-Volume-1960280669", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:39,374 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.039s 2023-04-19 14:08:39,374 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcc2aeab-8c13-4ae1-81f5-022f106d9407', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcc2aeab-8c13-4ae1-81f5-022f106d9407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'{"volume": {"id": "c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:38.000000", "updated_at": "2023-04-19T14:08:38.000000", "name": "tempest-VolumesActionsTest-Volume-1960280669", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:39,477 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.093s 2023-04-19 14:08:39,478 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-85fb7fa3-1737-48d9-9551-85aa82d6bcf5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'' 2023-04-19 14:08:39,500 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 0.021s 2023-04-19 14:08:39,500 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-4729939a-d36e-4ebf-a0c0-aeaad127344a', 'x-openstack-request-id': 'req-4729939a-d36e-4ebf-a0c0-aeaad127344a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c1ab2bb6-238d-4397-9b94-bc4c8ef4efdc 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 0b713742-c537-49f8-95fa-a74b9f31d14e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:39,676 80560 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/df547379af574462b674110f513ecf8f/volumes 0.173s 2023-04-19 14:08:39,676 80560 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-303935840"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba788e21-9cee-4414-b724-c2784ab27bc4', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba788e21-9cee-4414-b724-c2784ab27bc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "0b713742-c537-49f8-95fa-a74b9f31d14e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:39.622596", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-303935840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:39,722 80560 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/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.037s 2023-04-19 14:08:39,723 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bbe3426-163d-43df-936a-a0f449942d7c', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bbe3426-163d-43df-936a-a0f449942d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'{"volume": {"id": "0b713742-c537-49f8-95fa-a74b9f31d14e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:40.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-303935840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:40,774 80560 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/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.040s 2023-04-19 14:08:40,775 80560 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f1171e-1cd7-44ec-aa16-99cdfc9aaae2', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f1171e-1cd7-44ec-aa16-99cdfc9aaae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'{"volume": {"id": "0b713742-c537-49f8-95fa-a74b9f31d14e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:40.000000", "updated_at": "2023-04-19T14:08:40.000000", "name": "tempest-VolumesActionsTest-Volume-303935840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:40,823 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.038s 2023-04-19 14:08:40,824 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-132ee5af-0f9c-4f4c-a48d-41d28ae26b24', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-132ee5af-0f9c-4f4c-a48d-41d28ae26b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'{"volume": {"id": "0b713742-c537-49f8-95fa-a74b9f31d14e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:40.000000", "updated_at": "2023-04-19T14:08:40.000000", "name": "tempest-VolumesActionsTest-Volume-303935840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:40,926 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.091s 2023-04-19 14:08:40,926 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e54bb457-d177-4fcf-8c4a-cc3b6156d6de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'' 2023-04-19 14:08:40,947 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e 0.021s 2023-04-19 14:08:40,948 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-83532a8c-847f-44c9-b83f-fd91a601d5a4', 'x-openstack-request-id': 'req-83532a8c-847f-44c9-b83f-fd91a601d5a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/0b713742-c537-49f8-95fa-a74b9f31d14e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0b713742-c537-49f8-95fa-a74b9f31d14e 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 e3ccbe94-7219-4173-89b2-f35d2e24d318 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:08:41,123 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes 0.171s 2023-04-19 14:08:41,123 80560 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-298464103"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c2f4178-d0c7-4dc4-8f1e-fa3a2597333f', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c2f4178-d0c7-4dc4-8f1e-fa3a2597333f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes'} Body: b'{"volume": {"id": "e3ccbe94-7219-4173-89b2-f35d2e24d318", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:41.068172", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-298464103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:41,169 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.037s 2023-04-19 14:08:41,170 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7293d891-0a9c-4cbc-ac2e-e60cd766689b', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7293d891-0a9c-4cbc-ac2e-e60cd766689b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'{"volume": {"id": "e3ccbe94-7219-4173-89b2-f35d2e24d318", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:41.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-298464103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:42,228 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.047s 2023-04-19 14:08:42,229 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615dda83-e8c4-4e8d-acc2-e679f96693cf', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615dda83-e8c4-4e8d-acc2-e679f96693cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'{"volume": {"id": "e3ccbe94-7219-4173-89b2-f35d2e24d318", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:41.000000", "updated_at": "2023-04-19T14:08:41.000000", "name": "tempest-VolumesActionsTest-Volume-298464103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:42,279 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.036s 2023-04-19 14:08:42,279 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf7e4270-a4c2-4fd4-b3d1-63a9dffa6977', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf7e4270-a4c2-4fd4-b3d1-63a9dffa6977', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'{"volume": {"id": "e3ccbe94-7219-4173-89b2-f35d2e24d318", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:41.000000", "updated_at": "2023-04-19T14:08:41.000000", "name": "tempest-VolumesActionsTest-Volume-298464103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318"}], "user_id": "ef68344e8c354b0d9a826ebb6587174b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df547379af574462b674110f513ecf8f"}}' 2023-04-19 14:08:42,401 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.112s 2023-04-19 14:08:42,401 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-92e3cd02-c661-45c9-88dd-bd852a7e8ecd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'' 2023-04-19 14:08:42,432 80560 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318 0.030s 2023-04-19 14:08:42,432 80560 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08: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-cbadab81-f9c0-4dfc-9670-25c7e6dd3474', 'x-openstack-request-id': 'req-cbadab81-f9c0-4dfc-9670-25c7e6dd3474', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/df547379af574462b674110f513ecf8f/volumes/e3ccbe94-7219-4173-89b2-f35d2e24d318'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e3ccbe94-7219-4173-89b2-f35d2e24d318 could not be found."}}' setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2bd5255c-9f28-4792-8f20-1dc0f70dfe2e failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f1a7a9c3-7de3-4287-b814-44bc315e3819 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 a12be7fa-2fa1-497b-a93e-e3cc31d1c8be failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6689475d-8bb6-42b4-a490-e53ea822622a 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 49cce820-9f17-4246-b2d1-3f3be32730cb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:07:19,226 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.392s 2023-04-19 14:07:19,227 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-677d2a71-11c0-4394-899f-469f75e8e2cf', 'x-compute-request-id': 'req-677d2a71-11c0-4394-899f-469f75e8e2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:07:19,555 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.317s 2023-04-19 14:07:19,556 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74666a6e-9b2c-43ea-bc42-d369d9a4efdb', 'x-compute-request-id': 'req-74666a6e-9b2c-43ea-bc42-d369d9a4efdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:07:19,763 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.196s 2023-04-19 14:07:19,764 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:07:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5a951d1-1102-493a-aa89-6fa810931ae1', 'x-compute-request-id': 'req-b5a951d1-1102-493a-aa89-6fa810931ae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:08:20,264 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/30547cb5 530e48a0bbcadde54e832d24/volumes 0.428s 2023-04-19 14:08:20,264 80548 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-1407187473"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11069b7-a47e-4bb0-9b56-d1dc002ddaf8', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11069b7-a47e-4bb0-9b56-d1dc002ddaf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes'} Body: b'{"volume": {"id": "49cce820-9f17-4246-b2d1-3f3be32730cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:20.196698", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1407187473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:08:20,317 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb 0.044s 2023-04-19 14:08:20,318 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31106ab0-b869-47b0-93a8-99e2557037af', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31106ab0-b869-47b0-93a8-99e2557037af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb'} Body: b'{"volume": {"id": "49cce820-9f17-4246-b2d1-3f3be32730cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:20.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1407187473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:08:21,375 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb 0.044s 2023-04-19 14:08:21,375 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Wed, 19 Apr 2023 14:08:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c787d1a-1c52-4e9c-8639-e24c1a4bcf55', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c787d1a-1c52-4e9c-8639-e24c1a4bcf55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb'} Body: b'{"volume": {"id": "49cce820-9f17-4246-b2d1-3f3be32730cb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:08:20.000000", "updated_at": "2023-04-19T14:08:20.000000", "name": "tempest-ServerActionsTestJSON-volume-1407187473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/49cce820-9f17-4246-b2d1-3f3be32730cb"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:08:21,385 80548 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-19 14:08:21,642 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.256s 2023-04-19 14:08:21,643 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:08:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7f8270b-2f53-4f6e-9dff-b329f91d940f', 'x-compute-request-id': 'req-d7f8270b-2f53-4f6e-9dff-b329f91d940f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_actions.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 606b80c2-db6e-44cd-b565-8bfda28a89af failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:09:21,914 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.235s 2023-04-19 14:09:21,914 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:09:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10a483b3-db17-4789-b783-fba242a6b0e5', 'x-compute-request-id': 'req-10a483b3-db17-4789-b783-fba242a6b0e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:09:22,182 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.256s 2023-04-19 14:09:22,183 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:09:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c233ce5d-ca3f-4ac4-8994-554fa7d90e85', 'x-compute-request-id': 'req-c233ce5d-ca3f-4ac4-8994-554fa7d90e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:09:22,354 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.160s 2023-04-19 14:09:22,355 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:09:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6265738b-b7bd-473e-b6ae-6525b21b125a', 'x-compute-request-id': 'req-6265738b-b7bd-473e-b6ae-6525b21b125a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700-4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:10:22,520 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2023-04-19 14:10:22,520 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:22 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-ba3ee2d4-dbf7-4fc1-a95a-a427fb4f8971', '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": "9b32d5735f2a4babb219b9e66d5cd4ed", "name": "tempest-ServerActionsTestJSON-1629725708-project-member", "password_expires_at": null}, "audit_ids": ["7-dV-On2Q1SKpjIrdweSkQ"], "expires_at": "2023-04-19T15:10:22.000000Z", "issued_at": "2023-04-19T14:10:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30547cb5530e48a0bbcadde54e832d24", "name": "tempest-ServerActionsTestJSON-1629725708"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30547cb5530e48a0bbcadde54e832d24", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:10:22,521 80548 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '8d7c8fbe-dc96-4e30-92c9-171fb37c820a', 'name': 'tempest-ServerActionsTestJSON-1853962643-network', 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '30547cb5530e48a0bbcadde54e832d24', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14468, 'is_default': False, 'availability_zone_hints': [], 'availability_zon es': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:02:24Z', 'updated_at': '2023-04-19T14:02:24Z', 'revision_number': 1} available for tenant 2023-04-19 14:10:22,521 80548 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-803253154', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEN1uStNQWjuUJyVQgFtI5hsFuAQc/WjN2yhXU6p2XGH2m2C7/O6NFL1M8KnkwDMEmG5tWCCAlcSkdi3c2b1pZ7gAsUaBQWxxtQ0PIyXh4UdXwTZbcjtrudS3qQ8vjwVUA==', 'fingerprint': 'f9:5a:85:8b:b5:e5:dd:5b:77:5e:69:c1:c9:70:68:f7', 'user_id': '9b32d5735f2a4babb219b9e66d5cd4ed', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBeas0SfTd1iHHXO27gGFttlHVr9hODE9Dimmkdifde0uaoTTYegWbZ\n6HFW3hXWXsCgBwYFK4EEACKhZANiAARDdbkrTUFo7lCclUIBbSOYbBbgEHP1ozds\noV1Oqdlxh9ptgu/zujRS9TPCp5MAzBJhubVgggJXEpHYt3Nm9aWe4ALFGgUFscbU\nNDyMl4eFHV8E2W3I7a7nUt6kPL48FVA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cbe4343b-1163-4183-942a-6b629ac65dd9', 'name': 'tempest-securitygroup--302001453', 'stateful': True, 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'description': 'tempest-description--947225974', 'shared': False, 'security_group_rules': [{'id': '2dbc0be8-96d9-4b9c-bffa-5624d289f383', 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'security_group_id': 'cbe4343b-1163-4183-942a-6b629ac65dd9', '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': 751, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:02:32Z', 'updated_at': '2023-04-19T14:02:32Z', 'revision_number': 0, 'project_id': '30547cb5530e48a0bbcadde54e832d24'}, {'id': '5f39d006-7f4b-4a28-bcae-18e4c7dffaee', 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'security_group_id': 'cbe4343b-1163-4183-942a-6b629ac65dd9', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 752, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:02:32Z', 'updated_at': '2023-04-19T14:02:32Z', 'revision_number': 0, 'project_id': '30547cb5530e48a0bbcadde54e832d24'}], 'tags': [], 'created_at': '2023-04-19T14:02:32Z', 'updated_at': '2023-04-19T14:02:32Z', 'revision_number': 1, 'project_id': '30547cb5530e48a0bbcadde54e832d24'}, 'floating_ip': {'id': '761bbb72-8799-4519-8c79-71caf61fa2a9', 'tenant_id': '30547cb5530e48a0bbcadde54e832d24', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30547cb5530e48a0bbcadde54e832d24', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:02:33Z', 'updated_at': '2023-04-19T14:02:33Z', 'revision_number': 0, 'ip': '172.24.4.58'}} 2023-04-19 14:10:22,868 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes 0.346s 2023-04-19 14:10:22,869 80548 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-1630386941", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "size": 1}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-effa22cb-c84a-4f61-b772-26c58853ae14', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-effa22cb-c84a-4f61-b7 72-26c58853ae14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes'} Body: b'{"volume": {"id": "606b80c2-db6e-44cd-b565-8bfda28a89af", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:10:22.804068", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1630386941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:10:22,928 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af 0.050s 2023-04-19 14:10:22,928 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc9b43a-3818-455a-8c3d-776216818626', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc9b43a-3818-455a-8c3d-776216818626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af'} Body: b'{"volume": {"id": "606b80c2-db6e-44cd-b565-8bfda28a89af", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:10:23.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1630386941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:10:23,984 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af 0.045s 2023-04-19 14:10:23,985 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b4baea-b774-4858-8f12-9783e1f3ca6d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b4baea-b774-4858-8f12-9783e1f3ca6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af'} Body: b'{"volume": {"id": "606b80c2-db6e-44cd-b565-8bfda28a89af", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:10:23.0000 00", "updated_at": "2023-04-19T14:10:23.000000", "name": "tempest-tempest.common.compute-volume-1630386941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af"}], "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30547cb5530e48a0bbcadde54e832d24"}}' 2023-04-19 14:10:24,102 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af 0.106s 2023-04-19 14:10:24,102 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f21b0b0-af62-4aee-9e55-94349c8956a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af'} Body: b'' 2023-04-19 14:10:24,124 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af 0.020s 2023-04-19 14:10:24,124 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-550f7b91-24b5-457a-89b3-f77aa76f70eb', 'x-openstack-request-id': 'req-550f7b91-24b5-457a-89b3-f77aa76f70eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/30547cb5530e48a0bbcadde54e832d24/volumes/606b80c2-db6e-44cd-b565-8bfda28a89af'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 606b80c2-db6e-44cd-b565-8bfda28a89af could not be found."}}' 2023-04-19 14:10:24,124 80548 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-19 14:10:24,451 80548 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc 0.325s 2023-04-19 14:10:24,452 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:10:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebccc992-b54e-47c3-b737-968731771b50', 'x-compute-request-id': 'req-ebccc992-b54e-47c3-b737-968731771b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc'} Body: b'{"server": {"id": "cb235214-2700- 4447-9dcf-517ebbf414cc", "name": "tempest-ServerActionsTestJSON-server-2131342124", "status": "ACTIVE", "tenant_id": "30547cb5530e48a0bbcadde54e832d24", "user_id": "9b32d5735f2a4babb219b9e66d5cd4ed", "metadata": {}, "hostId": "1a2f9760d354f8084f53706e20f0b9ae569192b69af02aaf5bf5c734", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:02:34Z", "updated": "2023-04-19T14:02:44Z", "addresses": {"tempest-ServerActionsTestJSON-1853962643-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:0a:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cb235214-2700-4447-9dcf-517ebbf414cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-803253154", "OS-SRV-USG:launched_at": "2023-04-19T14:02:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302001453"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 0f03ded5-5a87-4db1-82eb-1cfabe29c527 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:12:28,106 80548 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 14:12:28,106 80548 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 14:12:28,296 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.187s 2023-04-19 14:12:28,297 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-838288690", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIa31EDGWDcuv3HRZUiqkqZGOUa8B+6aVp5KF/h8Tehy7BmJMLoluvUuWsnY3xPN0oT/2YIpQlN+eX+1AYs6PU38H0y1EyddBTCfewOQK+AjT5UiTDmtRIZb9xQPWH/EuQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:12:28 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-43d9a2f3-8661-4655-aebb-fa7b5e2ebb88', 'x-compute-request-id': 'req-43d9a2f3-8661-4655-aebb-fa7b5e2ebb88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-838288690", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIa31EDGWDcuv3HRZUiqkqZGOUa8B+6aVp5KF/h8Tehy7BmJMLoluvUuWsnY3xPN0oT/2YIpQlN+eX+1AYs6PU38H0y1EyddBTCfewOQK+AjT5UiTDmtRIZb9xQPWH/EuQ==", "fingerprint": "3e:f3:6c:c1:8b:61:06:6c:a4:66:ff:8c:ac:5b:59:54", "user_id": "3a8f62a56ad34e338cbd9f851af92966"}}' 2023-04-19 14:12:28,299 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-838288690 created 2023-04-19 14:12:28,442 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.142s 2023-04-19 14:12:28,442 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1375487", "description": "tempest-description--886027527"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0e41ab41-04da-40b8-83f8-68dfd1da0cd0', 'date': 'Wed, 19 Apr 2023 14:12:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "name": "tempest-securitygroup--1375487", "stateful": true, "tenant_id": "27441f3068f845f7bb405083b2a447ae", "description": "tempest-description--886027527", "shared": false, "security_group_rules": [{"id": "5d4fadea-4d0a-48af-8803-b7e265916c9e", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "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": 1034, "description": null, "tags": [], "created_at": "2023-04-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}, {"id": "77299e94-e100-4060-a9e7-cdea960817ca", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_c idr": null, "remote_group_id": null, "standard_attr_id": 1033, "description": null, "tags": [], "created_at": "2023-04-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}], "tags": [], "created_at": "2023-04-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 1, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:12:28,601 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-19 14:12:28,601 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "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-52fc53b5-20b8-4f82-9b03-f61e3a0091d1', 'date': 'Wed, 19 Apr 2023 14:12: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": "eea28a40-b2b7-44c7-92c9-ce97b0b7b91c", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "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-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:12:28,760 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-19 14:12:28,761 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-333b8a34-4f42-4848-a97e-d752d6e8d272', 'date': 'Wed, 19 Apr 2023 14:12: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": "04088b21-0f79-4d18-8c73-f8b68ad01155", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "75e608d2-b5a8-4af2-aa09-806100407d9e", "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-19T14:12:28Z", "updated_at": "2023-04-19T14:12:28Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:12:28,761 80548 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1375487 created 2023-04-19 14:12:29,825 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.064s 2023-04-19 14:12:29,826 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstac k-request-id': 'req-e9c2775c-ae97-41b2-96be-970486274191', 'date': 'Wed, 19 Apr 2023 14:12:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5fbc3487-3c19-47e3-8a70-eb44c6edcd23", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "floating_ip_address": "172.24.4.58", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "27441f3068f845f7bb405083b2a447ae", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:12:29Z", "updated_at": "2023-04-19T14:12:29Z", "revision_number": 0}}' 2023-04-19 14:12:29,826 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5fbc3487-3c19-47e3-8a70-eb44c6edcd23', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '27441f3068f845f7bb405083b2a447ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:12:29Z', 'updated_at': '2023-04-19T14:12:29Z', 'revision_number': 0, 'ip': '172.24.4.58'} created 2023-04-19 14:12:29,873 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-04-19 14:12:29,873 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:12:29 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-32fbfc67-8c77-48a5-8f6c-934af9fec4d0', '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": "3a8f62a56ad34e338cbd9f851af92966", "name": "tempest-AttachVolumeTestJSON-1633221555-project-member", "password_expires_at": null}, "audit_ids": ["TJzz7F58SLi0WGMNgcljKg"], "expires_at": "2023-04-19T15:12:29.000000Z", "issued_at": "2023-04-19T14:12:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27441f3068f845f7bb405083b2a447ae", "name": "tempest-AttachVolumeTestJSON-1633221555"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:12:29,874 80548 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'd43c871f-af76-4e39-b0fc-517a46e61234', 'name': 'tempest-AttachVolumeTestJSON-1410126677-network', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '27441f3068f845f7bb405083b2a447ae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14374, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:12:21Z', 'updated_at': '2023-04-19T14:12:21Z', 'revision_number': 1} available for tenant 2023-04-19 14:12:29,875 80548 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-838288690', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIa31EDGWDcuv3HRZUiqkqZGOUa8B+6aVp5KF/h8Tehy7BmJMLoluvUuWsnY3xPN0oT/2YIpQlN+eX+1AYs6PU38H0y1EyddBTCfewOQK+AjT5UiTDmtRIZb9xQPWH/EuQ==', 'fingerprint': '3e:f3:6c:c1:8b:61:06:6c:a4:66:ff:8c:ac:5b:59:54', 'user_id': '3a8f62a56ad34e338cbd9f851af92966', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDFjLUjfAJLiXJHbMkj5D3j+siHa11gJCAzXvHM9aQ65i4VG893d2je\nX0er1O1IApmgBwYFK4EEACKhZANiAASGt9RAxlg3Lr9x0WVIqpKmRjlGvAfumlae\nShf4fE3ocuwZiTC6Jbr1LlrJ2N8TzdKE/9mCKUJTfnl/tQGLOj1N/B9MtRMnXQUw\nn3sDkCvgI0+VIkw5rUSGW/cUD1h/xLk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '75e608d2-b5a8-4af2-aa09-806100407d9e', 'name': 'tempest-securitygroup--1375487', 'stateful': True, 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'description': 'tempest-description--886027527', 'shared': False, 'security_group_rules': [{'id': '5d4fadea-4d0a-48af-8803-b7e265916c9e', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'security_group_id': '75e608d2-b5a8-4af2-aa09-806100407d9e', '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': 1034, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:12:28Z', 'updated_at': '2023-04-19T14:12:28Z', 'revision_number': 0, 'project_id': '27441f3068f845f7bb405083b2a447ae'}, {'id': '77299e94-e100-4060-a9e7-cdea960817ca', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'security_group_id': '75e608d2-b5a8-4af2-aa09-806100407d9e', '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': 1033, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:12:28Z', 'updated_at': '2023-04-19T14:12:28Z', 'revision_number': 0, 'project_id': '27441f3068f845f7bb405083b2a447ae'}], 'tags': [], 'created_at': '2023-04-19T14:12:28Z', 'updated _at': '2023-04-19T14:12:28Z', 'revision_number': 1, 'project_id': '27441f3068f845f7bb405083b2a447ae'}, 'floating_ip': {'id': '5fbc3487-3c19-47e3-8a70-eb44c6edcd23', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '27441f3068f845f7bb405083b2a447ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:12:29Z', 'updated_at': '2023-04-19T14:12:29Z', 'revision_number': 0, 'ip': '172.24.4.58'}} 2023-04-19 14:12:30,630 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.754s 2023-04-19 14:12:30,631 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1974543229", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d43c871f-af76-4e39-b0fc-517a46e61234"}], "security_groups": [{"name": "tempest-securitygroup--1375487"}], "key_name": "tempest-keypair-838288690", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:12:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f15054fe-d5de-4d5d-b12f-8118f095718c', 'x-compute-request-id': 'req-f15054fe-d5de-4d5d-b12f-8118f095718c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1375487"}], "adminPass": "password"}}' 2023-04-19 14:12:30,767 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.133s 2023-04-19 14:12:30,767 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:12:30 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-cc5d7c7d-f8e8-459d-ba6f-a5c8955b3adc', 'x-compute-request-id': 'req-cc5d7c7d-f8e8-459d-ba6f-a5c8955b3adc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'{"server": {"id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "name": "tempest-AttachVolumeTestJSON-server-1974543229", "status": "BUILD", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:12:31Z", "updated": "2023-04-19T14:12:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-838288690", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:13:21,067 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.280s 2023-04-19 14:13:21,068 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92733921-8c88-49e4-9b2d-a1e2e131dcbf', 'x-compute-request-id': 'req-92733921-8c88-49e4-9b2d-a1e2e131dcbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'{"server": {"id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "name": "tempest-AttachVolumeTestJSON-server-1974543229", "status": "ACTIVE", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "0131fb7f15b70a7032469bc9e33b86c54ae055555c9dfbeb110c3dfb", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:12:30Z", "updated": "2023-04-19T14:12:37Z", "addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c2:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-838288690", "OS-SRV-USG:launched_at": "2023-04-19T14:12:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1375487"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:13:21,079 80548 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-19 14:14:21,313 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a/os-interface 0.193s 2023-04-19 14:14:21,313 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-ap i-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82dbffba-6695-498a-abf9-2df8f2758642', 'x-compute-request-id': 'req-82dbffba-6695-498a-abf9-2df8f2758642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d43c871f-af76-4e39-b0fc-517a46e61234", "port_id": "bce8077a-2031-403d-8d99-a493955855ed", "mac_addr": "fa:16:3e:8d:c2:66", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "2f0cb4a5-115a-4c1d-8a81-14a2a19d5aa1", "ip_address": "10.0.0.12"}]}]}' 2023-04-19 14:14:22,076 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/5fbc3487-3c19-47e3-8a70-eb44c6edcd23 0.759s 2023-04-19 14:14:22,076 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bce8077a-2031-403d-8d99-a493955855ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-24543e7e-1d38-4507-b4a0-823ed165d049', 'date': 'Wed, 19 Apr 2023 14:14:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5fbc3487-3c19-47e3-8a70-eb44c6edcd23'} Body: b'{"floatingip": {"id": "5fbc3487-3c19-47e3-8a70-eb44c6edcd23", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "floating_ip_address": "172.24.4.58", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "f05f3ff9-4e58-4388-8efc-6ad811716795", "port_id": "bce8077a-2031-403d-8d99-a493955855ed", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d43c871f-af76-4e39-b0fc-517a46e61234", "mac_address": "fa:16:3e:8d:c2:66", "admin_state_up": true, "status": "ACTIVE", "device_id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:12:29Z", "updated_at": "2023-04-19T14:14:21Z", "revision_number": 1, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:14:22,078 80548 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-19 14:14:23,113 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:14:23,133 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:14:23,134 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-19 14:14:23,180 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a/ips 0.045s 2023-04-19 14:14:23,180 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '144', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0b78ba5-f403-4fb6-bd51-ac4d2a758349', 'x-compute-request-id': 'req-e0b78ba5-f403-4fb6-bd51-ac4d2a758349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.12"}, {"version": 4, "addr": "172.24.4.58"}]}}' 2023-04-19 14:14:23,184 80548 INFO [tempest.lib.common.ssh] Crea ting ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-19 14:14:23,189 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:14:23,206 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:14:23,206 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-19 14:14:23,207 80548 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-19 14:14:23,207 80548 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-19 14:14:23,212 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:14:23,229 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:14:23,229 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-19 14:14:23,466 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes 0.215s 2023-04-19 14:14:23,466 80548 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-884350978"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78f84066-2ccb-4cfc-b286-cbb4d9516093', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78f84066-2ccb-4cfc-b286-cbb4d9516093', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes'} Body: b'{"volume": {"id": "0f03ded5-5a87-4db1-82eb-1cfabe29c527", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:14:23.407114", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-884350978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:14:23,519 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527 0.041s 2023-04-19 14:14:23,519 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db521588-77f2-489f-9de4-db4edaa0d1b3', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db521588-77f2-489f-9de4-db4edaa0d1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527'} Body: b'{"volume": {"id": "0f03ded5-5a87-4db1-82eb-1cfabe29c527", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:14:23.000000", "updated _at": null, "name": "tempest-AttachVolumeTestJSON-volume-884350978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:14:24,583 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527 0.052s 2023-04-19 14:14:24,584 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e95b766-e696-46cd-a321-742fd1fdeb8c', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e95b766-e696-46cd-a321-742fd1fdeb8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527'} Body: b'{"volume": {"id": "0f03ded5-5a87-4db1-82eb-1cfabe29c527", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:14:23.000000", "updated_at": "2023-04-19T14:14:24.000000", "name": "tempest-AttachVolumeTestJSON-volume-884350978", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/0f03ded5-5a87-4db1-82eb-1cfabe29c527"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:14:24,713 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.116s 2023-04-19 14:14:24,713 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d60aa92-be7b-4fa1-bf55-1240d5f21df8', 'x-compute-request-id': 'req-6d60aa92-be7b-4fa1-bf55-1240d5f21df8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'' 2023-04-19 14:14:25,066 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.352s 2023-04-19 14:14:25,066 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6c2ea67-6892-410b-9b9f-5dd96fdd6f76', 'x-compute-request-id': 'req-e6c2ea67-6892-410b-9b9f-5dd96fdd6f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'{"server": {"id": "6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a", "name": "tempest-AttachVolumeTestJSON-server-1974543229", "status": "ACTIVE", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "0131fb7f15b70a7032469bc9e33b86c54ae055555c9dfbeb110c3dfb", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:12:30Z", "updated": "2023-04-19T14:14:25Z", "addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c2:66"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:c2:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-838288690", "OS-SRV-USG:launched_at": "2023-04-19T14:12:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1375487"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:15:15,159 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a 0.041s 2023-04-19 14:15:15,160 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:15 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-455634f0-72f9-4da5-b5ee-bb8d6d1aa074', 'x-compute-request-id': 'req-455634f0-72f9-4da5-b5ee-bb8d6d1aa074', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6e2d8d6f-0491-4fb2-9f4f-ac12d2edd77a could not be found."}}' 2023-04-19 14:15:15,205 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-838288690 0.044s 2023-04-19 14:15:15,206 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:15 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-2776 4d73-ad14-4ea8-823f-c7cb3b6c59fd', 'x-compute-request-id': 'req-27764d73-ad14-4ea8-823f-c7cb3b6c59fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-838288690'} Body: b'' 2023-04-19 14:15:15,397 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/75e608d2-b5a8-4af2-aa09-806100407d9e 0.190s 2023-04-19 14:15:15,398 80548 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-06b66372-8fdf-4a80-8d5a-8134a01db3cb', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:15:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/75e608d2-b5a8-4af2-aa09-806100407d9e'} Body: b'' 2023-04-19 14:15:15,424 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/75e608d2-b5a8-4af2-aa09-806100407d9e 0.026s 2023-04-19 14:15:15,425 80548 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-a2b0ef2a-b750-49a3-aebb-28ace1b55a7f', 'date': 'Wed, 19 Apr 2023 14:15:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/75e608d2-b5a8-4af2-aa09-806100407d9e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 75e608d2-b5a8-4af2-aa09-806100407d9e does not exist", "detail": ""}}' 2023-04-19 14:15:15,864 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5fbc3487-3c19-47e3-8a70-eb44c6edcd23 0.438s 2023-04-19 14:15:15,864 80548 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-5b3db1a0-e83e-4d41-bb27-31a401093a23', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:15:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5fbc3487-3c19-47e3-8a70-eb44c6edcd23'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c1881d41-96b8-4452-9a80-3b98899e51f8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:15:15,868 80548 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-19 14:15:15,868 80548 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-19 14:15:15,933 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2023-04-19 14:15:15,934 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1744154661", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFg3u0wd6XYvHkkTVvrvo5Ni6dk1CfCQyU+qx/hDt0Jcn+brywDHrxunyYqFfMIz54dT9w02aTIOeenXBztAjo7FV/scrsBnjlWpU/QQLZmggDKhyTLFPH1YqdsaUufFPQ=="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:15 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-be0256d5-28a9-4b50-b784-a09158378d89', 'x-compute-request-id': 'req-be0256d5-28a9-4b50-b784-a09158378d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1744154661", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFg3u0wd6XYvHkkTVvrvo5Ni6dk1CfCQyU+qx/hDt0Jcn+brywDHrxunyYqFfMIz54dT9w02aTIOeenXBztAjo7FV/scrsBnjlWpU/QQLZmggDKhyTLFPH1YqdsaUufFPQ==", "fingerprint": "b6:39:a4:b9:fc:79:d0:f2:09:e4:5f:83:6f:06:52:88", "user_id": "3a8f62a56ad34e338cbd9f851af92966"}}' 2023-04-19 14:15:15,936 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1744154661 created 2023-04-19 14:15:16,104 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-04-19 14:15:16,105 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1266840790", "description": "tempest-description--1503213261"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-cd479013-e8d1-480c-a25a-878012ffb862', 'date': 'Wed, 19 Apr 2023 14:15:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "name": "tempest-securitygroup--1266840790", "stateful": true, "tenant_id": "27441f3068f845f7bb405083b2a447ae", "description": "tempest-description--1503213261", "shared": false, "security_group_rules": [{"id": "42338b7d-b933-4efd-8517-904cd3bf6fe1", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "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": 1041, "description": null, "tags": [], "created_at": "2023-04-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}, {"id": "b76876ef-c14a-4c38-a911-a45e6575209c", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "n ormalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1042, "description": null, "tags": [], "created_at": "2023-04-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}], "tags": [], "created_at": "2023-04-19T14:15:15Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 1, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:15:16,308 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.202s 2023-04-19 14:15:16,308 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "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-f43ed000-dea1-4600-9b91-ed94cc002994', 'date': 'Wed, 19 Apr 2023 14:15:16 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": "ca4dc68f-9522-4cbf-8735-789bc5093058", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "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-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:15:16,522 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.213s 2023-04-19 14:15:16,522 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-326a5fa0-556b-4b41-aab5-1a92a5176bda', 'date': 'Wed, 19 Apr 2023 14:15:16 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": "03767638-b63b-4543-9ccb-b24d36d824b8", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "security_group_id": "f5d92a5c-2a07-4597-8431-9b17706d0b1f", "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-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:15:16,522 80548 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1266840790 created 2023-04-19 14:15:17,343 80548 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.820s 2023-04-19 14:15:17,343 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528 ', 'x-openstack-request-id': 'req-70bdb369-4961-4a40-a466-c6227d8e4054', 'date': 'Wed, 19 Apr 2023 14:15:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "13477055-4acc-493a-b3c6-0a9b4b8b04ee", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "floating_ip_address": "172.24.4.243", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "27441f3068f845f7bb405083b2a447ae", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:15:16Z", "updated_at": "2023-04-19T14:15:16Z", "revision_number": 0}}' 2023-04-19 14:15:17,344 80548 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '13477055-4acc-493a-b3c6-0a9b4b8b04ee', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '27441f3068f845f7bb405083b2a447ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:15:16Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 0, 'ip': '172.24.4.243'} created 2023-04-19 14:15:17,390 80548 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.040s 2023-04-19 14:15:17,390 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:17 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-a3f6aa43-49f8-4610-a86c-78e8c1d1f358', '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": "3a8f62a56ad34e338cbd9f851af92966", "name": "tempest-AttachVolumeTestJSON-1633221555-project-member", "password_expires_at": null}, "audit_ids": ["MJgeYx56T3am7_tWX6H4qQ"], "expires_at": "2023-04-19T15:15:17.000000Z", "issued_at": "2023-04-19T14:15:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27441f3068f845f7bb405083b2a447ae", "name": "tempest-AttachVolumeTestJSON-1633221555"}, "is_domain": false, "roles": [{"id": "30d6c8f5678b4429a24647b199bb543b", "name": "member"}, {"id": "fbf835f1c8054217868433379fab0931", "name": "reader"}], "catalog": [{"endpoints": [{"id": "79f0383d49bf423ba85151b67a206000", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0f6089e2984140979694363d6db29861", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f29fd0a62b5740019260bb479b534fd4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "14d1cc5339e042c2ba3bf4ea1c38058e", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d3c049111e5b4248be30d8fd68b7b59b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "29222e1f732f4fa7ae67f5a88ed78046", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6fd479fdb8984dd3b7ae186ddb8d40fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "53952faed46044868591fc611e0adf4e", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a3eddcaf96c84f3dacceb9bf79f7315c", "interface": "public", "region_id": "RegionOne", "url": "http: //10.0.0.210/identity", "region": "RegionOne"}], "id": "6df8d783fcc3411fbc67f718bfc0f2b6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3499f994e3154e5fbadd9414f28bc4cf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "77dfd15881bc462aac2697bf78bc84e3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9c1e9e6ab4c944e295857e413fef58e2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "98fa5af8d37f4749b6e98a61a27c9f43", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a8b2ebe6c2414496b14121d1d2029db5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/27441f3068f845f7bb405083b2a447ae", "region": "RegionOne"}], "id": "bc506437c3ec4555ac8457d031bf566e", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-19 14:15:17,391 80548 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'd43c871f-af76-4e39-b0fc-517a46e61234', 'name': 'tempest-AttachVolumeTestJSON-1410126677-network', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '27441f3068f845f7bb405083b2a447ae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14374, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-19T14:12:21Z', 'updated_at': '2023-04-19T14:12:21Z', 'revision_number': 1} available for tenant 2023-04-19 14:15:17,391 80548 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1744154661', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFg3u0wd6XYvHkkTVvrvo5Ni6dk1CfCQyU+qx/hDt0Jcn+brywDHrxunyYqFfMIz54dT9w02aTIOeenXBztAjo7FV/scrsBnjlWpU/QQLZmggDKhyTLFPH1YqdsaUufFPQ==', 'fingerprint': 'b6:39:a4:b9:fc:79:d0:f2:09:e4:5f:83:6f:06:52:88', 'user_id': '3a8f62a56ad34e338cbd9f851af92966', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDbOjMXtk5G4Ak14YiRDOUKVKsrb4dB96jMaDtndiDLIEun7RgRGm2T\nG2YhWzNKnCmgBwYFK4EEACKhZANiAARYN7tMHel2Lx5JE1b676OTYunZNQnwkMlP\nqsf4Q7dCXJ/m68sAx68bp8mKhXzCM+eHU/cNNmkyDnnp1wc7QI6OxVf7HK7AZ45V\nqVP0EC2ZoIAyockyxTx9WKnbGlLnxT0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f5d92a5c-2a07-4597-8431-9b17706d0b1f', 'name': 'tempest-securitygroup--1266840790', 'stateful': True, 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'description': 'tempest-description--1503213261', 'shared': False, 'security_group_rules': [{'id': '42338b7d-b933-4efd-8517-904cd3bf6fe1', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'security_group_id': 'f5d92a5c-2a07-4597-8431-9b17706d0b1f', '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': 1041, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:15:16Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 0, 'project_id': '27441f3068f845f7bb405083b2a447ae'}, {'id': 'b76876ef-c14a-4c38-a911-a45e6575209c', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'security_group_id': 'f5d92a5c-2a07-4597-8431-9b17706d0b1f', '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': 1042, 'description': None, 'tags': [], 'created_at': '2023-04-19T14:15:16Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 0, 'project_id': '27441f3068f845f7bb405083b2a447ae'}], 'tags': [], 'created_a t': '2023-04-19T14:15:15Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 1, 'project_id': '27441f3068f845f7bb405083b2a447ae'}, 'floating_ip': {'id': '13477055-4acc-493a-b3c6-0a9b4b8b04ee', 'tenant_id': '27441f3068f845f7bb405083b2a447ae', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '3fbebfde-9c0a-450c-8210-4310a1eb5234', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '27441f3068f845f7bb405083b2a447ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-19T14:15:16Z', 'updated_at': '2023-04-19T14:15:16Z', 'revision_number': 0, 'ip': '172.24.4.243'}} 2023-04-19 14:15:18,136 80548 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.744s 2023-04-19 14:15:18,137 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2087372576", "imageRef": "4dcdc911-3648-46b3-8c6e-9727e5375516", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d43c871f-af76-4e39-b0fc-517a46e61234"}], "security_groups": [{"name": "tempest-securitygroup--1266840790"}], "key_name": "tempest-keypair-1744154661", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e7cba53-adcb-431b-abd4-6868fe22ed74', 'x-compute-request-id': 'req-5e7cba53-adcb-431b-abd4-6868fe22ed74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1266840790"}], "adminPass": "password"}}' 2023-04-19 14:15:18,210 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.069s 2023-04-19 14:15:18,210 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:15:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9d14350-c00a-4dec-bf6c-e3fbca79d0de', 'x-compute-request-id': 'req-a9d14350-c00a-4dec-bf6c-e3fbca79d0de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'{"server": {"id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "name": "tempest-AttachVolumeTestJSON-server-2087372576", "status": "BUILD", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": { "id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:15:18Z", "updated": "2023-04-19T14:15:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1744154661", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:16:08,551 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.314s 2023-04-19 14:16:08,552 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:16:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-783aded9-e650-4349-8258-92118b548b38', 'x-compute-request-id': 'req-783aded9-e650-4349-8258-92118b548b38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'{"server": {"id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "name": "tempest-AttachVolumeTestJSON-server-2087372576", "status": "ACTIVE", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "0131fb7f15b70a7032469bc9e33b86c54ae055555c9dfbeb110c3dfb", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:15:18Z", "updated": "2023-04-19T14:15:25Z", "addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:bb:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1744154661", "OS-SRV-USG:launched_at": "2023-04-19T14:15:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1266840790"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:16:08,564 80548 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-19 14:17:08,804 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd/os-interface 0.192s 2023-04-19 14:17:08,805 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'a pplication/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e36c27d-9a16-4c94-b524-aa713064356c', 'x-compute-request-id': 'req-9e36c27d-9a16-4c94-b524-aa713064356c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d43c871f-af76-4e39-b0fc-517a46e61234", "port_id": "731519ce-d7d2-4e48-85ad-db7c94def87a", "mac_addr": "fa:16:3e:3b:bb:60", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "2f0cb4a5-115a-4c1d-8a81-14a2a19d5aa1", "ip_address": "10.0.0.11"}]}]}' 2023-04-19 14:17:09,561 80548 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/13477055-4acc-493a-b3c6-0a9b4b8b04ee 0.752s 2023-04-19 14:17:09,562 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "731519ce-d7d2-4e48-85ad-db7c94def87a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-53318f57-c916-4183-9157-b8eab2ea8784', 'date': 'Wed, 19 Apr 2023 14:17:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/13477055-4acc-493a-b3c6-0a9b4b8b04ee'} Body: b'{"floatingip": {"id": "13477055-4acc-493a-b3c6-0a9b4b8b04ee", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "floating_ip_address": "172.24.4.243", "floating_network_id": "3fbebfde-9c0a-450c-8210-4310a1eb5234", "router_id": "f05f3ff9-4e58-4388-8efc-6ad811716795", "port_id": "731519ce-d7d2-4e48-85ad-db7c94def87a", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d43c871f-af76-4e39-b0fc-517a46e61234", "mac_address": "fa:16:3e:3b:bb:60", "admin_state_up": true, "status": "ACTIVE", "device_id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-19T14:15:16Z", "updated_at": "2023-04-19T14:17:09Z", "revision_number": 1, "project_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:17:09,563 80548 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.243:22' as 'cirros' with public key authentication 2023-04-19 14:17:09,591 80548 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-19 14:17:09,612 80548 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-19 14:17:09,612 80548 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.243 successfully created 2023-04-19 14:17:09,661 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd/ips 0.048s 2023-04-19 14:17:09,661 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:09 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-c157c951-04e2-4711-9c04-1cd5ecf2cebb', 'x-compute-request-id': 'req-c157c951-04e2-4711-9c04-1cd5ecf2cebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-19 1 4:17:09,857 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes 0.193s 2023-04-19 14:17:09,858 80548 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-2073416765"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29291017-aa25-4790-8f7f-991212dce89a', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29291017-aa25-4790-8f7f-991212dce89a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes'} Body: b'{"volume": {"id": "c1881d41-96b8-4452-9a80-3b98899e51f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:17:09.797857", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2073416765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-19 14:17:09,911 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8 0.044s 2023-04-19 14:17:09,911 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d495c41-6314-46b0-a1dd-99462442eb31', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d495c41-6314-46b0-a1dd-99462442eb31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8'} Body: b'{"volume": {"id": "c1881d41-96b8-4452-9a80-3b98899e51f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:17:10.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2073416765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:17:10,974 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8 0.051s 2023-04-19 14:17:10,974 80548 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-418cfcff-fa89-4ae6-8e20-cb798a335b3f', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-418cfcff-fa89-4ae6-8e20-cb798a335b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8'} Body: b'{"volume": {"id": "c1881d41-96b8-4452-9a80-3b98899e51f8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-19T14:17:10.000000", "updated_at": "2023-04-19T14:17:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-2073416765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27441f3068f845f7bb405083b2a447ae/volumes/c1881d41-96b8-4452-9a80-3b98899e51f8"}], "user_id": "3a8f62a56ad34e338cbd9f851af92966", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27441f3068f845f7bb405083b2a447ae"}}' 2023-04-19 14:17:11,159 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.173s 2023-04-19 14:17:11,159 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c633612b-1d78-4eec-904c-ad4007d0052c', 'x-compute-request-id': 'req-c633612b-1d78-4eec-904c-ad4007d0052c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'' 2023-04-19 14:17:11,421 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.262s 2023-04-19 14:17:11,422 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1664', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07129fa1-36eb-4f1d-8326-114cc1926084', 'x-compute-request-id': 'req-07129fa1-36eb-4f1d-8326-114cc1926084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'{"server": {"id": "d01cbd10-f562-4a76-8915-6c725d42dadd", "name": "tempest-AttachVolumeTestJSON-server-2087372576", "status": "ACTIVE", "tenant_id": "27441f3068f845f7bb405083b2a447ae", "user_id": "3a8f62a56ad34e338cbd9f851af92966", "metadata": {}, "hostId": "0131fb7f15b70a7032469bc9e33b86c54ae055555c9dfbeb110c3dfb", "image": {"id": "4dcdc911-3648-46b3-8c6e-9727e5375516", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/4dcdc911-3648-46b3-8c6e-9727e5375516"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-19T14:15:18Z", "updated": "2023-04-19T14:17:11Z", "addresses": {"tempest-AttachVolumeTestJSON-1410126677-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:bb:60"}, {"version": 4, "addr": "172.24.4.243", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:bb:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d01cbd10-f562-4a76-8915-6c725d42dadd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1744154661", "OS-SRV-USG:launched_at": "2023-04-19T14:15:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1266840790"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-19 14:18:01,559 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd 0.119s 2023-04-19 14:18:01,559 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:01 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-72847925-40af-474b-87b0-ece744104ce5', 'x-compute-request-id': 'req-72847925-40af-474b-87b0-ece744104ce5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d01cbd10-f562-4a76-8915-6c725d42dadd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d01cbd10-f562-4a76-8915-6c725d42dadd could not be found."}}' 2023-04-19 14:18:01,609 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1744154661 0.048s 2023-04-19 14:18:01,609 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:01 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-c72c1665-e87d-4703-b8ab-cb24f742454c', 'x-compute-request-id': 'req-c72c1665-e87d-4703-b8ab-cb24f742454c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1744154661'} Body: b'' 2023-04-19 14:18:01,777 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f5d92a5c-2a07-4597-8431-9b17706d0b1f 0.167s 2023-04-19 14:18:01,778 80548 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-88d673e9-18f7-47b0-ae88-747fae908ee9', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:18:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f5d92a5c-2a07-4597-8431-9b17706d0b1f'} Body: b'' 2023-04-19 14:18:01,812 8 0548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f5d92a5c-2a07-4597-8431-9b17706d0b1f 0.033s 2023-04-19 14:18:01,812 80548 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-b2fa1c3c-baba-492b-9a3c-62a22e180820', 'date': 'Wed, 19 Apr 2023 14:18:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f5d92a5c-2a07-4597-8431-9b17706d0b1f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f5d92a5c-2a07-4597-8431-9b17706d0b1f does not exist", "detail": ""}}' 2023-04-19 14:18:02,367 80548 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/13477055-4acc-493a-b3c6-0a9b4b8b04ee 0.553s 2023-04-19 14:18:02,367 80548 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-75aa471b-6ce1-4ee9-acad-a84663426c66', 'content-length': '0', 'date': 'Wed, 19 Apr 2023 14:18:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/13477055-4acc-493a-b3c6-0a9b4b8b04ee'} Body: b'' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 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 fb91b9fb-8349-4cd2-bb01-8e836dc877ea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:18:07,513 80548 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.575s 2023-04-19 14:18:07,514 80548 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-1476632306", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/fb91b9fb-8349-4cd2-bb01-8e836dc877ea', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fd38815-2ef1-4eb9-9e49-d4a32eb5ab98', 'x-compute-request-id': 'req-2fd38815-2ef1-4eb9-9e49-d4a32eb5ab98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "fb91b9fb-8349-4cd2-bb01-8e836dc877ea", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:18:07.393537", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1476632306", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-19 14:18:07,577 80548 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/fb91b9fb-8349-4cd2-bb01-8e836dc877ea 0.058s 2023-04-19 14:18:07,578 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:07 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-035fcc1c-fb7b-49d3-a031-bfc947897dd8', 'x-compute-request-id': 'req-035fcc1c-fb7b-49d3-a031-bfc947897dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/fb91b9fb-8349-4cd2-bb01-8e836dc877ea'} Body: b'{"volume": {"id": "fb91b9fb-8349-4cd2-bb01-8e836dc877ea", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:18:07.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1476632306", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-19 14:18:08,695 80548 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/fb91b9fb-8349-4cd2-bb01-8e836dc877ea 0.112s 2023-04-19 14:18:08,696 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b79c5d4-783d-4329-aec2-9219d161f76c', 'x-compute-request-id': 'req-7b79c5d4-783d-4329-aec2-9219d161f76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/fb91b9fb-8349-4cd2-bb01-8e836dc877ea'} Body: b'{"volume": {"id": "fb91b9fb-8349-4cd2-bb01-8e836dc877ea", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-19T14:18:07.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1476632306", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.api.volume.admin.test_groups.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 0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-19 14:18:13,934 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types 0.159s 2023-04-19 14:18:13,934 80548 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-1048465274"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07269ff6-91c5-40a2-a631-c06897a609f5', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07269ff6-91c5-40a2-a631-c06897a609f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types'} Body: b'{"volume_type": {"id": "93153a86-57a7-468f-b57c-07b927d1e57b", "name": "tempest-GroupsV314Test-volume-type-1048465274", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-19 14:18:13,969 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/group_types 0.032s 2023-04-19 14:18:13,970 80548 DEBUG [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-1836142575"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3948be4-1dd1-495d-88d5-a051a6f47f20', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3948be4-1dd1-495d-88d5-a051a6f47f20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/group_types'} Body: b'{"group_type": {"id": "ae811ac5-467f-44fa-8b6c-601189b069d0", "name": "tempest-GroupsV314Test-group-type-1836142575", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-19 14:18:14,155 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups 0.182s 2023-04-19 14:18:14,155 80548 DEBUG [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": "ae811ac5-467f-44fa-8b6c-601189b069d0", "volume_types": ["93153a86-57a7-468f-b57c-07b927d1e57b"], "name": "tempest-GroupsV314Test-Group-1420196840"}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ccc7047-aa9e-4683-ad35-640bda6b02d1', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ccc7047-aa9e-4683-ad35-640bda6b02d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups'} Body: b'{"group": {"id": "0e7c25fc-ba7b-4d61-b58a-4733f9c701d8", "name": "tempest-GroupsV314Test-Group-1420196840"}}' 2023-04-19 14:18:14,191 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 0.034s 2023-04-19 14:18:14,192 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf0b41d-0d76-49d0-b8a8-3d5025fdf731', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf0b41d-0d76-49d0-b8a8-3d5025fdf731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8'} Body: b'{"group": {"id": "0e7c25fc-ba7b-4d61-b58a-4733f9c701d8", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-19T14:18:14.000000", "name": "tempest-GroupsV314Test-Group-1420196840", "description": null, "group_type": "ae811ac5-467f-44fa-8b6c-601189b069d0", "volume_types": ["93153a86-57a7-468f-b57c-07b927d1e57b"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:18:15,232 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 0.034s 2023-04-19 14:18:15,232 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46b6fcb-7da8-4d99-a0d5-28a97467cb32', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46b6fcb-7da8-4d99-a0d5-28a97467cb32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8'} Body: b'{"group": {"id": "0e7c25fc-ba7b-4d61-b58a-4733f9c701d8", "status": "error", "availability_zone": "nova", "created_at": "2023-04-19T14:18:14.000000", "name": "tempest-GroupsV314Test-Group-1420196840", "description": null, "group_type": "ae811ac5-467f-44fa-8b6c-601189b069d0", "volume_types": ["93153a86-57a7-468f-b57c-07b927d1e57b"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-19 14:18:15,305 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/volumes/detail 0.066s 2023-04-19 14:18:15,305 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f04815a6-5961-402c-b94e-ad3d147934cd', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f04815a6-5961-402c-b94e-ad3d147934cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/volumes/detail'} Body: b'{"volumes": []}' 2023-04-19 14:18:15,384 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8/action 0.067s 2023-04-19 14:18:15,384 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 GMT', 'server': 'Apac he/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-14a74340-1290-44a1-99ee-8de2893947e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8/action'} Body: b'' 2023-04-19 14:18:15,402 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 0.017s 2023-04-19 14:18:15,402 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 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-648e37b1-95ce-42b4-8b1d-36a99e8c238b', 'x-openstack-request-id': 'req-648e37b1-95ce-42b4-8b1d-36a99e8c238b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a9bce9921ad48fea59565a5187262e3/groups/0e7c25fc-ba7b-4d61-b58a-4733f9c701d8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0e7c25fc-ba7b-4d61-b58a-4733f9c701d8 could not be found."}}' 2023-04-19 14:18:15,432 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/group_types/ae811ac5-467f-44fa-8b6c-601189b069d0 0.029s 2023-04-19 14:18:15,432 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 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-630f200f-afca-44c3-8aa4-5a2c3d813134', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/group_types/ae811ac5-467f-44fa-8b6c-601189b069d0'} Body: b'' 2023-04-19 14:18:15,488 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types/93153a86-57a7-468f-b57c-07b927d1e57b 0.055s 2023-04-19 14:18:15,488 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18: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-f4cdde01-6420-4a3b-896a-f5d80427ee41', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types/93153a86-57a7-468f-b57c-07b927d1e57b'} Body: b'' 2023-04-19 14:18:15,505 80548 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types/93153a86-57a7-468f-b57c-07b927d1e57b 0.016s 2023-04-19 14:18:15,505 80548 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Apr 2023 14:18:15 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-8ad5dda6-1d32-4a20-8851-d624df09cb02', 'x-openstack-request-id': 'req-8ad5dda6-1d32-4a20-8851-d624df09cb02', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b17c29f174194b59ab5dc309a1ad7166/types/93153a86-57a7-468f-b57c-07b927d1e57b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 93153a86-57a7-468f-b57c-07b927d1e57b could not be found."}}' ====== Totals ====== Ran: 198 tests in 1342.5045 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3859.5598 sec. ============== Worker Balance ============== - Worker 0 (26 tests) => 0:21:40.064125 - Worker 1 (11 tests) => 0:09:38.658900 - Worker 2 (19 tests) => 0:02:01.903569 - Worker 3 (23 tests) => 0:11:11.209284 - Worker 4 (14 tests) => 0:10:10.218064 - Worker 5 (10 tests) => 0:01:28.898083 - Worker 6 (16 tests) => 0:12:59.623779 - Worker 7 (20 tests) => 0:05:28.941161 - Worker 8 (17 tests) => 0:10:35.073214 - Worker 9 (14 tests) => 0:06:57.664419 - Worker 10 (16 tests) => 0:03:36.081812 - Worker 11 (12 tests) => 0:00:52.262105 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed