all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.4.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://github.com/openstack/tempest@89c86299c8a2708ff416e5b94f1b5037f1b033ad#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 all run-test-pre: PYTHONHASHSEED='2496571402' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {5} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {8} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {11} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {11} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.145629s] ... ok {11} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.025886s] ... ok {1} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [3.196575s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 73089137-2741-488f-8115-9dad2f9d4296 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:06,231 86045 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 1.396s 2024-02-28 08:23:06,231 86045 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-1451888601"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/73089137-2741-488f-8115-9dad2f9d4296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec2cbb62-1a88-4c28-bd1c-09ede82e2831', 'x-compute-request-id': 'req-ec2cbb62-1a88-4c28-bd1c-09ede82e2831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "73089137-2741-488f-8115-9dad2f9d4296", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:23:05.879138", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1451888601", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2024-02-28 08:23:06,728 86045 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/73089137-2741-488f-8115-9dad2f9d4296 0.492s 2024-02-28 08:23:06,729 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cfc959a-296d-4ddd-b328-853c8b4ac4a7', 'x-compute-request-id': 'req-5cfc959a-296d-4ddd-b328-853c8b4ac4a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/73089137-2741-488f-8115-9dad2f9d4296'} Body: b'{"volume": {"id": "73089137-2741-488f-8115-9dad2f9d4296", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:23:06.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1451888601", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2024-02-28 08:23:08,024 86045 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/73089137-2741-488f-8115-9dad2f9d4296 0.289s 2024-02-28 08:23:08,024 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-118b2d20-a1b5-4d2f-bbc8-d3f5874f7361', 'x-compute-request-id': 'req-118b2d20-a1b5-4d2f-bbc8-d3f5874f7361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/73089137-2741-488f-8115-9dad2f9d4296'} Body: b'{"volume": {"id": "73089137-2741-488f-8115-9dad2f9d4296", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-2 8T08:23:06.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1451888601", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {1} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.681269s] ... ok {6} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0ff5ea2c-e655-4b0c-9643-6b390168eaeb failed to build and is in ERROR status {6} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {11} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.801086s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:15,169 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes 0.365s 2024-02-28 08:23:15,170 86065 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-2078310819"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6258a0f1-585a-41a9-80e0-e0851e6c056f', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6258a0f1-585a-41a9-80e0-e0851e6c056f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes'} Body: b'{"volume": {"id": "a1acb8ab-a74d-4f94-aa3a-f8a8b0360857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:15.061743", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2078310819", "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/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}], "user_id": "e9780651e38b41ca9ed7d09a6324668c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:15,236 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 0.054s 2024-02-28 08:23:15,236 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f4e61cf-80ee-49f5-8033-2c3ee74911f7', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f4e61cf-80ee-49f5-8033-2c3ee74911f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'{"volume": {"id": "a1acb8ab-a74d-4f94-aa3a-f8a8b0360857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:15.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2078310819", "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/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}], "user_id": "e9780651e38b41ca9ed7d09a6324668c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ac2b7544c0249f6af43f0df55ef4fdf"}}' 2024-02-28 08:23:16,328 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0 360857 0.067s 2024-02-28 08:23:16,329 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-362babb8-4bac-408a-a107-d19d0d3490db', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-362babb8-4bac-408a-a107-d19d0d3490db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'{"volume": {"id": "a1acb8ab-a74d-4f94-aa3a-f8a8b0360857", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:15.000000", "updated_at": "2024-02-28T08:23:15.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2078310819", "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/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}], "user_id": "e9780651e38b41ca9ed7d09a6324668c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ac2b7544c0249f6af43f0df55ef4fdf"}}' 2024-02-28 08:23:16,397 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 0.054s 2024-02-28 08:23:16,397 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337e4fdb-ab88-4021-91ac-21d1638a9edf', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337e4fdb-ab88-4021-91ac-21d1638a9edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'{"volume": {"id": "a1acb8ab-a74d-4f94-aa3a-f8a8b0360857", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:15.000000", "updated_at": "2024-02-28T08:23:15.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2078310819", "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/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}], "user_id": "e9780651e38b41ca9ed7d09a6324668c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ac2b7544c0249f6af43f0df55ef4fdf"}}' 2024-02-28 08:23:16,551 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 0.142s 2024-02-28 08:23:16,552 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-b02bdd2f-1989-4b6e-9966-6440b5eac897', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'' 2024-02-28 08:23:16,603 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 0.050s 2024-02-28 08:23:16,603 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-65fc0341-13ca-445d-bac8-a94d8c972c04', 'x-openstack-request-id': 'req-65fc0341-13ca-445d-bac8-a94d8c972c04', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 could not be found."}}' {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [2.288010s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:17,980 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes 0.684s 2024-02-28 08:23:17,981 86055 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-582364647"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa6a00e-c2f1-4bf6-8e19-8d02ae6bccad', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa6a00e-c2f1-4bf6-8e19-8d02ae6bccad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes'} Body: b'{"volume": {"id": "fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:17.904481", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-582364647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:18,284 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.293s 2024-02-28 08:23:18,285 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18022024-8a0c-47dd-a917-6044177b3379', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18022024-8a0c-47dd-a917-6044177b3379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'{"volume": {"id": "fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:18.000000", "updated_at": "2024-02-28T08:23:18.000000", "name": "tempest-VolumesTransfersTest-Volume-582364647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:19,344 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.046s 2024-02-28 08:23:19,345 86055 D EBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a551d6d-c1a8-4706-ae55-ebc41b55fca1', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a551d6d-c1a8-4706-ae55-ebc41b55fca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'{"volume": {"id": "fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:18.000000", "updated_at": "2024-02-28T08:23:18.000000", "name": "tempest-VolumesTransfersTest-Volume-582364647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:19,413 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.050s 2024-02-28 08:23:19,413 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567347f2-7b41-4e8d-9cc4-7a6b34184bd9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567347f2-7b41-4e8d-9cc4-7a6b34184bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'{"volume": {"id": "fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:18.000000", "updated_at": "2024-02-28T08:23:18.000000", "name": "tempest-VolumesTransfersTest-Volume-582364647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:19,560 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.135s 2024-02-28 08:23:19,561 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubun tu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd5dafa6-a3f2-424e-805f-90b5ccd1fde1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'' 2024-02-28 08:23:19,582 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.021s 2024-02-28 08:23:19,583 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-83f6f8ce-486d-4314-8f68-81abc5e40d07', 'x-openstack-request-id': 'req-83f6f8ce-486d-4314-8f68-81abc5e40d07', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 could not be found."}}' {1} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [2.042556s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 182, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group ac34d8ba-1a33-4438-af4d-7971195e624b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:19,323 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types 0.185s 2024-02-28 08:23:19,323 86045 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-975378739"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c012187-f3b3-4db9-b671-3dfd96efcf2d', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c012187-f3b3-4db9-b671-3dfd96efcf2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types'} Body: b'{"volume_type": {"id": "fb0e7a9e-924e-4292-9bf2-822335484116", "name": "tempest-GroupsV314Test-volume-type-975378739", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:23:19,392 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/group_types 0.066s 2024-02-28 08:23:19,393 86045 DEBUG [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-1733231951"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b461b426-68fa-4e92-8060-eec56739e848', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b461b426-68fa-4e92-8060-eec56739e848', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/group_types'} Body: b'{"group_type": {"id": "36b2900d-37e6-445a-9b0c-fad48fa1258f", "name": "tempest-GroupsV314Test-group-type-1733231951", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:23:19,628 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups 0.232s 2024-02-28 08:23:19,628 86045 DEBUG [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": "36b2900d-37e6-445a-9b0c-fad48fa1258f", "volume_types": ["fb0e7a9e-924e-4292-9bf2-822335484116"], "name": "tempest-GroupsV314Test-Group-884235544"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e7149c-ede5-4f28-b52a-646f0261465f', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e7149c-ede5-4f28-b52a-646f0261465f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups'} Body: b'{"group": {"id": "ac34d8ba-1a33-4438-af4d-7971195e624b", "name": "tempest-GroupsV314Test-Group-884235544"}}' 2024-02-28 08:23:19,686 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b 0.056s 2024-02-28 08:23:19,686 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbafe6eb-ba35-497a-b74c-378037955b57', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbafe6eb-ba35-497a-b74c-378037955b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b'} Body: b'{"group": {"id": "ac34d8ba-1a33-4438-af4d-7971195e624b", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "name": "tempest-GroupsV314Test-Group-884235544", "description": null, "group_type": "36b2900d-37e6-445a-9b0c-fad48fa1258f", "volume_types": ["fb0e7a9e-924e-4292-9bf2-822335484116"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:23:20,730 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b 0.037s 2024-02-28 08:23:20,731 86045 DEBUG [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, 28 Feb 2024 08:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe833337-6350-4dd6-99bf-1f4daedf1df8', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe833337-6350-4dd6-99bf-1f4daedf1df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b'} Body: b'{"group": {"id": "ac34d8ba-1a33-4438-af4d-7971195e624b", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "name": "tempest-GroupsV314Test-Group-884235544", "description": null, "group_type": "36b2900d-37e6-445a-9b0c-fad48fa1258f", "volume_types": ["fb0e7a9e-924e-4292-9bf2-822335484116"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:23:20,848 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/volumes/detail 0.111s 2024-02-28 08:23:20,848 86045 DEBUG [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, 28 Feb 2024 08:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21cf2029-eeab-423b-8b2f-d25bbea5649c', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21cf2029-eeab-423b-8b2f-d25bbea5649c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:23:21,015 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b/action 0.154s 2024-02-28 08:23:21,015 86045 DEBUG [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, 28 Feb 2024 08:23:20 GMT', 'server': 'Apache/2.4 .52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67329eaf-6fe1-4c94-b9b1-82bb56f253fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b/action'} Body: b'' 2024-02-28 08:23:21,038 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b 0.022s 2024-02-28 08:23:21,038 86045 DEBUG [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, 28 Feb 2024 08:23:21 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-aa054269-f2aa-453c-8579-8e517b7db4ef', 'x-openstack-request-id': 'req-aa054269-f2aa-453c-8579-8e517b7db4ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ac34d8ba-1a33-4438-af4d-7971195e624b could not be found."}}' 2024-02-28 08:23:21,076 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/group_types/36b2900d-37e6-445a-9b0c-fad48fa1258f 0.038s 2024-02-28 08:23:21,077 86045 DEBUG [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, 28 Feb 2024 08:23:21 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-7b9b81ce-20d0-4d05-a589-4c0cf731ca0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/group_types/36b2900d-37e6-445a-9b0c-fad48fa1258f'} Body: b'' 2024-02-28 08:23:21,161 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types/fb0e7a9e-924e-4292-9bf2-822335484116 0.084s 2024-02-28 08:23:21,162 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-334c8c01-f2fb-4766-8e32-fc5e1e8825c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types/fb0e7a9e-924e-4292-9bf2-822335484116'} Body: b'' 2024-02-28 08:23:21,178 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types/fb0e7a9e-924e-4292-9bf2-822335484116 0.016s 2024-02-28 08:23:21,178 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff633a9f-1efb-4125-8a72-7a89dceba5d7', 'x-openstack-request-id': 'req-ff633a9f-1efb-4125-8a72-7a89dceba5d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types/fb0e7a9e-924e-4292-9bf2-822335484116'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type fb0e7a9e-924e-4292-9bf2-822335484116 could not be found."}}' {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.783786s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2f54047a-e534-48bb-b9af-336cade65164 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:19,992 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes 0.406s 2024-02-28 08:23:19,993 86055 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-614921191"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1069b259-0ebb-4e8b-a42a-539b3c2cb1c7', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1069b259-0ebb-4e8b-a42a-539b3c2cb1c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes'} Body: b'{"volume": {"id": "2f54047a-e534-48bb-b9af-336cade65164", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:19.806761", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-614921191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:20,069 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.054s 2024-02-28 08:23:20,069 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1310eba3-d4d1-476e-a866-9ca6f941c9a5', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1310eba3-d4d1-476e-a866-9ca6f941c9a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'{"volume": {"id": "2f54047a-e534-48bb-b9af-336cade65164", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-614921191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:21,139 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.056s 2024-02-28 08:23:21,139 86055 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec86da1b-e12b-4fde-9f0a-4e054bfbd6d9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec86da1b-e12b-4fde-9f0a-4e054bfbd6d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'{"volume": {"id": "2f54047a-e534-48bb-b9af-336cade65164", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "updated_at": "2024-02-28T08:23:20.000000", "name": "tempest-VolumesTransfersTest-Volume-614921191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:21,196 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.044s 2024-02-28 08:23:21,197 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-275bc16f-fe9d-473f-abc8-f24ae4e115f1', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-275bc16f-fe9d-473f-abc8-f24ae4e115f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'{"volume": {"id": "2f54047a-e534-48bb-b9af-336cade65164", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "updated_at": "2024-02-28T08:23:20.000000", "name": "tempest-VolumesTransfersTest-Volume-614921191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:21,344 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.134s 2024-02-28 08:23:21,345 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'con tent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e059006-39d6-4810-89f6-d7f9610be219', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'' 2024-02-28 08:23:21,368 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.023s 2024-02-28 08:23:21,368 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-927c1ee6-f5c7-42b6-89f2-fa6ce51ed073', 'x-openstack-request-id': 'req-927c1ee6-f5c7-42b6-89f2-fa6ce51ed073', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f54047a-e534-48bb-b9af-336cade65164 could not be found."}}' {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.032716s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.031274s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.081720s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.019177s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.031288s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.023290s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.020731s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.015615s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.015307s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.077272s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.034131s] ... ok {11} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.036901s] ... ok {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.135088s] ... 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:27,233 86045 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/aeb224e800a24316b2262777f7bcbe36/scheduler-stats/get_pools?detail=True 0.128s 2024-02-28 08:23:27,233 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03cdc04c-45ec-485f-8dd9-9e75261d33cd', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03cdc04c-45ec-485f-8dd9-9e75261d33cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aeb224e800a24316b2262777f7bcbe36/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.048194s] ... 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:27,286 86045 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/aeb224e800a24316b2262777f7bcbe36/scheduler-stats/get_pools 0.045s 2024-02-28 08:23:27,286 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b7df298-e972-4938-8486-c63a21e17269', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b7df298-e972-4938-8486-c63a21e17269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aeb224e800a24316b2262777f7bcbe36/scheduler-stats/get_pools'} Body: b'{"pools": []}' {6} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {1} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9e4de108-5ad0-4d19-9baa-ece5c734ff8f failed to build and is in ERROR status {1} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.960370s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 76fc3748-e079-4077-b146-caad3875d2c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:40,817 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes 0.392s 2024-02-28 08:23:40,817 86045 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-1742046146"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e5cb6eb-708c-4858-9608-ae38ff32073f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e5cb6eb-708c-4858-9608-ae38ff32073f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes'} Body: b'{"volume": {"id": "76fc3748-e079-4077-b146-caad3875d2c4", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:23:40.755752", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1742046146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}], "user_id": "5a809df5028445a09b480ca642d0de0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:40,913 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.075s 2024-02-28 08:23:40,914 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9113f31-5140-468b-bed9-8f52e6104d81', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9113f31-5140-468b-bed9-8f52e6104d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'{"volume": {"id": "76fc3748-e079-4077-b146-caad3875d2c4", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:23:41.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1742046146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}], "user_id": "5a809df5028445a09b480ca642d0de0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f75b9c2a59e64ce690ababdbad70d87b"}}' 2024-02-28 08:23:42,010 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.081s 2024-02-28 08:23:42,010 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec46419-448f-4d33-afce-7504236886b0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec46419-448f-4d33-afce-7504236886b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'{"volume": {"id": "76fc3748-e079-4077-b146-caad3875d2c4", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:23:41.000000", "updated_at": "2024-02-28T08:23:41.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1742046146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}], "user_id": "5a809df5028445a09b480ca642d0de0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f75b9c2a59e64ce690ababdbad70d87b"}}' 2024-02-28 08:23:42,173 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.147s 2024-02-28 08:23:42,173 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed983984-370f-4972-9e61-ca4f4a8de1c9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed983984-370f-4972-9e61-ca4f4a8de1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'{"volume": {"id": "76fc3748-e079-4077-b146-caad3875d2c4", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:23:41.000000", "updated_at": "2024-02-28T08:23:41.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1742046146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}], "user_id": "5a809df5028445a09b480ca642d0de0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f75b9c2a59e64ce690ababdbad70d87b"}}' 2024-02-28 08:23:42,329 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.141s 2024-02-28 08:23:42,330 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-86da33b0-4a3d-4f21-8ae8-efff4ab43529', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'' 2024-02-28 08:23:42,381 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.050s 2024-02-28 08:23:42,381 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-91a5891e-068b-4997-861f-c2894c6c67f1', 'x-openstack-request-id': 'req-91a5891e-068b-4997-861f-c2894c6c67f1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76fc3748-e079-4077-b146-caad3875d2c4 could not be found."}}' {9} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.813854s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7b10109b-b4c1-45c8-906b-72a07f951713 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:48,592 86061 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes 0.652s 2024-02-28 08:23:48,592 86061 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-556325513"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d93783-694e-4ba1-a20f-0123941f87b7', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d93783-694e-4ba1-a20f-0123941f87b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes'} Body: b'{"volume": {"id": "7b10109b-b4c1-45c8-906b-72a07f951713", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:48.512602", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-556325513", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}], "user_id": "ffdf7066f00740bdb0bdc9905eb73f1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:48,658 86061 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713 0.053s 2024-02-28 08:23:48,659 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b26139-71d4-4761-a48a-8872efe89766', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b26139-71d4-4761-a48a-8872efe89766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713'} Body: b'{"volume": {"id": "7b10109b-b4c1-45c8-906b-72a07f951713", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-556325513", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}], "user_id": "ffdf7066f00740bdb0bdc9905eb73f1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6f4ce5fbf794e2d831f55412e0f42e2"}}' 2024-02-28 08:23:49,732 86061 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713 0.052s 2024-02-28 08:23:49,732 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c962105f-3a4f-4c60-bd56-55bb499e5ac6', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c962105f-3a4f-4c60-bd56-55bb499e5ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713'} Body: b'{"volume": {"id": "7b10109b-b4c1-45c8-906b-72a07f951713", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.000000", "updated_at": "2024-02-28T08:23:49.000000", "name": "tempest-TestVolumeSwap-volume-556325513", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}], "user_id": "ffdf7066f00740bdb0bdc9905eb73f1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6f4ce5fbf794e2d831f55412e0f42e2"}}' {4} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [2.106447s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3cd362dc-84c4-4d79-a51a-76ad6bebf636 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:49,402 86051 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes 0.874s 2024-02-28 08:23:49,403 86051 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-151781336", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c75d98e2-6a1d-41c5-a570-6e934f4e14b5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c75d98e2-6a1d-41c5-a570-6e934f4e14b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes'} Body: b'{"volume": {"id": "3cd362dc-84c4-4d79-a51a-76ad6bebf636", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.281291", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-151781336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}], "user_id": "f0e81ab7407741f1bf0ab40478be5efc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:49,549 86051 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636 0.133s 2024-02-28 08:23:49,550 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2114ce20-d3d8-454c-9145-a96a75f111e7', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2114ce20-d3d8-454c-9145-a96a75f111e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636'} Body: b'{"volume": {"id": "3cd362dc-84c4-4d79-a51a-76ad6bebf636", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-151781336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}], "user_id": "f0e81ab7407741f1bf0ab40478be5efc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d0e910b50684d6ea422fb268eedef77"}}' 2024-02-28 08:23:50,618 86051 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636 0.054s 2024-02-28 08:23:50,619 86051 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99925a15-65b3-4df3-9695-ea2ec0a3b1df', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99925a15-65b3-4df3-9695-ea2ec0a3b1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636'} Body: b'{"volume": {"id": "3cd362dc-84c4-4d79-a51a-76ad6bebf636", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.000000", "updated_at": "2024-02-28T08:23:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-151781336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}], "user_id": "f0e81ab7407741f1bf0ab40478be5efc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d0e910b50684d6ea422fb268eedef77"}}' {7} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [11.351550s] ... 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 403, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 41606390-c64d-46c3-b7c3-24543212cbea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:45,911 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.246s 2024-02-28 08:23:45,911 86057 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-313457226"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-e4fb90b9-06a8-4317-95c0-d2ad05a5875b', 'date': 'Wed, 28 Feb 2024 08:23:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2b0601e9-a727-4685-9ca7-0dc0be10dea9","name":"tempest-tagged-attachments-test-net-313457226","tenant_id":"37dd019744a14cddbb8cdb0480b965e6","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"37dd019744a14cddbb8cdb0480b965e6","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":"2024-02-28T08:23:43Z","updated_at":"2024-02-28T08:23:44Z","revision_number":1}}' 2024-02-28 08:23:49,701 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.789s 2024-02-28 08:23:49,701 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2b0601e9-a727-4685-9ca7-0dc0be10dea9", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-bb53f1e0-2b47-4a9f-b2c8-b9170b0ceac0', 'date': 'Wed, 28 Feb 2024 08:23:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b63a64ef-00e5-4502-ae70-b6e5c3c0281a","name":"","tenant_id":"37dd019744a14cddbb8cdb0480b965e6","network_id":"2b0601e9-a727-4685-9ca7-0dc0be10dea9","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":"2024-02-28T08:23:46Z","updated_at":"2024-02-28T08:23:46Z","revision_number":0,"project_id":"37dd019744a14cddbb8cdb0480b965e6"}}' 2024-02-28 08:23:50,275 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes 0.573s 2024-02-28 08:23:50,276 86057 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-528431780"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91757ed7-8c57-4899-8b23-8422a9375fb3', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91757ed7-8c57-4899-8b23-8422a9375fb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes'} Body: b'{"volume": {"id": "41606390-c64d-46c3-b7c3-24543212cbea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.976132", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-528431780", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}], "user_id": "b32f93a1121e4fb0911c3f872fa2233f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:50,356 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea 0.067s 2024-02-28 08:23:50,356 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dfacbbd-618a-4284-a1fb-b0374272ae71', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dfacbbd-618a-4284-a1fb-b0374272ae71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea'} Body: b'{"volume": {"id": "41606390-c64d-46c3-b7c3-24543212cbea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:50.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-528431780", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}], "user_id": "b32f93a1121e4fb0911c3f872fa2233f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37dd019744a14cddbb8cdb0480b965e6"}}' 2024-02-28 08:23:51,421 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea 0.048s 2024-02-28 08:23:51,421 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b78cae58-0148-4d86-9e43-eef0bdd494e2', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b78cae58-0148-4d86-9e43-eef0bdd494e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea'} Body: b'{"volume": {"id": "41606390-c64d-46c3-b7c3-24543212cbea", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:50.000000", "updated_at": "2024-02-28T08:23:50.000000", "name": "tempest-TaggedAttachmentsTest-volume-528431780", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b 7c3-24543212cbea"}], "user_id": "b32f93a1121e4fb0911c3f872fa2233f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37dd019744a14cddbb8cdb0480b965e6"}}' 2024-02-28 08:23:52,485 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/b63a64ef-00e5-4502-ae70-b6e5c3c0281a 1.047s 2024-02-28 08:23:52,485 86057 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-9b240e83-381b-461b-8324-dbd24c9d22a4', 'date': 'Wed, 28 Feb 2024 08:23:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/b63a64ef-00e5-4502-ae70-b6e5c3c0281a'} Body: b'' 2024-02-28 08:23:55,014 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2b0601e9-a727-4685-9ca7-0dc0be10dea9 2.528s 2024-02-28 08:23:55,014 86057 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-d340699a-7384-487b-9468-7f6c229be300', 'date': 'Wed, 28 Feb 2024 08:23:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2b0601e9-a727-4685-9ca7-0dc0be10dea9'} Body: b'' {3} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [1.974972s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 54, in test_volume_assisted_snapshot_create_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 767e6678-4a40-4b89-a39c-5319d1350078 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:05,013 86049 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes 0.610s 2024-02-28 08:24:05,014 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAssistedSnapshotsTest-volume-203791789"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d298b214-915c-42bb-a868-2a44bacc97f4', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d298b214-915c-42bb-a868-2a44bacc97f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes'} Body: b'{"volume": {"id": "767e6678-4a40-4b89-a39c-5319d1350078", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:04.845992", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-203791789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}], "user_id": "7b1b3f90559541229787b3270cca0c03", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2024-02-28 08:24:05,134 86049 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078 0.104s 2024-02-28 08:24:05,134 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d066f38c-2180-416d-82da-18291d326890', 'content-length': '1030', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d066f38c-2180-416d-82da-18291d326890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078'} Body: b'{"volume": {"id": "767e6678-4a40-4b89-a39c-5319d1350078", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:05.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-203791789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}], "user_id": "7b1b3f90559541229787b3270cca0c03", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "3fa6b909b6b24326aa24b6f67f6453ca"}}' 2024-02-28 08:24:06,363 86049 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest :test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078 0.215s 2024-02-28 08:24:06,363 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb675816-ff57-4eed-8540-4363cbfa333e', 'content-length': '1051', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb675816-ff57-4eed-8540-4363cbfa333e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078'} Body: b'{"volume": {"id": "767e6678-4a40-4b89-a39c-5319d1350078", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:05.000000", "updated_at": "2024-02-28T08:24:05.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-203791789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}], "user_id": "7b1b3f90559541229787b3270cca0c03", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "3fa6b909b6b24326aa24b6f67f6453ca"}}' {6} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c5934061-94fa-4da2-b894-10cd37ee9f51 failed to build and is in ERROR status {6} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.758717s] ... 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9a7df11e-540b-4c34-9055-584d64da4778 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:10,739 86055 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes 0.578s 2024-02-28 08:24:10,740 86055 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-591076801"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a418addb-e65d-4dce-8dd7-644c3bf60a2c', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a418addb-e65d-4dce-8dd7-644c3bf60a2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes'} Body: b'{"volume": {"id": "9a7df11e-540b-4c34-9055-584d64da4778", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:10.614739", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-591076801", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}], "user_id": "e9a969bf56f1488a84c9ba9eae6cc3f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:24:10,820 86055 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778 0.065s 2024-02-28 08:24:10,821 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d14831-0fc6-4e1d-8498-b2a1b223d2ec', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d14831-0fc6-4e1d-8498-b2a1b223d2ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778'} Body: b'{"volume": {"id": "9a7df11e-540b-4c34-9055-584d64da4778", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:11.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-591076801", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}], "user_id": "e9a969bf56f1488a84c9ba9eae6cc3f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91cc5f9e109f43c58eed03b2927bb244"}}' 2024-02-28 08:24:11,898 86055 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778 0.063s 2024 -02-28 08:24:11,899 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed74ca60-02d5-44be-a610-5c7ae5f9e831', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed74ca60-02d5-44be-a610-5c7ae5f9e831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778'} Body: b'{"volume": {"id": "9a7df11e-540b-4c34-9055-584d64da4778", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:11.000000", "updated_at": "2024-02-28T08:24:11.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-591076801", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}], "user_id": "e9a969bf56f1488a84c9ba9eae6cc3f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91cc5f9e109f43c58eed03b2927bb244"}}' {6} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {6} 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ab734bce-c6d3-40ba-96b1-6cf761dd8017 failed to build and is in ERROR status {6} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {1} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [7.035997s] ... 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 349, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, 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 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d17e2a43-d2f6-4f3d-acb7-994ebf241c7f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:21,600 86045 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.213s 2024-02-28 08:24:21,601 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1615936564", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOiKaQM5U9U0PhWMzPH16JHPUKM47xFsPVN32zWfv/D00UMHWl321dY6wwPRiNg6ViJSFW+nOp++XR8xw+62dbcxovNlbe8vvpjwNbhzy1nQ40M3WASrZddGlK+RUHBbaA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4e049d6-0aaf-45b7-939e-e60cfd2564c0', 'x-compute-request-id': 'req-b4e049d6-0aaf-45b7-939e-e60cfd2564c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1615936564", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOiKaQM5U9U0PhWMzPH16JHPUKM47xFsPVN32zWfv/D00UMHWl321dY6wwPRiNg6ViJSFW+nOp++XR8xw+62dbcxovNlbe8vvpjwNbhzy1nQ40M3WASrZddGlK+RUHBbaA==", "fingerprint": "bc:ad:a4:78:92:13:94:59:13:a8:14:bd:3a:f4:c4:ac", "user_id": "64685290e3514642b192d86428f2f44d"}}' 2024-02-28 08:24:21,946 86045 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.342s 2024-02-28 08:24:21,946 86045 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-63695766", "description": "tempest-secgroup-smoke-63695766 description", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1671', 'x-openstack-request-id': 'req-a5a165bb-6f09-4035-adee-7a9bb413108a', 'date': 'Wed, 28 Feb 2024 08:24:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "name": "tempest-secgroup-smoke-63695766", "stateful": true, "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "description": "tempest-secgroup-smoke-63695766 description", "shared": false, "security_group_rules": [{"id": "91069951-3f98-47ac-97d1-0ab8cd2ba06b", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "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": 474, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:21Z", "updated_at": "2024-02-28T08:24:21Z", "revision_number": 0}, {"id": "a47934f1-5104-4bbd-8cb7-eefc975bbb22", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "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": 473, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:21Z", "updated_at": "2024-02-28T08:24:21Z", "revision_number": 0}], "tags": [], "created_at ": "2024-02-28T08:24:21Z", "updated_at": "2024-02-28T08:24:21Z", "revision_number": 1, "project_id": "7e71b8bec2954650b0c70f35f26ff7c3"}}' 2024-02-28 08:24:22,276 86045 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.329s 2024-02-28 08:24:22,276 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2c59cd94-b792-41c8-9499-f460cc3bc2e4', 'date': 'Wed, 28 Feb 2024 08:24: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": "5376bf97-8691-4519-b07b-90f4b8204127", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:22Z", "updated_at": "2024-02-28T08:24:22Z", "revision_number": 0}}' 2024-02-28 08:24:22,525 86045 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.248s 2024-02-28 08:24:22,525 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-ab1349bc-ffad-4aca-af03-dae2204875e4', 'date': 'Wed, 28 Feb 2024 08:24: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": "6c68b937-a17a-4aa4-9a48-8571de8c7c2b", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:22Z", "updated_at": "2024-02-28T08:24:22Z", "revision_number": 0}}' 2024-02-28 08:24:22,766 86045 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.240s 2024-02-28 08:24:22,766 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6880585c-d8ca-4bdb-8979-00d91acbf868', 'date': 'Wed, 28 Feb 2024 08:24: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": "66ea46d0-dd5e-40f8-b37f-09170544d3a3", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:22Z", "updated_at": "2024-02-28T08:24:22Z", "revision_number": 0}}' 2024-02-28 08:24:23,182 86045 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.415s 2024-02-28 08:24:23,183 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-01573384-bbec-4f58-bc47-e6dcdb32d013', 'date': 'Wed, 28 Feb 2024 08:24: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": "5ea0c07f-e420-4e83-bfaa-078567dca5c8", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:22Z", "updated_at": "2024-02-28T08:24:22Z", "revision_number": 0}}' 2024-02-28 08:24:24,001 86045 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.818s 2024-02-28 08:24:24,002 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-43435cb7-133e-477a-ac23-c8169a91822a', 'date': 'Wed, 28 Feb 2024 08:24: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": "8858ebba-b6b9-48d6-8826-3847065485ba", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:23Z", "updated_at": "2024-02-28T08:24:23Z", "revision_number": 0}}' 2024-02-28 08:24:25,329 86045 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 1.326s 2024-02-28 08:24:25,329 86045 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-bfa8de1b-ec07-488c-a42d-f0b24a06834f', 'date': 'Wed, 28 Feb 2024 08:24:25 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": "b05d38b2-6b0e-4f19-859f-a843c5ffc402", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:24Z", "updated_at": "2024-02-28T08:24:24Z", "revision_number": 0}}' 2024-02-28 08:24:25,370 86045 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.034s 2024-02-28 08:24:25,370 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:25 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-fdd9d6a0-fe85-4a6a-bd45-a6bbe80749c1', '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": "64685290e3514642b192d86428f2f44d", "name": "tempest-TestShelveInstance-1620662958-project-member", "password_expires_at": null}, "audit_ids": ["TsL2d9DOSl-mmFDRplJs-Q"], "expires_at": "2024-02-28T09:24:25.000000Z", "issued_at": "2024-02-28T08:24:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e71b8bec2954650b0c70f35f26ff7c3", "name": "tempest-TestShelveInstance-1620662958"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7e71b8bec2954650b0c70f35f26ff7c3", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {" endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:24:25,371 86045 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'e104d087-6188-49c1-bc4d-cd8460eb6ef3', 'name': 'tempest-TestShelveInstance-1898959210-network', 'tenant_id': '7e71b8bec2954650b0c70f35f26ff7c3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7e71b8bec2954650b0c70f35f26ff7c3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59665, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:48Z', 'updated_at': '2024-02-28T08:23:48Z', 'revision_number': 1} available for tenant 2024-02-28 08:24:25,879 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes 0.507s 2024-02-28 08:24:25,879 86045 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-1251524041", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d30c258c-9b9b-4c86-a6a9-6fefff281651', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d30c258c-9b9b-4c86-a6a9-6fefff281651', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes'} Body: b'{"volume": {"id": "d17e2a43-d2f6-4f3d-acb7-994ebf241c7f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:25.773075", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1251524041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}], "user_id": "64685290e3514642b192d86428f2f44d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:24:25,945 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f 0.055s 2024-02-28 08:24:25,946 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a021ea4-8cdc-436d-869c-d97c3a515d14', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a021ea4-8cdc-436d-869c-d97c3a515d14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f'} Body: b'{"volume": {"id": "d17e2a43-d2f6-4f3d-acb7-994ebf241c7f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:26.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1251524041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}], "user_id": "64685290e3514642b192d86428f2f44d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3"}}' 2024-02-28 08:24:27,001 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f 0.041s 2024-02-28 08:24:27,001 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c05e290e-c3be-4753-b11c-4baa93605c3a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c05e290e-c3be-4753-b11c-4baa93605c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f'} Body: b'{"volume": {"id": "d17e2a43-d2f6-4f3d-acb7-994ebf241c7f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:26.000000", "updated_at": "2024-02-28T08:24:26.000000", "name": "tempest-tempest.common.compute-volume-1251524041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}], "user_id": "64685290e3514642b192d86428f2f44d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3"}}' 2024-02-28 08:24:27,157 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f 0.143s 2024-02-28 08:24:27,158 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5946738-f271-49a3-aa2d-d800ad792ce1', 'co nnection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f'} Body: b'' 2024-02-28 08:24:27,181 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f 0.022s 2024-02-28 08:24:27,182 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a9a51e-483f-4431-a799-f781740e2662', 'x-openstack-request-id': 'req-35a9a51e-483f-4431-a799-f781740e2662', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d17e2a43-d2f6-4f3d-acb7-994ebf241c7f could not be found."}}' 2024-02-28 08:24:28,379 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fcd799ab-35be-41c1-85b7-d2facd794fa2 1.193s 2024-02-28 08:24:28,380 86045 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-6e60c2fa-ddff-4b90-ac86-5182809f8a8e', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:24:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fcd799ab-35be-41c1-85b7-d2facd794fa2'} Body: b'' 2024-02-28 08:24:28,417 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1615936564 0.036s 2024-02-28 08:24:28,417 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:28 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-8d9d0813-cf8f-45af-85eb-9d808acc0e20', 'x-compute-request-id': 'req-8d9d0813-cf8f-45af-85eb-9d808acc0e20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1615936564'} Body: b'' {3} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.756100s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9a656de3-4e70-4c48-8716-b1d0b9c6293d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:41,383 86061 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes 0.616s 2024-02-28 08:24:41,383 86061 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-2042045313", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d94b33-2478-488d-bf02-f8032817a773', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d94b33-2478-488d-bf02-f8032817a773', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes'} Body: b'{"volume": {"id": "9a656de3-4e70-4c48-8716-b1d0b9c6293d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:41.276815", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2042045313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}], "user_id": "ec4bf971a1af4e34aebf2ea3bd1deffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:24:41,446 86061 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d 0.051s 2024-02-28 08:24:41,447 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca95fcb9-7c70-4f00-bfc2-cc9a6e5e12b3', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca95fcb9-7c70-4f00-bfc2-cc9a6e5e12b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d'} Body: b'{"volume": {"id": "9a656de3-4e70-4c48-8716-b1d0b9c6293d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:41.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2042045313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}], "user_id": "ec4bf971a1af4e34aebf2ea3bd1deffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3d495168e724cd2a4c0af79dcc11fdf"}}' 2024-02-28 08:24:42,507 86061 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d 0.046s 2024-02-28 08:24:42,507 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31136449-4f07-45a9-adec-0d438612f53b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31136449-4f07-45a9-adec-0d438612f53b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d'} Body: b'{"volume": {"id": "9a656de3-4e70-4c48-8716-b1d0b9c6293d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:41.000000", "updated_at": "2024-02-28T08:24:41.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2042045313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}], "user_id": "ec4bf971a1af4e34aebf2ea3bd1deffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3d495168e724cd2a4c0af79dcc11fdf"}}' {3} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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/servers/test_server_actions.py", line 832, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, 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 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6bfa4388-e0f7-45d6-842b-2c22d7e51058 failed to build and is in ERROR status {3} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6ee60861-03b3-4286-8155-c301d47b4f6d failed to build and is in ERROR status {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.206936s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.236804s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.014008s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.129729s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.022328s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.018640s] ... ok {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.707158s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b57ebc24-0899-4e28-b092-a36f8fb9e58e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:07,967 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes 0.381s 2024-02-28 08:25:07,967 86049 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-399204994"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9276b0ef-575a-4312-9995-9f0a972d49e2', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9276b0ef-575a-4312-9995-9f0a972d49e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes'} Body: b'{"volume": {"id": "b57ebc24-0899-4e28-b092-a36f8fb9e58e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:07.880458", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-399204994", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:08,027 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.048s 2024-02-28 08:25:08,027 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434c68cb-c565-4e2e-b504-aeb0b0c7e429', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434c68cb-c565-4e2e-b504-aeb0b0c7e429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'{"volume": {"id": "b57ebc24-0899-4e28-b092-a36f8fb9e58e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:08.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-399204994", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:09,085 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.044s 2024-02-28 08:25:09,085 86049 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, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0633bc-d7c3-4ab1-ad64-ec528e7e58b4', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0633bc-d7c3-4ab1-ad64-ec528e7e58b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'{"volume": {"id": "b57ebc24-0899-4e28-b092-a36f8fb9e58e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:08.000000", "updated_at": "2024-02-28T08:25:08.000000", "name": "tempest-VolumesDeleteCascade-Volume-399204994", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:09,143 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.043s 2024-02-28 08:25:09,144 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11790714-ac6b-47b7-9527-7de289ab4fb2', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11790714-ac6b-47b7-9527-7de289ab4fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'{"volume": {"id": "b57ebc24-0899-4e28-b092-a36f8fb9e58e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:08.000000", "updated_at": "2024-02-28T08:25:08.000000", "name": "tempest-VolumesDeleteCascade-Volume-399204994", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:09,268 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.110s 2024-02-28 08:25:09,269 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f93a1024-0c4c-43ed-83d4-a89b00aa0637', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'' 2024-02-28 08:25:09,291 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.022s 2024-02-28 08:25:09,291 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d59d5ed-9927-4636-abd3-37363384e483', 'x-openstack-request-id': 'req-4d59d5ed-9927-4636-abd3-37363384e483', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b57ebc24-0899-4e28-b092-a36f8fb9e58e could not be found."}}' {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.530498s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 13c50425-9236-4987-97ed-4893683198b9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:09,517 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes 0.223s 2024-02-28 08:25:09,517 86049 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-1000874621"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e8ab42-382c-4d05-bc09-16aad245c30a', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e8ab42-382c-4d05-bc09-16aad245c30a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes'} Body: b'{"volume": {"id": "13c50425-9236-4987-97ed-4893683198b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:09.457937", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1000874621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:09,576 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.047s 2024-02-28 08:25:09,577 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a503e88-d130-4a39-911b-8acf5441502d', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a503e88-d130-4a39-911b-8acf5441502d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'{"volume": {"id": "13c50425-9236-4987-97ed-4893683198b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:09.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1000874621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:10,628 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.038s 2024-02-28 08:25:10,629 86049 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b051c00-e7e8-4c17-bb5b-0adc1ebd345b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b051c00-e7e8-4c17-bb5b-0adc1ebd345b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'{"volume": {"id": "13c50425-9236-4987-97ed-4893683198b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:09.000000", "updated_at": "2024-02-28T08:25:10.000000", "name": "tempest-VolumesDeleteCascade-Volume-1000874621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:10,686 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.039s 2024-02-28 08:25:10,686 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36f7e30-7c28-4668-9f20-76c6227030f9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36f7e30-7c28-4668-9f20-76c6227030f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'{"volume": {"id": "13c50425-9236-4987-97ed-4893683198b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:09.000000", "updated_at": "2024-02-28T08:25:10.000000", "name": "tempest-VolumesDeleteCascade-Volume-1000874621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:10,801 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.103s 2024-02-28 08:25:10,801 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25: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-67365712-8ede-4b46-ad55-d06c7288038c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'' 2024-02-28 08:25:10,823 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.021s 2024-02-28 08:25:10,824 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25: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-70a86f82-01c6-40d4-83eb-013d720ec81c', 'x-openstack-request-id': 'req-70a86f82-01c6-40d4-83eb-013d720ec81c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 13c50425-9236-4987-97ed-4893683198b9 could not be found."}}' {3} setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c80e3084-bf50-45d0-a4d6-173b2d9877cb failed to build and is in ERROR status {5} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [114.669780s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5480595b-338f-47ac-a16e-99e7fa895aeb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:22,549 86053 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.031s 2024-02-28 08:23:22,552 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-9cd1123f-3d19-4b08-87bf-369e354a8f06', '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": "3b3e2a1fcf244ca084aa59343d0bcc35", "name": "tempest-DeleteServersTestJSON-1749557414-project-member", "password_expires_at": null}, "audit_ids": ["WAfFUWgpT1KKxVdnctYm0w"], "expires_at": "2024-02-28T09:23:22.000000Z", "issued_at": "2024-02-28T08:23:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08def5f8f9974659a0aab489ba2843f4", "name": "tempest-DeleteServersTestJSON-1749557414"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/08def5f8f9974659a0aab489ba2843f4", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:23:22,553 86053 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '1ecc9b62-d3e5-42ab-8d6a-965f68e83c37', 'name': 'tempest-DeleteServersTestJSON-698225399-network', 'tenant_id': '08def5f8f9974659a0aab489ba2843f4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '08def5f8f9974659a0aab489ba2843f4', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49337, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:23:24,235 86053 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.681s 2024-02-28 08:23:24,236 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-154770216", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "1ecc9b62-d3e5-42ab-8d6a-965f68e83c37"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f7e3f6f-2eda-4d14-b9fb-b44b3369af42', 'x-compute-request-id': 'req-9f7e3f6f-2eda-4d14-b9fb-b44b3369af42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c0c58453-a6d1-4e97-ba01-5db3a665c60b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "nMD3DibTmYgD"}}' 2024-02-28 08:23:24,402 86053 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/c0c58453-a6d1-4e97-ba01-5db3a665c60b 0.164s 2024-02-28 08:23:24,403 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f9cda91-7593-473a-9f19-84865bd42afd', 'x-compute-request-id': 'req-8f9cda91-7593-473a-9f19-84865bd42afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b'} Body: b'{"server": {"id": "c0c58453-a6d1-4e97-ba01-5db3a665c60b", "name": "tempest-DeleteServersTestJSON-server-154770216", "status": "BUILD", "tenant_id": "08def5f8f9974659a0aab489ba2843f4", "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:24Z", "updated": "2024-02-28T08:23:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}], "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": []}}' 2024-02-28 08:24:15,674 86053 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/c0c58453-a6d1-4e97-ba01-5db3a665c60b 1.208s 2024-02-28 08:24:15,675 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141ee31f-6278-4c0d-bb23-52378bc1e2d3', 'x-compute-request-id': 'req-141ee31f-6278-4c0d-bb23-52378bc1e2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b'} Body: b'{"server": {"id": "c0c58453-a6d1-4e97-ba01-5db3a665c60b", "name": "tempest-DeleteServersTestJSON-server-154770216", "status": "ACTIVE", "tenant_id": "08def5f8f9974659a0aab489ba2843f4", "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "metadata": {}, "hostId": "4da5c8dfc4ba20c7a26d200c5b672701e00a8290369e4df6d9791f3b", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:24Z", "updated": "2024-02-28T08:23:42Z", "addresses": {"tempest-DeleteServersTestJSON-698225399-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:84:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:23:42.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": []}}' 2024-02-28 08:24:15,690 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:25:16,046 86053 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes 0.295s 2024-02-28 08:25:16,047 86053 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-244529621"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff0e0559-c206-4f47-bf8f-c4a04d46d874', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff0e0559-c206-4f47-bf8f-c4a04d46d874', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes'} Body: b'{"volume": {"id": "5480595b-338f-47ac-a16e-99e7fa895aeb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:15.956860", " updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-244529621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}], "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:16,110 86053 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb 0.051s 2024-02-28 08:25:16,111 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd8f9251-c102-4320-9e95-1ab664b2b381', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd8f9251-c102-4320-9e95-1ab664b2b381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb'} Body: b'{"volume": {"id": "5480595b-338f-47ac-a16e-99e7fa895aeb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:16.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-244529621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}], "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08def5f8f9974659a0aab489ba2843f4"}}' 2024-02-28 08:25:17,168 86053 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb 0.041s 2024-02-28 08:25:17,168 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ede01b-fd75-44dd-a2a8-3f20bd1c4660', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ede01b-fd75-44dd-a2a8-3f20bd1c4660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb'} Body: b'{"volume": {"id": "5480595b-338f-47ac-a16e-99e7fa895aeb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:16.000000", "updated_at": "2024-02-28T08:25:16.000000", "name": "tempest-DeleteServersTestJSON-volume-244529621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b -338f-47ac-a16e-99e7fa895aeb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}], "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08def5f8f9974659a0aab489ba2843f4"}}' {3} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f6739204-b98f-4068-bec9-5a68cca03191 failed to build and is in ERROR status {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.556701s] ... 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5e349e64-9f31-45c2-8c7e-b22e5dc09571 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:20,835 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes 0.425s 2024-02-28 08:25:20,836 86049 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-240227390"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40ec6335-c163-4ab1-b09c-e2ea0e471f74', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40ec6335-c163-4ab1-b09c-e2ea0e471f74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes'} Body: b'{"volume": {"id": "5e349e64-9f31-45c2-8c7e-b22e5dc09571", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:20.768290", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-240227390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 08:25:20,886 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571 0.039s 2024-02-28 08:25:20,886 86049 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, 28 Feb 2024 08:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf71ccfd-3584-454d-b3ae-0e35596af406', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf71ccfd-3584-454d-b3ae-0e35596af406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571'} Body: b'{"volume": {"id": "5e349e64-9f31-45c2-8c7e-b22e5dc09571", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:21.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-240227390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f5618e4661a5481391e6f5f196bca81b"}}' 2024-02-28 08:25:21,952 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571 0.053s 2024-02-28 08:25:21,953 86049 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, 28 Feb 2024 08:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc1f191-9743-4714-a1ee-4026a9e21da5', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc1f191-9743-4714-a1ee-4026a9e21da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571'} Body: b'{"volume": {"id": "5e349e64-9f31-45c2-8c7e-b22e5dc09571", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:21.000000", "updated_at": "2024-02-28T08:25:21.000000", "name": "tempest-VolumeRevertTests-Volume-240227390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f5618e4661a5481391e6f5f196bca81b"}}' {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.322218s] ... 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 128b47a5-20ad-491e-a07b-d5f817f5f7ee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:22,173 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes 0.205s 2024-02-28 08:25:22,173 86049 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-1950861612"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-022fd06d-0924-4fc7-a40a-f97a5d3d298c', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-022fd06d-0924-4fc7-a40a-f97a5d3d298c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes'} Body: b'{"volume": {"id": "128b47a5-20ad-491e-a07b-d5f817f5f7ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.106475", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1950861612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 08:25:22,224 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee 0.040s 2024-02-28 08:25:22,225 86049 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, 28 Feb 2024 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c6332fe-7a16-44f4-8ed9-3fac9454069d', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c6332fe-7a16-44f4-8ed9-3fac9454069d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee'} Body: b'{"volume": {"id": "128b47a5-20ad-491e-a07b-d5f817f5f7ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1950861612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f5618e4661a5481391e6f5f196bca81b"}}' 2024-02-28 08:25:23,277 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee 0.039s 2024-02-28 08:25:23,278 86049 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, 28 Feb 2024 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86111c3f-9109-4919-80cd-b4f1615c460b', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86111c3f-9109-4919-80cd-b4f1615c460b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee'} Body: b'{"volume": {"id": "128b47a5-20ad-491e-a07b-d5f817f5f7ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.000000", "updated_at": "2024-02-28T08:25:22.000000", "name": "tempest-VolumeRevertTests-Volume-1950861612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f5618e4661a5481391e6f5f196bca81b"}}' {3} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [120.390450s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f57ab1e5-84fa-47b3-b11a-91875dcfbaab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:49,308 86059 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:23:49,746 86059 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.436s 2024-02-28 08:23:49,746 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1547914536", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdpX9AQws5Rw/oJJ8xub7AnePzRttsot/T3u3TUrJcY5s/2/CM4xrGLg4nPXPNjq5pEWw7de2gRBPkkFyDvg8cckn3vnIhsvXz1Vc5xPWK2Vgqr247OIQVS3rcH68ytdQ=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:49 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-b8d110ac-33e3-454b-824a-0e7ac68bab9b', 'x-compute-request-id': 'req-b8d110ac-33e3-454b-824a-0e7ac68bab9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1547914536", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdpX9AQws5Rw/oJJ8xub7AnePzRttsot/T3u3TUrJcY5s/2/CM4xrGLg4nPXPNjq5pEWw7de2gRBPkkFyDvg8cckn3vnIhsvXz1Vc5xPWK2Vgqr247OIQVS3rcH68ytdQ==", "fingerprint": "01:88:14:9f:74:28:65:f7:63:88:74:4a:f4:c8:e1:57", "user_id": "9464673b09e5457da8a679959fd19425"}}' 2024-02-28 08:23:49,748 86059 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1547914536 created 2024-02-28 08:23:50,541 86059 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.792s 2024-02-28 08:23:50,542 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--953168179", "description": "tempest-description--1541954322"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-71f40297-d849-4763-aa4d-cc8bf6666d1e', 'date': 'Wed, 28 Feb 2024 08:23:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "name": "tempest-securitygroup--953168179", "stateful": true, "tenant_id": "4a90822752324747a1184988160d60d8", "description": "tempest-description--1541954322", "shared": false, "security_group_rules": [{"id": "431cdc9a-290d-4dc6-bc75-bb09a7e64e5e", "project_id": "4a90822752324747a1184988160d60d8", "tenant_id": "4a90822752324747a1184988160d60d8", "security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "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": 402, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:50Z", "updated_at": "2024-02-28T08:23:50Z", "revision_number": 0}, {"id": "cfbac194-83be-435e-a3a1-e00425a1db9d", "project_id": "4a90822752324747a1184988160d60d8", "tenant_id": "4a90822752324747a1184988160d60d8", "security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "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": 401, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:50Z", "updated_at": "2024-02-28T08:23:50Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:23:49Z", "updated_at": "2024-02-28T08:23:50Z", "revision_number": 1, "project_id": "4a90822752324747a1184988160d60d8"}}' 2024-02-28 08:23:51,750 86059 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.208s 2024-02-28 08:23:51,751 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fbc28213-0812-40de-9719-e2cfa5e62a93', 'date': 'Wed, 28 Feb 2024 08:23:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2ea162d2-0913-4be1-af32-72654a20fa65", "project_id": "4a90822752324747a1184988160d60d8", "tenant_id": "4a90822752324747a1184988160d60d8", "security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:51Z", "updated_at": "2024-02-28T08:23:51Z", "revision_number": 0}}' 2024-02-28 08:23:53,395 86059 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.644s 2024-02-28 08:23:53,396 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d24321b6-6d9a-4fc7-935a-98f52609ced0', 'date': 'Wed, 28 Feb 2024 08:23:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6249f863-0ab2-47ec-9c53-9a2788687c1d", "project_id": "4a90822752324747a1184988160d60d8", "tenant_id": "4a90822752324747a1184988160d60d8", "security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:52Z", "updated_at": "2024-02-28T08:23:52Z", "revision_number": 0}}' 2024-02-28 08:23:53,396 86059 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--953168179 created 2024-02-28 08:23:54,099 86059 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 0.702s 2024-02-28 08:23:54,099 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-36832f0f-5143-460d-9a9f-9cde48aef4e8', 'date': 'Wed, 28 Feb 2024 08:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "09fe69e5-2678-4e6d-9928-68c69a4cd008", "tenant_id": "4a90822752324747a1184988160d60d8", "floating_ip_address": "172.24.4.5", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4a90822752324747a1184988160d60d8", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:53Z", "updated_at": "2024-02-28T08:23:53Z", "revision_number": 0}}' 2024-02-28 08:23:54,100 86059 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '09fe69e5-2678-4e6d-9928-68c69a4cd008', 'tenant_id': '4a90822752324747a1184988160d60d8', 'floating_ip_address': '172.24.4.5', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4a90822752324747a1184988160d60d8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:53Z', 'updated_at': '2024-02-28T08:23:53Z', 'revision_number': 0, 'ip': '172.24.4.5'} created 2024-02-28 08:23:54,154 86059 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.050s 2024-02-28 08:23:54,155 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2e450a1e-8656-4481-a7e3-5496a8b6d138', '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": "9464673b09e5457da8a679959fd19425", "name": "tempest-VolumesAdminNegativeTest-435519319-project-member", "password_expires_at": null}, "audit_ids": ["1mjHgP6LQMCJXwYQeq7bew"], "expires_at": "2024-02-28T09:23:54.000000Z", "issued_at": "2024-02-28T08:23:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a90822752324747a1184988160d60d8", "name": "tempest-VolumesAdminNegativeTest-435519319"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:23:54,155 86059 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'be39b248-4062-431c-8578-a41f39c577b4', 'name': 'tempest-VolumesAdminNegativeTest-138276105-network', 'tenant_id': '4a90822752324747a1184988160d60d8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4a90822752324747a1184988160d60d8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60264, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:23:54,156 86059 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1547914536', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdpX9AQws5Rw/oJJ8xub7AnePzRttsot/T3u3TUrJcY5s/2/CM4xrGLg4nPXPNjq5pEWw7de2gRBPkkFyDvg8cckn3vnIhsvXz1Vc5xPWK2Vgqr247OIQVS3rcH68ytdQ==', 'fingerprint': '01:88:14:9f:74:28:65:f7:63:88:74:4a:f4:c8:e1:57', 'user_id': '9464673b09e5457da8a679959fd19425', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCyE1+HNGripLRPZRRheNbktMEkwj3Ih3H/i7guKm74SO1IxWvT7MRr\nxTondZwfZgygBwYFK4EEACKhZANiAARHaV/QEMLOUcP6CSfMbm+wJ3j80bbbKLf0\n97t01KyXGObP9vwjOMaxi4OJz1zzY6uaRFsO3XtoEQT5JBcg74PHHJJ975yIbL18\n9VXOcT1itlYKq9uOziEFUt63B+vMrXU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5b6695c8-e682-4948-a1f2-c65af4c3b1a4', 'name': 'tempest-securitygroup--953168179', 'stateful': True, 'tenant_id': '4a90822752324747a1184988160d60d8', 'description': 'tempest-description--1541954322', 'shared': False, 'security_group_rules': [{'id': '431cdc9a-290d-4dc6-bc75-bb09a7e64e5e', 'project_id': '4a90822752324747a1184988160d60d8', 'tenant_id': '4a90822752324747a1184988160d60d8', 'security_group_id': '5b6695c8-e682-4948-a1f2-c65af4c3b1a4', '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': 402, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:50Z', 'updated_at': '2024-02-28T08:23:50Z', 'revision_number': 0}, {'id': 'cfbac194-83be-435e-a3a1-e00425a1db9d', 'project_id': '4a90822752324747a1184988160d60d8', 'tenant_id': '4a90822752324747a1184988160d60d8', 'security_group_id': '5b6695c8-e682-4948-a1f2-c65af4c3b1a4', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_ra nge_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 401, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:50Z', 'updated_at': '2024-02-28T08:23:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:23:49Z', 'updated_at': '2024-02-28T08:23:50Z', 'revision_number': 1, 'project_id': '4a90822752324747a1184988160d60d8'}, 'floating_ip': {'id': '09fe69e5-2678-4e6d-9928-68c69a4cd008', 'tenant_id': '4a90822752324747a1184988160d60d8', 'floating_ip_address': '172.24.4.5', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4a90822752324747a1184988160d60d8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:53Z', 'updated_at': '2024-02-28T08:23:53Z', 'revision_number': 0, 'ip': '172.24.4.5'}} 2024-02-28 08:23:56,556 86059 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.399s 2024-02-28 08:23:56,556 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1917153688", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "be39b248-4062-431c-8578-a41f39c577b4"}], "security_groups": [{"name": "tempest-securitygroup--953168179"}], "key_name": "tempest-keypair-1547914536", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-451f2ab0-0fbe-4d10-991d-2686976b203c', 'x-compute-request-id': 'req-451f2ab0-0fbe-4d10-991d-2686976b203c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9f616578-2614-4daf-be07-69eb1cbe40af", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--953168179"}], "adminPass": "k8BUu795m3jg"}}' 2024-02-28 08:23:56,709 86059 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/9f616578-2614-4daf-be07-69eb1cbe40af 0.150s 2024-02-28 08:23:56,710 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:56 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-79905419-6691-4aae-84f2-045a55af3e35', 'x-compute-request-id': 'req-79905419-6691-4aae-84f2-045a55af3e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af'} Body: b'{"server": {"id": "9f616578-2614-4daf-be07-69eb1cbe40af", "name": " tempest-VolumesAdminNegativeTest-server-1917153688", "status": "BUILD", "tenant_id": "4a90822752324747a1184988160d60d8", "user_id": "9464673b09e5457da8a679959fd19425", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:57Z", "updated": "2024-02-28T08:23:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1547914536", "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": []}}' 2024-02-28 08:24:47,187 86059 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/9f616578-2614-4daf-be07-69eb1cbe40af 0.409s 2024-02-28 08:24:47,188 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:46 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-6b4158ff-b8a1-4a29-bce0-d3709f74ce26', 'x-compute-request-id': 'req-6b4158ff-b8a1-4a29-bce0-d3709f74ce26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af'} Body: b'{"server": {"id": "9f616578-2614-4daf-be07-69eb1cbe40af", "name": "tempest-VolumesAdminNegativeTest-server-1917153688", "status": "ACTIVE", "tenant_id": "4a90822752324747a1184988160d60d8", "user_id": "9464673b09e5457da8a679959fd19425", "metadata": {}, "hostId": "037bd82cb23dd4bc34c20d1275c04fbafa9e235b122b9b8ad2de8b93", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:56Z", "updated": "2024-02-28T08:24:11Z", "addresses": {"tempest-VolumesAdminNegativeTest-138276105-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:0e:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1547914536", "OS-SRV-USG:launched_at": "2024-02-28T08:24:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--953168179"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:24:47,201 86059 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:25:47,441 86059 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/9f616578-2614-4daf-be07-69eb1cbe40af/os-interface 0.178s 2024-02-28 08:25:47,441 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:47 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-31bd18dc-bca5-4b82-9ab8-6060eb0e1a8b', 'x-compute-request-id': 'req-31bd18dc-bca5-4b82-9ab8-6060eb0e1a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "be39b248-4062-431c-8578-a41f39c577b4", "port_id": "f6791e09-e916-42f1-b762-b9d8f88c07da", "mac_addr": "fa:16:3e:54:0e:bc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d99f9310-c3f9-4f3f-aed9-3eba025de77c", "ip_address": "10.0.0.11"}]}]}' 2024-02-28 08:25:48,241 86059 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/09fe69e5-2678-4e6d-9928-68c69a4cd008 0.794s 2024-02-28 08:25:48,242 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f6791e09-e916-42f1-b762-b9d8f88c07da"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-541898bf-6d32-4a35-ae51-c3e140bb82b1', 'date': 'Wed, 28 Feb 2024 08:25:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/09fe69e5-2678-4e6d-9928-68c69a4cd008'} Body: b'{"floatingip": {"id": "09fe69e5-2678-4e6d-9928-68c69a4cd008", "tenant_id": "4a90822752324747a1184988160d60d8", "floating_ip_address": "172.24.4.5", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "794768e9-1212-41a5-8d5c-5e0208cd69b2", "port_id": "f6791e09-e916-42f1-b762-b9d8f88c07da", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "be39b248-4062-431c-8578-a41f39c577b4", "mac_address": "fa:16:3e:54:0e:bc", "admin_state_up": true, "status": "ACTIVE", "device_id": "9f616578-2614-4daf-be07-69eb1cbe40af", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:53Z", "updated_at": "2024-02-28T08:25:47Z", "revision_number": 1, "project_id": "4a90822752324747a1184988160d60d8"}}' 2024-02-28 08:25:48,243 86059 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.5:22' as 'cirros' with public key authentication 2024-02-28 08:25:48,256 86059 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:25:48,368 86059 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:25:48,369 86059 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.5 successfully created 2024-02-28 08:25:48,579 86059 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/4a90822752324747a1184988160d60d8/volumes 0.210s 2024-02-28 08:25:48,580 86059 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-679997260"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-037b33e0-0c0c-4771-a36f-4993b03e6572', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-037b33e0-0c0c-4771-a36f-4993b03e6572', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes'} Body: b'{"volume": {"id": "f57ab1e5-84fa-47b3-b11a-91875dcfbaab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:48.519672", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-679997260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:48,632 86059 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/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab 0.041s 2024-02-28 08:25:48,632 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d0a3c3-b55b-4682-8dce-aa31e8521514', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d0a3c3-b55b-4682-8dce-aa31e8521514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab'} Body: b'{"volume": {"id": "f57ab1e5-84fa-47b3-b11a-91875dcfbaab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:49.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-679997260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a90822752324747a1184988160d60d8"}}' 2024-02-28 08:25:49,683 86059 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/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab 0.038s 2024-02-28 08:25:49,684 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c264f42d-7bd2-4184-ac02-b42452719a86', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c264f42d-7bd2-4184-ac02-b42452719a86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volu me/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab'} Body: b'{"volume": {"id": "f57ab1e5-84fa-47b3-b11a-91875dcfbaab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:49.000000", "updated_at": "2024-02-28T08:25:49.000000", "name": "tempest-VolumesAdminNegativeTest-volume-679997260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a90822752324747a1184988160d60d8"}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [170.872533s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8a5adeab-750e-443c-be43-e2f52ad8af0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:23,839 86063 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:23:23,839 86063 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:23:24,096 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.256s 2024-02-28 08:23:24,097 86063 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-1702305505", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKsnIWacWVx0tqCgB8F/JKe67PXcsat9fH0K/bwgpvPUegX5H9f2vcCF6K4SFF7QmOVMbTTFbIwPD47coBLmXPCVu5DyoNy4672MUf8oMaQZXijymirBel0SuVB89o9oAQ=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:23 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-9e1ff50b-0d91-4419-8a5b-c3105a7580dd', 'x-compute-request-id': 'req-9e1ff50b-0d91-4419-8a5b-c3105a7580dd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1702305505", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKsnIWacWVx0tqCgB8F/JKe67PXcsat9fH0K/bwgpvPUegX5H9f2vcCF6K4SFF7QmOVMbTTFbIwPD47coBLmXPCVu5DyoNy4672MUf8oMaQZXijymirBel0SuVB89o9oAQ==", "fingerprint": "0c:54:0a:5b:73:e7:65:4d:a9:2d:d9:6d:7c:db:15:8f", "user_id": "243f15a7499a4045b36c3984178d2c63"}}' 2024-02-28 08:23:24,099 86063 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1702305505 created 2024-02-28 08:23:24,274 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.175s 2024-02-28 08:23:24,275 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--688865114", "description": "tempest-description--8519792"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1657', 'x-openstack-request-id': 'req-1dc46ba4-b2e5-4f58-b287-00057a85fc5b', 'date': 'Wed, 28 Feb 2024 08:23:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "name": "tempest-securitygroup--688865114", "stateful": true, "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "description": "tempest-description--8519792", "shared": false, "security_group_rules": [{"id": "7577c4c0-e9f9-4d1c-b077-0ab5fd856ee8", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "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": 215, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 0}, {"id": "e2b8fba9-c15b-463e-b0e2-f82c2abaf132", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "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": 213, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 1, "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:23:24,533 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.257s 2024-02-28 08:23:24,533 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-aff68402-1b68-4b7e-9e03-f20d707d778f', 'date': 'Wed, 28 Feb 2024 08:23: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": "cb6719fc-7c21-4c89-a597-816b51c1fe91", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 0}}' 2024-02-28 08:23:24,925 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.391s 2024-02-28 08:23:24,925 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e186b03d-760c-46d6-ac24-52a97ad81fbf', 'date': 'Wed, 28 Feb 2024 08:23: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": "35eb5467-e448-4ee0-9fd7-9edfcd7f0ab3", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 0}}' 2024-02-28 08:23:24,925 86063 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--688865114 created 2024-02-28 08:23:26,638 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.712s 2024-02-28 08:23:26,638 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-19b58095-48d6-4356-8a64-f86eed2737d6', 'date': 'Wed, 28 Feb 2024 08:23:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "62a43781-0909-483f-81ef-a909eaa4b754", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "floating_ip_address": "172.24.4.234", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:25Z", "updated_at": "2024-02-28T08:23:25Z", "revision_number": 0}}' 2024-02-28 08:23:26,639 86063 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '62a43781-0909-483f-81ef-a909eaa4b754', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'floating_ip_address': '172.24.4.234', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:25Z', 'updated_at': '2024-02-28T08:23:25Z', 'revision_number': 0, 'ip': '172.24.4.234'} created 2024-02-28 08:23:26,769 86063 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.086s 2024-02-28 08:23:26,769 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a340369-13a9-468d-849f-d5c74236ac8c', '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": "243f15a7499a4045b36c3984178d2c63", "name": "tempest-AttachVolumeShelveTestJSON-963774972-project-member", "password_expires_at": null}, "audit_ids": ["dROALk6rQJ63gwoYaMYzhg"], "expires_at": "2024-02-28T09:23:26.000000Z", "issued_at": "2024-02-28T08:23:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db18a9963ed946d0ab1d3fbeccfe0fea", "name": "tempest-AttachVolumeShelveTestJSON-963774972"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "regio n": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:23:26,769 86063 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '983983b7-e7f1-40fb-b692-1fb5c70b6b23', 'name': 'tempest-AttachVolumeShelveTestJSON-853551337-network', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62837, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:23:26,770 86063 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1702305505', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKsnIWacWVx0tqCgB8F/JKe67PXcsat9fH0K/bwgpvPUegX5H9f2vcCF6K4SFF7QmOVMbTTFbIwPD47coBLmXPCVu5DyoNy4672MUf8oMaQZXijymirBel0SuVB89o9oAQ==', 'fingerprint': '0c:54:0a:5b:73:e7:65:4d:a9:2d:d9:6d:7c:db:15:8f', 'user_id': '243f15a7499a4045b36c3984178d2c63', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB4JSLDLKzZooaZTb+Lyp7Iw8Sa2WPmTZgqbO5KcRq3iTf/ge7DC60I\nDFdvIY6MokOgBwYFK4EEACKhZANiAASrJyFmnFlcdLagoAfBfySnuuz13LGrfXx9\nCv28IKbz1HoF+R/X9r3AheiuEhRe0JjlTG00xWyMDw+O3KAS5lzwlbuQ8qDcuOu9\njFH/KDGkGV4o8poqwXpdErlQfPaPaAE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0952183b-ea1b-4a38-977b-0bacda5ac3a3', 'name': 'tempest-securitygroup--688865114', 'stateful': True, 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': 'tempest-description--8519792', 'shared': False, 'security_group_rules': [{'id': '7577c4c0-e9f9-4d1c-b077-0ab5fd856ee8', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'security_group_id': '0952183b-ea1b-4a38-977b-0bacda5ac3a3', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 215, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:24Z', 'updated_at': '2024-02-28T08:23:24Z', 'revision_number': 0}, {'id': 'e2b8fba9-c15b-463e-b0e2-f82c2abaf132', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'security_group_id': '0952183b-ea1b-4a38-977b-0bacda5ac3a3', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': Non e, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 213, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:24Z', 'updated_at': '2024-02-28T08:23:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:23:24Z', 'updated_at': '2024-02-28T08:23:24Z', 'revision_number': 1, 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea'}, 'floating_ip': {'id': '62a43781-0909-483f-81ef-a909eaa4b754', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'floating_ip_address': '172.24.4.234', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:25Z', 'updated_at': '2024-02-28T08:23:25Z', 'revision_number': 0, 'ip': '172.24.4.234'}} 2024-02-28 08:23:29,005 86063 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.234s 2024-02-28 08:23:29,005 86063 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-230816780", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "983983b7-e7f1-40fb-b692-1fb5c70b6b23"}], "security_groups": [{"name": "tempest-securitygroup--688865114"}], "key_name": "tempest-keypair-1702305505", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618', '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-a7027493-d703-40a7-9717-95cd1edfc823', 'x-compute-request-id': 'req-a7027493-d703-40a7-9717-95cd1edfc823', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1e13ced3-b679-4e96-a71e-ba9bdf97b618", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--688865114"}], "adminPass": "password"}}' 2024-02-28 08:23:29,259 86063 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/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.251s 2024-02-28 08:23:29,260 86063 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, 28 Feb 2024 08:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52aefa5e-46a7-4c5a-a645-ed916b1a45ea', 'x-compute-request-id': 'req-52aefa5e-46a7-4c5a-a645-ed916b1a45ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'{"server": {"id": "1e1 3ced3-b679-4e96-a71e-ba9bdf97b618", "name": "tempest-AttachVolumeShelveTestJSON-server-230816780", "status": "BUILD", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:29Z", "updated": "2024-02-28T08:23:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1702305505", "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}}' 2024-02-28 08:24:20,074 86063 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/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.749s 2024-02-28 08:24:20,075 86063 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, 28 Feb 2024 08:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1583', '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-25131763-c567-4db1-bef0-482f5489898f', 'x-compute-request-id': 'req-25131763-c567-4db1-bef0-482f5489898f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'{"server": {"id": "1e13ced3-b679-4e96-a71e-ba9bdf97b618", "name": "tempest-AttachVolumeShelveTestJSON-server-230816780", "status": "ACTIVE", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "0c040774bff2c626b8bd71ea597ff3fd1dd20bcb86792879c336fcda", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:28Z", "updated": "2024-02-28T08:23:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:7f:24"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1702305505", "OS-SRV-USG:launched_at": "2024-02-28T08:23:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--688865114"}], "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}}' 2024-02-28 08:24:20,091 86063 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:25:20,646 860 63 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/1e13ced3-b679-4e96-a71e-ba9bdf97b618/os-interface 0.498s 2024-02-28 08:25:20,646 86063 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, 28 Feb 2024 08:25:20 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-96827567-2d85-4d62-874e-b7497c19bd1d', 'x-compute-request-id': 'req-96827567-2d85-4d62-874e-b7497c19bd1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "983983b7-e7f1-40fb-b692-1fb5c70b6b23", "port_id": "66cb69b4-0fbd-4495-874d-0d56de5cf164", "mac_addr": "fa:16:3e:86:7f:24", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5caaf035-8f43-4e43-9e07-5a1241c984ff", "ip_address": "10.0.0.6"}]}]}' 2024-02-28 08:25:21,927 86063 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/62a43781-0909-483f-81ef-a909eaa4b754 1.277s 2024-02-28 08:25:21,927 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "66cb69b4-0fbd-4495-874d-0d56de5cf164"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-943c3f8c-2614-4977-986d-c0b83bd1b848', 'date': 'Wed, 28 Feb 2024 08:25:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/62a43781-0909-483f-81ef-a909eaa4b754'} Body: b'{"floatingip": {"id": "62a43781-0909-483f-81ef-a909eaa4b754", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "floating_ip_address": "172.24.4.234", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "ee82d960-38fe-4961-a52b-5c13a55ed89e", "port_id": "66cb69b4-0fbd-4495-874d-0d56de5cf164", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "983983b7-e7f1-40fb-b692-1fb5c70b6b23", "mac_address": "fa:16:3e:86:7f:24", "admin_state_up": true, "status": "ACTIVE", "device_id": "1e13ced3-b679-4e96-a71e-ba9bdf97b618", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:25Z", "updated_at": "2024-02-28T08:25:21Z", "revision_number": 1, "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:25:21,930 86063 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2024-02-28 08:25:21,949 86063 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:25:22,059 86063 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:25:22,060 86063 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2024-02-28 08:25:22,134 86063 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/1e13ced3-b679-4e96-a71e-ba9bdf97b618/ips 0.073s 2024-02-28 08:25:22,134 86063 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 - Header s: {'date': 'Wed, 28 Feb 2024 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b74cc26-4bf4-45d1-be5f-244c47512d9f', 'x-compute-request-id': 'req-1b74cc26-4bf4-45d1-be5f-244c47512d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2024-02-28 08:25:22,391 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes 0.254s 2024-02-28 08:25:22,392 86063 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-856613136"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f672e5a-5777-4fcc-84df-489a8c3f83e4', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f672e5a-5777-4fcc-84df-489a8c3f83e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes'} Body: b'{"volume": {"id": "8a5adeab-750e-443c-be43-e2f52ad8af0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.324302", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-856613136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:22,458 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e 0.055s 2024-02-28 08:25:22,459 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c9d246-edda-4da1-b856-27ed0cad80d4', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c9d246-edda-4da1-b856-27ed0cad80d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e'} Body: b'{"volume": {"id": "8a5adeab-750e-443c-be43-e2f52ad8af0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-856613136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-b e43-e2f52ad8af0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:25:23,545 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e 0.072s 2024-02-28 08:25:23,545 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-482f4c7a-7fd7-492e-94b3-fcfca661eca0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-482f4c7a-7fd7-492e-94b3-fcfca661eca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e'} Body: b'{"volume": {"id": "8a5adeab-750e-443c-be43-e2f52ad8af0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.000000", "updated_at": "2024-02-28T08:25:22.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-856613136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:25:23,746 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.186s 2024-02-28 08:25:23,746 86063 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, 28 Feb 2024 08:25:23 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-b0a271ba-75b4-4b60-898c-08d079826b17', 'x-compute-request-id': 'req-b0a271ba-75b4-4b60-898c-08d079826b17', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'' 2024-02-28 08:25:24,008 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.261s 2024-02-28 08:25:24,008 86063 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, 28 Feb 2024 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1708', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-ve rsion': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ffa6c6d-d171-4b51-9ccf-c705d149d98c', 'x-compute-request-id': 'req-4ffa6c6d-d171-4b51-9ccf-c705d149d98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'{"server": {"id": "1e13ced3-b679-4e96-a71e-ba9bdf97b618", "name": "tempest-AttachVolumeShelveTestJSON-server-230816780", "status": "ACTIVE", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "0c040774bff2c626b8bd71ea597ff3fd1dd20bcb86792879c336fcda", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:28Z", "updated": "2024-02-28T08:25:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:7f:24"}, {"version": 4, "addr": "172.24.4.234", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:7f:24"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1702305505", "OS-SRV-USG:launched_at": "2024-02-28T08:23:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--688865114"}], "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}}' 2024-02-28 08:26:14,113 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.041s 2024-02-28 08:26:14,113 86063 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, 28 Feb 2024 08:26:14 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-89f0a576-de86-437c-bf41-2ebaace43ed7', 'x-compute-request-id': 'req-89f0a576-de86-437c-bf41-2ebaace43ed7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1e13ced3-b679-4e96-a71e-ba9bdf97b618 could not be found."}}' 2024-02-28 08:26:14,148 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1702305505 0.034s 2024-02-28 08:26:14,149 86063 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, 28 Feb 2024 08:26:14 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-4f0d6f30-23a3-4e94-9d1c-e1ba70bab00a', 'x-compute-request -id': 'req-4f0d6f30-23a3-4e94-9d1c-e1ba70bab00a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1702305505'} Body: b'' 2024-02-28 08:26:14,332 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0952183b-ea1b-4a38-977b-0bacda5ac3a3 0.182s 2024-02-28 08:26:14,332 86063 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-24fb381a-de1e-4a95-aebb-7593c4d299da', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0952183b-ea1b-4a38-977b-0bacda5ac3a3'} Body: b'' 2024-02-28 08:26:14,352 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0952183b-ea1b-4a38-977b-0bacda5ac3a3 0.019s 2024-02-28 08:26:14,352 86063 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-3ffe6063-7414-4014-84ba-83a642f16fcd', 'date': 'Wed, 28 Feb 2024 08:26:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0952183b-ea1b-4a38-977b-0bacda5ac3a3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0952183b-ea1b-4a38-977b-0bacda5ac3a3 does not exist", "detail": ""}}' 2024-02-28 08:26:14,709 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/62a43781-0909-483f-81ef-a909eaa4b754 0.356s 2024-02-28 08:26:14,709 86063 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-172c9349-6200-43ca-ba23-238ded558962', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/62a43781-0909-483f-81ef-a909eaa4b754'} Body: b'' {0} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [174.090652s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 116, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 55425fbf-fd55-490c-80d6-c5f56a6ffa68 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:36,337 86043 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/df4e8146-e2f1-442e-90d6-0c890f14657e 0.088s 2024-02-28 08:23:36,337 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-deffb59a-0750-44d9-8a84-59e85b750de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:23:36,957 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.587s 2024-02-28 08:23:36,958 86043 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, 28 Feb 2024 08:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-10f2a4f6-e198-45fd-96ac-bb5dbf58104d', '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": "14071671b0dd4c559df0f977192abf88", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d684f13f-3772-41b5-bb69-27d06ac4d873", "created_at": "2024-02-28T08:23:37Z", "updated_at": "2024-02-28T08:23:37Z", "tags": [], "self": "/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873", "file": "/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:23:38,531 86043 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2024-02-28 08:23:38,532 86043 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/d684f13f-3772-41b5-bb69-27d06ac4d873/file 1.574s 2024-02-28 08:23:38,533 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a5a17b87-331a-4891-abe4-d7f2be5098f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873/file'} Body: b'' 2024-02-28 08:23:38,533 86043 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:23:38,533 86043 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:23:38,778 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.243s 2024-02-28 08:23:38,779 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1338618553", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzcrbrYA63wdrae14qPb4Cm4AkJdw4arAdpXg9hQsY67+opqQKHV/sQfWTJGwDmn9ET9voH9cokNSSO6LvfSwwX8ibbWYJCIx5vyqHREp94ExcW38+3v2sOPHoneohYEw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:38 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-f08ebc32-2f50-4fae-b00b-78196d3194ff', 'x-compute-request-id': 'req-f08ebc32-2f50-4fae-b00b-78196d3194ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1338618553", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzcrbrYA63wdrae14qPb4Cm4AkJdw4arAdpXg9hQsY67+opqQKHV/sQfWTJGwDmn9ET9voH9cokNSSO6LvfSwwX8ibbWYJCIx5vyqHREp94ExcW38+3v2sOPHoneohYEw==", "fingerprint": "95:3d:d8:e0:43:ac:11:2f:af:16:68:6c:37:6e:f3:4e", "user_id": "df0a4e5e8f45469990702c708306beae"}}' 2024-02-28 08:23:38,781 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1338618553 created 2024-02-28 08:23:40,662 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.880s 2024-02-28 08:23:40,662 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--649055563", "description": "tempest-description--266516530"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-75e862f3-2dea-44a7-a2c5-4575e7f7a95f', 'date': 'Wed, 28 Feb 2024 08:23:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "name": "tempest-securitygroup--649055563", "stateful": true, "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "description": "tempest-description--266516530", "shared": false, "security_group_rules": [{"id": "f39333c0-311b-4214-95c0-b10f0258144f", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "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": 352, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:40Z", "updated_at": "2024-02-28T08:23:40Z", "revision_number": 0}, {"id": "fe45fb3e-695e-44ff-9dcf-9dc8d02f953d", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "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": 351, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:39Z", "updated_at": "2024-02-28T08:23:39Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:23:39Z", "updated_at": "2024-02-28T08:23:39Z", "revision_number": 1, "project_id": "fd68766baf6542b19584fd9d4b1d360c"}}' 2024-02-28 08:23:41,752 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.089s 2024-02-28 08:23:41,753 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-151a218f-35e5-4979-856f-4e3c56727380', 'date': 'Wed, 28 Feb 2024 08:23:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e5c0d12-9ca6-4173-b167-23dc8e79019c", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:40Z", "updated_at": "2024-02-28T08:23:40Z", "revision_number": 0}}' 2024-02-28 08:23:42,028 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.275s 2024-02-28 08:23:42,029 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a3a668df-ed4f-4027-aeee-7c896bdb42f9', 'date': 'Wed, 28 Feb 2024 08:23:42 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": "ee1a82b8-8099-46a4-84a5-ac94eb459dda", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:41Z", "updated_at": "2024-02-28T08:23:41Z", "revision_number": 0}}' 2024-02-28 08:23:42,029 86043 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp ru les tempest-securitygroup--649055563 created 2024-02-28 08:23:43,603 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.573s 2024-02-28 08:23:43,603 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-00c989b3-9e02-4a5d-8ae2-4143ebbdd744', 'date': 'Wed, 28 Feb 2024 08:23:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "028952ae-f3eb-45d1-b6c0-04df8c307e8b", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "floating_ip_address": "172.24.4.126", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:42Z", "updated_at": "2024-02-28T08:23:42Z", "revision_number": 0}}' 2024-02-28 08:23:43,604 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '028952ae-f3eb-45d1-b6c0-04df8c307e8b', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:42Z', 'updated_at': '2024-02-28T08:23:42Z', 'revision_number': 0, 'ip': '172.24.4.126'} created 2024-02-28 08:23:43,703 86043 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.094s 2024-02-28 08:23:43,704 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0c55b01b-5997-4145-a886-4ebc22dc9059', '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": "df0a4e5e8f45469990702c708306beae", "name": "tempest-AttachSCSIVolumeTestJSON-725962522-project-member", "password_expires_at": null}, "audit_ids": ["yfyczUpZTTCHacJnCMx4Cw"], "expires_at": "2024-02-28T09:23:43.000000Z", "issued_at": "2024-02-28T08:23:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd68766baf6542b19584fd9d4b1d360c", "name": "tempest-AttachSCSIVolumeTestJSON-725962522"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd68766baf6542b19584fd9d4b1d360c", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {" endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:23:43,704 86043 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'f8aff1ce-bc68-47ff-a98d-838bd2221363', 'name': 'tempest-AttachSCSIVolumeTestJSON-1877237846-network', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18913, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:23:43,705 86043 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1338618553', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzcrbrYA63wdrae14qPb4Cm4AkJdw4arAdpXg9hQsY67+opqQKHV/sQfWTJGwDmn9ET9voH9cokNSSO6LvfSwwX8ibbWYJCIx5vyqHREp94ExcW38+3v2sOPHoneohYEw==', 'fingerprint': '95:3d:d8:e0:43:ac:11:2f:af:16:68:6c:37:6e:f3:4e', 'user_id': 'df0a4e5e8f45469990702c708306beae', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA5I1ltZZ29AMxu6CXhvZ+DVjqDgCxmQUjxYMOoNutoCJtX92Sip5Iv\nC5f9cejEBhOgBwYFK4EEACKhZANiAAR83K262AOt8Ha2nteKj2+ApuAJCXcOGqwH\naV4PYULGOu/qKakCh1f7EH1kyRsA5p/RE/b6B/XKJDUkjui730sMF/Im21mCQiMe\nb8qh0RKfeBMXFt/Pt79rDjx6J3qIWBM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1434a299-cbd4-4f4c-8164-e2ba16e0790b', 'name': 'tempest-securitygroup--649055563', 'stateful': True, 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'description': 'tempest-description--266516530', 'shared': False, 'security_group_rules': [{'id': 'f39333c0-311b-4214-95c0-b10f0258144f', 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'security_group_id': '1434a299-cbd4-4f4c-8164-e2ba16e0790b', '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': 352, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:40Z', 'updated_at': ' 2024-02-28T08:23:40Z', 'revision_number': 0}, {'id': 'fe45fb3e-695e-44ff-9dcf-9dc8d02f953d', 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'security_group_id': '1434a299-cbd4-4f4c-8164-e2ba16e0790b', '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': 351, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:39Z', 'updated_at': '2024-02-28T08:23:39Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:23:39Z', 'updated_at': '2024-02-28T08:23:39Z', 'revision_number': 1, 'project_id': 'fd68766baf6542b19584fd9d4b1d360c'}, 'floating_ip': {'id': '028952ae-f3eb-45d1-b6c0-04df8c307e8b', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:42Z', 'updated_at': '2024-02-28T08:23:42Z', 'revision_number': 0, 'ip': '172.24.4.126'}} 2024-02-28 08:23:45,157 86043 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 1.451s 2024-02-28 08:23:45,158 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-2126956685", "imageRef": "d684f13f-3772-41b5-bb69-27d06ac4d873", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "f8aff1ce-bc68-47ff-a98d-838bd2221363"}], "security_groups": [{"name": "tempest-securitygroup--649055563"}], "key_name": "tempest-keypair-1338618553", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f4c376d-c67f-4705-89ac-0c66bebfbf94', 'x-compute-request-id': 'req-8f4c376d-c67f-4705-89ac-0c66bebfbf94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--649055563"}], "adminPass": "vNuzCwnhZiR4"}}' 2024-02-28 08:23:45,250 86043 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/1b927b57-9534-4fc6-8730-0233d0fc0414 0.089s 2024-02-28 08:23:45,251 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': ' req-32f9ae34-03a4-4c1c-b306-311d218a62a3', 'x-compute-request-id': 'req-32f9ae34-03a4-4c1c-b306-311d218a62a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'{"server": {"id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "name": "tempest-AttachSCSIVolumeTestJSON-server-2126956685", "status": "BUILD", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "user_id": "df0a4e5e8f45469990702c708306beae", "metadata": {}, "hostId": "", "image": {"id": "d684f13f-3772-41b5-bb69-27d06ac4d873", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d684f13f-3772-41b5-bb69-27d06ac4d873"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:45Z", "updated": "2024-02-28T08:23:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1338618553", "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": []}}' 2024-02-28 08:24:35,984 86043 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/1b927b57-9534-4fc6-8730-0233d0fc0414 0.668s 2024-02-28 08:24:35,984 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-029b1a3d-089e-4486-a12b-48a3b75a2c71', 'x-compute-request-id': 'req-029b1a3d-089e-4486-a12b-48a3b75a2c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'{"server": {"id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "name": "tempest-AttachSCSIVolumeTestJSON-server-2126956685", "status": "ACTIVE", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "user_id": "df0a4e5e8f45469990702c708306beae", "metadata": {}, "hostId": "b7cc3c1f8b44bd9a95e7a7edd2ef2f9a2bb409d80bc9a11659febfe2", "image": {"id": "d684f13f-3772-41b5-bb69-27d06ac4d873", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d684f13f-3772-41b5-bb69-27d06ac4d873"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:45Z", "updated": "2024-02-28T08:24:01Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1877237846-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:ee:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1338618553", "OS-SRV-USG:launched_at": "2024-02-28T08:24:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--649055563"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}} ' 2024-02-28 08:24:35,998 86043 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:25:36,199 86043 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/1b927b57-9534-4fc6-8730-0233d0fc0414/os-interface 0.159s 2024-02-28 08:25:36,199 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:36 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-167c04d4-8538-4110-84e3-dce6683751fa', 'x-compute-request-id': 'req-167c04d4-8538-4110-84e3-dce6683751fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f8aff1ce-bc68-47ff-a98d-838bd2221363", "port_id": "2ad542f8-688c-4877-976f-e9b12319d4a7", "mac_addr": "fa:16:3e:28:ee:b8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7093788d-1e4a-499e-b0f1-6b4552a9dede", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 08:25:37,453 86043 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/028952ae-f3eb-45d1-b6c0-04df8c307e8b 1.250s 2024-02-28 08:25:37,454 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2ad542f8-688c-4877-976f-e9b12319d4a7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d16e026b-b405-4036-9ac6-0edfb01d42a4', 'date': 'Wed, 28 Feb 2024 08:25:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/028952ae-f3eb-45d1-b6c0-04df8c307e8b'} Body: b'{"floatingip": {"id": "028952ae-f3eb-45d1-b6c0-04df8c307e8b", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "floating_ip_address": "172.24.4.126", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "51164113-772f-453e-92a9-9e77fc769688", "port_id": "2ad542f8-688c-4877-976f-e9b12319d4a7", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f8aff1ce-bc68-47ff-a98d-838bd2221363", "mac_address": "fa:16:3e:28:ee:b8", "admin_state_up": true, "status": "ACTIVE", "device_id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:42Z", "updated_at": "2024-02-28T08:25:36Z", "revision_number": 1, "project_id": "fd68766baf6542b19584fd9d4b1d360c"}}' 2024-02-28 08:25:37,456 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.126:22' as 'cirros' with public key authentication 2024-02-28 08:25:37,471 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:25:37,585 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:25:37,586 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.126 successfully created 2024-02-28 08:25:37,858 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes 0.271s 2024-02-28 08:25:37,859 86043 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-58411771"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8dcab3a-a787-435d-bfc9-f6dec0be8b3c', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8dcab3a-a787-435d-bfc9-f6dec0be8b3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes'} Body: b'{"volume": {"id": "55425fbf-fd55-490c-80d6-c5f56a6ffa68", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:37.798313", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-58411771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}], "user_id": "df0a4e5e8f45469990702c708306beae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:37,912 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68 0.042s 2024-02-28 08:25:37,913 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-924ec7ef-4ff7-49c9-9be7-47fda6198b82', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-924ec7ef-4ff7-49c9-9be7-47fda6198b82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68'} Body: b'{"volume": {"id": "55425fbf-fd55-490c-80d6-c5f56a6ffa68", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:38.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-58411771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}], "user_id": "df0a4e5e8f45469990702c708306beae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd68766baf6542b19584fd9d4b1d360c"}}' 2024-02-28 08:25:38,966 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68 0.038s 2024-02-28 08:25:38,966 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ed34705-4f7c-4ec7-87ea-d8b5368d415d', 'content-length': '909', 'op enstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ed34705-4f7c-4ec7-87ea-d8b5368d415d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68'} Body: b'{"volume": {"id": "55425fbf-fd55-490c-80d6-c5f56a6ffa68", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:38.000000", "updated_at": "2024-02-28T08:25:38.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-58411771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}], "user_id": "df0a4e5e8f45469990702c708306beae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd68766baf6542b19584fd9d4b1d360c"}}' 2024-02-28 08:25:39,091 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414 0.112s 2024-02-28 08:25:39,092 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:38 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-8b5aee36-bbc5-46a2-b422-fef41024a94f', 'x-compute-request-id': 'req-8b5aee36-bbc5-46a2-b422-fef41024a94f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'' 2024-02-28 08:25:39,254 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414 0.161s 2024-02-28 08:25:39,254 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ada4bf52-0c2e-441b-bf5d-540aefd86ed0', 'x-compute-request-id': 'req-ada4bf52-0c2e-441b-bf5d-540aefd86ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'{"server": {"id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "name": "tempest-AttachSCSIVolumeTestJSON-server-2126956685", "status": "ACTIVE", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "user_id": "df0a4e5e8f45469990702c708306beae", "metadata": {}, "hostId": "b7cc3c1f8b44bd9a95e7a7edd2ef2f9a2bb409d80bc9a11659febfe2", "image": {"id": "d684f13f-3772-41b5-bb69-27d06ac4d873", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d684f13f-3772-41b5-bb69-27d06ac4d873"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:45Z", "updated": "2024-02-28T08:25:39Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1877237846-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:ee:b8"}, {" version": 4, "addr": "172.24.4.126", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:ee:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1338618553", "OS-SRV-USG:launched_at": "2024-02-28T08:24:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--649055563"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:29,354 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414 0.039s 2024-02-28 08:26:29,354 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:29 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-12a6a5a7-65c7-47ba-b871-eb3f8742be27', 'x-compute-request-id': 'req-12a6a5a7-65c7-47ba-b871-eb3f8742be27', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1b927b57-9534-4fc6-8730-0233d0fc0414 could not be found."}}' 2024-02-28 08:26:29,396 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1338618553 0.041s 2024-02-28 08:26:29,397 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:29 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-a05b1c14-18c7-4381-92a6-3928958d8ab6', 'x-compute-request-id': 'req-a05b1c14-18c7-4381-92a6-3928958d8ab6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1338618553'} Body: b'' 2024-02-28 08:26:29,636 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1434a299-cbd4-4f4c-8164-e2ba16e0790b 0.239s 2024-02-28 08:26:29,637 86043 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-057f52b3-db83-4bae-b306-e54666ad1420', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1434a299-cbd4-4f4c-8164-e2ba16e0790b'} Body: b'' 2024-02-28 08:26:29,677 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1434a299-cbd4-4f4c-8164-e2ba16e0790b 0.039s 2024-02-28 08:26:29,678 86043 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-21c45f6b-742d-4b13-970a-615def1442c2', 'date': 'Wed, 28 Feb 2024 08:26:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1434a299-cbd4-4f4c-8164-e2ba16e0790b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1434a299-cbd4-4f4c-8164-e2ba16e0790b does not exist", "detail": ""}}' 2024-02-28 08:26:30,158 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/028952ae-f3eb-45d1-b6c0-04df8c307e8b 0.480s 2024-02-28 08:26:30,159 86043 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-cf48e5ed-f336-492c-bf09-97880e5c88b4', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/028952ae-f3eb-45d1-b6c0-04df8c307e8b'} Body: b'' 2024-02-28 08:26:30,317 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873 0.157s 2024-02-28 08:26:30,317 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e8b5e229-2555-461b-a3e8-89d613e0f2fb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873'} Body: b'' 2024-02-28 08:26:30,337 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873 0.019s 2024-02-28 08:26:30,337 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bb9e67cb-d870-4af9-b6c6-ca7c1716f181', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873'} Body: b'{"message": "No image found with ID d684f13f-3772-41b5-bb69-27d06ac4d873

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [165.260965s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:05,400 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.171s 2024-02-28 08:24:05,400 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:05 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-0b04cc2c-c195-40bc-9ef3-8d8d4601d5c4', '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": "6a0f10b4559d43af881f766f1b4d1ecf", "name": "tempest-VolumesActionsTest-2136354083-project-member", "password_expires_at": null}, "audit_ids": ["A9JQ22VoTsGG3lNwArS8nA"], "expires_at": "2024-02-28T09:24:05.000000Z", "issued_at": "2024-02-28T08:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77ec01d8afd046a8b0038b2435a6dc73", "name": "tempest-VolumesActionsTest-2136354083"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/77ec01d8afd046a8b0038b2435a6dc73", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:24:05,401 86065 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'cc62dbb9-e028-47f9-9812-b86e5b17f9f8', 'name': 'tempest-VolumesActionsTest-385768069-network', 'tenant_id': '77ec01d8afd046a8b0038b2435a6dc73', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '77ec01d8afd046a8b0038b2435a6dc73', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50067, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:31Z', 'updated_at': '2024-02-28T08:23:31Z', 'revision_number': 1} available for tenant 2024-02-28 08:24:07,111 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.709s 2024-02-28 08:24:07,112 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-116611982", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "cc62dbb9-e028-47f9-9812-b86e5b17f9f8"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e6f02d5-2d72-47d8-b1ec-979a86f1215e', 'x-compute-request-id': 'req-8e6f02d5-2d72-47d8-b1ec-979a86f1215e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4f87d777-d83c-435b-8139-f10c1833bd2a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "YooPDAcfW9oq"}}' 2024-02-28 08:24:07,425 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.310s 2024-02-28 08:24:07,426 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cde040ea-2571-49b0-8780-72200fae1a9a', 'x-compute-request-id': 'req-cde040ea-2571-49b0-8780-72200fae1a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'{"server": {"id": "4f87d777-d83c-435b-8139-f10c1833bd2a", "name": "tempest-VolumesActionsTest-instance-116611982", "status": "BUILD", "tenant_id": "77ec01d8afd046a8b0038b2435a6dc73", "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:07Z", "updated": "2024-02-28T08:24:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}], "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": "scheduli ng", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:24:58,135 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.618s 2024-02-28 08:24:58,137 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a248b3d7-13a3-43ac-9cd6-222121d768a2', 'x-compute-request-id': 'req-a248b3d7-13a3-43ac-9cd6-222121d768a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'{"server": {"id": "4f87d777-d83c-435b-8139-f10c1833bd2a", "name": "tempest-VolumesActionsTest-instance-116611982", "status": "ACTIVE", "tenant_id": "77ec01d8afd046a8b0038b2435a6dc73", "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "metadata": {}, "hostId": "afe6f6a0fd8f0c2b2038766a09eeacab7cbc3cb0b12c7fdf4400d740", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:07Z", "updated": "2024-02-28T08:24:19Z", "addresses": {"tempest-VolumesActionsTest-385768069-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:f2:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:19.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": []}}' 2024-02-28 08:24:58,155 86065 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:25:58,480 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.261s 2024-02-28 08:25:58,481 86065 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-921244008"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67fd9f92-19a7-438e-a38f-001934dabf2f', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67fd9f92-19a7-438e-a38f-001934dabf2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:58.413547", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-921244008", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_vol id": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:58,536 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.043s 2024-02-28 08:25:58,537 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c42faf62-e2e0-427b-84fb-80887d51437a', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c42faf62-e2e0-427b-84fb-80887d51437a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'{"volume": {"id": "cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:58.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-921244008", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:25:59,589 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.037s 2024-02-28 08:25:59,590 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f66007-8bb3-45fa-9d19-ecb50770eab9', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f66007-8bb3-45fa-9d19-ecb50770eab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'{"volume": {"id": "cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:58.000000", "updated_at": "2024-02-28T08:25:59.000000", "name": "tempest-VolumesActionsTest-Volume-921244008", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}], "user_id": "6a0f10b4559d43af881f766f1b4d1e cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:25:59,645 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.040s 2024-02-28 08:25:59,645 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7a5dc4e-f7ba-4c10-964c-0cdbce70a02a', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7a5dc4e-f7ba-4c10-964c-0cdbce70a02a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'{"volume": {"id": "cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:58.000000", "updated_at": "2024-02-28T08:25:59.000000", "name": "tempest-VolumesActionsTest-Volume-921244008", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:25:59,768 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.110s 2024-02-28 08:25:59,769 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25: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-2b4e0746-d8ed-406c-9268-0b7b89c4b59c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'' 2024-02-28 08:25:59,789 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.020s 2024-02-28 08:25:59,790 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3447cf2f-5cdc-4057-b6b7-b275c5117d91', 'x-openstack-request-id': 'req-3447cf2f-5cdc-4057-b6b7-b275c5117d91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 could not be found."}}' 2024-02-28 08:25:59,905 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.115s 2024-02-28 08:25:59,906 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 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-40ff2536-7211-4dcc-a71b-0bb92d3e7271', 'x-compute-request-id': 'req-40ff2536-7211-4dcc-a71b-0bb92d3e7271', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'' 2024-02-28 08:26:00,375 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.469s 2024-02-28 08:26:00,376 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 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-e81615fa-fdf2-46a9-bd93-bfc8185d3cea', 'x-compute-request-id': 'req-e81615fa-fdf2-46a9-bd93-bfc8185d3cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'{"server": {"id": "4f87d777-d83c-435b-8139-f10c1833bd2a", "name": "tempest-VolumesActionsTest-instance-116611982", "status": "ACTIVE", "tenant_id": "77ec01d8afd046a8b0038b2435a6dc73", "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "metadata": {}, "hostId": "afe6f6a0fd8f0c2b2038766a09eeacab7cbc3cb0b12c7fdf4400d740", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:07Z", "updated": "2024-02-28T08:26:00Z", "addresses": {"tempest-VolumesActionsTest-385768069-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:f2:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:19.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": []}}' 2024-02-28 08:26:50,479 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.040s 2024-02-28 08:26:50,479 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'opensta ck-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-bc25b2d7-f53b-467d-b7b7-0a507901eaa2', 'x-compute-request-id': 'req-bc25b2d7-f53b-467d-b7b7-0a507901eaa2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4f87d777-d83c-435b-8139-f10c1833bd2a could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.537948s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 73555ae9-b98d-4d0d-9708-c8b78ba1c55f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:50,724 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.239s 2024-02-28 08:26:50,724 86065 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-1266411512"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3760704a-9a31-4703-8879-62a118679ea0', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3760704a-9a31-4703-8879-62a118679ea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "73555ae9-b98d-4d0d-9708-c8b78ba1c55f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:50.651490", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1266411512", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:50,773 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.038s 2024-02-28 08:26:50,774 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-414c70ab-abc5-47ab-95c8-ed757d5e7ac7', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-414c70ab-abc5-47ab-95c8-ed757d5e7ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'{"volume": {"id": "73555ae9-b98d-4d0d-9708-c8b78ba1c55f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1266411512", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:51,832 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.046s 2024-02-28 08:26:51,832 86065 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81101401-1b5c-4bf7-b7bf-de7612d5a950', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81101401-1b5c-4bf7-b7bf-de7612d5a950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'{"volume": {"id": "73555ae9-b98d-4d0d-9708-c8b78ba1c55f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:51.000000", "updated_at": "2024-02-28T08:26:51.000000", "name": "tempest-VolumesActionsTest-Volume-1266411512", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:51,886 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.040s 2024-02-28 08:26:51,886 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c65174-197c-4dcf-a1e2-d98de6674c04', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c65174-197c-4dcf-a1e2-d98de6674c04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'{"volume": {"id": "73555ae9-b98d-4d0d-9708-c8b78ba1c55f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:51.000000", "updated_at": "2024-02-28T08:26:51.000000", "name": "tempest-VolumesActionsTest-Volume-1266411512", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:51,997 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.099s 2024-02-28 08:26:51,998 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3bd0b4-6daa-4b9a-9ae3-9a3b04b48a84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'' 2024-02-28 08:26:52,021 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.023s 2024-02-28 08:26:52,021 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26: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-52f63f38-2108-420c-863c-65129695e828', 'x-openstack-request-id': 'req-52f63f38-2108-420c-863c-65129695e828', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 73555ae9-b98d-4d0d-9708-c8b78ba1c55f could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.548314s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 77c10d59-caba-4169-a3af-84c21fa926e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:52,255 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.231s 2024-02-28 08:26:52,255 86065 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-1822831480"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5d35ce-b307-4e2b-816a-f36972497aef', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f5d35ce-b307-4e2b-816a-f36972497aef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "77c10d59-caba-4169-a3af-84c21fa926e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:52.185278", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1822831480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:52,312 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.046s 2024-02-28 08:26:52,313 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33192449-a92c-412d-b020-b2a298d924c1', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33192449-a92c-412d-b020-b2a298d924c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'{"volume": {"id": "77c10d59-caba-4169-a3af-84c21fa926e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:52.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1822831480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:53,369 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.043s 2024-02-28 08:26:53,370 86065 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76ed844d-741d-4792-809c-4aabd8f4b2ec', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76ed844d-741d-4792-809c-4aabd8f4b2ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'{"volume": {"id": "77c10d59-caba-4169-a3af-84c21fa926e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:52.000000", "updated_at": "2024-02-28T08:26:52.000000", "name": "tempest-VolumesActionsTest-Volume-1822831480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:53,428 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.046s 2024-02-28 08:26:53,429 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc5f323e-28cd-4dfd-8d20-6a0ae4834d6a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc5f323e-28cd-4dfd-8d20-6a0ae4834d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'{"volume": {"id": "77c10d59-caba-4169-a3af-84c21fa926e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:52.000000", "updated_at": "2024-02-28T08:26:52.000000", "name": "tempest-VolumesActionsTest-Volume-1822831480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:53,548 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.106s 2024-02-28 08:26:53,548 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9539b631-25d1-4e27-b8a3-f08867f7ae2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'' 2024-02-28 08:26:53,571 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.022s 2024-02-28 08:26:53,571 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-950459c4-50e8-4f1b-b5f1-eeedd1fa225f', 'x-openstack-request-id': 'req-950459c4-50e8-4f1b-b5f1-eeedd1fa225f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 77c10d59-caba-4169-a3af-84c21fa926e8 could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.654494s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 99464ea7-c9b1-4b6e-b914-7af78bbe9d99 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:53,867 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.293s 2024-02-28 08:26:53,867 86065 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-1109924"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77edbbd1-6612-4f3d-ad19-a3fb0243ce62', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77edbbd1-6612-4f3d-ad19-a3fb0243ce62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "99464ea7-c9b1-4b6e-b914-7af78bbe9d99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:53.723140", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1109924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:53,939 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.060s 2024-02-28 08:26:53,939 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd64e77f-9f80-49a6-8421-8b633e918cb3', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd64e77f-9f80-49a6-8421-8b633e918cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'{"volume": {"id": "99464ea7-c9b1-4b6e-b914-7af78bbe9d99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:54.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1109924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:54,991 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.038s 2024-02-28 08:26:54,991 86065 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08838038-bd6c-4855-be45-0b50f61c689d', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08838038-bd6c-4855-be45-0b50f61c689d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'{"volume": {"id": "99464ea7-c9b1-4b6e-b914-7af78bbe9d99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:54.000000", "updated_at": "2024-02-28T08:26:54.000000", "name": "tempest-VolumesActionsTest-Volume-1109924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:55,042 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.039s 2024-02-28 08:26:55,042 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a563c0-0843-4a59-ac1f-647fd72583e6', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a563c0-0843-4a59-ac1f-647fd72583e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'{"volume": {"id": "99464ea7-c9b1-4b6e-b914-7af78bbe9d99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:54.000000", "updated_at": "2024-02-28T08:26:54.000000", "name": "tempest-VolumesActionsTest-Volume-1109924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:55,205 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.149s 2024-02-28 08:26:55,206 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26: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-1e7490ea-13b0-41fa-a7bd-4c7d8ff33121', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'' 2024-02-28 08:26:55,227 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.021s 2024-02-28 08:26:55,227 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26: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-dec253ef-bce2-42ba-a648-5643997d5aaf', 'x-openstack-request-id': 'req-dec253ef-bce2-42ba-a648-5643997d5aaf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 99464ea7-c9b1-4b6e-b914-7af78bbe9d99 could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.596056s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7360d0fe-89c8-444c-bcb1-f84b96e5b338 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:55,472 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.242s 2024-02-28 08:26:55,473 86065 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-1478046613"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b233b7b-0d73-4a60-b15d-44189ed23748', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b233b7b-0d73-4a60-b15d-44189ed23748', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "7360d0fe-89c8-444c-bcb1-f84b96e5b338", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:55.383435", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1478046613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:55,536 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.052s 2024-02-28 08:26:55,537 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a8c07f5-b5d3-4ff4-ab07-13e8e42d012c', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a8c07f5-b5d3-4ff4-ab07-13e8e42d012c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'{"volume": {"id": "7360d0fe-89c8-444c-bcb1-f84b96e5b338", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1478046613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:56,597 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.047s 2024-02-28 08:26:56,597 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dead31dd-73c6-462c-8818-e753e3c8deab', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dead31dd-73c6-462c-8818-e753e3c8deab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'{"volume": {"id": "7360d0fe-89c8-444c-bcb1-f84b96e5b338", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:55.000000", "updated_at": "2024-02-28T08:26:56.000000", "name": "tempest-VolumesActionsTest-Volume-1478046613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:56,667 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.057s 2024-02-28 08:26:56,667 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4617aabf-068a-4baf-8db6-d8f49d50fbe3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4617aabf-068a-4baf-8db6-d8f49d50fbe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'{"volume": {"id": "7360d0fe-89c8-444c-bcb1-f84b96e5b338", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:55.000000", "updated_at": "2024-02-28T08:26:56.000000", "name": "tempest-VolumesActionsTest-Volume-1478046613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:56,799 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.120s 2024-02-28 08:26:56,799 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 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-1084dc12-ae03-4e45-befb-d6bbbc8e340d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'' 2024-02-28 08:26:56,825 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.025s 2024-02-28 08:26:56,825 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0712bc68-9114-423c-b0fd-a00c98f47f88', 'x-openstack-request-id': 'req-0712bc68-9114-423c-b0fd-a00c98f47f88', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7360d0fe-89c8-444c-bcb1-f84b96e5b338 could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.831572s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a7839bd2-6442-48d9-9045-4f47ccc7c732 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:57,126 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.294s 2024-02-28 08:26:57,127 86065 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-2005826643"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-792b71f4-3b50-4a5c-bd10-afcbb23bd96f', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-792b71f4-3b50-4a5c-bd10-afcbb23bd96f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "a7839bd2-6442-48d9-9045-4f47ccc7c732", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:57.044499", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2005826643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:57,197 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.059s 2024-02-28 08:26:57,198 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a86063-10d6-4d4e-a4cd-2b4ec275c04e', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a86063-10d6-4d4e-a4cd-2b4ec275c04e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'{"volume": {"id": "a7839bd2-6442-48d9-9045-4f47ccc7c732", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:57.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2005826643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:58,273 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.048s 2024-02-28 08:26:58,273 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b9d4f3-d91c-40d5-8514-394a114a3cc4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b9d4f3-d91c-40d5-8514-394a114a3cc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'{"volume": {"id": "a7839bd2-6442-48d9-9045-4f47ccc7c732", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:57.000000", "updated_at": "2024-02-28T08:26:57.000000", "name": "tempest-VolumesActionsTest-Volume-2005826643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:58,332 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.046s 2024-02-28 08:26:58,333 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65373ef7-fc7e-49a6-815e-976c6f8e5d09', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65373ef7-fc7e-49a6-815e-976c6f8e5d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'{"volume": {"id": "a7839bd2-6442-48d9-9045-4f47ccc7c732", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:57.000000", "updated_at": "2024-02-28T08:26:57.000000", "name": "tempest-VolumesActionsTest-Volume-2005826643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:58,637 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.291s 2024-02-28 08:26:58,638 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-366b7958-2444-4d2f-acac-4a1b94358d9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'' 2024-02-28 08:26:58,662 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.023s 2024-02-28 08:26:58,662 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26: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-f0843bc6-aac4-4310-a8c9-9885e22bd82e', 'x-openstack-request-id': 'req-f0843bc6-aac4-4310-a8c9-9885e22bd82e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a7839bd2-6442-48d9-9045-4f47ccc7c732 could not be found."}}' {11} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9d76406b-52b5-44b8-9590-d8b987219fd1 failed to build and is in ERROR status {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.666885s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a36c7ac6-9444-4718-b56d-185cd403b69b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:49,784 86059 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.080s 2024-02-28 08:25:49,785 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e6dfaf6e-55af-4d14-b33f-0d984f031660', '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": "9464673b09e5457da8a679959fd19425", "name": "tempest-VolumesAdminNegativeTest-435519319-project-member", "password_expires_at": null}, "audit_ids": ["RuAX5AfGSeCzSQIn45fjrw"], "expires_at": "2024-02-28T09:25:49.000000Z", "issued_at": "2024-02-28T08:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a90822752324747a1184988160d60d8", "name": "tempest-VolumesAdminNegativeTest-435519319"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:25:49,785 86059 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'be39b248-4062-431c-8578-a41f39c577b4', 'name': 'tempest-VolumesAdminNegativeTest-138276105-network', 'tenant_id': '4a90822752324747a1184988160d60d8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4a90822752324747a1184 988160d60d8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60264, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:25:50,237 86059 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.451s 2024-02-28 08:25:50,237 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1429636723", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "be39b248-4062-431c-8578-a41f39c577b4"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a74a28fd-fd96-4f7a-9e96-d45e65502ed9', 'x-compute-request-id': 'req-a74a28fd-fd96-4f7a-9e96-d45e65502ed9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9c542e5c-13e5-4f4d-a844-7a0deb86c368", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "LkAp9bVJC7Xm"}}' 2024-02-28 08:25:50,322 86059 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/9c542e5c-13e5-4f4d-a844-7a0deb86c368 0.081s 2024-02-28 08:25:50,322 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c0bcbfa-f237-4cbd-a550-92d1bb767805', 'x-compute-request-id': 'req-2c0bcbfa-f237-4cbd-a550-92d1bb767805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368'} Body: b'{"server": {"id": "9c542e5c-13e5-4f4d-a844-7a0deb86c368", "name": "tempest-VolumesAdminNegativeTest-server-1429636723", "status": "BUILD", "tenant_id": "4a90822752324747a1184988160d60d8", "user_id": "9464673b09e5457da8a679959fd19425", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:50Z", "updated": "2024-02-28T08:25:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}], "OS-DCF:diskConfig": "MANUAL", "p rogress": 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": []}}' 2024-02-28 08:26:40,976 86059 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/9c542e5c-13e5-4f4d-a844-7a0deb86c368 0.577s 2024-02-28 08:26:40,976 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:40 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-47d283cf-3a36-48ca-bb27-3d402ce0dd46', 'x-compute-request-id': 'req-47d283cf-3a36-48ca-bb27-3d402ce0dd46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368'} Body: b'{"server": {"id": "9c542e5c-13e5-4f4d-a844-7a0deb86c368", "name": "tempest-VolumesAdminNegativeTest-server-1429636723", "status": "ACTIVE", "tenant_id": "4a90822752324747a1184988160d60d8", "user_id": "9464673b09e5457da8a679959fd19425", "metadata": {}, "hostId": "037bd82cb23dd4bc34c20d1275c04fbafa9e235b122b9b8ad2de8b93", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:50Z", "updated": "2024-02-28T08:25:56Z", "addresses": {"tempest-VolumesAdminNegativeTest-138276105-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:ee:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:25:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:40,997 86059 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:27:41,245 86059 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/4a90822752324747a1184988160d60d8/volumes 0.187s 2024-02-28 08:27:41,245 86059 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-571854734"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1fc6f8-8026-4de6-a6e1-f2694837f913', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1fc6f8-8026-4de6-a6e1-f2694837f913', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes'} Body: b'{"volume": {"id": "a36c7ac6-9444 -4718-b56d-185cd403b69b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:41.185909", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-571854734", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:41,302 86059 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/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b 0.045s 2024-02-28 08:27:41,302 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aefe8184-2112-4ea5-8a60-13b021000a8a', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aefe8184-2112-4ea5-8a60-13b021000a8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b'} Body: b'{"volume": {"id": "a36c7ac6-9444-4718-b56d-185cd403b69b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:41.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-571854734", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a90822752324747a1184988160d60d8"}}' 2024-02-28 08:27:42,353 86059 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/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b 0.038s 2024-02-28 08:27:42,353 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a450402-5c83-4220-829f-2bc270a1718f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a450402-5c83-4220-829f-2bc270a1718f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b'} Body: b'{"volume": {"id": "a36c7ac6-9444-4718-b56d-185cd403b69b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:41.000000", "updated_at": "2024-02-28T08:27:41.000000", "name": "tempest-VolumesAdminNegativeTest-volume-571854734", "description": null, "volume_type": "joviand ss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a90822752324747a1184988160d60d8"}}' {1} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [168.727054s] ... 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 103, in test_stamp_pattern waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2d147201-3334-475e-9a5d-d7cb46854202 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:59,693 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.222s 2024-02-28 08:24:59,693 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-375544092", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIsBlhSFuCHHP1/bxJYyIR72jmhQbUUVCHmnobp18TwWU2+6WbUgugVx5a0T2Kcl8cz3nf3eS9Pr5w79d24r/xgyrYTJ+sBzfwaRXc35OLZivTUI/+vHXnoJtoR+3/WtHg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62cca3dc-61da-4f5c-ae28-6be9411c2fb6', 'x-compute-request-id': 'req-62cca3dc-61da-4f5c-ae28-6be9411c2fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-375544092", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIsBlhSFuCHHP1/bxJYyIR72jmhQbUUVCHmnobp18TwWU2+6WbUgugVx5a0T2Kcl8cz3nf3eS9Pr5w79d24r/xgyrYTJ+sBzfwaRXc35OLZivTUI/+vHXnoJtoR+3/WtHg==", "fingerprint": "b4:9b:a3:42:25:f3:4b:9d:89:50:06:26:08:2f:c0:b3", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b"}}' 2024-02-28 08:24:59,881 86045 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.185s 2024-02-28 08:24:59,881 86045 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-1077047742", "description": "tempest-secgroup-smoke-1077047742 description", "project_id": "c8537a3d735a47d68cec20f92d211b61"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-4b862493-659a-46d2-ad81-fda19129f71d', 'date': 'Wed, 28 Feb 2024 08:24:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "name": "tempest-secgroup-smoke-1077047742", "stateful": true, "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "description": "tempest-secgroup-smoke-1077047742 description", "shared": false, "security_group_rules": [{"id": "20de382a-98f6-4445-a81e-2b9c1fda4958", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "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": 568, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:59Z", "updated_at": "2024-02-28T08:24:59Z", "revision_number": 0}, {"id": "3aab7e91-7213-4bc1-973e-c8c204417a95", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "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": 567, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:59Z", "updated_at": "2024-02-28T08:24:59Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:24:59Z", "update d_at": "2024-02-28T08:24:59Z", "revision_number": 1, "project_id": "c8537a3d735a47d68cec20f92d211b61"}}' 2024-02-28 08:25:00,075 86045 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.192s 2024-02-28 08:25:00,075 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-871b8bc7-8ed0-46ac-b956-3b60c78cc4f7', 'date': 'Wed, 28 Feb 2024 08:25:00 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": "16650cb3-f00f-432d-81a3-e96635a63d7f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:59Z", "updated_at": "2024-02-28T08:24:59Z", "revision_number": 0}}' 2024-02-28 08:25:00,343 86045 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.267s 2024-02-28 08:25:00,343 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-48e7bd74-ff06-44b0-a4f1-84c2aa665f64', 'date': 'Wed, 28 Feb 2024 08:25:00 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": "94d7f3f3-9f4c-450a-9ebe-e97f7ef73869", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:00Z", "updated_at": "2024-02-28T08:25:00Z", "revision_number": 0}}' 2024-02-28 08:25:00,581 86045 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.237s 2024-02-28 08:25:00,581 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4783df0f-d337-4326-a815-d88ae4f8ea93', 'date': 'Wed, 28 Feb 2024 08:25:00 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": "1ac5b109-0ca6-4a5c-83af-5a5a85817426", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:00Z", "updated_at": "2024-02-28T08:25:00Z", "revision_number": 0}}' 2024-02-28 08:25:00,816 86045 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.234s 2024-02-28 08:25:00,816 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-2cc87323-db53-4f72-ab73-bf6aaa475afd', 'date': 'Wed, 28 Feb 2024 08:25:00 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": "98494b69-7581-48da-8fdb-2abc5f83bd75", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:00Z", "updated_at": "2024-02-28T08:25:00Z", "revision_number": 0}}' 2024-02-28 08:25:01,143 86045 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.326s 2024-02-28 08:25:01,143 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-d13584a1-708e-47ce-9653-38c2e59c30aa', 'date': 'Wed, 28 Feb 2024 08:25:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "39cea816-db96-424b-8c7f-c49d03b34963", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:00Z", "updated_at": "2024-02-28T08:25:00Z", "revision_number": 0}}' 2024-02-28 08:25:01,473 86045 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.329s 2024-02-28 08:25:01,473 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"securi ty_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-7c28da90-e28f-4b19-861e-70aedb00a68c', 'date': 'Wed, 28 Feb 2024 08:25:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d31caefd-c87b-4ce4-8342-dc77c84fe40f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:01Z", "updated_at": "2024-02-28T08:25:01Z", "revision_number": 0}}' 2024-02-28 08:25:01,706 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes 0.232s 2024-02-28 08:25:01,707 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-154358789", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edf993bc-e06d-441f-b1cd-fadf5f69af25', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edf993bc-e06d-441f-b1cd-fadf5f69af25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes'} Body: b'{"volume": {"id": "2d147201-3334-475e-9a5d-d7cb46854202", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:01.643276", "updated_at": null, "name": "tempest-TestStampPattern-volume-154358789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}], "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:01,857 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.134s 2024-02-28 08:25:01,857 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2803', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ec7dc34c-d3da-4f0c-8dbc-6bf7087d9098', '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": "2d50333ff5214ab7b62db8c9b6f41c0b", "name": "tempest-TestStampPattern-628256184-project-member", "password_expires_at": null}, "audit_ids": ["JwXzdQosQLW_SJ6I8T1p2w"], "expires_at": "2024-02-28T09:25:01.000000Z", "issued_at": "2024-02-28T08:25:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8537a3d735a47d68cec20f92d211b61", "name": "tempest-TestStampPattern-628256184"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c8537a3d735a47d68cec20f92d211b61", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:25:01,858 86045 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'fa7e9ee6-f519-4d16-9222-b0b6cb173ca1', 'name': 'tempest-TestStampPattern-1360732782-network', 'tenant_id': 'c8537a3d735a47d68cec20f92d211b61', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c8537a3d735a47d68cec20f92d211b61', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30329, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:24:42Z', 'updated_at': '2024-02-28T08:24:42Z', 'revision_number': 1} available for tenant 2024-02-28 08:25:02,561 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.702s 2024-02-28 08:25:02,561 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-851049792", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "key_name": "tempest-TestStampPattern-375544092", "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "networks": [{"uuid": "fa7e9ee6-f519-4d16-9222-b0b6cb173ca1"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2 024 08:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80695baa-5d4a-44c4-bc41-ab408add874a', 'x-compute-request-id': 'req-80695baa-5d4a-44c4-bc41-ab408add874a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "adminPass": "hq8aMN2keKur"}}' 2024-02-28 08:25:02,672 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.107s 2024-02-28 08:25:02,672 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3571f06-0cd0-4075-b185-bdb7dd79624f', 'x-compute-request-id': 'req-c3571f06-0cd0-4075-b185-bdb7dd79624f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "name": "tempest-TestStampPattern-server-851049792", "status": "BUILD", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:03Z", "updated": "2024-02-28T08:25:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-375544092", "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": []}}' 2024-02-28 08:25:52,972 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.241s 2024-02-28 08:25:52,972 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:52 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-e105b155-f74b-400e-b30e-7780c927ae20', 'x-compute-request-id': 'req-e105b155-f74b-400 e-b30e-7780c927ae20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "name": "tempest-TestStampPattern-server-851049792", "status": "ACTIVE", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "metadata": {}, "hostId": "b99b2129ce0385c1513d09d9a60dc62f4ab96be22b01ad76c147de1a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-TestStampPattern-1360732782-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:dd:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-375544092", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:25:52,986 86045 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:26:53,271 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.224s 2024-02-28 08:26:53,272 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 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-9a14ed2c-78a5-414f-8077-5244e3123253', 'x-compute-request-id': 'req-9a14ed2c-78a5-414f-8077-5244e3123253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "name": "tempest-TestStampPattern-server-851049792", "status": "ACTIVE", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "metadata": {}, "hostId": "b99b2129ce0385c1513d09d9a60dc62f4ab96be22b01ad76c147de1a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-TestStampPattern-1360732782-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:dd:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-3 75544092", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:53,450 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/ports?device_id=1050c922-2d46-4575-ade7-3cec8cdd717f 0.164s 2024-02-28 08:26:53,450 86045 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': '954', 'x-openstack-request-id': 'req-47fc1c96-82b3-478d-b9d3-f1fb1ce43c06', 'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports?device_id=1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"ports":[{"id":"0a96d26e-7d60-453c-981a-f981d5e01df4","name":"","network_id":"fa7e9ee6-f519-4d16-9222-b0b6cb173ca1","tenant_id":"c8537a3d735a47d68cec20f92d211b61","mac_address":"fa:16:3e:56:dd:d0","admin_state_up":true,"status":"ACTIVE","device_id":"1050c922-2d46-4575-ade7-3cec8cdd717f","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"88d97499-f646-4465-abc2-274ee70ffdef","ip_address":"10.0.0.3"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["b2ca753e-f597-4d8d-b335-50a65b081b0f"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2024-02-28T08:25:04Z","updated_at":"2024-02-28T08:25:08Z","revision_number":4,"project_id":"c8537a3d735a47d68cec20f92d211b61"}]}' 2024-02-28 08:26:53,501 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/floatingips?floating_network_id=993b7f8c-fcf9-4e49-adef-45b3a6ff64c2&port_id=0a96d26e-7d60-453c-981a-f981d5e01df4 0.050s 2024-02-28 08:26:53,502 86045 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': '19', 'x-openstack-request-id': 'req-f465f896-2f80-4e46-be4c-94f4b40fb203', 'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips?floating_network_id=993b7f8c-fcf9-4e49-adef-45b3a6ff64c2&port_id=0a96d26e-7d60-453c-981a-f981d5e01df4'} Body: b'{"floatingips": []}' 2024-02-28 08:26:53,552 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/ports?device_id=1050c922-2d46-4575-ade7-3cec8cdd717f 0.050s 2024-02-28 08:26:53,553 86045 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': '954', 'x-openstack-request-id': 'req-1fae01fc-844a-41d0-a00e-5ee2e8e7e0b4', 'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports?device_id=1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"ports":[{"id":"0a96d26e-7d60-453c-981a-f981d5e01df4","name":"","network_id":"fa7e9ee6-f519-4d16-9222-b0b6cb173ca1","tenant_id":"c8537a3d735a47d68cec20f92d211b61","mac_address":"fa:16:3e:56:dd:d0","admin_state_up":true,"status":"ACTIVE","device_id":"1050c922-2d46-4575-ade7-3cec8cdd717f"," device_owner":"compute:nova","fixed_ips":[{"subnet_id":"88d97499-f646-4465-abc2-274ee70ffdef","ip_address":"10.0.0.3"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["b2ca753e-f597-4d8d-b335-50a65b081b0f"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2024-02-28T08:25:04Z","updated_at":"2024-02-28T08:25:08Z","revision_number":4,"project_id":"c8537a3d735a47d68cec20f92d211b61"}]}' 2024-02-28 08:26:55,277 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.723s 2024-02-28 08:26:55,277 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "port_id": "0a96d26e-7d60-453c-981a-f981d5e01df4", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "fixed_ip_address": "10.0.0.3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-dc323d99-f1c7-4dfc-ab72-ca4929602626', 'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1a949ff7-4da8-4b10-8860-a31aeebb04f6", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "floating_ip_address": "172.24.4.233", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "bf01887b-2696-479e-a7e7-5b4aeb2d77c5", "port_id": "0a96d26e-7d60-453c-981a-f981d5e01df4", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "project_id": "c8537a3d735a47d68cec20f92d211b61", "description": "", "port_details": {"name": "", "network_id": "fa7e9ee6-f519-4d16-9222-b0b6cb173ca1", "mac_address": "fa:16:3e:56:dd:d0", "admin_state_up": true, "status": "ACTIVE", "device_id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:53Z", "updated_at": "2024-02-28T08:26:53Z", "revision_number": 0}}' 2024-02-28 08:26:55,282 86045 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.233:22' as 'cirros' with public key authentication 2024-02-28 08:26:55,314 86045 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:26:55,425 86045 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:26:55,426 86045 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.233 successfully created 2024-02-28 08:26:55,427 86045 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2024-02-28 08:26:55,427 86045 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.233:22' as 'cirros' with public key authentication 2024-02-28 08:26:55,430 86045 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:26:55,536 86045 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:26:55,537 86045 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.233 successfully created 2024-02-28 08:26:55,589 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202 0.042s 2024-02-28 08:26:55,590 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-963668ed-e6ce-4cda-9898-5cdb0777af7b', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-963668ed-e6ce-4cda-9898-5cdb0777af7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202'} Body: b'{"volume": {"id": "2d147201-3334-475e-9a5d-d7cb46854202", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:02.000000", "updated_at": "2024-02-28T08:25:02.000000", "name": "tempest-TestStampPattern-volume-154358789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}], "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8537a3d735a47d68cec20f92d211b61"}}' 2024-02-28 08:26:56,653 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202 0.050s 2024-02-28 08:26:56,653 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d3af75c-d8a6-4384-9818-72604f218ae5', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d3af75c-d8a6-4384-9818-72604f218ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202'} Body: b'{"volume": {"id": "2d147201-3334-475e-9a5d-d7cb46854202", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:02.000000", "updated_at": "2024-02-28T08:25:02.000000", "name": "tempest-TestStampPattern-volume-154358789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}], "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8537a3d735a47d68cec20f92d211b61"}}' 2024-02-28 08:26:57,147 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1a949ff7-4da8-4b10-8860-a31aeebb04f6 0.479s 2024-02-28 08:26:57,147 86045 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-c4660584-30d7-4ab6-a1f7-ea5ec83bb6e0', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a949ff7-4da8-4b10-8860-a31aeebb04f6'} Body: b'' 2024-02-28 08:26:57,272 86045 INFO [tempest.lib.common.rest _client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.124s 2024-02-28 08:26:57,273 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-addacd86-77f4-42df-bc3f-d39bc444a4dd', 'x-compute-request-id': 'req-addacd86-77f4-42df-bc3f-d39bc444a4dd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'' 2024-02-28 08:26:57,637 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.364s 2024-02-28 08:26:57,638 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5159eab-35e0-43ba-b489-cae208f1b40c', 'x-compute-request-id': 'req-f5159eab-35e0-43ba-b489-cae208f1b40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "name": "tempest-TestStampPattern-server-851049792", "status": "ACTIVE", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "metadata": {}, "hostId": "b99b2129ce0385c1513d09d9a60dc62f4ab96be22b01ad76c147de1a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:26:57Z", "addresses": {"tempest-TestStampPattern-1360732782-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:dd:d0"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:dd:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-375544092", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:47,727 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.033s 2024-02-28 08:27:47,727 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:47 GMT', 'server': 'Apache/2.4.5 2 (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-92a50858-5b73-4dfd-9bc7-42253a03430d', 'x-compute-request-id': 'req-92a50858-5b73-4dfd-9bc7-42253a03430d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1050c922-2d46-4575-ade7-3cec8cdd717f could not be found."}}' 2024-02-28 08:27:47,824 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202 0.097s 2024-02-28 08:27:47,825 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30cd87d1-6c45-423d-83df-1a20fbfa67df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202'} Body: b'' 2024-02-28 08:27:47,851 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202 0.026s 2024-02-28 08:27:47,852 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d6008e9-c507-4974-9cfe-3a53dd025f70', 'x-openstack-request-id': 'req-1d6008e9-c507-4974-9cfe-3a53dd025f70', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d147201-3334-475e-9a5d-d7cb46854202 could not be found."}}' 2024-02-28 08:27:48,168 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b2ca753e-f597-4d8d-b335-50a65b081b0f 0.316s 2024-02-28 08:27:48,169 86045 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-27c3ca36-ccf8-42c6-9950-b5ff9a92f3e7', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:27:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b2ca753e-f597-4d8d-b335-50a65b081b0f'} Body: b'' 2024-02-28 08:27:48,195 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-375544092 0.025s 2024-02-28 08:27:48,195 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:48 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-e533e709-426c-4127-b0c2-b16a33f0f7e9', 'x-compute-request-id': 'req-e533e709-426c-4127-b0c2-b16a33f0f7e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-375544092'} Body: b'' {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.551336s] ... 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 223, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d170a86b-8cf4-41e5-a265-1270a7200340 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:27:55,842 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.391s 2024-02-28 08:27:55,842 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-936755117"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23e5fef1-7697-4673-bd1f-0d669d4fa8d1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e5fef1-7697-4673-bd1f-0d669d4fa8d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "d170a86b-8cf4-41e5-a265-1270a7200340", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:55.767673", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-936755117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,210 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.344s 2024-02-28 08:27:56,211 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-196591111"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3adae73-a2ad-4730-8c05-f54afcae51e4', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3adae73-a2ad-4730-8c05-f54afcae51e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "4490a717-cfc9-4c2f-8239-fbf7cac61d4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.151736", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-196591111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/4490a717-cfc9-4c2f-8239-fbf7cac61d4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/4490a717-cfc9-4c2f-8239-fbf7cac61d4a"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,461 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.239s 2024-02-28 08:27:56,462 86045 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1944561147"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a3cf08-9c7a-48f6-ad24-82c012fe7dc5', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a3cf08-9c7a-48f6-ad24-82c012fe7dc5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "2899548a-1c20-41ee-a999-af02bba118ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.357006", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1944561147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/2899548a-1c20-41ee-a999-af02bba118ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/2899548a-1c20-41ee-a999-af02bba118ed"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,665 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.189s 2024-02-28 08:27:56,666 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-91648289"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed58c5d-476b-4e64-9de5-518b6b919973', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed58c5d-476b-4e64-9de5-518b6b919973', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "6968f6f6-26d6-4e5c-9aed-b19725faadb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.609233", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-91648289", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/6968f6f6-26d6-4e5c-9aed-b19725faadb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/6968f6f6-26d6-4e5c-9aed-b19725faadb0"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,868 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.180s 2024-02-28 08:27:56,868 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFr omImageTest-Volume-736978767"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f40df5-bf5d-4c62-a012-8eed116a9aeb', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f40df5-bf5d-4c62-a012-8eed116a9aeb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "3badd56d-b40f-4cd5-bd74-60e242d6f25f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.811187", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-736978767", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/3badd56d-b40f-4cd5-bd74-60e242d6f25f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/3badd56d-b40f-4cd5-bd74-60e242d6f25f"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,933 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340 0.054s 2024-02-28 08:27:56,933 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42cadbc-bce2-48cf-8607-d50407137a6b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42cadbc-bce2-48cf-8607-d50407137a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340'} Body: b'{"volume": {"id": "d170a86b-8cf4-41e5-a265-1270a7200340", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.000000", "updated_at": "2024-02-28T08:27:56.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-936755117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c7dea050ed46a1bc2c93e6aed4600f"}}' 2024-02-28 08:27:57,987 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340 0.040s 2024-02-28 08:27:57,987 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a649e60b-3bf6-4978-aa84-7dde0aa9ddb2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-op enstack-request-id': 'req-a649e60b-3bf6-4978-aa84-7dde0aa9ddb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340'} Body: b'{"volume": {"id": "d170a86b-8cf4-41e5-a265-1270a7200340", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.000000", "updated_at": "2024-02-28T08:27:56.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-936755117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c7dea050ed46a1bc2c93e6aed4600f"}}' {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [172.451158s] ... 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 538, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a2d8aeef-fd8e-45ed-8a0f-5df03e45db37 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:31,258 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.157s 2024-02-28 08:25:31,258 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:31 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-f1e1aab8-dfa4-4875-aa84-cce2ac8a5413', 'x-compute-request-id': 'req-f1e1aab8-dfa4-4875-aa84-cce2ac8a5413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:25:31,420 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.147s 2024-02-28 08:25:31,420 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:31 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-95ae9c80-2098-41d1-8b38-196e99fd2e44', 'x-compute-request-id': 'req-95ae9c80-2098-41d1-8b38-196e99fd2e44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookm ark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:21,741 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.258s 2024-02-28 08:26:21,741 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585d3dc2-34b6-47be-8656-25c859083f34', 'x-compute-request-id': 'req-585d3dc2-34b6-47be-8656-25c859083f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:21,928 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.173s 2024-02-28 08:26:21,928 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32235e46-2e2d-40e8-b50a-c24cacb0c86e', 'x-compute-request-id': 'req-32235e46-2e2d-40e8-b50a-c24cacb0c86e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:22,195 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes 0.221s 2024-02-28 08:27:22,195 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherB-volume-2130890534"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb112844-57ef-48f3-8014-3165c0c827c0', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb112844-57ef-48f3-8014-3165c0c827c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes'} Body: b'{"volume": {"id": "a2d8aeef-fd8e-45ed-8a0f-5df03e45db37", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:22.134773", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-2130890534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}], "user_id": "b484e490a29043fea2310ab44b27e379", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": f alse, "attachments": []}}' 2024-02-28 08:27:22,248 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37 0.041s 2024-02-28 08:27:22,248 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80ddd528-1fac-4de8-80bf-cf2ace715091', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80ddd528-1fac-4de8-80bf-cf2ace715091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37'} Body: b'{"volume": {"id": "a2d8aeef-fd8e-45ed-8a0f-5df03e45db37", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:22.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-2130890534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}], "user_id": "b484e490a29043fea2310ab44b27e379", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2478734b50d048b19e426a92d74f8aef"}}' 2024-02-28 08:27:23,300 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37 0.038s 2024-02-28 08:27:23,300 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd2e4f92-30af-415f-93f4-8e5bf2509b5e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd2e4f92-30af-415f-93f4-8e5bf2509b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37'} Body: b'{"volume": {"id": "a2d8aeef-fd8e-45ed-8a0f-5df03e45db37", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:22.000000", "updated_at": "2024-02-28T08:27:22.000000", "name": "tempest-ServerActionsTestOtherB-volume-2130890534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}], "user_id": "b484e490a29043fea2310ab44b27e379", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2478734b50d048b19e426a92d74f8aef"}}' 2024-02-28 08:27:23,313 86047 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 2024- 02-28 08:27:23,533 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.218s 2024-02-28 08:27:23,534 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb6d0ef4-00d3-4ce0-b5b2-eb0723feff62', 'x-compute-request-id': 'req-fb6d0ef4-00d3-4ce0-b5b2-eb0723feff62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {7} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [230.517617s] ... 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 249, in test_stable_device_rescue_disk_virtio_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1cf05ea3-8d46-4dc8-b9ca-a39f264e202e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:33,763 86057 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/1c98e9e8367b43669b3ed2a6837e793a/volumes 0.364s 2024-02-28 08:24:33,764 86057 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-662420998"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082c1c5b-2ccc-4160-8cc7-0c8ce2ba1b04', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082c1c5b-2ccc-4160-8cc7-0c8ce2ba1b04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes'} Body: b'{"volume": {"id": "1cf05ea3-8d46-4dc8-b9ca-a39f264e202e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:33.683140", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-662420998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}], "user_id": "28daedd873b5420e87b9e7c98fa34f92", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:24:33,775 86057 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:24:33,861 86057 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.084s 2024-02-28 08:24:33,861 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-394819500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZOybV4niguFMOBAfiSUC88gHeiT5kRBZzJHI4CsqXiRl1D81q4I0zUTbS6z3uF8ZhX66uk6nfWlB6h76Ly8JuwPH2hqICyXMejPeVFAlOeThJUEV/GijX74wOoQ6m4Gw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:33 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-7f793ead-dcee-4b10-a296-5a8573c5a79b', 'x-compute-request-id': 'req-7f793ead-dcee-4b10-a296-5a8573c5a79b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-394819500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZOybV4niguFMOBAfiSUC88gHeiT5kRBZzJHI4CsqXiRl1D81q4I0zUTbS6z3uF8ZhX66uk6nfWlB6h76Ly8JuwPH2hqICyXMejPeVFAlOeThJUEV/GijX74wOoQ6m4Gw==", "fingerprint": "9b:64:df:e1:a1:1e:60:c5:7c:24:8f:32:43:14:83:da", "user_id": "28daedd873b5420e87b9e7c98fa34f92"}}' 2024-02-28 08:24:33,864 86057 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-394819500 created 2024-02-28 08:24:34,116 86057 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 .252s 2024-02-28 08:24:34,117 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--393664545", "description": "tempest-description--919953440"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-55010582-b1ca-4798-abbd-99168e3dd369', 'date': 'Wed, 28 Feb 2024 08:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "name": "tempest-securitygroup--393664545", "stateful": true, "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "description": "tempest-description--919953440", "shared": false, "security_group_rules": [{"id": "2572611b-26dc-4867-92ac-c1fbda3491bb", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "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": 500, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:33Z", "updated_at": "2024-02-28T08:24:33Z", "revision_number": 0}, {"id": "3b8e60b8-23e9-4b65-8e97-f469ab425561", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "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": 501, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:34Z", "updated_at": "2024-02-28T08:24:34Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:24:33Z", "updated_at": "2024-02-28T08:24:33Z", "revision_number": 1, "project_id": "1c98e9e8367b43669b3ed2a6837e793a"}}' 2024-02-28 08:24:34,500 86057 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.382s 2024-02-28 08:24:34,500 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-83b4801b-5738-4c0f-bb0e-158dbed372a1', 'date': 'Wed, 28 Feb 2024 08:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2dfd6b99-5de0-40f2-ba54-e882b0ba7aef", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:34Z", "updated_at": "2024-02-28T08:24:34Z", "revision_number": 0}}' 2024-02-28 08:24:35,498 86057 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/n etworking/v2.0/security-group-rules 0.998s 2024-02-28 08:24:35,499 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-abbe19d3-879c-4d68-92ce-c00b396db4f3', 'date': 'Wed, 28 Feb 2024 08:24:35 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": "5ca7a23a-c398-40ee-bc32-647ac126ac55", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:34Z", "updated_at": "2024-02-28T08:24:34Z", "revision_number": 0}}' 2024-02-28 08:24:35,499 86057 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--393664545 created 2024-02-28 08:24:37,088 86057 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 1.588s 2024-02-28 08:24:37,088 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-7811f875-36b1-4901-90a7-7c34dfe27ae3', 'date': 'Wed, 28 Feb 2024 08:24:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6bf21e7c-e4ec-4d8e-99e8-c93de784a06f", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "floating_ip_address": "172.24.4.64", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:24:36Z", "updated_at": "2024-02-28T08:24:36Z", "revision_number": 0}}' 2024-02-28 08:24:37,089 86057 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6bf21e7c-e4ec-4d8e-99e8-c93de784a06f', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'floating_ip_address': '172.24.4.64', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:24:36Z', 'updated_at': '2024-02-28T08:24:36Z', 'revision_number': 0, 'ip': '172.24.4.64'} created 2024-02-28 08:24:37,206 86057 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.113s 2024-02-28 08:24:37,207 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:37 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-0450a61a-6718-4817-b7ef-794e0554cc84', '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": "28daedd873b5420e87b9e7c98fa34f92", "name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "password_expires_at": null}, "audit_ids": ["uKEW6QaETvmbhBBTV3pygg"], "expires_at": "2024-02-28T09:24:37.000000Z", "issued_at": "2024-02-28T08:24:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c98e9e8367b43669b3ed2a6837e793a", "name": "tempest-ServerStableDeviceRescueTest-51783165"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1c98e9e8367b43669b3ed2a6837e793a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:24:37,208 86057 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '53ea7126-e312-4ad5-a7c2-8b08f069b1e2', 'name': 'tempest-ServerStableDeviceRescueTest-1821628796-network', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13004, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:24:21Z', 'updated_at': '2024-02-28T08:24:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:24:37,208 86057 DEBUG [tempest.common.compute] Pro visioning test server with validation resources {'keypair': {'name': 'tempest-keypair-394819500', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZOybV4niguFMOBAfiSUC88gHeiT5kRBZzJHI4CsqXiRl1D81q4I0zUTbS6z3uF8ZhX66uk6nfWlB6h76Ly8JuwPH2hqICyXMejPeVFAlOeThJUEV/GijX74wOoQ6m4Gw==', 'fingerprint': '9b:64:df:e1:a1:1e:60:c5:7c:24:8f:32:43:14:83:da', 'user_id': '28daedd873b5420e87b9e7c98fa34f92', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAWIPyKZqQwEDm3b2qqMIku/SrjEDv0CiKMQSXtCsxzVjD6OZ+hBxHY\nzFWW3QAZLeSgBwYFK4EEACKhZANiAARGTsm1eJ4oLhTDgQH4klAvPIB3ok+ZEQWc\nyRyOArKl4kZdQ/NauCNM1E20us97hfGYV+urpOp31pQeoe+i8vCbsDx9oaiAslzH\noz3lRQJTnk4SVBFfxoo1++MDqEOpuBs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1f6658c6-d989-40d6-911a-f57ff5dd7594', 'name': 'tempest-securitygroup--393664545', 'stateful': True, 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'description': 'tempest-description--919953440', 'shared': False, 'security_group_rules': [{'id': '2572611b-26dc-4867-92ac-c1fbda3491bb', 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'security_group_id': '1f6658c6-d989-40d6-911a-f57ff5dd7594', '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': 500, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:24:33Z', 'updated_at': '2024-02-28T08:24:33Z', 'revision_number': 0}, {'id': '3b8e60b8-23e9-4b65-8e97-f469ab425561', 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'security_group_id': '1f6658c6-d989-40d6-911a-f57ff5dd7594', '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': 501, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:24:34Z', 'updated_at': '2024-02-28T08:24:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:24:33Z', 'updated_at': '2024-02-28T08:24:33Z', 'revision_number': 1, 'project_id': '1c98e9e8367b43669b3ed2a6837e793a'}, 'floating_ip': {'id': '6bf21e7c-e4ec-4d8e-99e8-c93de784a06f', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'floating_ip_address': '172.24.4.64', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:24:36Z', 'updated_at': '2024-02-28T08:24:36Z', 'revision_number': 0, 'ip': '172.24.4.64'}} 2024-02-28 08:24:38,297 86057 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 1.088s 2024-02-28 08:24:38,298 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "53ea7126-e312-4ad5-a7c2-8b08f069b1e2"}], "security_groups": [{"name": "tempest-securitygroup--393664545"}], "key_name": "tempest-keypair-394819500", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90', 'content-type': 'application/j son', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8dd84d1-1553-4c8b-9f27-d4d974e8a1a6', 'x-compute-request-id': 'req-b8dd84d1-1553-4c8b-9f27-d4d974e8a1a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--393664545"}], "adminPass": "rn42dHTeuaig"}}' 2024-02-28 08:24:38,380 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90 0.079s 2024-02-28 08:24:38,380 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585566de-30bc-40fb-acfd-aa8cd63488e0', 'x-compute-request-id': 'req-585566de-30bc-40fb-acfd-aa8cd63488e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "status": "BUILD", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:38Z", "updated": "2024-02-28T08:24:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-394819500", "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": []}}' 2024-02-28 08:25:28,707 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90 0.264s 2024-02-28 08:25:28,708 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:28 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-9cc7abde-68e8-4aa0-82c9-be3225b5c968', 'x-compute-request-id': 'req-9cc7abde-68e8-4aa0-82c9-be3225b5c968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "status": "ACTIVE", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "metadata": {}, "hostId": "8010802d8be479f4127844b9dc254cb75eb0d421090b30fda7752c5d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:38Z", "updated": "2024-02-28T08:24:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1821628796-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-394819500", "OS-SRV-USG:launched_at": "2024-02-28T08:24:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--393664545"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:25:28,721 86057 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:26:28,960 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90/os-interface 0.179s 2024-02-28 08:26:28,961 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:28 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-88f5ba91-9276-482d-8645-3d1f07020b8a', 'x-compute-request-id': 'req-88f5ba91-9276-482d-8645-3d1f07020b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "53ea7126-e312-4ad5-a7c2-8b08f069b1e2", "port_id": "945096e2-e7e7-4190-9b59-33337bc44558", "mac_addr": "fa:16:3e:b7:76:d9", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d80e5f3d-548e-42e2-a4bc-cdc91eed69f1", "ip_address": "10.0.0.14"}]}]}' 2024-02-28 08:26:29,994 86057 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/6bf21e7c-e4ec-4d8e-99e8-c93de784a06f 1.029s 2024-02-28 08:26:29,994 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "945096e2-e7e7-4190-9b59-33337bc44558"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-a5b4a519-8a90-422c-adf7-9d7aefc525ae', 'date': 'Wed, 28 Feb 2024 08:26:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6bf21e7c-e4ec-4d8e-99e8-c93de784a06f'} Body: b'{"floatingip": {"id": "6bf21e7c-e4ec-4 d8e-99e8-c93de784a06f", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "floating_ip_address": "172.24.4.64", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "6734ff98-951e-4eca-8044-e836f58c8b85", "port_id": "945096e2-e7e7-4190-9b59-33337bc44558", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "53ea7126-e312-4ad5-a7c2-8b08f069b1e2", "mac_address": "fa:16:3e:b7:76:d9", "admin_state_up": true, "status": "ACTIVE", "device_id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:24:36Z", "updated_at": "2024-02-28T08:26:29Z", "revision_number": 1, "project_id": "1c98e9e8367b43669b3ed2a6837e793a"}}' 2024-02-28 08:26:29,997 86057 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.64:22' as 'cirros' with public key authentication 2024-02-28 08:26:30,015 86057 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:26:30,129 86057 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:26:30,130 86057 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.64 successfully created 2024-02-28 08:26:31,431 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90/action 1.300s 2024-02-28 08:26:31,432 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1582044267"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:30 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c8d597a-0d4a-4030-89aa-55e427205203', 'x-compute-request-id': 'req-1c8d597a-0d4a-4030-89aa-55e427205203', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90/action'} Body: b'' 2024-02-28 08:26:31,489 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.055s 2024-02-28 08:26:31,490 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1607', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4eb80e1-db3c-44be-a14e-47d8fdef8dd7', 'x-compute-request-id': 'req-d4eb80e1-db3c-44be-a14e-47d8fdef8dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"image": {"id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "user_id": "28daedd873b5420e87b9e7c98fa34f92"}, "created": "2024-02-28T08:26:31Z", "updated": "2024-02-28T08:26:31Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}], "server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}]}}}' 2024-02-28 08:27:21,619 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.072s 2024-02-28 08:27:21,619 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84fc6ccb-5071-4116-a5d2-58c44109250d', 'x-compute-request-id': 'req-84fc6ccb-5071-4116-a5d2-58c44109250d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"image": {"id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "image_type": "snapshot", "owner_id": "1c98e9e8367b43669b3ed2a6837e793a", "image_state": "available", "image_location": "snapshot"}, "created": "2024-02-28T08:26:31Z", "updated": "2024-02-28T08:26:38Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}], "server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}]}}}' 2024-02-28 08:27:21,684 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.059s 2024-02-28 08:27:21,684 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b16545d-e619-4813-9196-8b402362c8bb', 'x-compute-request-id': 'req-8b16545d-e619-4813-9196-8b402362c8bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"image": {"id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "owner_id": "1c98e9e8367b43669b3ed2a6837e793a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "user_id": "28daedd873b5420e87b9e7c98fa34f92"}, "created": "2024-02-28T08:26:31Z", "updated": "2024-02-28T08:26:38Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}], "server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}]}}}' 2024-02-28 08:27:21,958 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90 0.267s 2024-02-28 08:27:21,958 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-467f5875-0217-48e8-81fb-0064440d982c', 'x-compute-request-id': 'req-467f5875-0217-48e8-81fb-0064440d982c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "status": "ACTIVE", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "metadata": {}, "hostId": "8010802d8be479f4127844b9dc254cb75eb0d421090b30fda7752c5d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/imag es/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:38Z", "updated": "2024-02-28T08:26:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1821628796-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}, {"version": 4, "addr": "172.24.4.64", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-394819500", "OS-SRV-USG:launched_at": "2024-02-28T08:24:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--393664545"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:28:22,437 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.407s 2024-02-28 08:28:22,438 86057 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, 28 Feb 2024 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b9fa653b-c624-4fbf-b847-06fd6db53133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "image_type": "snapshot", "owner_id": "1c98e9e8367b43669b3ed2a6837e793a", "image_state": "available", "image_location": "snapshot", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "43845f81721be295682784d97ed56066", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "1c98e9e8367b43669b3ed2a6837e793a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "69591539d13cf923e1341cad4388826a8ac6caee5c792f4d453d6be250d2158e819c2d674ea47108c7fb7c407f9e35eb4b36cfe8e20fe5928936af6ec0d27d42", "id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "created_at": "2024-02-28T08:26:31Z", "updated_at": "2024-02-28T08:28:22Z", "tags": [], "self": "/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "file": "/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:28:22,584 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.145s 2024-02-28 08:28:22,585 86057 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dfe6ae75-f52b-4965-be7f-55bd9088f92e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "owner_id": "1c98e9e8367b43669b3ed2a6837e793a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "43845f81721be295682784d97ed56066", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "1c98e9e8367b43669b3ed2a6837e793a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "69591539d13cf923e1341cad4388826a8ac6caee5c792f4d453d6be250d2158e819c2d674ea47108c7fb7c407f9e35eb4b36cfe8e20fe5928936af6ec0d27d42", "id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "created_at": "2024-02-28T08:26:31Z", "updated_at": "2024-02-28T08:28:23Z", "tags": [], "self": "/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "file": "/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:28:22,789 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90 0.204s 2024-02-28 08:28:22,790 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaf111e4-ef53-47c8-b2e4-b46ba2ece30b', 'x-compute-request-id': 'req-aaf111e4-ef53-47c8-b2e4-b46ba2ece30b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "status": "ACTIVE", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "metadata": {}, "hostId": "8010802d8be479f4127844b9dc254cb75eb0d421090b30fda7752c5d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:38Z", "updated": "2024-02-28T08:26:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1821628796-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-I PS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}, {"version": 4, "addr": "172.24.4.64", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-394819500", "OS-SRV-USG:launched_at": "2024-02-28T08:24:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--393664545"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:28:22,847 86057 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/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e 0.041s 2024-02-28 08:28:22,847 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f15faf-dbbd-49d4-8e34-ec139f2875fa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05f15faf-dbbd-49d4-8e34-ec139f2875fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e'} Body: b'{"volume": {"id": "1cf05ea3-8d46-4dc8-b9ca-a39f264e202e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:34.000000", "updated_at": "2024-02-28T08:24:34.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-662420998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}], "user_id": "28daedd873b5420e87b9e7c98fa34f92", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c98e9e8367b43669b3ed2a6837e793a"}}' 2024-02-28 08:28:23,902 86057 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/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e 0.041s 2024-02-28 08:28:23,903 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d8ad0be-c697-4af5-b92e-59350136b166', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d8ad0be-c697-4af5-b92e-59350136b166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e'} Body: b'{"volume": {"id": "1cf05ea3-8d46-4dc8-b9ca-a39f264e202e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:34.000000", "updated_at": "2024-02-28T08:24:34.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-662420998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}], "user_id": "28daedd873b5420e87b9e7c98fa34f92", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c98e9e8367b43669b3ed2a6837e793a"}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [167.075839s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fefc2996-b2d6-49a9-ba41-4b65e278ec3d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:14,722 86063 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:26:14,722 86063 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:26:14,772 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2024-02-28 08:26:14,773 86063 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-2060291930", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCDZPwZuUFfg4S1bCQKBOH/QNfm0dDJVtOwKv2q/1Y3FZYwVrytuHgYwHbuUWIv8rUf/TrbNr+EqoWZS645bK5oJXGZlc/YUSrStyvgv1bj68f+F0onPo1VMS1aeZ0pF9A=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:14 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-559bc16b-f90b-4f66-a44d-aa01e947e094', 'x-compute-request-id': 'req-559bc16b-f90b-4f66-a44d-aa01e947e094', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2060291930", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCDZPwZuUFfg4S1bCQKBOH/QNfm0dDJVtOwKv2q/1Y3FZYwVrytuHgYwHbuUWIv8rUf/TrbNr+EqoWZS645bK5oJXGZlc/YUSrStyvgv1bj68f+F0onPo1VMS1aeZ0pF9A==", "fingerprint": "71:69:25:99:ba:00:6e:6d:32:cc:73:13:2d:9e:aa:df", "user_id": "243f15a7499a4045b36c3984178d2c63"}}' 2024-02-28 08:26:14,777 86063 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2060291930 created 2024-02-28 08:26:14,932 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2024-02-28 08:26:14,932 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1612329434", "description": "tempest-description--1027501254"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-be79618b-f833-4242-9b3d-06f4f3a9b5f6', 'date': 'Wed, 28 Feb 2024 08:26:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "name": "tempest-securitygroup--1612329434", "stateful": true, "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "description": "tempest-description--1027501254", "shared": false, "security_group_rules": [{"id": "868dbfc4-9267-45b8-b595-1a43b2d95eee", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "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": 637, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:14Z", "updated_at": "2024-02-28T08:26:14Z", "revision_number": 0}, {"id": "dec69f52-5ea5-4efb-b5ac-7e98917ac126", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "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": 638, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:14Z", "updated_at": "2024-02-28T08:26:14Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:26:14Z", "updated_at": "2024-02-28T08:26:14Z", "revision_number": 1, "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:26:15,197 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.264s 2024-02-28 08:26:15,197 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f31e12eb-6831-4da5-9c4e-bc9f4fe787ca', 'date': 'Wed, 28 Feb 2024 08:26:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34ccafe0-e1be-4b75-bc2f-a0cbadc67468", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:15Z", "updated_at": "2024-02-28T08:26:15Z", "revision_number": 0}}' 2024-02-28 08:26:15,424 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.226s 2024-02-28 08:26:15,424 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9a0dad8e-b440-4a88-9c6a-6142f711b893', 'date': 'Wed, 28 Feb 2024 08:26:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f0a2f749-abfa-4b0b-811a-4ed8dec1fd2d", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:15Z", "updated_at": "2024-02-28T08:26:15Z", "revision_number": 0}}' 2024-02-28 08:26:15,425 86063 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1612329434 created 2024-02-28 08:26:16,351 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.925s 2024-02-28 08:26:16,351 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-2fb8a7f0-1c77-43de-88d7-71e1424f1252', 'date': 'Wed, 28 Feb 2024 08:26:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f9e4f6ea-5d8d-4e45-8642-e165018bdbb0", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "floating_ip_address": "172.24.4.217", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:15Z", "updated_at": "2024-02-28T08:26:15Z", "revision_number": 0}}' 2024-02-28 08:26:16,351 86063 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f9e4f6ea-5d8d-4e45-8642-e165018bdbb0', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'floating_ip_address': '172.24.4.217', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:15Z', 'updated_at': '2024-02-28T08:26:15Z', 'revision_number': 0, 'ip': '172.24.4.217'} created 2024-02-28 08:26:16,453 86063 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.097s 2024-02-28 08:26:16,454 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-41bd0c63-9b69-4291-8638-aae22d7d463e', '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": "243f15a7499a4045b36c3984178d2c63", "name": "tempest-AttachVolumeShelveTestJSON-963774972-project-member", "password_expires_at": null}, "audit_ids": ["V0z0FGO8R9CKjL3KujegAQ"], "expires_at": "2024-02-28T09:26:16.000000Z", "issued_at": "2024-02-28T08:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db18a9963ed946d0ab1d3fbeccfe0fea", "name": "tempest-AttachVolumeShelveTestJSON-963774972"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking ", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:26:16,454 86063 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '983983b7-e7f1-40fb-b692-1fb5c70b6b23', 'name': 'tempest-AttachVolumeShelveTestJSON-853551337-network', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62837, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:26:16,455 86063 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2060291930', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCDZPwZuUFfg4S1bCQKBOH/QNfm0dDJVtOwKv2q/1Y3FZYwVrytuHgYwHbuUWIv8rUf/TrbNr+EqoWZS645bK5oJXGZlc/YUSrStyvgv1bj68f+F0onPo1VMS1aeZ0pF9A==', 'fingerprint': '71:69:25:99:ba:00:6e:6d:32:cc:73:13:2d:9e:aa:df', 'user_id': '243f15a7499a4045b36c3984178d2c63', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCI1wrTsgpP43tkdQcq/c9vpYIOvITfTjN5qogvyTHAvUiufovsq9RG\nCz5ZBkv+RpigBwYFK4EEACKhZANiAAQg2T8GblBX4OEtWwkCgTh/0DX5tHQyVbTs\nCr9qv9WNxWWMFa8rbh4GMB27lFiL/K1H/062za/hKqFmUuuOWyuaCVxmZXP2FEq0\nrcr4L9W4+vH/hdKJz6NVTEtWnmdKRfQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b72d48d1-eea9-4399-81a2-f9a15923dc86', 'name': 'tempest-securitygroup--1612329434', 'stateful': True, 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': 'tempest-description--1027501254', 'shared': False, 'security_group_rules': [{'id': '868dbfc4-9267-45b8-b595-1a43b2d95eee', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'security_group_id': 'b72d48d1-eea9-4399-81a2-f9a15923dc86', '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': 637, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:14Z', 'updated_at': '2024-02-28T08:26:14Z', 'revision_number': 0}, {'id': 'dec69f52-5ea5-4efb-b5ac-7e98917ac126', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'security_group_id': 'b72d48d1-eea9-4399-81a2-f9a15923dc86', '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': 638, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:14Z', 'updated_at': '2024-02-28T08:26:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:26:14Z', 'updated_at': '2024-02-28T08:26:14Z', 'revision_number': 1, 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea'}, 'floating_ip': {'id': 'f9e4f6ea-5d8d-4e45-8642-e165018bdbb0', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'floating_ip_address': '172.24.4.217', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:15Z', 'updated_at': '2024-02-28T08:26:15Z', 'revision_number': 0, 'ip': '172.24.4.217'}} 2024-02-28 08:26:17,242 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.786s 2024-02-28 08:26:17,243 86063 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-63754970", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "983983b7-e7f1-40fb-b692-1fb5c70b6b23"}], "security_groups": [{"name": "tempest-securitygroup--1612329434"}], "key_name": "tempest-keypair-2060291930", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8', '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-f6914cdb-3dc8-4400-a89c-47732c7322d9', 'x-compute-request-id': 'req-f6914cdb-3dc8-4400-a89c-47732c7322d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "77402522-df4b-4635-a36c-aab47a1c53e8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1612329434"}], "adminPass": "password"}}' 2024-02-28 08:26:17,326 86063 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/77402522-df4b-4635-a36c-aab47a1c53e8 0.078s 2024-02-28 08:26:17,326 86063 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, 28 Feb 2024 08:26:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b7832e2-e23b-4fa5-aca6-71de5d42eb3a', 'x-compute-request-id': 'req-1b7832e2-e23b-4fa5-aca6-71de5d42eb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'{"server ": {"id": "77402522-df4b-4635-a36c-aab47a1c53e8", "name": "tempest-AttachVolumeShelveTestJSON-server-63754970", "status": "BUILD", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:17Z", "updated": "2024-02-28T08:26:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2060291930", "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}}' 2024-02-28 08:27:07,590 86063 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/77402522-df4b-4635-a36c-aab47a1c53e8 0.202s 2024-02-28 08:27:07,590 86063 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, 28 Feb 2024 08:27:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1583', '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-38e9fcff-5c02-42fd-b6f0-c308eac41586', 'x-compute-request-id': 'req-38e9fcff-5c02-42fd-b6f0-c308eac41586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'{"server": {"id": "77402522-df4b-4635-a36c-aab47a1c53e8", "name": "tempest-AttachVolumeShelveTestJSON-server-63754970", "status": "ACTIVE", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "0c040774bff2c626b8bd71ea597ff3fd1dd20bcb86792879c336fcda", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:17Z", "updated": "2024-02-28T08:26:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:ad:ec"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2060291930", "OS-SRV-USG:launched_at": "2024-02-28T08:26:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1612329434"}], "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}}' 2024-02-28 08:27:07,606 86063 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08: 28:07,772 86063 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/77402522-df4b-4635-a36c-aab47a1c53e8/os-interface 0.149s 2024-02-28 08:28:07,772 86063 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, 28 Feb 2024 08:28:07 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-b71ee787-0e0d-443e-8485-c20464723b96', 'x-compute-request-id': 'req-b71ee787-0e0d-443e-8485-c20464723b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "983983b7-e7f1-40fb-b692-1fb5c70b6b23", "port_id": "84c44a5b-45cb-4ebb-bed9-8f23e1a64807", "mac_addr": "fa:16:3e:b6:ad:ec", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5caaf035-8f43-4e43-9e07-5a1241c984ff", "ip_address": "10.0.0.5"}]}]}' 2024-02-28 08:28:08,858 86063 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/f9e4f6ea-5d8d-4e45-8642-e165018bdbb0 1.082s 2024-02-28 08:28:08,859 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "84c44a5b-45cb-4ebb-bed9-8f23e1a64807"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ac80f616-2b4e-445a-afa3-6145b8064052', 'date': 'Wed, 28 Feb 2024 08:28:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f9e4f6ea-5d8d-4e45-8642-e165018bdbb0'} Body: b'{"floatingip": {"id": "f9e4f6ea-5d8d-4e45-8642-e165018bdbb0", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "floating_ip_address": "172.24.4.217", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "ee82d960-38fe-4961-a52b-5c13a55ed89e", "port_id": "84c44a5b-45cb-4ebb-bed9-8f23e1a64807", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "983983b7-e7f1-40fb-b692-1fb5c70b6b23", "mac_address": "fa:16:3e:b6:ad:ec", "admin_state_up": true, "status": "ACTIVE", "device_id": "77402522-df4b-4635-a36c-aab47a1c53e8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:15Z", "updated_at": "2024-02-28T08:28:08Z", "revision_number": 1, "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:28:08,860 86063 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.217:22' as 'cirros' with public key authentication 2024-02-28 08:28:08,885 86063 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:08,994 86063 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:08,995 86063 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.217 successfully created 2024-02-28 08:28:09,039 86063 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/77402522-df4b-4635-a36c-aab47a1c53e8/ips 0.043s 2024-02-28 08:28:09,039 86063 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 Resp onse - Headers: {'date': 'Wed, 28 Feb 2024 08:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16473937-8788-4d63-a271-91b1388c0f50', 'x-compute-request-id': 'req-16473937-8788-4d63-a271-91b1388c0f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2024-02-28 08:28:09,418 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes 0.376s 2024-02-28 08:28:09,419 86063 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-1262748215"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b84e6d1-c1f4-45c1-b272-c231b71fdbcd', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b84e6d1-c1f4-45c1-b272-c231b71fdbcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes'} Body: b'{"volume": {"id": "fefc2996-b2d6-49a9-ba41-4b65e278ec3d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:09.194890", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1262748215", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:28:09,505 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d 0.067s 2024-02-28 08:28:09,505 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e74d02a1-e124-434b-84e6-e86b90c1c51f', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74d02a1-e124-434b-84e6-e86b90c1c51f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d'} Body: b'{"volume": {"id": "fefc2996-b2d6-49a9-ba41-4b65e278ec3d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:09.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1262748215", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc 2996-b2d6-49a9-ba41-4b65e278ec3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:28:10,557 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d 0.038s 2024-02-28 08:28:10,557 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e82d24-0efa-45ac-b733-8f465039a5c5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e82d24-0efa-45ac-b733-8f465039a5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d'} Body: b'{"volume": {"id": "fefc2996-b2d6-49a9-ba41-4b65e278ec3d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:09.000000", "updated_at": "2024-02-28T08:28:09.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1262748215", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:28:10,685 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8 0.115s 2024-02-28 08:28:10,685 86063 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, 28 Feb 2024 08:28:10 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-7bb4bd96-fa8e-4d7d-bd6a-7a500ea809a8', 'x-compute-request-id': 'req-7bb4bd96-fa8e-4d7d-bd6a-7a500ea809a8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'' 2024-02-28 08:28:11,071 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8 0.386s 2024-02-28 08:28:11,072 86063 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, 28 Feb 2024 08:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1708', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-open stack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6330eb4a-8229-4497-88dc-1247005202cd', 'x-compute-request-id': 'req-6330eb4a-8229-4497-88dc-1247005202cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'{"server": {"id": "77402522-df4b-4635-a36c-aab47a1c53e8", "name": "tempest-AttachVolumeShelveTestJSON-server-63754970", "status": "ACTIVE", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "0c040774bff2c626b8bd71ea597ff3fd1dd20bcb86792879c336fcda", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:17Z", "updated": "2024-02-28T08:28:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:ad:ec"}, {"version": 4, "addr": "172.24.4.217", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:ad:ec"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2060291930", "OS-SRV-USG:launched_at": "2024-02-28T08:26:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1612329434"}], "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}}' 2024-02-28 08:29:01,261 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8 0.132s 2024-02-28 08:29:01,261 86063 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, 28 Feb 2024 08:29:01 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-1efcb783-7eb6-4a61-9238-40ffd9604661', 'x-compute-request-id': 'req-1efcb783-7eb6-4a61-9238-40ffd9604661', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 77402522-df4b-4635-a36c-aab47a1c53e8 could not be found."}}' 2024-02-28 08:29:01,292 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2060291930 0.030s 2024-02-28 08:29:01,292 86063 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, 28 Feb 2024 08:29:01 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-284c05a0-4d54-4857-9a6e-e1fe9a8da452', ' x-compute-request-id': 'req-284c05a0-4d54-4857-9a6e-e1fe9a8da452', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2060291930'} Body: b'' 2024-02-28 08:29:01,442 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b72d48d1-eea9-4399-81a2-f9a15923dc86 0.149s 2024-02-28 08:29:01,443 86063 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-2afa4761-3793-49a4-996a-16e4638b7f3d', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b72d48d1-eea9-4399-81a2-f9a15923dc86'} Body: b'' 2024-02-28 08:29:01,470 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b72d48d1-eea9-4399-81a2-f9a15923dc86 0.026s 2024-02-28 08:29:01,470 86063 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-75abc655-6b4a-4360-90fd-cbaa555906f1', 'date': 'Wed, 28 Feb 2024 08:29:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b72d48d1-eea9-4399-81a2-f9a15923dc86'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b72d48d1-eea9-4399-81a2-f9a15923dc86 does not exist", "detail": ""}}' 2024-02-28 08:29:01,796 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f9e4f6ea-5d8d-4e45-8642-e165018bdbb0 0.325s 2024-02-28 08:29:01,796 86063 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-1ba335c4-d909-4ab1-a2aa-b54274622e72', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f9e4f6ea-5d8d-4e45-8642-e165018bdbb0'} Body: b'' {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [166.167226s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 35c1cfb5-9781-49f9-a494-63c3edc906ca failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:19,586 86053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:26:19,586 86053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:26:19,757 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.169s 2024-02-28 08:26:19,758 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-250158125", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHK9mhjiouwc76OPXUO6W9M+Ph6YKZbj7daMxt9SmwbDN3mTtGJgAFd/fuqtTC3qrZOQrgv5TYBTsWz5ErMgc2bALR4EJb68SEO1UlqZb9OqLANCiy5OB+TWXxmSpHMwsg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:19 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-7efbd67c-d57f-4893-9832-8b1181b037af', 'x-compute-request-id': 'req-7efbd67c-d57f-4893-9832-8b1181b037af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-250158125", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHK9mhjiouwc76OPXUO6W9M+Ph6YKZbj7daMxt9SmwbDN3mTtGJgAFd/fuqtTC3qrZOQrgv5TYBTsWz5ErMgc2bALR4EJb68SEO1UlqZb9OqLANCiy5OB+TWXxmSpHMwsg==", "fingerprint": "fa:db:4b:59:1a:2f:22:da:79:f6:90:f2:33:a4:9f:f0", "user_id": "218f5d76ad824a1abc95a08cf721e2ba"}}' 2024-02-28 08:26:19,762 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-250158125 created 2024-02-28 08:26:20,061 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.298s 2024-02-28 08:26:20,062 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--929594954", "description": "tempest-description--2061422280"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-b793c5f1-a472-42d6-bfbc-1951b88d0eeb', 'date': 'Wed, 28 Feb 2024 08:26:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "name": "tempest-securitygroup--929594954", "stateful": true, "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "tempest-description--2061422280", "shared": false, "security_group_rules": [{"id": "9ecd4970-aa63-40bd-b7e6-f335c466ea14", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "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": 647, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:19Z", "updated_at": "2024-02-28T08:26:19Z", "revision_number": 0}, {"id": "ccdd9778-5446-4d4f-806d-734a56a071ef", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_ran ge_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 646, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:19Z", "updated_at": "2024-02-28T08:26:19Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:26:19Z", "updated_at": "2024-02-28T08:26:19Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:26:20,275 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.212s 2024-02-28 08:26:20,275 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8e97a2ac-f62c-4b20-863b-f94cb1f02c8a', 'date': 'Wed, 28 Feb 2024 08:26:20 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": "2eb5e022-0828-474b-84e8-8f4521c779b0", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:20Z", "updated_at": "2024-02-28T08:26:20Z", "revision_number": 0}}' 2024-02-28 08:26:20,502 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.226s 2024-02-28 08:26:20,502 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c45b0fc0-6658-467c-9664-e9ec3f3b619f', 'date': 'Wed, 28 Feb 2024 08:26:20 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": "90430ac8-8058-465e-883d-58253ee72f6b", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:20Z", "updated_at": "2024-02-28T08:26:20Z", "revision_number": 0}}' 2024-02-28 08:26:20,502 86053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--929594954 created 2024-02-28 08:26:21,106 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.603s 2024-02-28 08:26:21,106 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993 b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-265aed19-4895-44d2-98e3-46ec5640bc76', 'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7b9be29e-3052-4fb8-b6ac-0848b772fdbd", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.200", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:20Z", "updated_at": "2024-02-28T08:26:20Z", "revision_number": 0}}' 2024-02-28 08:26:21,107 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7b9be29e-3052-4fb8-b6ac-0848b772fdbd', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.200', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:20Z', 'updated_at': '2024-02-28T08:26:20Z', 'revision_number': 0, 'ip': '172.24.4.200'} created 2024-02-28 08:26:21,145 86053 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.033s 2024-02-28 08:26:21,146 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-61845d04-761b-48ac-9174-bd778e5d54c9', '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": "218f5d76ad824a1abc95a08cf721e2ba", "name": "tempest-AttachVolumeNegativeTest-321882960-project-member", "password_expires_at": null}, "audit_ids": ["GO_cRCI8S1qCPDEG9hWSDw"], "expires_at": "2024-02-28T09:26:21.000000Z", "issued_at": "2024-02-28T08:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf279a5b5bc6440e9916e829bd29e2b9", "name": "tempest-AttachVolumeNegativeTest-321882960"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca 4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:26:21,147 86053 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '3bab0135-a744-47ea-8119-b4d8366bbc06', 'name': 'tempest-AttachVolumeNegativeTest-552754571-network', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4156, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:12Z', 'updated_at': '2024-02-28T08:26:12Z', 'revision_number': 1} available for tenant 2024-02-28 08:26:21,147 86053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-250158125', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHK9mhjiouwc76OPXUO6W9M+Ph6YKZbj7daMxt9SmwbDN3mTtGJgAFd/fuqtTC3qrZOQrgv5TYBTsWz5ErMgc2bALR4EJb68SEO1UlqZb9OqLANCiy5OB+TWXxmSpHMwsg==', 'fingerprint': 'fa:db:4b:59:1a:2f:22:da:79:f6:90:f2:33:a4:9f:f0', 'user_id': '218f5d76ad824a1abc95a08cf721e2ba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCI2jfSXezg6tKdjrpyQzsHelwgngUtwgK65xo8d7+9W/N+7s0Knozo\nYx9Z3cqK+rWgBwYFK4EEACKhZANiAARyvZoY4qLsHO+jj11DulvTPj4emCmW4+3W\njMbfUpsGwzd5k7RiYABXf37qrUwt6q2TkK4L+U2AU7Fs+RKzIHNmwC0eBCW+vEhD\ntVJamW/TqiwDQosuTgfk1l8ZkqRzMLI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dd982207-3671-4f53-8ff9-43beb74b9a92', 'name': 'tempest-securitygroup--929594954', 'stateful': True, 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': 'tempest-description--2061422280', 'shared': False, 'security_group_rules': [{'id': '9ecd4970-aa63-40bd-b7e6-f335c466ea14', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': 'dd982207-3671-4f53-8ff9-43beb74b9a92', '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': 647, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:19Z', 'updated_at': '2024-02-28T08:26:19Z', 'revision_number': 0}, {'id': 'ccdd9778-5446-4d4f-806d-734a56a071ef', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': 'dd982207-3671-4f53-8ff9-43beb74b9a92', '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_gro up_id': None, 'standard_attr_id': 646, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:19Z', 'updated_at': '2024-02-28T08:26:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:26:19Z', 'updated_at': '2024-02-28T08:26:19Z', 'revision_number': 1, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9'}, 'floating_ip': {'id': '7b9be29e-3052-4fb8-b6ac-0848b772fdbd', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.200', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:20Z', 'updated_at': '2024-02-28T08:26:20Z', 'revision_number': 0, 'ip': '172.24.4.200'}} 2024-02-28 08:26:21,760 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.611s 2024-02-28 08:26:21,760 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1465550970", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3bab0135-a744-47ea-8119-b4d8366bbc06"}], "security_groups": [{"name": "tempest-securitygroup--929594954"}], "key_name": "tempest-keypair-250158125", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fb76c7f-75f6-4ae4-b365-5aed1ff3b494', 'x-compute-request-id': 'req-6fb76c7f-75f6-4ae4-b365-5aed1ff3b494', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--929594954"}], "adminPass": "password"}}' 2024-02-28 08:26:21,855 86053 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/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.092s 2024-02-28 08:26:21,855 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14d5c4a1-3e02-479f-8862-dc0bc8719780', 'x-compute-request-id': 'req-14d5c4a1-3e02-479f-8862-dc0bc8719780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'{"server": {"id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "name": "tempest-AttachVolumeNegativeTest-server-1465550970", "status": "BUILD", "tenant_id": "cf279a5b5bc6440e9916e829b d29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:22Z", "updated": "2024-02-28T08:26:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-250158125", "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": []}}' 2024-02-28 08:27:12,130 86053 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/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.211s 2024-02-28 08:27:12,131 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:11 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-1bba67ea-ac63-4d86-a41f-c00dc78332b0', 'x-compute-request-id': 'req-1bba67ea-ac63-4d86-a41f-c00dc78332b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'{"server": {"id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "name": "tempest-AttachVolumeNegativeTest-server-1465550970", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:21Z", "updated": "2024-02-28T08:26:29Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:d5:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-250158125", "OS-SRV-USG:launched_at": "2024-02-28T08:26:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--929594954"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:12,144 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:28:12,401 86053 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/7ec75a99-bc11-4adf-a539-4fb3ea15adf1/os-interface 0.198s 2024-02-28 08:28:12,401 86053 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:12 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-a4ae987d-95a9-4c1b-80f3-9f9a5d5f2691', 'x-compute-request-id': 'req-a4ae987d-95a9-4c1b-80f3-9f9a5d5f2691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "port_id": "a4703f6d-b94c-472b-a1b7-4bfb6b487150", "mac_addr": "fa:16:3e:ff:d5:f5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "246caaab-61df-4778-80bf-9328ee1bf49c", "ip_address": "10.0.0.3"}]}]}' 2024-02-28 08:28:13,161 86053 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/7b9be29e-3052-4fb8-b6ac-0848b772fdbd 0.756s 2024-02-28 08:28:13,162 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a4703f6d-b94c-472b-a1b7-4bfb6b487150"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c2340972-f285-4aaa-acca-119b30bf943a', 'date': 'Wed, 28 Feb 2024 08:28:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b9be29e-3052-4fb8-b6ac-0848b772fdbd'} Body: b'{"floatingip": {"id": "7b9be29e-3052-4fb8-b6ac-0848b772fdbd", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.200", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "18e82cfe-d646-4d57-8f9b-a97fc16363e0", "port_id": "a4703f6d-b94c-472b-a1b7-4bfb6b487150", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "mac_address": "fa:16:3e:ff:d5:f5", "admin_state_up": true, "status": "ACTIVE", "device_id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:20Z", "updated_at": "2024-02-28T08:28:12Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:28:13,164 86053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.200:22' as 'cirros' with public key authentication 2024-02-28 08:28:13,180 86053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:13,288 86053 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:13,288 86053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.200 successfully created 2024-02-28 08:28:13,330 86053 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/7ec75a99-bc11-4adf-a539-4fb3ea15adf1/ips 0.040s 2024-02-28 08:28:13,331 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:13 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-2bde9803-a957-493e-9776-ace3fbbb1073', 'x-co mpute-request-id': 'req-2bde9803-a957-493e-9776-ace3fbbb1073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2024-02-28 08:28:13,566 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes 0.232s 2024-02-28 08:28:13,566 86053 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-588314212"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c973eac-3be7-4e6b-a228-557e48f5de77', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c973eac-3be7-4e6b-a228-557e48f5de77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes'} Body: b'{"volume": {"id": "35c1cfb5-9781-49f9-a494-63c3edc906ca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:13.502047", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-588314212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:28:13,624 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca 0.046s 2024-02-28 08:28:13,624 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189677ed-34a9-41da-89da-75d1319a0f55', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189677ed-34a9-41da-89da-75d1319a0f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca'} Body: b'{"volume": {"id": "35c1cfb5-9781-49f9-a494-63c3edc906ca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:14.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-588314212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tena nt_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:28:14,678 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca 0.040s 2024-02-28 08:28:14,678 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0b2085d-02cc-484b-afdf-daf776ce17e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0b2085d-02cc-484b-afdf-daf776ce17e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca'} Body: b'{"volume": {"id": "35c1cfb5-9781-49f9-a494-63c3edc906ca", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:14.000000", "updated_at": "2024-02-28T08:28:14.000000", "name": "tempest-AttachVolumeNegativeTest-volume-588314212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:28:14,806 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.115s 2024-02-28 08:28:14,807 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25865416-97f5-4f5d-9184-fba5a6bb84f8', 'x-compute-request-id': 'req-25865416-97f5-4f5d-9184-fba5a6bb84f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'' 2024-02-28 08:28:15,033 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.226s 2024-02-28 08:28:15,034 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1666', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27ba7c8a-4da5-4c8d-b014-d6b95a3d0585', 'x-compute-request-id': 'req-27ba7c8a-4da5-4c8d-b014-d6b95a3d0585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'{"server": {"id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "name": "tempest-AttachVol umeNegativeTest-server-1465550970", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:21Z", "updated": "2024-02-28T08:28:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:d5:f5"}, {"version": 4, "addr": "172.24.4.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:d5:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-250158125", "OS-SRV-USG:launched_at": "2024-02-28T08:26:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--929594954"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:29:05,140 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.045s 2024-02-28 08:29:05,140 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:05 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-0ee610ce-691d-40d2-bb8a-788a7cc58c45', 'x-compute-request-id': 'req-0ee610ce-691d-40d2-bb8a-788a7cc58c45', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7ec75a99-bc11-4adf-a539-4fb3ea15adf1 could not be found."}}' 2024-02-28 08:29:05,164 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-250158125 0.023s 2024-02-28 08:29:05,165 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-238a9744-193b-44da-be51-97a8ff97a2ce', 'x-compute-request-id': 'req-238a9744-193b-44da-be51-97a8ff97a2ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-250158125'} Body: b'' 2024-02-28 08:29:05,344 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dd982207-3671-4f53-8ff9-43beb74b9a92 0.178s 2024-02-28 08:29:05,344 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5eb6b1d1-effc-4605-9026-8e6837f40feb', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dd982207-3671-4f53-8ff9-43beb74b9a92'} Body: b'' 2024-02-28 08:29:05,363 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dd982207-3671-4f53-8ff9-43beb74b9a92 0.019s 2024-02-28 08:29:05,364 86053 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-a418a7a2-9be5-44b0-9f3a-86057c6655d8', 'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dd982207-3671-4f53-8ff9-43beb74b9a92'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dd982207-3671-4f53-8ff9-43beb74b9a92 does not exist", "detail": ""}}' 2024-02-28 08:29:05,751 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7b9be29e-3052-4fb8-b6ac-0848b772fdbd 0.386s 2024-02-28 08:29:05,751 86053 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-c0f8d9f5-9e7c-4b1d-b73a-05b54f69f536', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b9be29e-3052-4fb8-b6ac-0848b772fdbd'} Body: b'' {10} 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 628a77fb-ac94-43b7-8f82-a39a7de7d480 failed to build and is in ERROR status {10} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {10} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.171916s] ... ok {10} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.015250s] ... ok {10} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.150405s] ... ok {10} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.715945s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 05a013ce-3043-4e37-9260-afe49835a89f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:14,844 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes 0.387s 2024-02-28 08:29:14,844 86063 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-1839644216"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c0a142-7a2b-4c25-8465-544d0ec1a4cd', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c0a142-7a2b-4c25-8465-544d0ec1a4cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes'} Body: b'{"volume": {"id": "05a013ce-3043-4e37-9260-afe49835a89f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:14.748953", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1839644216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 08:29:14,912 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.056s 2024-02-28 08:29:14,912 86063 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, 28 Feb 2024 08:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b40e4f64-f5d5-47a3-8659-163a3c74dac9', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b40e4f64-f5d5-47a3-8659-163a3c74dac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'{"volume": {"id": "05a013ce-3043-4e37-9260-afe49835a89f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:15.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1839644216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:15,970 86063 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.044s 2024-02-28 08:29:15,971 86063 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, 28 Feb 2024 08:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83a99af5-d8ac-492f-a2af-8328637d70af', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83a99af5-d8ac-492f-a2af-8328637d70af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'{"volume": {"id": "05a013ce-3043-4e37-9260-afe49835a89f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:15.000000", "updated_at": "2024-02-28T08:29:15.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1839644216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:16,030 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.045s 2024-02-28 08:29:16,030 86063 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, 28 Feb 2024 08:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2471661-d4af-49a6-bdc1-9fb3a70c6f66', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2471661-d4af-49a6-bdc1-9fb3a70c6f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'{"volume": {"id": "05a013ce-3043-4e37-9260-afe49835a89f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:15.000000", "updated_at": "2024-02-28T08:29:15.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1839644216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:16,146 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.103s 2024-02-28 08:29:16,147 86063 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, 28 Feb 2024 08:29:16 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-6c845836-954a-4cc3-98ef-d731b0ed0dcf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'' 2024-02-28 08:29:16,171 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.024s 2024-02-28 08:29:16,171 86063 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, 28 Feb 2024 08:29:16 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-81a2d8d0-f997-43b0-a9aa-59cf0faa99c3', 'x-openstack-request-id': 'req-81a2d8d0-f997-43b0-a9aa-59cf0faa99c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 05a013ce-3043-4e37-9260-afe49835a89f could not be found."}}' {10} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.535124s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2c03975f-4be4-4547-bc9d-9af1b1b26b0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:16,362 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes 0.187s 2024-02-28 08:29:16,362 86063 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-1444315923"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff1d9255-7e95-408f-832a-5afb2a47bfcd', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff1d9255-7e95-408f-832a-5afb2a47bfcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes'} Body: b'{"volume": {"id": "2c03975f-4be4-4547-bc9d-9af1b1b26b0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.300604", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1444315923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 08:29:16,419 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.045s 2024-02-28 08:29:16,420 86063 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, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d235125f-46b8-484b-9047-49846641bbb8', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d235125f-46b8-484b-9047-49846641bbb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'{"volume": {"id": "2c03975f-4be4-4547-bc9d-9af1b1b26b0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1444315923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:17,481 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.042s 2024-02-28 08:29:17,482 86063 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, 28 Feb 2024 08:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8753ffa3-1753-4d69-b420-32506b90aff9', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8753ffa3-1753-4d69-b420-32506b90aff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'{"volume": {"id": "2c03975f-4be4-4547-bc9d-9af1b1b26b0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.000000", "updated_at": "2024-02-28T08:29:16.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1444315923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:17,542 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.047s 2024-02-28 08:29:17,543 86063 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, 28 Feb 2024 08:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6525bf8f-a596-45f3-903a-f04a9f01897a', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6525bf8f-a596-45f3-903a-f04a9f01897a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'{"volume": {"id": "2c03975f-4be4-4547-bc9d-9af1b1b26b0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.000000", "updated_at": "2024-02-28T08:29:16.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1444315923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:17,684 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.117s 2024-02-28 08:29:17,685 86063 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, 28 Feb 2024 08:29:17 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-c5f2ac5d-c52e-4cd1-8113-95a53343f207', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'' 2024-02-28 08:29:17,708 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.023s 2024-02-28 08:29:17,708 86063 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, 28 Feb 2024 08:29:17 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-04d8fa15-76d7-46d1-941e-47c5bc3da761', 'x-openstack-request-id': 'req-04d8fa15-76d7-46d1-941e-47c5bc3da761', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2c03975f-4be4-4547-bc9d-9af1b1b26b0e could not be found."}}' {10} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.124792s] ... ok {7} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.324809s] ... ok {7} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.281202s] ... ok {10} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {10} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {7} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {7} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.103347s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:29,941 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types 0.198s 2024-02-28 08:29:29,941 86057 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-323194262", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaab4130-8b2a-4b71-8687-721cb4609aeb', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaab4130-8b2a-4b71-8687-721cb4609aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types'} Body: b'{"volume_type": {"id": "437170b0-cb4b-4146-8ef3-1e11c553ca07", "name": "tempest-VolumeTypesAccessTest-volume-type-323194262", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2024-02-28 08:29:30,085 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes 0.139s 2024-02-28 08:29:30,085 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "437170b0-cb4b-4146-8ef3-1e11c553ca07", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-ce031146-f53e-414b-bfa1-898471ba4e26', 'x-openstack-request-id': 'req-ce031146-f53e-414b-bfa1-898471ba4e26', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 437170b0-cb4b-4146-8ef3-1e11c553ca07 could not be found."}}' 2024-02-28 08:29:30,086 86057 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2024-02-28 08:29:30,131 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07/action 0.045s 2024-02-28 08:29:30,132 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "eedb5037071647f89e36eb8a6eb7d331"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-953323ef-3c6d-4e4a-a02b-f6b912314401', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07/action'} Body: b'' 2024-02-28 08:29:30,344 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes 0.211s 2024-02-28 08:29:30,344 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "437170b0-cb4b-4146-8ef3-1e11c553ca 07", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1129427802"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a264a1-df64-4da2-b310-7c052c983435', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a264a1-df64-4da2-b310-7c052c983435', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes'} Body: b'{"volume": {"id": "7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:30.286763", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1129427802", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-323194262", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}], "user_id": "248e907140264535b23392107cc2de85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:30,398 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.042s 2024-02-28 08:29:30,398 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4d452e2-c357-41cd-bac4-a208c27b13aa', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4d452e2-c357-41cd-bac4-a208c27b13aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'{"volume": {"id": "7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:30.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1129427802", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-323194262", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}], "user_id": "248e907140264535b23392107cc2de85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eedb5037071647f89e36eb8a6eb7d331"}}' 2024-02-28 08:29:31,464 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.052s 2024-02-28 08:29:31,464 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c308be-e908-4ebc-8aae-ceec9b027223', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c308be-e908-4ebc-8aae-ceec9b027223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'{"volume": {"id": "7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:30.000000", "updated_at": "2024-02-28T08:29:30.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1129427802", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-323194262", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}], "user_id": "248e907140264535b23392107cc2de85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eedb5037071647f89e36eb8a6eb7d331"}}' 2024-02-28 08:29:31,568 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.090s 2024-02-28 08:29:31,569 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d351d28-7406-45f9-bfd0-f8d2440227ae', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d351d28-7406-45f9-bfd0-f8d2440227ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'{"volume": {"id": "7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:30.000000", "updated_at": "2024-02-28T08:29:30.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1129427802", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-323194262", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}], "user_id": "248e907140264535b23392107cc2de85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eedb5037071647f89e36eb8a6eb7d331"}}' 2024-02-28 08:29:31,706 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.125s 2024-02-28 08:29:31,707 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16bdb5a6-b15c-447b-859d-bd0bf5987a5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f8 9e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'' 2024-02-28 08:29:31,728 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.021s 2024-02-28 08:29:31,728 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bee1ca3-9db0-4dcd-ac86-a94ffb8d3089', 'x-openstack-request-id': 'req-7bee1ca3-9db0-4dcd-ac86-a94ffb8d3089', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 could not be found."}}' 2024-02-28 08:29:31,763 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07/action 0.034s 2024-02-28 08:29:31,763 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "eedb5037071647f89e36eb8a6eb7d331"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76fa3b91-6ac0-4e94-b621-9c4648752a34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07/action'} Body: b'' 2024-02-28 08:29:31,819 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07 0.055s 2024-02-28 08:29:31,819 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f10a470-02a7-4bac-b42a-edf213674a55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07'} Body: b'' 2024-02-28 08:29:31,844 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07 0.024s 2024-02-28 08:29:31,844 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a22d57-9859-4ccd-a5db-cd97dd70390a', 'x-openstack-request-id': 'req-76a22d57-9859-4ccd-a5db-cd97dd70390a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf7169 2108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 437170b0-cb4b-4146-8ef3-1e11c553ca07 could not be found."}}' {7} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.294105s] ... ok {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [166.521658s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9e6705eb-1170-454b-9891-d670c82f4cc4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:46,852 86043 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:26:46,852 86043 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:26:47,084 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.230s 2024-02-28 08:26:47,084 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1483383432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDu838j5YYP8QrHaZAMTrb7IFfiaLNseIXapHFYLyUz94/sD4LSZkTzYIV4wB3HcVae+GN3JOTYLcVsfwH8q5aM8BstyXtBhNxLKim3VSmJU3TD1I72oh3eU23DvuaqpmA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:46 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-16527c13-69dc-4a91-a941-2a2ee73c9e56', 'x-compute-request-id': 'req-16527c13-69dc-4a91-a941-2a2ee73c9e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1483383432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDu838j5YYP8QrHaZAMTrb7IFfiaLNseIXapHFYLyUz94/sD4LSZkTzYIV4wB3HcVae+GN3JOTYLcVsfwH8q5aM8BstyXtBhNxLKim3VSmJU3TD1I72oh3eU23DvuaqpmA==", "fingerprint": "10:ab:7e:39:82:a8:21:4b:e3:5c:36:68:6a:86:40:9e", "user_id": "e66cc838b4ea49129bb6b5008cf3439c"}}' 2024-02-28 08:26:47,089 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1483383432 created 2024-02-28 08:26:47,252 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2024-02-28 08:26:47,253 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1426744188", "description": "tempest-description--1142344199"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-e91c7cc0-ec15-4cba-bbe1-a017e4083eeb', 'date': 'Wed, 28 Feb 2024 08:26:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "name": "tempest-securitygroup--1426744188", "stateful": true, "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "description": "tempest-description--1142344199", "shared": false, "security_group_rules": [{"id": "389a323a-2b53-44f0-ba38-8b9272a30abf", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "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": 667, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 0}, {"id": "bf8cf554-b684-46b9-911c-72cab2773176", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "por t_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 668, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 1, "project_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:26:47,448 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.195s 2024-02-28 08:26:47,448 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5e306d73-bc1d-4955-a15f-639a402f9ba9', 'date': 'Wed, 28 Feb 2024 08:26: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": "5a00f506-8777-47e3-b2fd-eef3336522d3", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 0}}' 2024-02-28 08:26:47,647 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.198s 2024-02-28 08:26:47,647 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-03f712de-3722-4f72-9c9b-2d6ad26971a7', 'date': 'Wed, 28 Feb 2024 08:26: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": "69083bdd-9613-4a6f-98e5-7b0ea31a106d", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 0}}' 2024-02-28 08:26:47,648 86043 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1426744188 created 2024-02-28 08:26:48,291 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.643s 2024-02-28 08:26:48,292 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id" : "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-c1ef2d78-34c5-4fe6-a70e-9d0f852e29c2', 'date': 'Wed, 28 Feb 2024 08:26:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e06d8533-9416-4b1e-916a-e7fce530ec30", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "floating_ip_address": "172.24.4.43", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:48Z", "updated_at": "2024-02-28T08:26:48Z", "revision_number": 0}}' 2024-02-28 08:26:48,292 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e06d8533-9416-4b1e-916a-e7fce530ec30', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'floating_ip_address': '172.24.4.43', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:48Z', 'updated_at': '2024-02-28T08:26:48Z', 'revision_number': 0, 'ip': '172.24.4.43'} created 2024-02-28 08:26:48,334 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2024-02-28 08:26:48,334 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:48 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-590098ea-5324-47ac-a6b3-858c0f10104d', '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": "e66cc838b4ea49129bb6b5008cf3439c", "name": "tempest-AttachVolumeTestJSON-1656671461-project-member", "password_expires_at": null}, "audit_ids": ["gF7LtJv3QVSf55cPYXzU8Q"], "expires_at": "2024-02-28T09:26:48.000000Z", "issued_at": "2024-02-28T08:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00253bddc00345ee86ac9aa493fa08c1", "name": "tempest-AttachVolumeTestJSON-1656671461"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name" : "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:26:48,335 86043 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '435b483d-b91e-4ab4-b357-3282fcfb43c3', 'name': 'tempest-AttachVolumeTestJSON-556783383-network', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27379, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:40Z', 'updated_at': '2024-02-28T08:26:40Z', 'revision_number': 1} available for tenant 2024-02-28 08:26:48,335 86043 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1483383432', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDu838j5YYP8QrHaZAMTrb7IFfiaLNseIXapHFYLyUz94/sD4LSZkTzYIV4wB3HcVae+GN3JOTYLcVsfwH8q5aM8BstyXtBhNxLKim3VSmJU3TD1I72oh3eU23DvuaqpmA==', 'fingerprint': '10:ab:7e:39:82:a8:21:4b:e3:5c:36:68:6a:86:40:9e', 'user_id': 'e66cc838b4ea49129bb6b5008cf3439c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBoPuDWd3BkNWandy37UML2uhBckc3kfbui1ye/Znxmf9qccXejMNl2\nCWZI8wqDXnagBwYFK4EEACKhZANiAAQ7vN/I+WGD/EKx2mQDE62+yBX4mizbHiF2\nqRxWC8lM/eP7A+C0mZE82CFeMAdx3FWnvhjdyTk2C3FbH8B/KuWjPAbLcl7QYTcS\nyopt1UpiVN0w9SO9qId3lNtw77mqqZg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4d964b23-ba55-41d4-bffb-20e8559a4bac', 'name': 'tempest-securitygroup--1426744188', 'stateful': True, 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': 'tempest-description--1142344199', 'shared': False, 'security_group_rules': [{'id': '389a323a-2b53-44f0-ba38-8b9272a30abf', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'security_group_id': '4d964b23-ba55-41d4-bffb-20e8559a4bac', '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': 667, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:47Z', 'updated_at': '2024-02-28T08:26:47Z', 'revision_number': 0}, {'id': 'bf8cf554-b684-46b9-911c-72cab2773176', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'security_group_id': '4d964b23-ba55-41d4-bffb-20e8559a4bac', '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': 668, 'belongs_to_defau lt_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:47Z', 'updated_at': '2024-02-28T08:26:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:26:47Z', 'updated_at': '2024-02-28T08:26:47Z', 'revision_number': 1, 'project_id': '00253bddc00345ee86ac9aa493fa08c1'}, 'floating_ip': {'id': 'e06d8533-9416-4b1e-916a-e7fce530ec30', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'floating_ip_address': '172.24.4.43', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:48Z', 'updated_at': '2024-02-28T08:26:48Z', 'revision_number': 0, 'ip': '172.24.4.43'}} 2024-02-28 08:26:48,897 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.561s 2024-02-28 08:26:48,898 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1484219434", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "435b483d-b91e-4ab4-b357-3282fcfb43c3"}], "security_groups": [{"name": "tempest-securitygroup--1426744188"}], "key_name": "tempest-keypair-1483383432", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0854cd2-d6a3-492d-9e20-ea67d25777dc', 'x-compute-request-id': 'req-c0854cd2-d6a3-492d-9e20-ea67d25777dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1426744188"}], "adminPass": "password"}}' 2024-02-28 08:26:48,970 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.069s 2024-02-28 08:26:48,971 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de222044-8007-4fe7-be21-7a9bf3e41917', 'x-compute-request-id': 'req-de222044-8007-4fe7-be21-7a9bf3e41917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'{"server": {"id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "name": "tempest-AttachVolumeTestJSON-server-1484219434", "status": "BUILD", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2 f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:49Z", "updated": "2024-02-28T08:26:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1483383432", "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": []}}' 2024-02-28 08:27:39,242 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.215s 2024-02-28 08:27:39,242 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b5f8165-d311-4869-b336-3ce22359ad73', 'x-compute-request-id': 'req-1b5f8165-d311-4869-b336-3ce22359ad73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'{"server": {"id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "name": "tempest-AttachVolumeTestJSON-server-1484219434", "status": "ACTIVE", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "c774ac725353483b4def042066a77f33c1ea017067c263de0437090d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:48Z", "updated": "2024-02-28T08:26:56Z", "addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:38:6e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1483383432", "OS-SRV-USG:launched_at": "2024-02-28T08:26:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1426744188"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:39,255 86043 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:28:39,487 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522/os-interface 0.172s 2024-02-28 08:28:39,488 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respons e - Headers: {'date': 'Wed, 28 Feb 2024 08:28:39 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-11302136-2c0e-4ff7-ac3e-fcb65f6d0697', 'x-compute-request-id': 'req-11302136-2c0e-4ff7-ac3e-fcb65f6d0697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "435b483d-b91e-4ab4-b357-3282fcfb43c3", "port_id": "7c8afeb9-c935-48fd-bae6-9e88b623aa36", "mac_addr": "fa:16:3e:12:38:6e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "36c33f1a-8b37-418a-8c9b-5085a793caed", "ip_address": "10.0.0.11"}]}]}' 2024-02-28 08:28:40,322 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/e06d8533-9416-4b1e-916a-e7fce530ec30 0.830s 2024-02-28 08:28:40,323 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7c8afeb9-c935-48fd-bae6-9e88b623aa36"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-67662dc6-c51e-4fb7-8bb6-857f743a7d21', 'date': 'Wed, 28 Feb 2024 08:28:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e06d8533-9416-4b1e-916a-e7fce530ec30'} Body: b'{"floatingip": {"id": "e06d8533-9416-4b1e-916a-e7fce530ec30", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "floating_ip_address": "172.24.4.43", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "e57398b2-9eea-4249-9ef0-da5d3dcf0050", "port_id": "7c8afeb9-c935-48fd-bae6-9e88b623aa36", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "435b483d-b91e-4ab4-b357-3282fcfb43c3", "mac_address": "fa:16:3e:12:38:6e", "admin_state_up": true, "status": "ACTIVE", "device_id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:48Z", "updated_at": "2024-02-28T08:28:39Z", "revision_number": 1, "project_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:28:40,327 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.43:22' as 'cirros' with public key authentication 2024-02-28 08:28:40,349 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:40,459 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:40,459 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.43 successfully created 2024-02-28 08:28:40,499 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522/ips 0.039s 2024-02-28 08:28:40,500 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dd8c340-9dcf-425b-9a44-b9c73e93a22f', 'x-compute-request-id': 'req-7dd8c340-9dcf-425b-9a44-b9c73e93a22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522/ips'} Body: b'{" addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2024-02-28 08:28:40,503 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.43:22' as 'cirros' with public key authentication 2024-02-28 08:28:40,506 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:40,610 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:40,611 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.43 successfully created 2024-02-28 08:28:40,611 86043 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2024-02-28 08:28:40,612 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.43:22' as 'cirros' with public key authentication 2024-02-28 08:28:40,614 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:40,719 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:40,720 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.43 successfully created 2024-02-28 08:28:40,941 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes 0.208s 2024-02-28 08:28:40,941 86043 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-717041085"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-997003e5-6794-4af9-ab73-23ff8912dc75', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-997003e5-6794-4af9-ab73-23ff8912dc75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes'} Body: b'{"volume": {"id": "9e6705eb-1170-454b-9891-d670c82f4cc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:40.880592", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-717041085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:28:40,994 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4 0.041s 2024-02-28 08:28:40,995 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c284c63-b2a4-47a3-ba81-1c8fcb87782f', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c284c63-b2a4-47a3-ba81-1c8fcb87782f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4'} Body: b' {"volume": {"id": "9e6705eb-1170-454b-9891-d670c82f4cc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:41.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-717041085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:28:42,053 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4 0.042s 2024-02-28 08:28:42,053 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7d601a5-897b-40f6-ae41-48a84ab7ac2a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d601a5-897b-40f6-ae41-48a84ab7ac2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4'} Body: b'{"volume": {"id": "9e6705eb-1170-454b-9891-d670c82f4cc4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:41.000000", "updated_at": "2024-02-28T08:28:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-717041085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:28:42,173 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.107s 2024-02-28 08:28:42,174 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1996d3e-0d23-44c7-b6e2-ed65b949330c', 'x-compute-request-id': 'req-c1996d3e-0d23-44c7-b6e2-ed65b949330c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'' 2024-02-28 08:28:42,431 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.256s 2024-02-28 08:28:42,431 86043 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec3122d-df52-4e12-a885-8c4db58f5a46', 'x-compute-request-id': 'req-bec3122d-df52-4e12-a885-8c4db58f5a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'{"server": {"id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "name": "tempest-AttachVolumeTestJSON-server-1484219434", "status": "ACTIVE", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "c774ac725353483b4def042066a77f33c1ea017067c263de0437090d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:48Z", "updated": "2024-02-28T08:28:42Z", "addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:38:6e"}, {"version": 4, "addr": "172.24.4.43", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:38:6e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1483383432", "OS-SRV-USG:launched_at": "2024-02-28T08:26:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1426744188"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:29:32,529 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.034s 2024-02-28 08:29:32,530 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-6d772f33-c01c-449f-8d57-66dbe907f2e2', 'x-compute-request-id': 'req-6d772f33-c01c-449f-8d57-66dbe907f2e2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2b72d7b9-8781-45b8-b26c-8520f4820522 could not be found."}}' 2024-02-28 08:29:32,554 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1483383432 0.024s 2024-02-28 08:29:32,555 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'o penstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b22d08dc-c0f6-4147-b886-e65cb0a816df', 'x-compute-request-id': 'req-b22d08dc-c0f6-4147-b886-e65cb0a816df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1483383432'} Body: b'' 2024-02-28 08:29:32,716 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4d964b23-ba55-41d4-bffb-20e8559a4bac 0.160s 2024-02-28 08:29:32,716 86043 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-4cc6b56d-04c0-4ad0-b7a5-fa0b1d141922', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4d964b23-ba55-41d4-bffb-20e8559a4bac'} Body: b'' 2024-02-28 08:29:32,734 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/4d964b23-ba55-41d4-bffb-20e8559a4bac 0.017s 2024-02-28 08:29:32,734 86043 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-e723d7c2-b308-411f-a182-5324e38f5e1f', 'date': 'Wed, 28 Feb 2024 08:29:32 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4d964b23-ba55-41d4-bffb-20e8559a4bac'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4d964b23-ba55-41d4-bffb-20e8559a4bac does not exist", "detail": ""}}' 2024-02-28 08:29:33,370 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e06d8533-9416-4b1e-916a-e7fce530ec30 0.635s 2024-02-28 08:29:33,371 86043 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-7d4818c1-2c07-481e-a9f6-0cdb3be32fda', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e06d8533-9416-4b1e-916a-e7fce530ec30'} Body: b'' {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.187930s] ... ok {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [2.042144s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 162, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group e2509cab-fc19-4392-862c-6c1e68a20844 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:35,382 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types 0.227s 2024-02-28 08:29:35,383 86059 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-424751130"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5afbd0ed-eaaf-4f3d-a48e-79a88af945f1', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5afbd0ed-eaaf-4f3d-a48e-79a88af945f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types'} Body: b'{"volume_type": {"id": "ce50d3fd-5bf9-4250-95f2-a070665485cd", "name": "tempest-GroupSnapshotsTest-volume-type-424751130", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:29:35,435 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types 0.050s 2024-02-28 08:29:35,436 86059 DEBUG [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-511957336"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f8b4ebb-2983-4407-9598-0ae9df4cbf76', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f8b4ebb-2983-4407-9598-0ae9df4cbf76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types'} Body: b'{"group_type": {"id": "fcb9b3eb-802e-492f-b32f-f8336f77015e", "name": "tempest-GroupSnapshotsTest-group-type-511957336", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:29:35,757 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups 0.318s 2024-02-28 08:29:35,758 86059 DEBUG [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": "fcb9b3eb-802e-492f-b32f-f8336f77015e", "volume_types": ["ce50d3fd-5bf9-4250-95f2-a070665485cd"], "name": "tempest-GroupSnapshotsTest-Group-574724787"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d54fdb8-2174-4bb4-a7f9-fedef334a5f3', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d54fdb8-2174-4bb4-a7f9-fedef334a5f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups'} Body: b'{"group": {"id": "e2509cab-fc19-4392-862c-6c1e68a20844", "name": "tempest-GroupSnapshotsTest-Group-574724787"}}' 2024-02-28 08:29:35,805 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844 0.045s 2024-02-28 08:29:35,805 86059 DEBUG [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, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc364a08-3465-4745-ba1e-0fd927e5a74b', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc364a08-3465-4745-ba1e-0fd927e5a74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844'} Body: b'{"group": {"id": "e2509cab-fc19-4392-862c-6c1e68a20844", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:29:36.000000", "name": "tempest-GroupSnapshotsTest-Group-574724787", "description": null, "group_type": "fcb9b3eb-802e-492f-b32f-f8336f77015e", "volume_types": ["ce50d3fd-5bf9-4250-95f2-a070665485cd"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:36,847 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844 0.036s 2024-02-28 08:29:36,847 86059 DEBUG [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, 28 Feb 2024 08:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4009bbf0-4bda-4145-b54e-36a37f980671', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4009bbf0-4bda-4145-b54e-36a37f980671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844'} Body: b'{"group": {"id": "e2509cab-fc19-4392-862c-6c1e68a20844", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:29:36.000000", "name": "tempest-GroupSnapshotsTest-Group-574724787", "description": null, "group_type": "fcb9b3eb-802e-492f-b32f-f8336f77015e", "volume_types": ["ce50d3fd-5bf9-4250-95f2-a070665485cd"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:36,929 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail 0.077s 2024-02-28 08:29:36,930 86059 DEBUG [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, 28 Feb 2024 08:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb0224f-b968-401a-9261-ea3284462f94', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb0224f-b968-401a-9261-ea3284462f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:29:37,039 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844/action 0.097s 2024-02-28 08:29:37,039 86059 DEBUG [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-v olumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:36 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-b6722b4a-e13e-4e45-9f11-0dd07952c914', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844/action'} Body: b'' 2024-02-28 08:29:37,061 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844 0.021s 2024-02-28 08:29:37,062 86059 DEBUG [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, 28 Feb 2024 08:29:37 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-cae38e0d-6007-4943-a7e6-fb3f46b6fd0a', 'x-openstack-request-id': 'req-cae38e0d-6007-4943-a7e6-fb3f46b6fd0a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e2509cab-fc19-4392-862c-6c1e68a20844 could not be found."}}' 2024-02-28 08:29:37,095 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/fcb9b3eb-802e-492f-b32f-f8336f77015e 0.032s 2024-02-28 08:29:37,095 86059 DEBUG [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, 28 Feb 2024 08:29:37 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-9882be3f-c57d-4171-a34b-b4b69d4f5ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/fcb9b3eb-802e-492f-b32f-f8336f77015e'} Body: b'' 2024-02-28 08:29:37,162 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/ce50d3fd-5bf9-4250-95f2-a070665485cd 0.063s 2024-02-28 08:29:37,166 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-4250a669-3657-4e15-a1f8-60fdad02062b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/ce50d3fd-5bf9-4250-95f2-a070665485cd'} Body: b'' 2024-02-28 08:29:37,192 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/ce50d3fd-5bf9-4250-95f2-a070665485cd 0.022s 2024-02-28 08:29:37,192 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c7637a2-4906-4e54-bdac-db6ce25b0f74', 'x-openstack-request-id': 'req-1c7637a2-4906-4e54-bdac-db6ce25b0f74', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/ce50d3fd-5bf9-4250-95f2-a070665485cd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ce50d3fd-5bf9-4250-95f2-a070665485cd could not be found."}}' {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.637198s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 225, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 15051af1-0602-4a93-bf4e-8010714fa06c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:37,237 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types 0.031s 2024-02-28 08:29:37,237 86059 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-1031797866"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a50a9a5-510a-451f-a68e-ea5e7eb26685', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a50a9a5-510a-451f-a68e-ea5e7eb26685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types'} Body: b'{"volume_type": {"id": "c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6", "name": "tempest-GroupSnapshotsTest-volume-type-1031797866", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:29:37,285 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types 0.041s 2024-02-28 08:29:37,286 86059 DEBUG [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-908717464"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a7ae82-ea1d-41ea-81dc-1bfb8ad81bec', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a7ae82-ea1d-41ea-81dc-1bfb8ad81bec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types'} Body: b'{"group_type": {"id": "c219c052-0179-45a2-94d9-0a8523d7990f", "name": "tempest-GroupSnapshotsTest-group-type-908717464", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:29:37,375 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups 0.086s 2024-02-28 08:29:37,376 86059 DEBUG [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": "c219c052-0179-45a2-94d9-0a8523d7990f", "volume_types": ["c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6"], "name": "tempest-GroupSnapshotsTest-Group-549113415"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c79f3c4-282e-47a9-8eac-2f8bf30ead34', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c79f3c4-282e-47a9-8eac-2f8bf30ead34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups'} Body: b'{"group": {"id": "15051af1-0602-4a93-bf4e-8010714fa06c", "name": "tempest-GroupSnapshotsTest-Group-549113415"}}' 2024-02-28 08:29:37,408 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c 0.030s 2024-02-28 08:29:37,408 86059 DEBUG [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, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ead540f7-c134-488d-b220-575ad0adaec9', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ead540f7-c134-488d-b220-575ad0adaec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c'} Body: b'{"group": {"id": "15051af1-0602-4a93-bf4e-8010714fa06c", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:29:37.000000", "name": "tempest-GroupSnapshotsTest-Group-549113415", "description": null, "group_type": "c219c052-0179-45a2-94d9-0a8523d7990f", "volume_types": ["c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:38,492 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c 0.078s 2024-02-28 08:29:38,493 86059 DEBUG [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, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b0089f-6128-4c1b-96ae-cb5405a004fa', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b0089f-6128-4c1b-96ae-cb5405a004fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c'} Body: b'{"group": {"id": "15051af1-0602-4a93-bf4e-8010714fa06c", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:29:37.000000", "name": "tempest-GroupSnapshotsTest-Group-549113415", "description": null, "group_type": "c219c052-0179-45a2-94d9-0a8523d7990f", "volume_types": ["c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:38,498 86059 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 2024-02-28 08:29:38,568 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail 0.068s 2024-02-28 08:29:38,568 86059 DEBUG [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, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5769c646-8689-40ce-8532-9f9d2ff687b6', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5769c646-8689-40ce-8532-9f9d2ff687b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:29:38,655 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c/action 0.07 3s 2024-02-28 08:29:38,656 86059 DEBUG [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, 28 Feb 2024 08:29:38 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-d6ba1b03-4e0a-444d-929a-5ef9d78b9619', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c/action'} Body: b'' 2024-02-28 08:29:38,689 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c 0.033s 2024-02-28 08:29:38,690 86059 DEBUG [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, 28 Feb 2024 08:29:38 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-a067a54b-bf91-498a-b435-bca684b1fe7c', 'x-openstack-request-id': 'req-a067a54b-bf91-498a-b435-bca684b1fe7c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 15051af1-0602-4a93-bf4e-8010714fa06c could not be found."}}' 2024-02-28 08:29:38,758 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/c219c052-0179-45a2-94d9-0a8523d7990f 0.067s 2024-02-28 08:29:38,758 86059 DEBUG [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, 28 Feb 2024 08:29:38 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-bc2e9942-74ed-4cd5-bb58-8bdcf7bd9058', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/c219c052-0179-45a2-94d9-0a8523d7990f'} Body: b'' 2024-02-28 08:29:38,816 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6 0.057s 2024-02-28 08:29:38,817 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2558966-ef04-4383-a95f-c0d129ae027f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6'} Body: b'' 2024-02-28 08:29:38,838 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6 0.021s 2024-02-28 08:29:38,839 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-ff9d9d2d-8558-4abe-969d-96d36b389ab4', 'x-openstack-request-id': 'req-ff9d9d2d-8558-4abe-969d-96d36b389ab4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6 could not be found."}}' {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.602692s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 92, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group be570fbe-54e3-440a-b8f9-be6625ed55ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:38,904 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types 0.059s 2024-02-28 08:29:38,904 86059 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-1388132318"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c11bafa3-d7e2-483c-9ee8-296c10d7a855', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c11bafa3-d7e2-483c-9ee8-296c10d7a855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types'} Body: b'{"volume_type": {"id": "70bcf324-6d6e-4ec1-a1ac-9d78d327687d", "name": "tempest-GroupSnapshotsTest-volume-type-1388132318", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:29:38,956 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types 0.046s 2024-02-28 08:29:38,957 86059 DEBUG [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-1339488172"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98ce059d-4b35-44c8-8383-8e9e200cf9dc', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98ce059d-4b35-44c8-8383-8e9e200cf9dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types'} Body: b'{"group_type": {"id": "970bcc15-1f41-40b7-bcd5-add5982ddebb", "name": "tempest-GroupSnapshotsTest-group-type-1339488172", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:29:39,071 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups 0.109s 2024-02-28 08:29:39,072 86059 DEBUG [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": "970bcc15-1f41-40b7-bcd5-add5982ddebb", "volume_types": ["70bcf324-6d6e-4ec1-a1ac-9d78d327687d"], "name": "tempest-GroupSnapshotsTest-Group-147763816"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-186f8d3d-3673-497f-af59-546bbed1598d', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-186f8d3d-3673-497f-af59-546bbed1598d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups'} Body: b'{"group": {"id": "be570fbe-54e3-440a-b8f9-be6625ed55ef", "name": "tempest-GroupSnapshotsTest-Group-147763816"}}' 2024-02-28 08:29:39,111 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef 0.036s 2024-02-28 08:29:39,112 86059 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, 28 Feb 2024 08:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ef497d-00ec-46df-ac69-207728cb16cc', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ef497d-00ec-46df-ac69-207728cb16cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef'} Body: b'{"group": {"id": "be570fbe-54e3-440a-b8f9-be6625ed55ef", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:29:39.000000", "name": "tempest-GroupSnapshotsTest-Group-147763816", "description": null, "group_type": "970bcc15-1f41-40b7-bcd5-add5982ddebb", "volume_types": ["70bcf324-6d6e-4ec1-a1ac-9d78d327687d"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:40,151 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef 0.034s 2024-02-28 08:29:40,152 86059 DEBUG [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, 28 Feb 2024 08:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa183f30-1702-4918-b037-386fbe7c1e12', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa183f30-1702-4918-b037-386fbe7c1e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef'} Body: b'{"group": {"id": "be570fbe-54e3-440a-b8f9-be6625ed55ef", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:29:39.000000", "name": "tempest-GroupSnapshotsTest-Group-147763816", "description": null, "group_type": "970bcc15-1f41-40b7-bcd5-add5982ddebb", "volume_types": ["70bcf324-6d6e-4ec1-a1ac-9d78d327687d"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:40,194 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail 0.035s 2024-02-28 08:29:40,194 86059 DEBUG [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, 28 Feb 2024 08:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0480ff-3ae5-480d-a8fb-8e5cced344cb', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0480ff-3ae5-480d-a8fb-8e5cced344cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:29:40,284 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef/action 0.076s 2024-02-28 08:29:40,285 86059 DEBUG [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, 28 Feb 2024 08:29:40 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-dbf87171-262a-4cfb-bc5f-6d451b1ff259', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef/action'} Body: b'' 2024-02-28 08:29:40,302 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef 0.016s 2024-02-28 08:29:40,302 86059 DEBUG [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, 28 Feb 2024 08:29:40 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-a2a7695f-eebd-45a8-87d2-a1d01cb0aabd', 'x-openstack-request-id': 'req-a2a7695f-eebd-45a8-87d2-a1d01cb0aabd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef'} Body: b'{"itemNotFound": {"code": 404, "message": "Group be570fbe-54e3-440a-b8f9-be6625ed55ef could not be found."}}' 2024-02-28 08:29:40,337 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/970bcc15-1f41-40b7-bcd5-add5982ddebb 0.034s 2024-02-28 08:29:40,338 86059 DEBUG [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, 28 Feb 2024 08:29:40 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-84cafb80-98a1-448b-895e-3814b59633dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/970bcc15-1f41-40b7-bcd5-add5982ddebb'} Body: b'' 2024-02-28 08:29:40,426 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/70bcf324-6d6e-4ec1-a1ac-9d78d327687d 0.087s 2024-02-28 08:29:40,426 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-ca2b6f85-3f13-40f0-b545-8c4a6e5b9caf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/70bcf324-6d6e-4ec1-a1ac-9d78d327687d'} Body: b'' 2024-02-28 08:29:40,445 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/70bcf324-6d6e-4ec1-a1ac-9d78d327687d 0.018s 2024-02-28 08:29:40,445 86059 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, 28 Feb 2024 08:29: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-662bedf1-3621-4e56-b6b7-35df001e6b23', 'x-openstack-request-id': 'req-662bedf1-3621-4e56-b6b7-35df001e6b23', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/70bcf324-6d6e-4ec1-a1ac-9d78d327687d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 70bcf324-6d6e-4ec1-a1ac-9d78d327687d could not be found."}}' {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.511978s] ... ok {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.037054s] ... ok {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.045565s] ... ok {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.698704s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ef801f34-0033-450c-98e4-8f2f0f35a114 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:45,779 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/133ad710f28b4e699478276e66fbed06/os-quota-sets/9e54a58892984a528248ab76f481b395?usage=True 0.070s 2024-02-28 08:29:45,780 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a59e7ce2-8eda-4bba-b642-c789ec11c376', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a59e7ce2-8eda-4bba-b642-c789ec11c376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/133ad710f28b4e699478276e66fbed06/os-quota-sets/9e54a58892984a528248ab76f481b395?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": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:46,096 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes 0.307s 2024-02-28 08:29:46,097 86059 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-335759040"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35be58fc-5e86-4b38-bf66-d62113112ba9', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35be58fc-5e86-4b38-bf66-d62113112ba9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes'} Body: b'{"volume": {"id": "ef801f34-0033-450c-98e4-8f2f0f35a114", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:46.034308", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-335759040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:46,152 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.043s 2024-02-28 08:29:46,152 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343ea5b0-43fc-4cb5-b2f5-84dee7f35b41', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343ea5b0-43fc-4cb5-b2f5-84dee7f35b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'{"volume": {"id": "ef801f34-0033-450c-98e4-8f2f0f35a114", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:46.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-335759040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:47,210 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.044s 2024-02-28 08:29:47,210 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-376e7279-039f-4849-bcee-66b146acc60c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376e7279-039f-4849-bcee-66b146acc60c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'{"volume": {"id": "ef801f34-0033-450c-98e4-8f2f0f35a114", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:46.000000", "updated_at": "2024-02-28T08:29:46.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-335759040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:47,264 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.040s 2024-02-28 08:29:47,264 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-4978f1da-64ec-4099-96c6-2a65d8e5c55b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4978f1da-64ec-4099-96c6-2a65d8e5c55b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'{"volume": {"id": "ef801f34-0033-450c-98e4-8f2f0f35a114", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:46.000000", "updated_at": "2024-02-28T08:29:46.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-335759040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:47,383 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.104s 2024-02-28 08:29:47,383 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28858570-9518-4061-b719-6f64cd5477a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'' 2024-02-28 08:29:47,405 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.021s 2024-02-28 08:29:47,406 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-77c9e446-5dd5-4c22-baf5-1330262bcec4', 'x-openstack-request-id': 'req-77c9e446-5dd5-4c22-baf5-1330262bcec4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef801f34-0033-450c-98e4-8f2f0f35a114 could not be found."}}' {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.517708s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d0476749-86b0-403a-971f-9d348cf1982a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:47,621 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes 0.209s 2024-02-28 08:29:47,621 86059 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-1162020247"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-203e3a29-d919-44a7-8d44-24b0a70a6b93', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-203e3a29-d919-44a7-8d44-24b0a70a6b93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes'} Body: b'{"volume": {"id": "d0476749-86b0-403a-971f-9d348cf1982a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:47.552567", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1162020247", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:47,679 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.044s 2024-02-28 08:29:47,679 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b30debd-de01-4e08-9d45-dd01e8feccc5', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b30debd-de01-4e08-9d45-dd01e8feccc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'{"volume": {"id": "d0476749-86b0-403a-971f-9d348cf1982a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:48.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1162020247", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:48,740 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.046s 2024-02-28 08:29:48,740 86059 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b98dcb9-acbb-42bd-9b5d-336edd31c74d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b98dcb9-acbb-42bd-9b5d-336edd31c74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'{"volume": {"id": "d0476749-86b0-403a-971f-9d348cf1982a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:48.000000", "updated_at": "2024-02-28T08:29:48.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1162020247", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:48,797 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.043s 2024-02-28 08:29:48,797 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b53512de-c5c5-4bcf-9963-56872588feb1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b53512de-c5c5-4bcf-9963-56872588feb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'{"volume": {"id": "d0476749-86b0-403a-971f-9d348cf1982a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:48.000000", "updated_at": "2024-02-28T08:29:48.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1162020247", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:48,903 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.093s 2024-02-28 08:29:48,904 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:48 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6229b474-b98d-479f-ba47-37b532abc689', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'' 2024-02-28 08:29:48,926 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.021s 2024-02-28 08:29:48,926 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcf0e981-83f5-4e8f-a240-caf4c2fc0fb1', 'x-openstack-request-id': 'req-bcf0e981-83f5-4e8f-a240-caf4c2fc0fb1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d0476749-86b0-403a-971f-9d348cf1982a could not be found."}}' {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.064077s] ... ok {8} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.310077s] ... ok {7} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4ac32633-6863-49c7-970a-1e75ee69b9d0 failed to build and is in ERROR status {7} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {7} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {8} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {8} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5dfee79e-c691-4b8e-a70f-d64a6c68afb7 failed to build and is in ERROR status {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.191925s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.060504s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.015245s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.053287s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.015991s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.545230s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 65, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:57,235 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes 0.230s 2024-02-28 08:29:57,236 86059 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-1824970299"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bf48fb4-9e10-4545-a487-7d8fafbed9bd', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bf48fb4-9e10-4545-a487-7d8fafbed9bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes'} Body: b'{"volume": {"id": "b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:29:57.170008", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1824970299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}], "user_id": "5bde1e7e30ea4335b4be1fd2e6a7b08a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:57,284 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe 0.037s 2024-02-28 08:29:57,284 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0de1deb-71bb-4ef3-a476-0085aeb349f5', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0de1deb-71bb-4ef3-a476-0085aeb349f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'{"volume": {"id": "b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:29:57.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1824970299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}], "user_id": "5bde1e7e30ea4335b4be1fd2e6a7b08a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17f26a621f5a475fb71076397c502371"}}' 2024-02-28 08:29:58,337 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b89 8fe 0.039s 2024-02-28 08:29:58,337 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c383cc5c-858b-44ef-96d3-bba6acb60a51', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c383cc5c-858b-44ef-96d3-bba6acb60a51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'{"volume": {"id": "b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:29:57.000000", "updated_at": "2024-02-28T08:29:57.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1824970299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}], "user_id": "5bde1e7e30ea4335b4be1fd2e6a7b08a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17f26a621f5a475fb71076397c502371"}}' 2024-02-28 08:29:58,393 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe 0.043s 2024-02-28 08:29:58,393 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e94902e6-c936-4621-9010-da4d1cc85f81', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e94902e6-c936-4621-9010-da4d1cc85f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'{"volume": {"id": "b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:29:57.000000", "updated_at": "2024-02-28T08:29:57.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1824970299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}], "user_id": "5bde1e7e30ea4335b4be1fd2e6a7b08a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17f26a621f5a475fb71076397c502371"}}' 2024-02-28 08:29:58,525 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe 0.120s 2024-02-28 08:29:58,526 86059 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, 28 Feb 2024 08:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b53e2322-dc3e-4c0d-96ba-bd6f924c34a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'' 2024-02-28 08:29:58,549 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe 0.022s 2024-02-28 08:29:58,549 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-74a25c26-a817-4fc2-8822-1701e5c090a0', 'x-openstack-request-id': 'req-74a25c26-a817-4fc2-8822-1701e5c090a0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe could not be found."}}' {8} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.466773s] ... 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d19f3ae3-0dbe-4771-8243-9689ef709625 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:30:00,442 86059 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes 0.331s 2024-02-28 08:30:00,442 86059 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-257204353"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a829d21-2f25-418d-9717-fb5c171b8888', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a829d21-2f25-418d-9717-fb5c171b8888', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes'} Body: b'{"volume": {"id": "d19f3ae3-0dbe-4771-8243-9689ef709625", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:00.382278", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-257204353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}], "user_id": "6398b09ebe2f4ddca8b66b6912b27204", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:30:00,506 86059 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625 0.045s 2024-02-28 08:30:00,507 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f07a52-6cfe-4ae5-a813-733d1935542a', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f07a52-6cfe-4ae5-a813-733d1935542a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625'} Body: b'{"volume": {"id": "d19f3ae3-0dbe-4771-8243-9689ef709625", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:00.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-257204353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}], "user_id": "6398b09ebe2f4ddca8b66b6912b27204", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04d2458e7a4b42aeaa13c401e9b14238"}}' 2024-02-28 08:30:01,563 86059 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3- 0dbe-4771-8243-9689ef709625 0.043s 2024-02-28 08:30:01,564 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cc82ec0-6361-46e8-98e1-a475910333d5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cc82ec0-6361-46e8-98e1-a475910333d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625'} Body: b'{"volume": {"id": "d19f3ae3-0dbe-4771-8243-9689ef709625", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:00.000000", "updated_at": "2024-02-28T08:30:01.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-257204353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}], "user_id": "6398b09ebe2f4ddca8b66b6912b27204", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04d2458e7a4b42aeaa13c401e9b14238"}}' {11} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.860615s] ... 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 202, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 92c50123-5404-4d2d-9d2f-0bd2c85d6257 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:27:22,153 86065 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2024-02-28 08:27:22,879 86065 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.723s 2024-02-28 08:27:22,880 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--321918973", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-34344b6a-9948-42bd-976c-cce3644f8fec', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--321918973", "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": "2e60ea04dadb428aaf0af035a756f542", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0293d953-ee64-4aa5-92af-41e2620e0017", "created_at": "2024-02-28T08:27:23Z", "updated_at": "2024-02-28T08:27:23Z", "tags": [], "self": "/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017", "file": "/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:27:24,048 86065 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/0293d953-ee64-4aa5-92af-41e2620e0017/file 1.168s 2024-02-28 08:27:24,049 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6d47a052-9f8c-493e-ac17-9bbcaabb9349', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017/file'} Body: b'' 2024-02-28 08:27:24,049 86065 DEBUG [tempest.scenario.manager] image:0293d953-ee64-4aa5-92af-41e2620e0017 2024-02-28 08:27:24,113 86065 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.060s 2024-02-28 08:27:24,114 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1691351589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKqYG71rcIpCulpP6oCop+xylzToXX89PYGEC8l6nv3O1CeT+NYzYNnX0Ee9vGvmxC7vDGqrRvQqe+2gWKnodniXpLqjzPxIw0B5s9qqtTywsmQkc1AC06gJ221bhp27xg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:24 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-5802c370-10fb-43e2-88ba-fa9a775cc9c9', 'x-compute-request-id': 'req-5802c370-10fb-43e2-88ba-fa9a775cc9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1691351589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKqYG71rcIpCulpP6oCop+xylzToXX89PYGEC8l6nv3O1CeT+NYzYNnX0Ee9vGvmxC7vDGqrRvQqe+2gWKnodniXpLqjzPxIw0B5s9qqtTywsmQkc1AC06gJ221bhp27xg==", "fingerprint": "21:8a:1e:d5:b5:dd:27:69:51:10:24:8b:c6:3b:4b:de", "user_id": "57bfe832b0c045ec84619c4266077593"}}' 2024-02-28 08:27:24,162 86065 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.039s 2024-02-28 08:27:24,163 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27: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-c34c5223-54c8-4c0a-8660-aa2f2bb6f631', '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": "57bfe832b0c045ec84619c4266077593", "name": "tempest-TestMinimumBasicScenario-1761149689-project-member", "password_expires_at": null}, "audit_ids": ["sm2yG3fWS1usXnhwsD_ndQ"], "expires_at": "2024-02-28T09:27:24.000000Z", "issued_at": "2024-02-28T08:27:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e60ea04dadb428aaf0af035a756f542", "name": "tempest-TestMinimumBasicScenario-1761149689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]} }' 2024-02-28 08:27:24,164 86065 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '8f16b873-a1b6-46f6-9c4b-c70af8c66628', 'name': 'tempest-TestMinimumBasicScenario-322659556-network', 'tenant_id': '2e60ea04dadb428aaf0af035a756f542', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e60ea04dadb428aaf0af035a756f542', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50942, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:27:10Z', 'updated_at': '2024-02-28T08:27:10Z', 'revision_number': 1} available for tenant 2024-02-28 08:27:24,957 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 0.792s 2024-02-28 08:27:24,958 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-665847282", "imageRef": "0293d953-ee64-4aa5-92af-41e2620e0017", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "networks": [{"uuid": "8f16b873-a1b6-46f6-9c4b-c70af8c66628"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e89a545-51a4-482e-b989-5491f6136aaa', 'x-compute-request-id': 'req-0e89a545-51a4-482e-b989-5491f6136aaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UxnYu4HzxwA8"}}' 2024-02-28 08:27:25,034 86065 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/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.073s 2024-02-28 08:27:25,034 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb63c7ed-3c1b-4bed-b6fb-510b8db7b81e', 'x-compute-request-id': 'req-cb63c7ed-3c1b-4bed-b6fb-510b8db7b81e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "BUILD", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/c ompute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:25Z", "updated": "2024-02-28T08:27:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "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": []}}' 2024-02-28 08:28:15,341 86065 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/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.247s 2024-02-28 08:28:15,342 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c5b4d6f-2607-4c02-9ade-fbd6e7e5da33', 'x-compute-request-id': 'req-6c5b4d6f-2607-4c02-9ade-fbd6e7e5da33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:24Z", "updated": "2024-02-28T08:27:32Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "OS-SRV-USG:launched_at": "2024-02-28T08:27: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": []}}' 2024-02-28 08:28:15,360 86065 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:29:16,129 86065 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/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.710s 2024-02-28 08:29:16,129 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a27b861f-132a-4083-9b1d-057e9f96aa09', 'x-compute-request-id': 'req-a27b861f-132a-4083-9b1d-057e9f96aa09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:24Z", "updated": "2024-02-28T08:27:32Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "OS-SRV-USG:launched_at": "2024-02-28T08:27: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": []}}' 2024-02-28 08:29:16,414 86065 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.270s 2024-02-28 08:29:16,415 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 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-142d2cf7-854d-4df0-af1e-e31839ad107c', 'x-compute-request-id': 'req-142d2cf7-854d-4df0-af1e-e31839ad107c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}]}]}' 2024-02-28 08:29:16,677 86065 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/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.257s 2024-02-28 08:29:16,678 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'opensta ck-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e88d8f5-c300-490d-904a-ea2de673c3eb', 'x-compute-request-id': 'req-1e88d8f5-c300-490d-904a-ea2de673c3eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:24Z", "updated": "2024-02-28T08:27:32Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "OS-SRV-USG:launched_at": "2024-02-28T08:27: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": []}}' 2024-02-28 08:29:16,970 86065 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/2e60ea04dadb428aaf0af035a756f542/volumes 0.278s 2024-02-28 08:29:16,971 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-730025654", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661464ff-0768-4729-a897-e64680929a5c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661464ff-0768-4729-a897-e64680929a5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes'} Body: b'{"volume": {"id": "92c50123-5404-4d2d-9d2f-0bd2c85d6257", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.902342", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-730025654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:17,051 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://1 0.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257 0.068s 2024-02-28 08:29:17,052 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b510b573-07c2-44a4-8a8a-62a1b4faa7e0', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b510b573-07c2-44a4-8a8a-62a1b4faa7e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257'} Body: b'{"volume": {"id": "92c50123-5404-4d2d-9d2f-0bd2c85d6257", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:17.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-730025654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e60ea04dadb428aaf0af035a756f542"}}' 2024-02-28 08:29:18,108 86065 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/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257 0.042s 2024-02-28 08:29:18,109 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f4b580-0887-457e-80c5-02bcd0f719da', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f4b580-0887-457e-80c5-02bcd0f719da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257'} Body: b'{"volume": {"id": "92c50123-5404-4d2d-9d2f-0bd2c85d6257", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:17.000000", "updated_at": "2024-02-28T08:29:17.000000", "name": "tempest-TestMinimumBasicScenario-volume-730025654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e60ea04dadb428aaf0af035a756f542"}}' 2024-02-28 08:29:18,270 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257 0.136s 2024-02-28 08:29:18,272 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-83becb11-1b2d-4fb0-bdc5-b2ec17d6c46a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257'} Body: b'' 2024-02-28 08:29:18,299 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257 0.026s 2024-02-28 08:29:18,299 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-75588d38-d718-49a8-8d6f-bcffe1e01965', 'x-openstack-request-id': 'req-75588d38-d718-49a8-8d6f-bcffe1e01965', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 92c50123-5404-4d2d-9d2f-0bd2c85d6257 could not be found."}}' 2024-02-28 08:29:18,428 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.127s 2024-02-28 08:29:18,428 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:18 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-eb104439-5e7d-4d05-bfca-e6c63e549590', 'x-compute-request-id': 'req-eb104439-5e7d-4d05-bfca-e6c63e549590', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'' 2024-02-28 08:29:18,755 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.326s 2024-02-28 08:29:18,756 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:18 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-640560a5-f705-4cda-80c9-b01ba7009ccb', 'x-compute-request-id': 'req-640560a5-f705-4cda-80c9-b01ba7009ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "link s": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:24Z", "updated": "2024-02-28T08:29:18Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "OS-SRV-USG:launched_at": "2024-02-28T08:27:32.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": []}}' 2024-02-28 08:30:08,859 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.041s 2024-02-28 08:30:08,860 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-51caa733-a880-4af4-b7e0-c9e015d47b30', 'x-compute-request-id': 'req-51caa733-a880-4af4-b7e0-c9e015d47b30', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5f8e1a3c-b855-425a-a19b-e305c753a0b0 could not be found."}}' 2024-02-28 08:30:08,906 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1691351589 0.046s 2024-02-28 08:30:08,906 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3d6469e-81b9-45cc-84d0-e71f0f6b6268', 'x-compute-request-id': 'req-a3d6469e-81b9-45cc-84d0-e71f0f6b6268', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1691351589'} Body: b'' 2024-02-28 08:30:09,011 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017 0.104s 2024-02-28 08:30:09,012 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7e5f3ca9-75de-4e4a-8dcf-ecad02c99aa0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0293d953-ee64-4aa5-92af- 41e2620e0017'} Body: b'' {4} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.182421s] ... 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 549, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 03f96769-36cc-4a0d-a914-fa230e22b5d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:08,520 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362 0.246s 2024-02-28 08:29:08,520 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:08 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-0661e0ca-c670-4979-8e32-44b87a2aabec', 'x-compute-request-id': 'req-0661e0ca-c670-4979-8e32-44b87a2aabec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362'} Body: b'{"server": {"id": "190f0e36-c9c7-4481-af9d-43467ab12362", "name": "tempest-ServersNegativeTestJSON-server-1755807765", "status": "ACTIVE", "tenant_id": "9348737e41fc4572b7687cb254e10c96", "user_id": "3df48e7c592249ac9b5235186c15099e", "metadata": {}, "hostId": "fd7f9e64bdbd36caef948e187f1dc45b9dc169d04e6ec130cc582530", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:36Z", "updated": "2024-02-28T08:24:46Z", "addresses": {"tempest-ServersNegativeTestJSON-841431494-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ad:dc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:30:09,045 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes 0.472s 2024-02-28 08:30:09,046 86051 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-1044807597"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-636d05f1-22f8-4970-bc33-e138e4019604', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-636d05f1-22f8-4970-bc33-e138e4019604', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes'} Body: b'{"volume": {"id": "03f96769-36cc-4a0d-a914-fa230e22b5d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:08.976186", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1044807597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:30:09,101 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6 0.044s 2024-02-28 08:30:09,102 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4961827c-8687-484e-b4d1-088d94f41138', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4961827c-8687-484e-b4d1-088d94f41138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6'} Body: b'{"volume": {"id": "03f96769-36cc-4a0d-a914-fa230e22b5d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:09.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1044807597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9348737e41fc4572b7687cb254e10c96"}}' 2024-02-28 08:30:10,155 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6 0.039s 2024-02-28 08:30:10,156 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26a94888-d9de-4b33-a7bf-41716d83144b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26a94888-d9de-4b33-a7bf-41716d83144b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6'} Body: b'{"volume": {"id": "03f96769-36cc-4a0d-a914-fa230e22b5d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:09.000000", "updated_at": "2024-02-28T08:30:09.000000", "name": "tempest-ServersNegativeTestJSON-volume-1044807597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tena nt-attr:tenant_id": "9348737e41fc4572b7687cb254e10c96"}}' 2024-02-28 08:30:10,381 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362 0.212s 2024-02-28 08:30:10,381 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:10 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-68b5c36d-4a3c-4f81-b4cf-8326162c8770', 'x-compute-request-id': 'req-68b5c36d-4a3c-4f81-b4cf-8326162c8770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362'} Body: b'{"server": {"id": "190f0e36-c9c7-4481-af9d-43467ab12362", "name": "tempest-ServersNegativeTestJSON-server-1755807765", "status": "ACTIVE", "tenant_id": "9348737e41fc4572b7687cb254e10c96", "user_id": "3df48e7c592249ac9b5235186c15099e", "metadata": {}, "hostId": "fd7f9e64bdbd36caef948e187f1dc45b9dc169d04e6ec130cc582530", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:36Z", "updated": "2024-02-28T08:24:46Z", "addresses": {"tempest-ServersNegativeTestJSON-841431494-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ad:dc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [167.273128s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5ef497d4-1e69-43ae-84a4-6e9aa9cebac9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:05,755 86053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:29:05,755 86053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:29:05,811 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2024-02-28 08:29:05,811 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1020934400", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL0Cs/0zHrVFjYN7QkhoaEA7Ov3ABuX3NyK7QmatMvCRouzdZHOKCx1LrJeD5/r44+WZ00LzSd1wR84B3yZ/rEX7XNRl6vgdJVc2T97mvKhZTOKpQW9ZtjyQHGzWFov8OA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba4eab60-4e77-497d-822b-34146ab8a1ae', 'x-compute-request-id': 'req-ba4eab60-4e77-497d-822b-34146ab8a1ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1020934400", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL0Cs/0zHrVFjYN7QkhoaEA7Ov3ABuX3NyK7QmatMvCRouzdZHOKCx1LrJeD5/r44+WZ00LzSd1wR84B3yZ/rEX7XNRl6vgdJVc2T97mvKhZTOKpQW9ZtjyQHGzWFov8OA==", "fingerprint": "50:ce:1f:0f:51:1f:0f:83:c7:c0:8c:fc:70:f7:67:21", "user_id": "218f5d76ad824a1abc95a08cf721e2ba"}}' 2024-02-28 08:29:05,814 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1020934400 created 2024-02-28 08:29:05,976 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2024-02-28 08:29:05,977 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1046454813", "description": "tempest-description--1946365376"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-e8a62ce9-9f9b-4f21-a4cf-08d1db48fcc4', 'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "name": "tempest-securitygroup--1046454813", "stateful": true, "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "tempest-description--1946365376", "shared": false, "security_group_rules": [{"id": "5b4b3765-5020-4f60-b892-ee8ef3b439c7", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "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": 726, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:29:05Z", "updated_at": "2024-02-28T08:29:05Z", "revision_number": 0}, {"id": "c891b4b4-d826-4e5b-9bdf-2e05e4b01c7d", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "por t_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 725, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:29:05Z", "updated_at": "2024-02-28T08:29:05Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:29:05Z", "updated_at": "2024-02-28T08:29:05Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:29:06,307 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.330s 2024-02-28 08:29:06,307 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0f1955d6-c4c6-438d-a1db-470835fbcc37', 'date': 'Wed, 28 Feb 2024 08:29:06 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": "d6da5e71-2eec-4b15-bb97-bf9c37904d4b", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:29:06Z", "updated_at": "2024-02-28T08:29:06Z", "revision_number": 0}}' 2024-02-28 08:29:06,820 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.512s 2024-02-28 08:29:06,821 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e629f5a5-6b84-4c2f-b69a-cc8041ea9f5d', 'date': 'Wed, 28 Feb 2024 08:29:06 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": "3f773d78-8f44-4337-9c84-51dfdbda8ba3", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:29:06Z", "updated_at": "2024-02-28T08:29:06Z", "revision_number": 0}}' 2024-02-28 08:29:06,821 86053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1046454813 created 2024-02-28 08:29:07,482 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.660s 2024-02-28 08:29:07,482 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id" : "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-0e2b1f45-3316-42cc-aaaa-ac9ba7bca36a', 'date': 'Wed, 28 Feb 2024 08:29:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e6db77cf-f3ea-4c32-bc31-5cacdde70ce3", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.17", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:29:07Z", "updated_at": "2024-02-28T08:29:07Z", "revision_number": 0}}' 2024-02-28 08:29:07,483 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e6db77cf-f3ea-4c32-bc31-5cacdde70ce3', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.17', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:29:07Z', 'updated_at': '2024-02-28T08:29:07Z', 'revision_number': 0, 'ip': '172.24.4.17'} created 2024-02-28 08:29:07,569 86053 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.081s 2024-02-28 08:29:07,569 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d46f97e3-c188-438f-b498-6d832b1c0479', '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": "218f5d76ad824a1abc95a08cf721e2ba", "name": "tempest-AttachVolumeNegativeTest-321882960-project-member", "password_expires_at": null}, "audit_ids": ["jEkskwHxSribnS6NanPA6g"], "expires_at": "2024-02-28T09:29:07.000000Z", "issued_at": "2024-02-28T08:29:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf279a5b5bc6440e9916e829bd29e2b9", "name": "tempest-AttachVolumeNegativeTest-321882960"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4" , "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:29:07,570 86053 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '3bab0135-a744-47ea-8119-b4d8366bbc06', 'name': 'tempest-AttachVolumeNegativeTest-552754571-network', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4156, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:12Z', 'updated_at': '2024-02-28T08:26:12Z', 'revision_number': 1} available for tenant 2024-02-28 08:29:07,571 86053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1020934400', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL0Cs/0zHrVFjYN7QkhoaEA7Ov3ABuX3NyK7QmatMvCRouzdZHOKCx1LrJeD5/r44+WZ00LzSd1wR84B3yZ/rEX7XNRl6vgdJVc2T97mvKhZTOKpQW9ZtjyQHGzWFov8OA==', 'fingerprint': '50:ce:1f:0f:51:1f:0f:83:c7:c0:8c:fc:70:f7:67:21', 'user_id': '218f5d76ad824a1abc95a08cf721e2ba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAzfjwq/aI6P3NrMsz2BNoDQYcMPwjs+cnpPP7L2hp/f5IEnzHhIZhd\nYue0ts+3d7mgBwYFK4EEACKhZANiAAS9ArP9Mx61RY2De0JIaGhAOzr9wAbl9zci\nu0JmrTLwkaLs3WRzigsdS6yXg+f6+OPlmdNC80ndcEfOAd8mf6xF+1zUZer4HSVX\nNk/e5ryoWUziqUFvWbY8kBxs1haL/Dg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '40a2783f-b7d3-4881-bc9b-66b24f710797', 'name': 'tempest-securitygroup--1046454813', 'stateful': True, 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': 'tempest-description--1946365376', 'shared': False, 'security_group_rules': [{'id': '5b4b3765-5020-4f60-b892-ee8ef3b439c7', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': '40a2783f-b7d3-4881-bc9b-66b24f710797', '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': 726, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:29:05Z', 'updated_at': '2024-02-28T08:29:05Z', 'revision_number': 0}, {'id': 'c891b4b4-d826-4e5b-9bdf-2e05e4b01c7d', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': '40a2783f-b7d3-4881-bc9b-66b24f710797', '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': 725, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:29:05Z', 'updated_at': '2024-02-28T08:29:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:29:05Z', 'updated_at': '2024-02-28T08:29:05Z', 'revision_number': 1, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9'}, 'floating_ip': {'id': 'e6db77cf-f3ea-4c32-bc31-5cacdde70ce3', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.17', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:29:07Z', 'updated_at': '2024-02-28T08:29:07Z', 'revision_number': 0, 'ip': '172.24.4.17'}} 2024-02-28 08:29:08,223 86053 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.652s 2024-02-28 08:29:08,223 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1523826667", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3bab0135-a744-47ea-8119-b4d8366bbc06"}], "security_groups": [{"name": "tempest-securitygroup--1046454813"}], "key_name": "tempest-keypair-1020934400", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ed8172e-2bda-4248-a7eb-b70c9ffce478', 'x-compute-request-id': 'req-3ed8172e-2bda-4248-a7eb-b70c9ffce478', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1046454813"}], "adminPass": "password"}}' 2024-02-28 08:29:08,305 86053 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/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.078s 2024-02-28 08:29:08,305 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:08 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-9230b5f3-9218-4829-994d-e56c77c22c31', 'x-compute-request-id': 'req-9230b5f3-9218-4829-994d-e56c77c22c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'{"server": {"id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "name": "tempest-AttachVolumeNegativeTest-server-1523826667", "status": "BUILD", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "use r_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:08Z", "updated": "2024-02-28T08:29:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1020934400", "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": []}}' 2024-02-28 08:29:58,613 86053 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/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.246s 2024-02-28 08:29:58,613 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:58 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-55f10ae6-e998-4ae7-acfb-b074c72dc90d', 'x-compute-request-id': 'req-55f10ae6-e998-4ae7-acfb-b074c72dc90d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'{"server": {"id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "name": "tempest-AttachVolumeNegativeTest-server-1523826667", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:08Z", "updated": "2024-02-28T08:29:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:14:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020934400", "OS-SRV-USG:launched_at": "2024-02-28T08:29:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1046454813"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:29:58,626 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:30:58,848 86053 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/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2/os-interface 0.162s 2024-02-28 08:30:58,848 86053 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:58 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-9918505c-bc82-43d7-b6e7-e30fafee6440', 'x-compute-request-id': 'req-9918505c-bc82-43d7-b6e7-e30fafee6440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "port_id": "ec499d44-f78e-4002-a0e2-928618049ea7", "mac_addr": "fa:16:3e:30:14:3f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "246caaab-61df-4778-80bf-9328ee1bf49c", "ip_address": "10.0.0.8"}]}]}' 2024-02-28 08:30:59,867 86053 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/e6db77cf-f3ea-4c32-bc31-5cacdde70ce3 1.015s 2024-02-28 08:30:59,867 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ec499d44-f78e-4002-a0e2-928618049ea7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-78dc35ec-02e1-4aa8-8983-7089502f5ab7', 'date': 'Wed, 28 Feb 2024 08:30:59 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e6db77cf-f3ea-4c32-bc31-5cacdde70ce3'} Body: b'{"floatingip": {"id": "e6db77cf-f3ea-4c32-bc31-5cacdde70ce3", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.17", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "18e82cfe-d646-4d57-8f9b-a97fc16363e0", "port_id": "ec499d44-f78e-4002-a0e2-928618049ea7", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "mac_address": "fa:16:3e:30:14:3f", "admin_state_up": true, "status": "ACTIVE", "device_id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:29:07Z", "updated_at": "2024-02-28T08:30:59Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:30:59,868 86053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.17:22' as 'cirros' with public key authentication 2024-02-28 08:30:59,913 86053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:31:00,022 86053 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:31:00,023 86053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.17 successfully created 2024-02-28 08:31:00,080 86053 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/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2/ips 0.056s 2024-02-28 08:31:00,080 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:00 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-4c938c3c-cfbd-4c2a-9c1c-baf10e7bd893', 'x-compute-request-id': 'req-4c938c3c-c fbd-4c2a-9c1c-baf10e7bd893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2024-02-28 08:31:00,424 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes 0.341s 2024-02-28 08:31:00,424 86053 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-756712712"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edf0d53-8e2e-4fa1-96d8-551e36fd67bb', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edf0d53-8e2e-4fa1-96d8-551e36fd67bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes'} Body: b'{"volume": {"id": "5ef497d4-1e69-43ae-84a4-6e9aa9cebac9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:00.360477", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-756712712", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:31:00,472 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9 0.036s 2024-02-28 08:31:00,472 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f967cfea-e2b9-49e0-95a6-02d1199327ce', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f967cfea-e2b9-49e0-95a6-02d1199327ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9'} Body: b'{"volume": {"id": "5ef497d4-1e69-43ae-84a4-6e9aa9cebac9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:00.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-756712712", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}} ' 2024-02-28 08:31:01,524 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9 0.038s 2024-02-28 08:31:01,525 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13bfa69b-b55d-4d17-b715-9c92ba55112f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13bfa69b-b55d-4d17-b715-9c92ba55112f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9'} Body: b'{"volume": {"id": "5ef497d4-1e69-43ae-84a4-6e9aa9cebac9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:00.000000", "updated_at": "2024-02-28T08:31:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-756712712", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:31:01,659 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.122s 2024-02-28 08:31:01,660 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-456ea64a-d8ed-44c9-aab6-8ac8dc047e61', 'x-compute-request-id': 'req-456ea64a-d8ed-44c9-aab6-8ac8dc047e61', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'' 2024-02-28 08:31:01,909 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.249s 2024-02-28 08:31:01,910 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fce63b9-16b3-4736-9e97-398030b22222', 'x-compute-request-id': 'req-7fce63b9-16b3-4736-9e97-398030b22222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'{"server": {"id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "name": "tempest-AttachVolumeNegativeTest-server-1523826667", "status": "AC TIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:08Z", "updated": "2024-02-28T08:31:02Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:14:3f"}, {"version": 4, "addr": "172.24.4.17", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:14:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020934400", "OS-SRV-USG:launched_at": "2024-02-28T08:29:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1046454813"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:31:52,313 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.342s 2024-02-28 08:31:52,314 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-bedb2f80-3dae-4ed1-9a29-d76fffa6497c', 'x-compute-request-id': 'req-bedb2f80-3dae-4ed1-9a29-d76fffa6497c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 could not be found."}}' 2024-02-28 08:31:52,433 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1020934400 0.118s 2024-02-28 08:31:52,433 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c307bd7-2939-48e5-9549-91b2aad6795c', 'x-compute-request-id': 'req-0c307bd7-2939-48e5-9549-91b2aad6795c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1020934400'} Body: b'' 2024-02-28 08:31:52,597 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/40a2783f-b7d3-4881-bc9b-66b24f710797 0.163s 2024-02-28 08:31:52,598 86053 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-399e54bf-df59-410e-8b09-924cc18d27a5', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:31:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/40a2783f-b7d3-4881-bc9b-66b24f710797'} Body: b'' 2024-02-28 08:31:52,633 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/40a2783f-b7d3-4881-bc9b-66b24f710797 0.034s 2024-02-28 08:31:52,633 86053 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-c3fac142-955a-46a2-b81b-a9ee359a82a8', 'date': 'Wed, 28 Feb 2024 08:31:52 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/40a2783f-b7d3-4881-bc9b-66b24f710797'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 40a2783f-b7d3-4881-bc9b-66b24f710797 does not exist", "detail": ""}}' 2024-02-28 08:31:53,027 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e6db77cf-f3ea-4c32-bc31-5cacdde70ce3 0.393s 2024-02-28 08:31:53,027 86053 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-8220f097-b70c-4869-9edf-0b723764eb85', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:31:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e6db77cf-f3ea-4c32-bc31-5cacdde70ce3'} Body: b'' {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [167.072842s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:33,379 86043 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:29:33,379 86043 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:29:33,460 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.078s 2024-02-28 08:29:33,460 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-527646294", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfAM4X5gJk1+TI8G8IEuKixJCpFtsJb2DjIaTLpIQiMtZ4g0ZjMxiJas59Uh65lQfQQ4fmydR9Orre2eFxYZ9TKDb7ocGJgu/gHRI6mGpy1NAOp/de/j9VVX55wsTbgUQ=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:33 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-e07b72a2-a8c1-4d5c-85c3-c76b32a3efe2', 'x-compute-request-id': 'req-e07b72a2-a8c1-4d5c-85c3-c76b32a3efe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-527646294", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfAM4X5gJk1+TI8G8IEuKixJCpFtsJb2DjIaTLpIQiMtZ4g0ZjMxiJas59Uh65lQfQQ4fmydR9Orre2eFxYZ9TKDb7ocGJgu/gHRI6mGpy1NAOp/de/j9VVX55wsTbgUQ==", "fingerprint": "25:24:cd:33:9a:c1:c7:d2:9e:77:7b:db:cf:ef:10:fa", "user_id": "e66cc838b4ea49129bb6b5008cf3439c"}}' 2024-02-28 08:29:33,462 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-527646294 created 2024-02-28 08:29:33,768 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.305s 2024-02-28 08:29:33,769 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--236869968", "description": "tempest-description--1754629224"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-fc71fed3-4ebd-4791-8529-624634010056', 'date': 'Wed, 28 Feb 2024 08:29:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8a649f12-f9f3-4043-a095-54d15ac35495", "name": "tempest-securitygroup--236869968", "stateful": true, "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "description": "tempest-description--1754629224", "shared": false, "security_group_rules": [{"id": "af2b95ca-e622-4f9c-a9e5-388252e4d18c", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "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": 797, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:29:33Z", "updated_at": "2024-02-28T08:29:33Z", "revision_number": 0}, {"id": "e3f8bb1e-dfaa-4638-b5d9-90028b908b61", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_ran ge_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 796, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:29:33Z", "updated_at": "2024-02-28T08:29:33Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:29:33Z", "updated_at": "2024-02-28T08:29:33Z", "revision_number": 1, "project_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:29:33,960 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2024-02-28 08:29:33,961 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a02e9da2-7040-4c9e-bfa7-5342106c5193', 'date': 'Wed, 28 Feb 2024 08:29:33 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": "ca700780-f7b8-4588-af02-c457179ba595", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:29:33Z", "updated_at": "2024-02-28T08:29:33Z", "revision_number": 0}}' 2024-02-28 08:29:34,563 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.601s 2024-02-28 08:29:34,563 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-956e7f02-2a47-449c-a1d8-851d5d46ffd7', 'date': 'Wed, 28 Feb 2024 08:29:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c96999c-50a6-4ea1-b92b-43b0835cb772", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:29:34Z", "updated_at": "2024-02-28T08:29:34Z", "revision_number": 0}}' 2024-02-28 08:29:34,563 86043 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--236869968 created 2024-02-28 08:29:35,519 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.955s 2024-02-28 08:29:35,519 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993 b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a9caf83a-05f1-4e8f-917e-95947c7b4695', 'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5d51547f-fc04-4912-98e7-6770eef26b6d", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "floating_ip_address": "172.24.4.216", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:29:34Z", "updated_at": "2024-02-28T08:29:34Z", "revision_number": 0}}' 2024-02-28 08:29:35,520 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5d51547f-fc04-4912-98e7-6770eef26b6d', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'floating_ip_address': '172.24.4.216', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:29:34Z', 'updated_at': '2024-02-28T08:29:34Z', 'revision_number': 0, 'ip': '172.24.4.216'} created 2024-02-28 08:29:35,641 86043 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.116s 2024-02-28 08:29:35,641 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 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-2dcde54e-1b04-40e9-801c-d523f586ef26', '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": "e66cc838b4ea49129bb6b5008cf3439c", "name": "tempest-AttachVolumeTestJSON-1656671461-project-member", "password_expires_at": null}, "audit_ids": ["zlRzB04vRE2eJjr8XTjBXg"], "expires_at": "2024-02-28T09:29:35.000000Z", "issued_at": "2024-02-28T08:29:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00253bddc00345ee86ac9aa493fa08c1", "name": "tempest-AttachVolumeTestJSON-1656671461"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "n ame": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:29:35,642 86043 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '435b483d-b91e-4ab4-b357-3282fcfb43c3', 'name': 'tempest-AttachVolumeTestJSON-556783383-network', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27379, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:40Z', 'updated_at': '2024-02-28T08:26:40Z', 'revision_number': 1} available for tenant 2024-02-28 08:29:35,643 86043 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-527646294', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfAM4X5gJk1+TI8G8IEuKixJCpFtsJb2DjIaTLpIQiMtZ4g0ZjMxiJas59Uh65lQfQQ4fmydR9Orre2eFxYZ9TKDb7ocGJgu/gHRI6mGpy1NAOp/de/j9VVX55wsTbgUQ==', 'fingerprint': '25:24:cd:33:9a:c1:c7:d2:9e:77:7b:db:cf:ef:10:fa', 'user_id': 'e66cc838b4ea49129bb6b5008cf3439c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDABGIYgWMzKmmWqTm9MAK0U4LfOlcnRbkkIVE46iHvboTCufjqLIX5+\nf7NMhWOwOoKgBwYFK4EEACKhZANiAAT3wDOF+YCZNfkyPBvCBLiosSQqRbbCW9g4\nyGky6SEIjLWeINGYzMYiWrOfVIeuZUH0EOH5snUfTq63tnhcWGfUyg2+6HBiYLv4\nB0SOphqctTQDqf3Xv4/VVV+ecLE24FE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8a649f12-f9f3-4043-a095-54d15ac35495', 'name': 'tempest-securitygroup--236869968', 'stateful': True, 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': 'tempest-description--1754629224', 'shared': False, 'security_group_rules': [{'id': 'af2b95ca-e622-4f9c-a9e5-388252e4d18c', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'security_group_id': '8a649f12-f9f3-4043-a095-54d15ac35495', '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': 797, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:29:33Z', 'updated_at': '2024-02-28T08:29:33Z', 'revision_number': 0}, {'id': 'e3f8bb1e-dfaa-4638-b5d9-90028b908b61', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'security_group_id': '8a649f12-f9f3-4043-a095-54d15ac35495', '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': 796, 'belongs _to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:29:33Z', 'updated_at': '2024-02-28T08:29:33Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:29:33Z', 'updated_at': '2024-02-28T08:29:33Z', 'revision_number': 1, 'project_id': '00253bddc00345ee86ac9aa493fa08c1'}, 'floating_ip': {'id': '5d51547f-fc04-4912-98e7-6770eef26b6d', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'floating_ip_address': '172.24.4.216', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:29:34Z', 'updated_at': '2024-02-28T08:29:34Z', 'revision_number': 0, 'ip': '172.24.4.216'}} 2024-02-28 08:29:36,383 86043 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.740s 2024-02-28 08:29:36,384 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-646615903", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "435b483d-b91e-4ab4-b357-3282fcfb43c3"}], "security_groups": [{"name": "tempest-securitygroup--236869968"}], "key_name": "tempest-keypair-527646294", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7de6ca72-9763-46dd-af11-0f4d99cc94e0', 'x-compute-request-id': 'req-7de6ca72-9763-46dd-af11-0f4d99cc94e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--236869968"}], "adminPass": "password"}}' 2024-02-28 08:29:36,457 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.071s 2024-02-28 08:29:36,458 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53937333-c1d4-4a84-8e49-c32a2b276a36', 'x-compute-request-id': 'req-53937333-c1d4-4a84-8e49-c32a2b276a36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'{"server": {"id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "name": "tempest-AttachVolumeTestJSON-server-646615903", "status": "BUILD", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:36Z", "updated": "2024-02-28T08:29:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-527646294", "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": []}}' 2024-02-28 08:30:26,895 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.376s 2024-02-28 08:30:26,895 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4197b7e0-95c4-477f-9dc6-22b59955f2cc', 'x-compute-request-id': 'req-4197b7e0-95c4-477f-9dc6-22b59955f2cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'{"server": {"id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "name": "tempest-AttachVolumeTestJSON-server-646615903", "status": "ACTIVE", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "c774ac725353483b4def042066a77f33c1ea017067c263de0437090d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:36Z", "updated": "2024-02-28T08:29:43Z", "addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:7b:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-527646294", "OS-SRV-USG:launched_at": "2024-02-28T08:29:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--236869968"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:30:26,908 86043 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:31:27,088 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086/os-interface 0.148s 2024-02-28 08:31:27,088 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:26 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-1b06f2d0-2502-45fe-ac6f-0188dc7a56b8', 'x-compute-request-id': 'req-1b06f2d0-2502-45fe-ac6f-0188dc7a56b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "435b483d-b91e-4ab4-b357-3282fcfb43c3", "port_id": "d6d5ac1f-586a-4e8a-8c89-bfa724960b02", "mac_addr": "fa:16:3e:6c:7b:19", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "36c33f1a-8b37-418a-8c9b-5085a793caed", "ip_address": "10.0.0.3"}]}]}' 2024-02-28 08:31:27,813 86043 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/5d51547f-fc04-4912-98e7-6770eef26b6d 0.721s 2024-02-28 08:31:27,813 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d6d5ac1f-586a-4e8a-8c89-bfa724960b02"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6c8ed00d-3468-4624-b4e5-0e33d7c5c2e7', 'date': 'Wed, 28 Feb 2024 08:31:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5d51547f-fc04-4912-98e7-6770eef26b6d'} Body: b'{"floatingip": {"id": "5d51547f-fc04-4912-98e7-6770eef26b6d", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "floating_ip_address": "172.24.4.216", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "e57398b2-9eea-4249-9ef0-da5d3dcf0050", "port_id": "d6d5ac1f-586a-4e8a-8c89-bfa724960b02", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "435b483d-b91e-4ab4-b357-3282fcfb43c3", "mac_address": "fa:16:3e:6c:7b:19", "admin_state_up": true, "status": "ACTIVE", "device_id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:29:34Z", "updated_at": "2024-02-28T08:31:27Z", "revision_number": 1, "project_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:31:27,814 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.216:22' as 'cirros' with public key authentication 2024-02-28 08:31:27,822 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:31:27,931 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:31:27,932 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.216 successfully created 2024-02-28 08:31:27,975 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086/ips 0.043s 2024-02-28 08:31:27,975 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf09f69-24b7-4c72-ad47-61fc6820b46c', 'x-compute-request-id': 'req-1cf09f69-24b7-4c72-ad47-61fc6820b46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b 9-bff6-85d4a5c21086/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2024-02-28 08:31:28,182 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes 0.204s 2024-02-28 08:31:28,183 86043 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-1470911836"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7863422f-44bf-4bc8-9960-209eaeb6beb2', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7863422f-44bf-4bc8-9960-209eaeb6beb2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes'} Body: b'{"volume": {"id": "e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:28.119217", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1470911836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:31:28,247 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0 0.043s 2024-02-28 08:31:28,248 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b94b3335-3fcd-4f47-998f-ff9e4aa519b6', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b94b3335-3fcd-4f47-998f-ff9e4aa519b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0'} Body: b'{"volume": {"id": "e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:28.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1470911836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:31:29,305 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/00253bddc003 45ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0 0.040s 2024-02-28 08:31:29,305 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231d1f29-b5fe-4523-abe3-c345167c7fce', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231d1f29-b5fe-4523-abe3-c345167c7fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0'} Body: b'{"volume": {"id": "e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:28.000000", "updated_at": "2024-02-28T08:31:28.000000", "name": "tempest-AttachVolumeTestJSON-volume-1470911836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:31:29,430 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.110s 2024-02-28 08:31:29,430 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be7cf510-28e7-4247-b7c0-4bd9168477e5', 'x-compute-request-id': 'req-be7cf510-28e7-4247-b7c0-4bd9168477e5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'' 2024-02-28 08:31:29,595 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.165s 2024-02-28 08:31:29,596 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:29 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-67c72ecf-ce29-43f1-b4c2-16216a602307', 'x-compute-request-id': 'req-67c72ecf-ce29-43f1-b4c2-16216a602307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'{"server": {"id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "name": "tempest-AttachVolumeTestJSON-server-646615903", "status": "ACTIVE", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "c774ac725353483b4def042066a77f33c1ea017067c263de0437090d", "image": {"id": "df4e8146-e2 f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:36Z", "updated": "2024-02-28T08:31:29Z", "addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:7b:19"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:7b:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-527646294", "OS-SRV-USG:launched_at": "2024-02-28T08:29:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--236869968"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:19,862 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.203s 2024-02-28 08:32:19,862 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2880f5e8-6cb5-4617-b529-a0f62b12bbdf', 'x-compute-request-id': 'req-2880f5e8-6cb5-4617-b529-a0f62b12bbdf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4f1240fd-ea60-46b9-bff6-85d4a5c21086 could not be found."}}' 2024-02-28 08:32:19,897 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-527646294 0.033s 2024-02-28 08:32:19,897 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c158e4a9-dad4-4088-a7fe-cedb5108c36e', 'x-compute-request-id': 'req-c158e4a9-dad4-4088-a7fe-cedb5108c36e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-527646294'} Body: b'' 2024-02-28 08:32:20,055 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8a649f12-f9f3-4043-a095-54d15ac35495 0.157s 2024-02-28 08:32:20,056 86043 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-af7ed6f3-7131-4455-8a25-dedba5b4245c', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:32:20 GMT', 'connection': 'close', 'status': '204', 'content -location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8a649f12-f9f3-4043-a095-54d15ac35495'} Body: b'' 2024-02-28 08:32:20,083 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8a649f12-f9f3-4043-a095-54d15ac35495 0.026s 2024-02-28 08:32:20,084 86043 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-e909f089-03e3-44d4-9050-4d8ba1d02834', 'date': 'Wed, 28 Feb 2024 08:32:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8a649f12-f9f3-4043-a095-54d15ac35495'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8a649f12-f9f3-4043-a095-54d15ac35495 does not exist", "detail": ""}}' 2024-02-28 08:32:20,449 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5d51547f-fc04-4912-98e7-6770eef26b6d 0.364s 2024-02-28 08:32:20,449 86043 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-0491e783-4c8e-474c-8e3e-2a982e5d2531', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:32:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5d51547f-fc04-4912-98e7-6770eef26b6d'} Body: b'' {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.056404s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000916s] ... 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_user_messages.UserMessagesTest.test_delete_message [2.055243s] ... ok {9} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [337.722448s] ... 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 463, in test_rebuild_server_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:54,604 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.194s 2024-02-28 08:26:54,605 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfccce78-6c21-40b3-bcf2-dcfe4e0dc3ba', 'x-compute-request-id': 'req-dfccce78-6c21-40b3-bcf2-dcfe4e0dc3ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:54,792 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.173s 2024-02-28 08:26:54,792 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98785d24-d45f-43aa-8e51-354857daa798', 'x-compute-request-id': 'req-98785d24-d45f-43aa-8e51-354857daa798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookma rk", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:45,059 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.203s 2024-02-28 08:27:45,059 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:44 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-e6538fd0-62bb-4126-a58a-6126e3afa116', 'x-compute-request-id': 'req-e6538fd0-62bb-4126-a58a-6126e3afa116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:45,224 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.152s 2024-02-28 08:27:45,225 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:45 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-587ce3e0-448f-45d1-8bb5-201c31bee015', 'x-compute-request-id': 'req-587ce3e0-448f-45d1-8bb5-201c31bee015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:28:45,482 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes 0.201s 2024-02-28 08:28:45,483 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherA-volume-144873272"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5a3779-cb2c-4188-8557-e026db7fda06', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5a3779-cb2c-4188-8557-e026db7fda06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes'} Body: b'{"volume": {"id": "f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:45.422563", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-144873272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "a ttachments": []}}' 2024-02-28 08:28:45,583 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2024-02-28 08:28:45,584 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-163302c9-ffd7-46f4-89f6-0b499460aeea', '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": "6907afb9539d4cd48892d10e0ee7d38c", "name": "tempest-ServerActionsTestOtherA-2112095447-project-member", "password_expires_at": null}, "audit_ids": ["anNViXQRT8GeZd7dbdq4pw"], "expires_at": "2024-02-28T09:28:45.000000Z", "issued_at": "2024-02-28T08:28:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31d6b3629e574f20a13d3e6bd5553f17", "name": "tempest-ServerActionsTestOtherA-2112095447"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:28:45,584 86061 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'e3d6342c-7f29-4a98-9dcb-1d5832473f1a', 'name': 'tempest-ServerActionsTestOtherA-903269826-network', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'port_ security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63537, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:24:54Z', 'updated_at': '2024-02-28T08:24:54Z', 'revision_number': 1} available for tenant 2024-02-28 08:28:45,585 86061 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:28:45,585 86061 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:28:45,637 86061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2024-02-28 08:28:45,638 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1424277096", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLT2G1+p7ncPJiMk2kQrbRVYLyZWEQv+gmMwsZl6h3y8g1ZVdRN/Ksq/qjHkSMF0cCCjpkvPCuuF1NKk/kWp2xDYEnOcYgdl1GBl/IJjBPbkVZ1yEb58JSZPM0O7fSaKYQ=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:45 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-72ec221b-cbaf-4835-856f-0c4c4f70a044', 'x-compute-request-id': 'req-72ec221b-cbaf-4835-856f-0c4c4f70a044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1424277096", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLT2G1+p7ncPJiMk2kQrbRVYLyZWEQv+gmMwsZl6h3y8g1ZVdRN/Ksq/qjHkSMF0cCCjpkvPCuuF1NKk/kWp2xDYEnOcYgdl1GBl/IJjBPbkVZ1yEb58JSZPM0O7fSaKYQ==", "fingerprint": "d5:a3:c4:63:c8:d5:53:7b:5f:0f:f1:c9:0f:88:b9:44", "user_id": "6907afb9539d4cd48892d10e0ee7d38c"}}' 2024-02-28 08:28:45,640 86061 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1424277096 created 2024-02-28 08:28:45,840 86061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.199s 2024-02-28 08:28:45,841 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--564397722", "description": "tempest-description--45035035"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-e9ca87e4-3a19-444d-9151-b717efdfa811', 'date': 'Wed, 28 Feb 2024 08:28:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "723204b0-7bb9-4641-8005-412cdc947358", "name": "tempest-securitygroup--564397722", "stateful": true, "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "description": "tempest-description--45035035", "shared": false, "security_group_rules": [{"id": "a5f131a8-bcaa-4673-b8eb-416d6c74649f", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "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": 718, "belongs_to_default_sg": fa lse, "description": null, "tags": [], "created_at": "2024-02-28T08:28:45Z", "updated_at": "2024-02-28T08:28:45Z", "revision_number": 0}, {"id": "d65c1f6f-fd4f-4acf-9727-e0412d88589f", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "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": 717, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:28:45Z", "updated_at": "2024-02-28T08:28:45Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:28:45Z", "updated_at": "2024-02-28T08:28:45Z", "revision_number": 1, "project_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:28:46,077 86061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.236s 2024-02-28 08:28:46,078 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-7a25a89b-e5a4-463d-81bd-63455e1992b1', 'date': 'Wed, 28 Feb 2024 08:28: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": "f766a9b6-bd2a-47a9-85b4-0e96734f31e4", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:28:45Z", "updated_at": "2024-02-28T08:28:45Z", "revision_number": 0}}' 2024-02-28 08:28:46,405 86061 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 2024-02-28 08:28:46,405 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7800092f-1ce2-4792-94ac-1f3d83725379', 'date': 'Wed, 28 Feb 2024 08:28: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": "f13cef4d-ed96-4b04-9705-d18620b9c593", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:28:46Z", "updated_at": "2024-02-28T08:28:46Z", "revision_number": 0}}' 2024-02-28 08:28:46,405 86061 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--564397 722 created 2024-02-28 08:28:47,028 86061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.622s 2024-02-28 08:28:47,029 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0eac1d1a-d767-4d3b-b54f-25113378f878', 'date': 'Wed, 28 Feb 2024 08:28:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7ecce45b-83f0-4389-8626-74a8211b62d3", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "floating_ip_address": "172.24.4.205", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:28:46Z", "updated_at": "2024-02-28T08:28:46Z", "revision_number": 0}}' 2024-02-28 08:28:47,029 86061 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7ecce45b-83f0-4389-8626-74a8211b62d3', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'floating_ip_address': '172.24.4.205', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:28:46Z', 'updated_at': '2024-02-28T08:28:46Z', 'revision_number': 0, 'ip': '172.24.4.205'} created 2024-02-28 08:28:47,030 86061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1424277096', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLT2G1+p7ncPJiMk2kQrbRVYLyZWEQv+gmMwsZl6h3y8g1ZVdRN/Ksq/qjHkSMF0cCCjpkvPCuuF1NKk/kWp2xDYEnOcYgdl1GBl/IJjBPbkVZ1yEb58JSZPM0O7fSaKYQ==', 'fingerprint': 'd5:a3:c4:63:c8:d5:53:7b:5f:0f:f1:c9:0f:88:b9:44', 'user_id': '6907afb9539d4cd48892d10e0ee7d38c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCiv4gkyTdcP6W8AceVq/F3ir08DqiCE/HZ5PxlJ9KB8v56otEGvY9Y\ncPm/vwFpoaagBwYFK4EEACKhZANiAAS09htfqe53DyYjJNpEK20VWC8mVhEL/oJj\nMLGZeod8vINWVXUTfyrKv6ox5EjBdHAgo6ZLzwrrhdTSpP5FqdsQ2BJznGIHZdRg\nZfyCYwT25FWdchG+fCUmTzNDu30mimE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '723204b0-7bb9-4641-8005-412cdc947358', 'name': 'tempest-securitygroup--564397722', 'stateful': True, 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': 'tempest-description--45035035', 'shared': False, 'security_group_rules': [{'id': 'a5f131a8-bcaa-4673-b8eb-416d6c74649f', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'security_group_id': '723204b0-7bb9-4641-8005-412cdc947358', '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': 718, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:28:45Z', 'updated_at': '2024-02-28T08:28:45Z', 'revision_number': 0}, {'id': 'd65c1f6f-fd4f-4acf-9727-e0412d88589f', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'security_group_id': '723204b0-7bb9-4641-8005-412cdc947358', '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_gr oup_id': None, 'standard_attr_id': 717, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:28:45Z', 'updated_at': '2024-02-28T08:28:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:28:45Z', 'updated_at': '2024-02-28T08:28:45Z', 'revision_number': 1, 'project_id': '31d6b3629e574f20a13d3e6bd5553f17'}, 'floating_ip': {'id': '7ecce45b-83f0-4389-8626-74a8211b62d3', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'floating_ip_address': '172.24.4.205', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:28:46Z', 'updated_at': '2024-02-28T08:28:46Z', 'revision_number': 0, 'ip': '172.24.4.205'}} 2024-02-28 08:28:47,674 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.633s 2024-02-28 08:28:47,677 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-tempest.common.compute-instance-159086688", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "e3d6342c-7f29-4a98-9dcb-1d5832473f1a"}], "security_groups": [{"name": "tempest-securitygroup--564397722"}], "key_name": "tempest-keypair-1424277096", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d35cffd-f548-4ce0-bd5d-6575e2ece1d5', 'x-compute-request-id': 'req-3d35cffd-f548-4ce0-bd5d-6575e2ece1d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--564397722"}], "adminPass": "kPQ5Cv7ZMCSp"}}' 2024-02-28 08:28:47,761 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.076s 2024-02-28 08:28:47,761 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-778a5bd6-57e7-4797-90b8-27afa636ed70', 'x-compute-request-id': 'req-778a5bd6-57e7-4797-90b8-27afa636ed70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "name": "tempest-tempest.common.compute-instance-159086688", "status": "BUILD", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd 48892d10e0ee7d38c", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:28:48Z", "updated": "2024-02-28T08:28:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1424277096", "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": []}}' 2024-02-28 08:29:38,097 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.270s 2024-02-28 08:29:38,097 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-958f6398-a133-4577-b7be-42fa8f087d4a', 'x-compute-request-id': 'req-958f6398-a133-4577-b7be-42fa8f087d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "name": "tempest-tempest.common.compute-instance-159086688", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:28:47Z", "updated": "2024-02-28T08:28:54Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:e1:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1424277096", "OS-SRV-USG:launched_at": "2024-02-28T08:28:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--564397722"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:29:38,112 86061 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:30:38,528 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87/os-interface 0.353s 2024-02-28 08:30:38,529 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:38 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-4273c236-3d9d-4cf7-a0e9-79fbd0cc834a', 'x-compute-request-id': 'req-4273c236-3d9d-4cf7-a0e9-79fbd0cc834a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e3d6342c-7f29-4a98-9dcb-1d5832473f1a", "port_id": "d0ac7460-76d4-49e4-b64f-725c28fa079c", "mac_addr": "fa:16:3e:d8:e1:ad", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7e17a558-cfdf-4347-adab-b18fb559fa2f", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 08:30:39,502 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/7ecce45b-83f0-4389-8626-74a8211b62d3 0.969s 2024-02-28 08:30:39,503 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d0ac7460-76d4-49e4-b64f-725c28fa079c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-24283e84-9ccb-4a28-a83d-85d3564f648b', 'date': 'Wed, 28 Feb 2024 08:30:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7ecce45b-83f0-4389-8626-74a8211b62d3'} Body: b'{"floatingip": {"id": "7ecce45b-83f0-4389-8626-74a8211b62d3", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "floating_ip_address": "172.24.4.205", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "be403142-4142-4a94-9101-d58853d93238", "port_id": "d0ac7460-76d4-49e4-b64f-725c28fa079c", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e3d6342c-7f29-4a98-9dcb-1d5832473f1a", "mac_address": "fa:16:3e:d8:e1:ad", "admin_state_up": true, "status": "ACTIVE", "device_id": "2638c85d-262d-462e-8b98-6283e5f70e87", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:28:46Z", "updated_at": "2024-02-28T08:30:38Z", "revision_number": 1, "project_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:30:39,508 86061 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.205:22' as 'cirros' with public key authentication 2024-02-28 08:30:39,518 86061 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:30:39,626 86061 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:30:39,627 86061 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.205 successfully created 2024-02-28 08:30:39,797 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.170s 2024-02-28 08:30:39,798 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fae3b5fe-56bb-43b3-b88c-d915412de145', 'x-compute-request-id': 'req-fae3b5fe-56bb-43b3-b88c-d915412de145', 'connecti on': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "name": "tempest-tempest.common.compute-instance-159086688", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:28:47Z", "updated": "2024-02-28T08:28:54Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:e1:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1424277096", "OS-SRV-USG:launched_at": "2024-02-28T08:28:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--564397722"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:30:39,855 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950 0.043s 2024-02-28 08:30:39,855 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb0391c6-6dc9-40be-b9df-83edfd5c1141', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb0391c6-6dc9-40be-b9df-83edfd5c1141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950'} Body: b'{"volume": {"id": "f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:45.000000", "updated_at": "2024-02-28T08:28:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-144873272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:30:40,910 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950 0.041s 2024-02-28 08:30:40,910 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-276ea4b0-dab9-4043-a01f-8a26c76d3234', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-276ea4b0-dab9-4043-a01f-8a26c76d3234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950'} Body: b'{"volume": {"id": "f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:45.000000", "updated_at": "2024-02-28T08:28:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-144873272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:30:41,086 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.159s 2024-02-28 08:30:41,086 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:40 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-8adc8a97-f7aa-4c0d-a8b7-e5f8d4dd5f61', 'x-compute-request-id': 'req-8adc8a97-f7aa-4c0d-a8b7-e5f8d4dd5f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_s tate": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:31:41,280 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.120s 2024-02-28 08:31:41,280 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a783be5a-9e4c-49b0-9324-fb3aec0d4de3', 'x-compute-request-id': 'req-a783be5a-9e4c-49b0-9324-fb3aec0d4de3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'' 2024-02-28 08:31:41,512 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.232s 2024-02-28 08:31:41,513 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a627fa0f-6839-40eb-8354-9cd277293bb4', 'x-compute-request-id': 'req-a627fa0f-6839-40eb-8354-9cd277293bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "name": "tempest-tempest.common.compute-instance-159086688", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:28:47Z", "updated": "2024-02-28T08:31:41Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:e1:ad"}, {"version": 4, "addr": "172.24.4.205", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:e1:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1424277096", "OS-SRV-USG:launched_at": "2024-02-28T08:28:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--564397722"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:31,611 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.034s 2024-02-28 08:32:31,612 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application /json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-39b4fe97-366c-4ffd-a04b-943ec28804ee', 'x-compute-request-id': 'req-39b4fe97-366c-4ffd-a04b-943ec28804ee', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2638c85d-262d-462e-8b98-6283e5f70e87 could not be found."}}' 2024-02-28 08:32:31,643 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1424277096 0.030s 2024-02-28 08:32:31,644 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2cad2ac-8ddb-46eb-982b-3663dab48c6c', 'x-compute-request-id': 'req-f2cad2ac-8ddb-46eb-982b-3663dab48c6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1424277096'} Body: b'' 2024-02-28 08:32:31,788 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/723204b0-7bb9-4641-8005-412cdc947358 0.143s 2024-02-28 08:32:31,788 86061 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-fa546643-5744-42fb-a63e-da8a2b95e813', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:32:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/723204b0-7bb9-4641-8005-412cdc947358'} Body: b'' 2024-02-28 08:32:31,803 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/723204b0-7bb9-4641-8005-412cdc947358 0.015s 2024-02-28 08:32:31,804 86061 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-2b51654d-c410-4b20-a48a-4812a0eed86b', 'date': 'Wed, 28 Feb 2024 08:32:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/723204b0-7bb9-4641-8005-412cdc947358'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 723204b0-7bb9-4641-8005-412cdc947358 does not exist", "detail": ""}}' 2024-02-28 08:32:32,130 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7ecce45b-83f0-4389-8626-74a8211b62d3 0.325s 2024-02-28 08:32:32,130 86061 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-6e6a4a6e-afd7-4a3b-a739-bc8c77399936', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:32:32 GMT' , 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7ecce45b-83f0-4389-8626-74a8211b62d3'} Body: b'' {0} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.791309s] ... ok {0} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2f907e47-8ff2-423c-a243-e5fcdf5b7207 failed to build and is in ERROR status {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.909568s] ... 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5690b75f-535f-4fb4-9749-6f6f92c93e51 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:38,746 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.166s 2024-02-28 08:32:38,747 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b13ac4af-103c-4076-b38e-416e94a18a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:32:39,172 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes 0.424s 2024-02-28 08:32:39,173 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-VolumesCloneTest-Volume-356071741"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6065c32-5def-44b6-9342-c5075bc1dce3', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6065c32-5def-44b6-9342-c5075bc1dce3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes'} Body: b'{"volume": {"id": "5690b75f-535f-4fb4-9749-6f6f92c93e51", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:39.033167", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-356071741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:39,224 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.041s 2024-02-28 08:32:39,224 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc945543-2ec4-450b-a477-6f62e3f01e68', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc945543-2ec4-450b-a477-6f62e3f01e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'{"volume": {"id": "5690b75f-535f-4fb4-9749-6f6f92c93e51", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:39.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-356071741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:40,284 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.046s 2024-02-28 08:32:40,284 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82b0a9f5-14f2-4a17-bd50-40233ef31149', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82b0a9f5-14f2-4a17-bd50-40233ef31149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'{"volume": {"id": "5690b75f-535f-4fb4-9749-6f6f92c93e51", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:39.000000", "updated_at": "2024-02-28T08:32:39.000000", "name": "tempest-VolumesCloneTest-Volume-356071741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:40,353 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.056s 2024-02-28 08:32:40,353 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89603e39-d964-42bf-b3db-194aa60c3cad', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89603e39-d964-42bf-b3db-194aa60c3cad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'{"volume": {"id": "5690b75f-535f-4fb4-9749-6f6f92c93e51", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:39.000000", "updated_at": "2024-02-28T08:32:39.000000", "name": "tempest-VolumesCloneTest-Volume-356071741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:40,463 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.094s 2024-02-28 08:32:40,463 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-b21d2365-8284-4823-a8db-6f5ebd01a801', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'' 2024-02-28 08:32:40,488 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.025s 2024-02-28 08:32:40,489 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-68c51561-d135-43cb-857d-e2e8ecffa99e', 'x-openstack-request-id': 'req-68c51561-d135-43cb-857d-e2e8ecffa99e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5690b75f-535f-4fb4-9749-6f6f92c93e51 could not be found."}}' {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.479498s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7fd2f349-326b-403c-86a0-4f145967788a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:40,677 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes 0.185s 2024-02-28 08:32:40,677 86043 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-154074028"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80f2e33-cdc3-4c0d-91d9-ed316d6ebd07', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80f2e33-cdc3-4c0d-91d9-ed316d6ebd07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes'} Body: b'{"volume": {"id": "7fd2f349-326b-403c-86a0-4f145967788a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:40.620418", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-154074028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:40,727 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.038s 2024-02-28 08:32:40,727 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625c095f-c318-41fc-994c-ea9888494065', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625c095f-c318-41fc-994c-ea9888494065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'{"volume": {"id": "7fd2f349-326b-403c-86a0-4f145967788a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:41.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-154074028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:41,782 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.041s 2024-02-28 08:32:41,782 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a484171-c25a-4cf4-8ac1-dcad9a7f64a4', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a484171-c25a-4cf4-8ac1-dcad9a7f64a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'{"volume": {"id": "7fd2f349-326b-403c-86a0-4f145967788a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:41.000000", "updated_at": "2024-02-28T08:32:41.000000", "name": "tempest-VolumesCloneTest-Volume-154074028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:41,837 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.042s 2024-02-28 08:32:41,837 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e0100b7-ed0e-473a-8da3-7b1be3de13c2', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e0100b7-ed0e-473a-8da3-7b1be3de13c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'{"volume": {"id": "7fd2f349-326b-403c-86a0-4f145967788a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:41.000000", "updated_at": "2024-02-28T08:32:41.000000", "name": "tempest-VolumesCloneTest-Volume-154074028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:41,946 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.098s 2024-02-28 08:32:41,947 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-89120a75-1e4e-4bca-a16e-592d1bf40134', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'' 2024-02-28 08:32:41,969 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.022s 2024-02-28 08:32:41,970 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-e92f846d-a439-4328-b03a-62499b335a07', 'x-openstack-request-id': 'req-e92f846d-a439-4328-b03a-62499b335a07', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7fd2f349-326b-403c-86a0-4f145967788a could not be found."}}' {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.782064s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 36, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:43,776 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.147s 2024-02-28 08:32:43,777 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a451d577-120d-47e4-8ea1-a5b59a7812cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:32:44,114 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes 0.336s 2024-02-28 08:32:44,114 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-VolumesExtendTest-Volume-141008627"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318b159b-d556-47c7-a77d-38d17730c4c0', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318b159b-d556-47c7-a77d-38d17730c4c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes'} Body: b'{"volume": {"id": "621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:44.056052", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-141008627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:44,165 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.040s 2024-02-28 08:32:44,165 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-034d0ba3-6909-4e91-8036-f4d4c88eabbf', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-034d0ba3-6909-4e91-8036-f4d4c88eabbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'{"volume": {"id": "621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:44.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-141008627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:45,219 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.039s 2024-02-28 08:32:45,219 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-895967f0-adda-4fba-9f4e-2760bab125d8', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-895967f0-adda-4fba-9f4e-2760bab125d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'{"volume": {"id": "621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:44.000000", "updated_at": "2024-02-28T08:32:44.000000", "name": "tempest-VolumesExtendTest-Volume-141008627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:45,273 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.040s 2024-02-28 08:32:45,273 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61fee1ff-6de6-4333-a0ad-cd67905bd3c0', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-61fee1ff-6de6-4333-a0ad-cd67905bd3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'{"volume": {"id": "621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:44.000000", "updated_at": "2024-02-28T08:32:44.000000", "name": "tempest-VolumesExtendTest-Volume-141008627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:45,387 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.098s 2024-02-28 08:32:45,387 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc0abf7-2a38-48a8-bf09-471edccc0b5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'' 2024-02-28 08:32:45,410 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.022s 2024-02-28 08:32:45,410 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-74f33c9c-2a16-4c18-9a26-fa58058d8430', 'x-openstack-request-id': 'req-74f33c9c-2a16-4c18-9a26-fa58058d8430', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b could not be found."}}' {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.488965s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 53, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9d996226-8d58-4462-ade7-1003eee48dd3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:45,606 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes 0.193s 2024-02-28 08:32:45,606 86043 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-2031520860"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e70bb3-4f28-4851-8917-cf113e85bc22', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e70bb3-4f28-4851-8917-cf113e85bc22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes'} Body: b'{"volume": {"id": "9d996226-8d58-4462-ade7-1003eee48dd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:45.544180", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2031520860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:45,654 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.037s 2024-02-28 08:32:45,655 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c644176-9629-44f7-a0a6-9deed433cb4b', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c644176-9629-44f7-a0a6-9deed433cb4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'{"volume": {"id": "9d996226-8d58-4462-ade7-1003eee48dd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:46.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2031520860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:46,714 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.045s 2024-02-28 08:32:46,715 86043 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b3d94b-1819-4541-9c3e-01c61e17a8c3', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b3d94b-1819-4541-9c3e-01c61e17a8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'{"volume": {"id": "9d996226-8d58-4462-ade7-1003eee48dd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:46.000000", "updated_at": "2024-02-28T08:32:46.000000", "name": "tempest-VolumesExtendTest-Volume-2031520860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:46,765 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.039s 2024-02-28 08:32:46,766 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05fd5582-39db-421c-b4d0-bd5b322690bc', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05fd5582-39db-421c-b4d0-bd5b322690bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'{"volume": {"id": "9d996226-8d58-4462-ade7-1003eee48dd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:46.000000", "updated_at": "2024-02-28T08:32:46.000000", "name": "tempest-VolumesExtendTest-Volume-2031520860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:46,876 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.096s 2024-02-28 08:32:46,876 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96fd0635-0155-49eb-99c5-fc52a0cd5f98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'' 2024-02-28 08:32:46,900 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.023s 2024-02-28 08:32:46,901 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-80aba895-e652-4e6e-875c-4c78cd8888bb', 'x-openstack-request-id': 'req-80aba895-e652-4e6e-875c-4c78cd8888bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9d996226-8d58-4462-ade7-1003eee48dd3 could not be found."}}' {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.633075s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 125, 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 43, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f6e9ac30-38f4-471b-8789-bf8920b03491 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:48,901 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes 0.351s 2024-02-28 08:32:48,902 86043 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-1469594818", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9503fc0-9506-46fa-ac98-925a748ffc10', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9503fc0-9506-46fa-ac98-925a748ffc10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes'} Body: b'{"volume": {"id": "f6e9ac30-38f4-471b-8789-bf8920b03491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:48.836465", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1469594818", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:48,953 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491 0.040s 2024-02-28 08:32:48,953 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8b4ae2c-ec7b-447d-b6fd-5ae7372d49f2', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8b4ae2c-ec7b-447d-b6fd-5ae7372d49f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491'} Body: b'{"volume": {"id": "f6e9ac30-38f4-471b-8789-bf8920b03491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:49.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1469594818", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:50,009 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491 0.042s 2024-02-28 08:32:50,010 86043 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90821624-2f4b-4d95-9c57-6ef4097990d2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90821624-2f4b-4d95-9c57-6ef4097990d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491'} Body: b'{"volume": {"id": "f6e9ac30-38f4-471b-8789-bf8920b03491", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:49.000000", "updated_at": "2024-02-28T08:32:49.000000", "name": "tempest-VolumesGetTest-Volume-1469594818", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:50,157 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491 0.135s 2024-02-28 08:32:50,158 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-282b2189-b5fe-49dc-9822-9cac0c694192', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491'} Body: b'' 2024-02-28 08:32:50,181 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491 0.023s 2024-02-28 08:32:50,182 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c66b4635-7cb9-45e5-baeb-4f7c09403ec3', 'x-openstack-request-id': 'req-c66b4635-7cb9-45e5-baeb-4f7c09403ec3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f6e9ac30-38f4-471b-8789-bf8920b03491 could not be found."}}' {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.546145s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 143, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0cfd7286-1faa-499e-8cd8-f0732f563815 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:50,388 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes 0.202s 2024-02-28 08:32:50,389 86043 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-1172391368"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f47dfe4e-ce7f-45c8-bf07-03c71cc612a6', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f47dfe4e-ce7f-45c8-bf07-03c71cc612a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes'} Body: b'{"volume": {"id": "0cfd7286-1faa-499e-8cd8-f0732f563815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:50.325032", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1172391368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:50,463 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.063s 2024-02-28 08:32:50,463 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5805ed9-71d9-419b-b917-b339907111aa', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5805ed9-71d9-419b-b917-b339907111aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'{"volume": {"id": "0cfd7286-1faa-499e-8cd8-f0732f563815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:50.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1172391368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:51,516 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.039s 2024-02-28 08:32:51,517 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f867188b-5dd5-4c1f-b7c0-cdd656250f75', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f867188b-5dd5-4c1f-b7c0-cdd656250f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'{"volume": {"id": "0cfd7286-1faa-499e-8cd8-f0732f563815", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:50.000000", "updated_at": "2024-02-28T08:32:50.000000", "name": "tempest-VolumesGetTest-Volume-1172391368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:51,576 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.043s 2024-02-28 08:32:51,577 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-873002c8-18ed-4fd8-bca1-0d6909867844', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-873002c8-18ed-4fd8-bca1-0d6909867844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'{"volume": {"id": "0cfd7286-1faa-499e-8cd8-f0732f563815", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:50.000000", "updated_at": "2024-02-28T08:32:50.000000", "name": "tempest-VolumesGetTest-Volume-1172391368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:51,707 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.105s 2024-02-28 08:32:51,707 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-d74b67f2-b69a-4d6f-9c77-8708ca3786ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'' 2024-02-28 08:32:51,730 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.023s 2024-02-28 08:32:51,731 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-e5bcf0ca-34c7-47c8-bbf3-ffc64aaf65d4', 'x-openstack-request-id': 'req-e5bcf0ca-34c7-47c8-bbf3-ffc64aaf65d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0cfd7286-1faa-499e-8cd8-f0732f563815 could not be found."}}' {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.619952s] ... 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 135, 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 43, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3a217605-84d0-428c-9d47-16ea4352a0c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:51,759 86043 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/df4e8146-e2f1-442e-90d6-0c890f14657e 0.025s 2024-02-28 08:32:51,760 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e8ce6abd-63bc-4ff1-8de0-12d7a646ed1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:32:52,093 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes 0.332s 2024-02-28 08:32:52,094 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-VolumesGetTest-Volume-774861809", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d09d15a-a4ae-48e9-a754-680a1da204ac', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d09d15a-a4ae-48e9-a754-680a1da204ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes'} Body: b'{"volume": {"id": "3a217605-84d0-428c-9d47-16ea4352a0c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:52.031242", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-774861809", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:52,149 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0 0.044s 2024-02-28 08:32:52,150 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-927e442c-efc9-4fb1-b411-9a04925250e1', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-927e442c-efc9-4fb1-b411-9a04925250e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0'} Body: b'{"volume": {"id": "3a217605-84d0-428c-9d47-16ea4352a0c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:52.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-774861809", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:53,209 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0 0.044s 2024-02-28 08:32:53,210 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44a6075a-c57c-44f7-9c5f-779d80fb0769', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44a6075a-c57c-44f7-9c5f-779d80fb0769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0'} Body: b'{"volume": {"id": "3a217605-84d0-428c-9d47-16ea4352a0c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:52.000000", "updated_at": "2024-02-28T08:32:52.000000", "name": "tempest-VolumesGetTest-Volume-774861809", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:53,324 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0 0.102s 2024-02-28 08:32:53,325 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-707bc987-0025-494a-b310-aad99856d442', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0'} Body: b'' 2024-02-28 08:32:53,351 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0 0.026s 2024-02-28 08:32:53,352 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aa161ef-aba7-4e81-9805-e1d4f63c5fc6', 'x-openstack-request-id': 'req-0aa161ef-aba7-4e81-9805-e1d4f63c5fc6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3a217605-84d0-428c-9d47-16ea4352a0c0 could not be found."}}' {11} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.033536s] ... 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 122, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d3159571-69fd-4ab2-ac97-de292689dcc0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:30:09,018 86065 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2024-02-28 08:30:09,629 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.609s 2024-02-28 08:30:09,630 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1223115246", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-4671d905-ea30-4584-9c71-9eb62e73df62', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1223115246", "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": "2e60ea04dadb428aaf0af035a756f542", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "created_at": "2024-02-28T08:30:10Z", "updated_at": "2024-02-28T08:30:10Z", "tags": [], "self": "/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926", "file": "/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:30:10,814 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926/file 1.183s 2024-02-28 08:30:10,814 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2fda0437-f4b7-49a9-898e-5a0ce3b4dc38', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926/file'} Body: b'' 2024-02-28 08:30:10,815 86065 DEBUG [tempest.scenario.manager] image:e1c2b129-26f8-40c0-a5ce-9335f08d3926 2024-02-28 08:30:10,869 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2024-02-28 08:30:10,870 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-452369233", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJxJfK82VwRimkKgMNlkxce5PM6gVTsq/6RnRelRLUbplbiyTjSOXOTSgEO3w2yXUeTO42Tkzbrh0EJqPahh8o9JADSc8dkhU85NO7aDyDn5M1GGAXuyd+It5hFsRcFUhg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:10 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-10d9e24d-f434-4e50-b7fd-a2b89b115dd4', 'x-compute-request-id': 'req-10d9e24d-f434-4e50-b7fd-a2b89b115dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-4523 69233", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJxJfK82VwRimkKgMNlkxce5PM6gVTsq/6RnRelRLUbplbiyTjSOXOTSgEO3w2yXUeTO42Tkzbrh0EJqPahh8o9JADSc8dkhU85NO7aDyDn5M1GGAXuyd+It5hFsRcFUhg==", "fingerprint": "90:6f:28:23:19:fc:1f:57:a9:30:54:bc:84:4f:2b:a4", "user_id": "57bfe832b0c045ec84619c4266077593"}}' 2024-02-28 08:30:10,970 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2024-02-28 08:30:10,970 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30: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-e9dd67db-cf72-4c35-b06b-39b6485152ef', '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": "57bfe832b0c045ec84619c4266077593", "name": "tempest-TestMinimumBasicScenario-1761149689-project-member", "password_expires_at": null}, "audit_ids": ["nChoS0apRm2HJfesrf9IBQ"], "expires_at": "2024-02-28T09:30:10.000000Z", "issued_at": "2024-02-28T08:30:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e60ea04dadb428aaf0af035a756f542", "name": "tempest-TestMinimumBasicScenario-1761149689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:30:10,971 86065 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': '8f16b873-a1b6-46f6-9c4b-c70af8c66628', 'name': 'tempest-TestMinimumBasicScenario-322659556-network', 'tenant_id': '2e60ea04dadb428aaf0af035a756f542', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e60ea04dadb428aaf0af035a756f542', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50942, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:27:10Z', 'updated_at': '2024-02-28T08:27:10Z', 'revision_number': 1} available for tenant 2024-02-28 08:30:11,444 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.472s 2024-02-28 08:30:11,444 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1461008045", "imageRef": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-452369233", "networks": [{"uuid": "8f16b873-a1b6-46f6-9c4b-c70af8c66628"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88cc7ca4-4d76-45fa-ad4e-537eb6baa70e', 'x-compute-request-id': 'req-88cc7ca4-4d76-45fa-ad4e-537eb6baa70e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Tu2o6ms4UDQt"}}' 2024-02-28 08:30:11,511 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.064s 2024-02-28 08:30:11,511 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c80f53-7456-4703-8e5c-2abe5657bdd1', 'x-compute-request-id': 'req-34c80f53-7456-4703-8e5c-2abe5657bdd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "BUILD", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:30:11Z", "addresses": {}, "acces sIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "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": []}}' 2024-02-28 08:31:01,947 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.373s 2024-02-28 08:31:01,948 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bb2aa4e-7bec-49af-8fea-8957aa1757cb', 'x-compute-request-id': 'req-1bb2aa4e-7bec-49af-8fea-8957aa1757cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:30:18Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:79:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "OS-SRV-USG:launched_at": "2024-02-28T08:30:17.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": []}}' 2024-02-28 08:31:01,961 86065 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:32:02,226 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.263s 2024-02-28 08:32:02,226 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req- 48c723c6-f832-4ca7-975d-171ac7145804', 'x-compute-request-id': 'req-48c723c6-f832-4ca7-975d-171ac7145804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:30:18Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:79:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "OS-SRV-USG:launched_at": "2024-02-28T08:30:17.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": []}}' 2024-02-28 08:32:02,485 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.245s 2024-02-28 08:32:02,486 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-d660d788-5594-4f3f-b4ab-debff285255c', 'x-compute-request-id': 'req-d660d788-5594-4f3f-b4ab-debff285255c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}]}]}' 2024-02-28 08:32:02,673 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.184s 2024-02-28 08:32:02,674 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-017ba7de-b2a0-423d-95d3-331cf8f5a25f', 'x-compute-request-id': 'req-017ba7de-b2a0-423d-95d3-331cf8f5a25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8- 77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:30:18Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:79:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "OS-SRV-USG:launched_at": "2024-02-28T08:30:17.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": []}}' 2024-02-28 08:32:02,938 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes 0.250s 2024-02-28 08:32:02,938 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-667149276", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1a3d72a-e2ef-442d-b29e-3d96a3bb8aac', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1a3d72a-e2ef-442d-b29e-3d96a3bb8aac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes'} Body: b'{"volume": {"id": "d3159571-69fd-4ab2-ac97-de292689dcc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:02.831665", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-667149276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:03,014 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0 0.063s 2024-02-28 08:32:03,014 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-1087e093-3124-43dc-a4eb-79b986c215f4', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1087e093-3124-43dc-a4eb-79b986c215f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0'} Body: b'{"volume": {"id": "d3159571-69fd-4ab2-ac97-de292689dcc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:03.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-667149276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e60ea04dadb428aaf0af035a756f542"}}' 2024-02-28 08:32:04,073 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0 0.044s 2024-02-28 08:32:04,073 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190b2e28-7817-4fcd-8afe-37a3e714bf8f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190b2e28-7817-4fcd-8afe-37a3e714bf8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0'} Body: b'{"volume": {"id": "d3159571-69fd-4ab2-ac97-de292689dcc0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:03.000000", "updated_at": "2024-02-28T08:32:03.000000", "name": "tempest-TestMinimumBasicScenario-volume-667149276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e60ea04dadb428aaf0af035a756f542"}}' 2024-02-28 08:32:04,205 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0 0.119s 2024-02-28 08:32:04,206 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0219f098-2066-4806-9c7d-5bec8f709658', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf 0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0'} Body: b'' 2024-02-28 08:32:04,233 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0 0.026s 2024-02-28 08:32:04,233 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e0c3e1-5fa1-4e35-b3f8-bd8c76f5467c', 'x-openstack-request-id': 'req-e5e0c3e1-5fa1-4e35-b3f8-bd8c76f5467c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d3159571-69fd-4ab2-ac97-de292689dcc0 could not be found."}}' 2024-02-28 08:32:04,358 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.124s 2024-02-28 08:32:04,358 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 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-cb1a741e-285c-4c0f-ad2f-48f1efd47f78', 'x-compute-request-id': 'req-cb1a741e-285c-4c0f-ad2f-48f1efd47f78', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'' 2024-02-28 08:32:04,608 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.249s 2024-02-28 08:32:04,608 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 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-048a3160-6ed4-4e71-b93f-08d13299ffe9', 'x-compute-request-id': 'req-048a3160-6ed4-4e71-b93f-08d13299ffe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:32:04Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:79:91"}]}, "accessIPv4": "", "accessIPv6": "", "l inks": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "OS-SRV-USG:launched_at": "2024-02-28T08:30:17.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": []}}' 2024-02-28 08:32:54,896 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.223s 2024-02-28 08:32:54,897 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b7c56ad9-7f0e-4d5b-9d4e-8762a6584b78', 'x-compute-request-id': 'req-b7c56ad9-7f0e-4d5b-9d4e-8762a6584b78', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3d295f30-5a71-44ee-9ff8-77c141d4c7dc could not be found."}}' 2024-02-28 08:32:54,926 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-452369233 0.029s 2024-02-28 08:32:54,927 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-157b5574-25d5-402e-a333-5672fc399b16', 'x-compute-request-id': 'req-157b5574-25d5-402e-a333-5672fc399b16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-452369233'} Body: b'' 2024-02-28 08:32:55,050 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926 0.122s 2024-02-28 08:32:55,050 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-63fce781-a374-4e01-afc1-eb2271d4742b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926'} Body: b'' {11} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {11} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.333897s] ... 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4261e325-e427-431d-9df2-cfdac5270f9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:33:04,487 86065 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/6b9926771f4c4913a8623904cf954c08/types 0.163s 2024-02-28 08:33:04,487 86065 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, 28 Feb 2024 08:33:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c434d2e5-8bcb-47ea-8e39-91bda9c2684b', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c434d2e5-8bcb-47ea-8e39-91bda9c2684b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b9926771f4c4913a8623904cf954c08/types'} Body: b'{"volume_type": {"id": "53ca931f-7f83-4165-a87d-6d4b10f31ca7", "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}}' 2024-02-28 08:33:05,132 86065 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 0.642s 2024-02-28 08:33:05,133 86065 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, 28 Feb 2024 08:33:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-51225baf-5d1b-4478-83e9-f72ae6cbc4e6', '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": "7b4254f0f4bf4ad2896cb74ef14c1e13", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "created_at": "2024-02-28T08:33:05Z", "updated_at": "2024-02-28T08:33:05Z", "tags": [], "self": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd", "file": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:33:06,053 86065 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/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file 0.918s 2024-02-28 08:33:06,054 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2b7254d8-0ae5-4eb6-97ff-f78e885d2496', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file'} Body: b'' 2024-02-28 08:33:06,073 86065 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/246b0f95-1cde-46a6-a85c-0d50e6d141cd 0.019s 2024-02-28 08:33:06,073 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9a37921e-e659-4705-b487-33c08fbf8dcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd'} 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": "57355d607fae7027f7fad3e90e2a4995", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7b4254f0f4bf4ad2896cb74ef14c1e13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f04d5883471bcc090d353b468823f30411520fc30f5561a7d3a76a92e5107d3b54fd51766e830cf58664901d92226c9f36b6463abd70bf85a92dc274bcd32b5", "id": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "created_at": "2024-02-28T08:33:05Z", "updated_at": "2024-02-28T08:33:06Z", "tags": [], "self": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd", "file": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:33:06,092 86065 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/246b0f95-1cde-46a6-a85c-0d50e6d141cd 0.018s 2024-02-28 08:33:06,092 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-18234338-f48b-467c-ad42-1db61d2f1cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd'} 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": "57355d607fae7027f7fad3e90e2a4995", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7b4254f0f4bf4ad2896cb74ef14c1e13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f04d5883471bcc090d353b468823f30411520fc30f5561a7d3a76a92e5107d3b54fd51766e830cf58664901d92226c9f36b6463abd70bf85a92dc274bcd32b5", "id": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "created_at": "2024-02-28T08:33:05Z", "updated_at": "2024-02-28T08:33:06Z", "tags": [], "self": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd", "file": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:33:06,118 86065 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/246b0f95-1cde-46a6-a85c-0d50e6d141cd 0.025s 2024-02-28 08:33:06,119 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5c9442c0-ae72-41da-9d4f-5bdfff9b7e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd'} 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": "57355d607fae7027f7fad3e90e2a4995", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7b4254f0f4bf4ad2896cb74ef14c1e13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f04d5883471bcc090d353b468823f30411520fc30f5561a7d3a76a92e5107d3b54fd51766e830cf58664901d92226c9f36b6463abd70bf85a92dc274bcd32b5", "id": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "created_at": "2024-02-28T08:33:05Z", "updated_at": "2024-02-28T08:33:06Z", "tags": [], "self": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd", "file": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:33:06,541 86065 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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes 0.422s 2024-02-28 08:33:06,542 86065 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": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47355666-d2ea-4f8f-9c45-788fdbe9e106', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47355666-d2ea-4f8f-9c45-788fdbe9e106', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes'} Body: b'{"volume": {"id": "4261e325-e427-431d-9df2-cfdac5270f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:06.458875", "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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}], "user_id": "73da2c41158d4b44b20bfa44ededa639", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:06,593 86065 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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f 0.040s 2024-02-28 08:33:06,593 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ff3797-07cd-48e6-94d6-002d66661f07', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ff3797-07cd-48e6-94d6-002d66661f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f'} Body: b'{"volume": {"id": "4261e325-e427-431d-9df2-cfdac5270f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:06.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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}], "user_id": "73da2c41158d4b44b20bfa44ededa639", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b4254f0f4bf4ad2896cb74ef14c1e13"}}' 2024-02-28 08:33:07,642 86065 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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f 0.036s 2024-02-28 08:33:07,643 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f9fae4-b50f-4d6a-8eca-f8cd26a5da38', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f9fae4-b50f-4d6a-8eca-f8cd26a5da38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f'} Body: b'{"volume": {"id": "4261e325-e427-431d-9df2-cfdac5270f9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:06.000000", "updated_at": "2024-02-28T08:33:07.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}], "user_id": "73da2c41158d4b44b20bfa44ededa639", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b4254f0f4bf4ad2896cb74ef14c1e13"}}' {4} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [121.889635s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 46193b3b-8cfa-4007-9b21-4140380f8f08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:31:10,709 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362 0.250s 2024-02-28 08:31:10,709 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:10 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-aae4b05b-c3c4-4089-8cbf-5029dc8c3b71', 'x-compute-request-id': 'req-aae4b05b-c3c4-4089-8cbf-5029dc8c3b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362'} Body: b'{"server": {"id": "190f0e36-c9c7-4481-af9d-43467ab12362", "name": "tempest-ServersNegativeTestJSON-server-1755807765", "status": "ACTIVE", "tenant_id": "9348737e41fc4572b7687cb254e10c96", "user_id": "3df48e7c592249ac9b5235186c15099e", "metadata": {}, "hostId": "fd7f9e64bdbd36caef948e187f1dc45b9dc169d04e6ec130cc582530", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:36Z", "updated": "2024-02-28T08:24:46Z", "addresses": {"tempest-ServersNegativeTestJSON-841431494-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ad:dc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:10,960 86051 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/9348737e41fc4572b7687cb254e10c96/volumes 0.216s 2024-02-28 08:32:10,960 86051 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-1419523495"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a30f7b53-23cd-4178-8c9d-5a3427aff6de', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a30f7b53-23cd-4178-8c9d-5a3427aff6de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes'} Body: b'{"volume": {"id": "46193b3b-8cfa-4007-9b21-4140380f8f08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:10.872460", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1419523495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}, {"rel": "bookmark", "href": "http://10.0.0.210 /volume/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:11,018 86051 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/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08 0.048s 2024-02-28 08:32:11,019 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a18507-aa16-4955-9806-e91e967adf45', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a18507-aa16-4955-9806-e91e967adf45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08'} Body: b'{"volume": {"id": "46193b3b-8cfa-4007-9b21-4140380f8f08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:11.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1419523495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9348737e41fc4572b7687cb254e10c96"}}' 2024-02-28 08:32:12,071 86051 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/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08 0.038s 2024-02-28 08:32:12,072 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ec81e0-8b06-44dc-87b9-5d4daf453c0b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ec81e0-8b06-44dc-87b9-5d4daf453c0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08'} Body: b'{"volume": {"id": "46193b3b-8cfa-4007-9b21-4140380f8f08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:11.000000", "updated_at": "2024-02-28T08:32:11.000000", "name": "tempest-ServersNegativeTestJSON-volume-1419523495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant- attr:tenant_id": "9348737e41fc4572b7687cb254e10c96"}}' 2024-02-28 08:32:12,305 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362 0.221s 2024-02-28 08:32:12,306 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1bda29c-d4b9-4638-b1f1-1fe09fb7e374', 'x-compute-request-id': 'req-b1bda29c-d4b9-4638-b1f1-1fe09fb7e374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362'} Body: b'{"server": {"id": "190f0e36-c9c7-4481-af9d-43467ab12362", "name": "tempest-ServersNegativeTestJSON-server-1755807765", "status": "ACTIVE", "tenant_id": "9348737e41fc4572b7687cb254e10c96", "user_id": "3df48e7c592249ac9b5235186c15099e", "metadata": {}, "hostId": "fd7f9e64bdbd36caef948e187f1dc45b9dc169d04e6ec130cc582530", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:36Z", "updated": "2024-02-28T08:24:46Z", "addresses": {"tempest-ServersNegativeTestJSON-841431494-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ad:dc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {2} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [229.983609s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 288, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 340, 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 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server dc052cfd-f245-4f7a-aabd-aac0561cdc2b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2024-02-28T08:32:35Z', 'message': 'Build of instance dc052cfd-f245-4f7a-aabd-aac0561cdc2b aborted: Volume 29445953-a6be-4739-ab00-cb6ebbafb479 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-b4de5eea-f3b5-4b4b-9d32-b30b04a07184. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:28,832 86047 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.032s 2024-02-28 08:29:28,832 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e8107d18-db66-48f3-ba8d-c7a69e66d147', '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": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "password_expires_at": null}, "audit_ids": ["x51MTbBBRK6OHvyKShI0ew"], "expires_at": "2024-02-28T09:29:28.000000Z", "issued_at": "2024-02-28T08:29:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad5806d57e2a4d7192477009fbf5974a", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:29:28,832 86047 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '7e1d7d1b-7149-43ed-bc12-7a5336fb1b17', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1869076972-network', 'tenant_id': 'ad5806d57e2a4d7192477009fbf5974a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': 'ad5806d57e2a4d7192477009fbf5974a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:29:21Z', 'updated_at': '2024-02-28T08:29:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:29:29,654 86047 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.821s 2024-02-28 08:29:29,655 86047 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-420463085", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "7e1d7d1b-7149-43ed-bc12-7a5336fb1b17"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e', '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-d7174daa-00af-409a-9270-f21437dcbb5f', 'x-compute-request-id': 'req-d7174daa-00af-409a-9270-f21437dcbb5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2h54NkBQYDp7"}}' 2024-02-28 08:29:29,737 86047 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/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e 0.080s 2024-02-28 08:29:29,738 86047 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, 28 Feb 2024 08:29:29 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-2ee35854-a33d-41e2-9950-f446c238ea85', 'x-compute-request-id': 'req-2ee35854-a33d-41e2-9950-f446c238ea85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e'} Body: b'{"server": {"id": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-420463085", "status": "BUILD", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:29:30Z", "updated": "2024-02-28T08:29:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0fcd6 ad9-6a2e-4490-b8e7-53bb46a3782e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}], "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": []}}' 2024-02-28 08:30:20,103 86047 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/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e 0.297s 2024-02-28 08:30:20,104 86047 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, 28 Feb 2024 08:30:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7150981-f7d0-4773-b3d8-af2c5f56eaa1', 'x-compute-request-id': 'req-b7150981-f7d0-4773-b3d8-af2c5f56eaa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e'} Body: b'{"server": {"id": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-420463085", "status": "ACTIVE", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "8afa2e77596c8759534ace0d83fd6ae16383d895eb09bf2d5ff8ccae", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:29:29Z", "updated": "2024-02-28T08:29:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1869076972-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:68:08"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:29: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": []}}' 2024-02-28 08:30:20,123 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:31:20,902 86047 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/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e/action 0.738s 2024-02-28 08:31:20,902 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-1043370956"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d381f32-f3b4-471a-a01a-ccdcb9adc8a4', 'x-compute-request-id': 'req-0d381f32-f3b4-471a-a01a-ccdcb9adc8a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e/action'} Body: b'{"image_id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e"}' 2024-02-28 08:31:21,129 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.225s 2024-02-28 08:31:21,129 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-32f8d742-33f8-4f5e-b9b6-f2b64469707c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:21Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:22,156 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.024s 2024-02-28 08:31:22,156 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e7c2970c-e2f9-4945-b3e7-d2e049391d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:21Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:23,180 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.023s 2024-02-28 08:31:23,181 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bba6aa11-0ef0-4f16-b295-b9350a882b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:21Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:24,209 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.026s 2024-02-28 08:31:24,209 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-85254b0d-8d4a-49bc-b45e-f688a0e835cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:24Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:25,235 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.025s 2024-02-28 08:31:25,236 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-65823cdc-f084-4e4e-a120-5f565e3026ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:25Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:26,268 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.030s 2024-02-28 08:31:26,269 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cff85d2d-04e4-46b0-8762-eb6cb870d5dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "4014ffacbfb1ddff71234fde96e0e6cf", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f54152f450971682b7e3f8b58a3037a8d46fd2a7dabaace6f916559de5fa50ceb468a6251c9328d12e55ef393a87dcd2044f8eaadc7befd117b2da67a663b6af", "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:26Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:26,292 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.023s 2024-02-28 08:31:26,292 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-32db11a8-e65b-43ad-9322-98a01eb48d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "4014ffacbfb1ddff71234fde96e0e6cf", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ad5806d57e2a4d7192477 009fbf5974a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f54152f450971682b7e3f8b58a3037a8d46fd2a7dabaace6f916559de5fa50ceb468a6251c9328d12e55ef393a87dcd2044f8eaadc7befd117b2da67a663b6af", "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:26Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:26,873 86047 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/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e 0.581s 2024-02-28 08:31:26,874 86047 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, 28 Feb 2024 08:31:26 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-d9b48e06-fe22-412e-9e47-c56e84d7919e', 'x-compute-request-id': 'req-d9b48e06-fe22-412e-9e47-c56e84d7919e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e'} Body: b'{"server": {"id": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-420463085", "status": "ACTIVE", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "8afa2e77596c8759534ace0d83fd6ae16383d895eb09bf2d5ff8ccae", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:29:29Z", "updated": "2024-02-28T08:31:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1869076972-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:68:08"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:29: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": []}}' 2024-02-28 08:32:27,037 86047 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.080s 2024-02-28 08:32:27,037 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cf337c6d-7270-40d8-9668-4ae7f776484a', '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": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "password_expires_at": null}, "audit_ids": ["Qy6D7RjoTsyLiL8Bksdy5w"], "expires_at": "2024-02-28T09:32:26.000000Z", "issued_at": "2024-02-28T08:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad5806d57e2a4d7192477009fbf5974a", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:32:27,038 86047 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '7e1d7d1b-7149-43ed-bc12-7a5336fb1b17', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1869076972-network', 'tenant_id': 'ad5806d57e2a4d7192477009fbf5974a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad5806d57e2a4d7192477009fbf5974a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:29:21Z', 'updated_at': '2024-02-28T08:29:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:32:27,513 86047 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.474s 2024-02-28 08:32:27,513 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-479679638", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "7e1d7d1b-7149-43ed-bc12-7a5336fb1b17"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b', '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-b4de5eea-f3b5-4b4b-9d32-b30b04a07184', 'x-compute-request-id': 'req-b4de5eea-f3b5-4b4b-9d32-b30b04a07184', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dc052cfd-f245-4f7a-aabd-aac0561cdc2b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "BF8s42rKayKn"}}' 2024-02-28 08:32:27,597 86047 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/dc052cfd-f245-4f7a-aabd-aac0561cdc2b 0.081s 2024-02-28 08:32:27,597 86047 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, 28 Feb 2024 08:32: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-0f386eb3-af50-434d-8f59-d6cb164ea6a5', 'x-compute-request-id': 'req-0f386eb3-af50-434d-8f59-d6cb164ea6a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b'} Body: b'{"server": {"id": "dc052cfd-f245-4f7a-aabd-aac0561cdc2b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-479679638", "status": "BUILD", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:32:27Z", "updated": "2024-02-28T08:32:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}], "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": []}}' 2024-02-28 08:33:17,877 86047 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/dc052cfd-f245-4f7a-aabd-aac0561cdc2b 0.215s 2024-02-28 08:33:17,878 86047 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, 28 Feb 2024 08:33: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-66ddaa55-fefe-4451-bc50-806dc3620005', 'x-compute-request-id': 'req-66ddaa55-fefe-4451-bc50-806dc3620005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b'} Body: b'{"server": {"id": "dc052cfd-f245-4f7a-aabd-aac0561cdc2b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-479679638", "status": "ERROR", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:32:27Z", "updated": "2024-02-28T08:32:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2024-02-28T08:32:35Z", "message": "Build of instance dc052cfd-f245-4f7a-aabd-aac0561cdc2b aborted: Volume 29445953-a6be-4739-ab00-cb6ebbafb479 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 08:33:17,895 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2024-02-28 08:33:18,705 86047 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/dc052cfd-f245-4f7a-aabd-aac0561cdc2b 0.809s 2024-02-28 08:33:18,705 86047 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, 28 Feb 2024 08:33:17 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-5758071b-1d78-4288-a9ea-39e01c64bbc6', 'x-compute-request-id': 'req-5758071b-1d78-4288-a9ea-39e01c64bbc6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b'} Body: b'' 2024-02-28 08:33:18,775 86047 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 /dc052cfd-f245-4f7a-aabd-aac0561cdc2b 0.070s 2024-02-28 08:33:18,776 86047 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, 28 Feb 2024 08:33: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-82b3b2f3-87cc-4884-a1d4-6b4429263a4d', 'x-compute-request-id': 'req-82b3b2f3-87cc-4884-a1d4-6b4429263a4d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dc052cfd-f245-4f7a-aabd-aac0561cdc2b could not be found."}}' {4} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [1.778205s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 43, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 3d616dd1-c3d0-4a34-9576-a460aef404c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:08,380 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types 0.246s 2024-02-28 08:34:08,380 86051 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-154442535"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fdd3a08-aca3-46c2-a0e3-0d8cea602b53', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fdd3a08-aca3-46c2-a0e3-0d8cea602b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types'} Body: b'{"volume_type": {"id": "2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc", "name": "tempest-GroupsTest-volume-type-154442535", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:08,416 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types 0.032s 2024-02-28 08:34:08,416 86051 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-548988027"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c082488-6c3e-4e23-8890-27667a501a61', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c082488-6c3e-4e23-8890-27667a501a61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types'} Body: b'{"group_type": {"id": "47a0a84d-825a-410b-ac74-e745289643c3", "name": "tempest-GroupsTest-group-type-548988027", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:34:08,609 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups 0.190s 2024-02-28 08:34:08,609 86051 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": "47a0a84d-825a-410b-ac74-e745289643c3", "volume_types": ["2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc"], "name": "tempest-Group1-885127242"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10af2083-7942-4cca-b714-37c4dfd213c9', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10af2083-7942-4cca-b714-37c4dfd213c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups'} Body: b'{"group": {"id": "3d616dd1-c3d0-4a34-9576-a460aef404c0", "name": "tempest-Group1-885127242"}}' 2024-02-28 08:34:08,642 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0 0.030s 2024-02-28 08:34:08,642 86051 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, 28 Feb 2024 08:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c1ab33d-00e2-4266-946a-8be0f4ba1c34', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c1ab33d-00e2-4266-946a-8be0f4ba1c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0'} Body: b'{"group": {"id": "3d616dd1-c3d0-4a34-9576-a460aef404c0", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:34:09.000000", "name": "tempest-Group1-885127242", "description": null, "group_type": "47a0a84d-825a-410b-ac74-e745289643c3", "volume_types": ["2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc"]}}' 2024-02-28 08:34:09,679 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0 0.031s 2024-02-28 08:34:09,679 86051 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, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-117c532c-921b-449e-9cf9-61bb80ce08cc', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-117c532c-921b-449e-9cf9-61bb80ce08cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0'} Body: b'{"group": {"id": "3d616dd1-c3d0-4a34-9576-a460aef404c0", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:34:09.000000", "name": "tempest-Group1-885127242", "description": null, "group_type": "47a0a84d-825a-410b-ac74-e745289643c3", "volume_types": ["2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc"]}}' 2024-02-28 08:34:09,722 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/volumes/detail 0.036s 2024-02-28 08:34:09,723 86051 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, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb49c84-b752-409b-922c-c2229b119c5d', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb49c84-b752-409b-922c-c2229b119c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:34:09,796 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0/action 0.060s 2024-02-28 08:34:09,796 86051 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, 28 Feb 2024 08:34:09 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-i d': 'req-c4972d57-3b95-4f11-aae9-460648fa8540', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0/action'} Body: b'' 2024-02-28 08:34:09,812 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0 0.016s 2024-02-28 08:34:09,813 86051 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, 28 Feb 2024 08:34:09 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-cb8c7ecf-6325-4101-819d-e70e6b143563', 'x-openstack-request-id': 'req-cb8c7ecf-6325-4101-819d-e70e6b143563', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3d616dd1-c3d0-4a34-9576-a460aef404c0 could not be found."}}' 2024-02-28 08:34:09,843 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types/47a0a84d-825a-410b-ac74-e745289643c3 0.030s 2024-02-28 08:34:09,843 86051 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, 28 Feb 2024 08:34:09 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-ae135473-6e91-4a66-8858-43fef63285bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types/47a0a84d-825a-410b-ac74-e745289643c3'} Body: b'' 2024-02-28 08:34:09,891 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc 0.047s 2024-02-28 08:34:09,891 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd3f691-f902-45c7-b321-c63ee1908cf3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc'} Body: b'' 2024-02-28 08:34:09,909 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc 0.017s 2024-02-28 08:34:09,909 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 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-ecd97339-abcb-48e5-8ce8-714dd0c7c737', 'x-openstack-request-id': 'req-ecd97339-abcb-48e5-8ce8-714dd 0c7c737', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc could not be found."}}' {4} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.544011s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 111, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 1bee0f8b-ba19-46f6-add9-207ba1bc14af failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:09,948 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types 0.035s 2024-02-28 08:34:09,948 86051 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-1351204443"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c458b21f-1b05-47e4-8670-dd317b6ea267', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c458b21f-1b05-47e4-8670-dd317b6ea267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types'} Body: b'{"volume_type": {"id": "b379209a-490f-48cc-9d98-0261637a968c", "name": "tempest-GroupsTest-volume-type-1351204443", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:09,982 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types 0.030s 2024-02-28 08:34:09,983 86051 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-1531916245"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ca3a1c-f5e6-4918-b5c7-2e4fc347403e', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ca3a1c-f5e6-4918-b5c7-2e4fc347403e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types'} Body: b'{"group_type": {"id": "eb1bf718-6da8-4e2f-8a0c-87fc9594624b", "name": "tempest-GroupsTest-group-type-1531916245", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:34:10,090 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups 0.105s 2024-02-28 08:34:10,090 86051 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": "eb1bf718-6da8-4e2f-8a0c-87fc9594624b", "volume_types": ["b379209a-490f-48cc-9d98-0261637a968c"], "name": "tempest-GroupsTest-Group-1535737697"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2be02f9e-b73b-4d0c-aba6-774423ecdcb4', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2be02f9e-b73b-4d0c-aba6-774423ecdcb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups'} Body: b'{"group": {"id": "1bee0f8b-ba19-46f6-add9-207ba1bc14af", "name": "tempest-GroupsTest-Group-1535737697"}}' 2024-02-28 08:34:10,136 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af 0.044s 2024-02-28 08:34:10,136 86051 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, 28 Feb 2024 08:34:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dede8b83-2a3e-4f2d-b9e0-ad62528a90c8', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dede8b83-2a3e-4f2d-b9e0-ad62528a90c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af'} Body: b'{"group": {"id": "1bee0f8b-ba19-46f6-add9-207ba1bc14af", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:34:10.000000", "name": "tempest-GroupsTest-Group-1535737697", "description": null, "group_type": "eb1bf718-6da8-4e2f-8a0c-87fc9594624b", "volume_types": ["b379209a-490f-48cc-9d98-0261637a968c"]}}' 2024-02-28 08:34:11,173 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af 0.031s 2024-02-28 08:34:11,173 86051 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, 28 Feb 2024 08:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db53afc3-38db-42c1-bd38-932c9aef9faf', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db53afc3-38db-42c1-bd38-932c9aef9faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af'} Body: b'{"group": {"id": "1bee0f8b-ba19-46f6-add9-207ba1bc14af", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:34:10.000000", "name": "tempest-GroupsTest-Group-1535737697", "description": null, "group_type": "eb1bf718-6da8-4e2f-8a0c-87fc9594624b", "volume_types": ["b379209a-490f-48cc-9d98-0261637a968c"]}}' 2024-02-28 08:34:11,232 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/volumes/detail 0.052s 2024-02-28 08:34:11,232 86051 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, 28 Feb 2024 08:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64df06f9-ae16-49ad-a2f2-aee9945d9ee0', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64df06f9-ae16-49ad-a2f2-aee9945d9ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:34:11,315 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af/action 0.066s 2024-02-28 08:34:11,315 86051 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, 28 Feb 2024 08:34:11 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-8c714212-78b0-48d3-a663-262 363e1688b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af/action'} Body: b'' 2024-02-28 08:34:11,331 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af 0.015s 2024-02-28 08:34:11,331 86051 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, 28 Feb 2024 08:34:11 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-8594d631-0f5c-4814-94cb-0e3419bdc7aa', 'x-openstack-request-id': 'req-8594d631-0f5c-4814-94cb-0e3419bdc7aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1bee0f8b-ba19-46f6-add9-207ba1bc14af could not be found."}}' 2024-02-28 08:34:11,389 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types/eb1bf718-6da8-4e2f-8a0c-87fc9594624b 0.058s 2024-02-28 08:34:11,390 86051 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, 28 Feb 2024 08:34:11 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-9c78364c-5613-4bf8-b16b-0c6302102250', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types/eb1bf718-6da8-4e2f-8a0c-87fc9594624b'} Body: b'' 2024-02-28 08:34:11,438 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/b379209a-490f-48cc-9d98-0261637a968c 0.047s 2024-02-28 08:34:11,438 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7417d6-24cc-4cf1-8d90-a576b4df2b31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/b379209a-490f-48cc-9d98-0261637a968c'} Body: b'' 2024-02-28 08:34:11,455 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/b379209a-490f-48cc-9d98-0261637a968c 0.016s 2024-02-28 08:34:11,456 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb67afc-2aee-4529-a4de-fc7b0c86cb69', 'x-openstack-request-id': 'req-7bb67afc-2aee-4529-a4de-fc7b0c86cb69', 'connection': 'close', 'st atus': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/b379209a-490f-48cc-9d98-0261637a968c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b379209a-490f-48cc-9d98-0261637a968c could not be found."}}' {4} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.720534s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 227, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:14,652 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types 0.180s 2024-02-28 08:34:14,653 86051 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-1512506391"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83811cd-bac7-49bc-9ee6-dc727652e85d', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83811cd-bac7-49bc-9ee6-dc727652e85d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types'} Body: b'{"volume_type": {"id": "b35a0296-81f8-4642-a647-7922dfdb86f5", "name": "tempest-GroupsV320Test-volume-type-1512506391", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:14,692 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/group_types 0.037s 2024-02-28 08:34:14,693 86051 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-904575497"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1ad4d31-047b-44b3-bed3-5aa98a7c8adb', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1ad4d31-047b-44b3-bed3-5aa98a7c8adb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/group_types'} Body: b'{"group_type": {"id": "98b1bb3d-69be-4307-8f0d-a91d8e1bc524", "name": "tempest-GroupsV320Test-group-type-904575497", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:34:14,869 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups 0.173s 2024-02-28 08:34:14,869 86051 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": "98b1bb3d-69be-4307-8f0d-a91d8e1bc524", "volume_types": ["b35a0296-81f8-4642-a647-7922dfdb86f5"], "name": "tempest-GroupsV320Test-Group-234950416"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb1f415b-429d-407e-9fe8-e79ba9e68d0e', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb1f415b-429d-407e-9fe8-e79ba9e68d0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups'} Body: b'{"group": {"id": "7ffe63ae-3deb-43ad-bc13-3f44c6df24b7", "name": "tempest-GroupsV320Test-Group-234950416"}}' 2024-02-28 08:34:14,906 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 0.035s 2024-02-28 08:34:14,907 86051 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, 28 Feb 2024 08:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a12f067-428f-4b9b-a769-6f554525bf58', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a12f067-428f-4b9b-a769-6f554525bf58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7'} Body: b'{"group": {"id": "7ffe63ae-3deb-43ad-bc13-3f44c6df24b7", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:34:15.000000", "name": "tempest-GroupsV320Test-Group-234950416", "description": null, "group_type": "98b1bb3d-69be-4307-8f0d-a91d8e1bc524", "volume_types": ["b35a0296-81f8-4642-a647-7922dfdb86f5"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:34:15,951 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 0.037s 2024-02-28 08:34:15,951 86051 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, 28 Feb 2024 08:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c820c1e0-04c9-4717-9347-17bf185454bf', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c820c1e0-04c9-4717-9347-17bf185454bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7'} Body: b'{"group": {"id": "7ffe63ae-3deb-43ad-bc13-3f44c6df24b7", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:34:15.000000", "name": "tempest-GroupsV320Test-Group-234950416", "description": null, "group_type": "98b1bb3d-69be-4307-8f0d-a91d8e1bc524", "volume_types": ["b35a0296-81f8-4642-a647-7922dfdb86f5"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:34:15,991 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/volumes/detail 0.033s 2024-02-28 08:34:15,991 86051 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, 28 Feb 2024 08:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b94a3a2a-e363-4af3-9a7b-c63b224f0268', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b94a3a2a-e363-4af3-9a7b-c63b224f0268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:34:16,072 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7/action 0.069s 2024-02-28 08:34:16,073 86051 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, 28 Feb 2024 08:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d218c4-6d9b-41bd-9e0c-e9a0e5896f60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7/action'} Body: b'' 2024-02-28 08:34:16,090 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 0.016s 2024-02-28 08:34:16,090 86051 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, 28 Feb 2024 08:34:16 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-8e96435b-b669-417b-8586-961f14768fd6', 'x-openstack-request-id': 'req-8e96435b-b669-417b-8586-961f14768fd6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 could not be found."}}' 2024-02-28 08:34:16,118 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/group_types/98b1bb3d-69be-4307-8f0d-a91d8e1bc524 0.028s 2024-02-28 08:34:16,119 86051 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, 28 Feb 2024 08:34:16 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-9096db65-0e5f-4625-99b9-1c2a86af5aae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/group_types/98b1bb3d-69be-4307-8f0d-a91d8e1bc524'} Body: b'' 2024-02-28 08:34:16,172 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types/b35a0296-81f8-4642-a647-7922dfdb86f5 0.053s 2024-02-28 08:34:16,173 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-edc90cf3-684b-4fd9-8303-f2f35098cdf4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types/b35a0296-81f8-4642-a647-7922dfdb86f5'} Body: b'' 2024-02-28 08:34:16,190 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types/b35a0296-81f8-4642-a647-7922dfdb86f5 0.017s 2024-02-28 08:34:16,191 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '11 4', 'content-type': 'application/json', 'x-compute-request-id': 'req-4408f8e9-6a77-4290-973f-590b2e0ab039', 'x-openstack-request-id': 'req-4408f8e9-6a77-4290-973f-590b2e0ab039', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types/b35a0296-81f8-4642-a647-7922dfdb86f5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b35a0296-81f8-4642-a647-7922dfdb86f5 could not be found."}}' {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {4} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.804658s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d5c36ded-1086-42a5-ac55-c3421fa37147 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:19,992 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes 0.450s 2024-02-28 08:34:19,993 86051 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-623390212"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6ac37d7-cabf-4d9b-a403-64bb9b879d54', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6ac37d7-cabf-4d9b-a403-64bb9b879d54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes'} Body: b'{"volume": {"id": "d5c36ded-1086-42a5-ac55-c3421fa37147", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:19.923199", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-623390212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 08:34:20,069 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.063s 2024-02-28 08:34:20,069 86051 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, 28 Feb 2024 08:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff041a8c-f0b4-4b9c-a582-ff52983ef646', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff041a8c-f0b4-4b9c-a582-ff52983ef646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'{"volume": {"id": "d5c36ded-1086-42a5-ac55-c3421fa37147", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:20.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-623390212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:21,130 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.045s 2024-02-28 08:34:21,130 86051 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, 28 Feb 2024 08:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc40a8e-5634-4360-88bd-ec4ba9c94a71', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc40a8e-5634-4360-88bd-ec4ba9c94a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'{"volume": {"id": "d5c36ded-1086-42a5-ac55-c3421fa37147", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:20.000000", "updated_at": "2024-02-28T08:34:20.000000", "name": "tempest-VolumesTransfersV355Test-Volume-623390212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:21,196 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.052s 2024-02-28 08:34:21,197 86051 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, 28 Feb 2024 08:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a4e5fe-76bd-43f7-8dc0-75bdaea8a222', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37a4e5fe-76bd-43f7-8dc0-75bdaea8a222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'{"volume": {"id": "d5c36ded-1086-42a5-ac55-c3421fa37147", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:20.000000", "updated_at": "2024-02-28T08:34:20.000000", "name": "tempest-VolumesTransfersV355Test-Volume-623390212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:21,319 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.109s 2024-02-28 08:34:21,320 86051 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, 28 Feb 2024 08:34: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-77f2261c-decb-4797-8fe4-7765d335babf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'' 2024-02-28 08:34:21,344 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.024s 2024-02-28 08:34:21,344 86051 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, 28 Feb 2024 08:34: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-823bda7d-6354-4468-82e3-28d577811d14', 'x-openstack-request-id': 'req-823bda7d-6354-4468-82e3-28d577811d14', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d5c36ded-1086-42a5-ac55-c3421fa37147 could not be found."}}' {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.473634s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 74121e8f-0325-4769-bb4b-21f9ddf0dac6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:21,524 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes 0.175s 2024-02-28 08:34:21,524 86051 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-1112410731"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35efaae4-92ea-43a1-b79c-cacb9a31aaa7', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35efaae4-92ea-43a1-b79c-cacb9a31aaa7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes'} Body: b'{"volume": {"id": "74121e8f-0325-4769-bb4b-21f9ddf0dac6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:21.467791", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1112410731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 08:34:21,578 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.041s 2024-02-28 08:34:21,578 86051 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, 28 Feb 2024 08:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcdbf1c1-848d-4871-969c-7e001ed7c57a', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcdbf1c1-848d-4871-969c-7e001ed7c57a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'{"volume": {"id": "74121e8f-0325-4769-bb4b-21f9ddf0dac6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:21.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1112410731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:22,636 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.044s 2024-02-28 08:34:22,637 86051 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, 28 Feb 2024 08:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c15b8c15-527e-4aee-a177-ad76ed1f22c4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c15b8c15-527e-4aee-a177-ad76ed1f22c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'{"volume": {"id": "74121e8f-0325-4769-bb4b-21f9ddf0dac6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:21.000000", "updated_at": "2024-02-28T08:34:22.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1112410731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:22,689 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.037s 2024-02-28 08:34:22,689 86051 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, 28 Feb 2024 08:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a916e211-c2c0-4440-85e7-18d220189192', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a916e211-c2c0-4440-85e7-18d220189192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'{"volume": {"id": "74121e8f-0325-4769-bb4b-21f9ddf0dac6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:21.000000", "updated_at": "2024-02-28T08:34:22.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1112410731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:22,796 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.094s 2024-02-28 08:34:22,797 86051 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, 28 Feb 2024 08:34:22 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-9f61b5b5-a781-4ed1-b933-3e73e0c3423d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'' 2024-02-28 08:34:22,820 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.022s 2024-02-28 08:34:22,820 86051 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, 28 Feb 2024 08:34:22 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-cedf62d3-8008-4e20-b799-33227094824d', 'x-openstack-request-id': 'req-cedf62d3-8008-4e20-b799-33227094824d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 74121e8f-0325-4769-bb4b-21f9ddf0dac6 could not be found."}}' {9} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [122.801498s] ... 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 491, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, 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 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d1db6b50-d468-4697-b07b-40b5e0923981 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:32,567 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.423s 2024-02-28 08:32:32,568 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:32 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-6ab0fec8-86a3-4850-858f-a77fffe16610', 'x-compute-request-id': 'req-6ab0fec8-86a3-4850-858f-a77fffe16610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:32,727 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.145s 2024-02-28 08:32:32,727 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:32 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-20c774b4-0401-4903-8864-b4ebc62f2ed5', 'x-compute-request-id': 'req-20c774b4-0401-4903-8864-b4ebc62f2ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "htt p://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:32,920 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.180s 2024-02-28 08:32:32,920 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:32 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-664b856b-dace-45da-90d5-cc6d8ae2f9ae', 'x-compute-request-id': 'req-664b856b-dace-45da-90d5-cc6d8ae2f9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:33:33,086 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v 3/auth/tokens 0.108s 2024-02-28 08:33:33,087 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-18b00964-51e2-409b-a9c9-426cbb05119e', '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": "6907afb9539d4cd48892d10e0ee7d38c", "name": "tempest-ServerActionsTestOtherA-2112095447-project-member", "password_expires_at": null}, "audit_ids": ["bzDsptiBQAu0vhF-BCFmog"], "expires_at": "2024-02-28T09:33:33.000000Z", "issued_at": "2024-02-28T08:33:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31d6b3629e574f20a13d3e6bd5553f17", "name": "tempest-ServerActionsTestOtherA-2112095447"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:33:33,087 86061 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'e3d6342c-7f29-4a98-9dcb-1d5832473f1a', 'name': 'tempest-ServerActionsTestOtherA-903269826-network', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63537, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:24:54Z', 'updated_at': '2024-02-28T08:24:54Z', 'revision_number': 1} available for tenant 2024-02-28 08:33:33,088 86061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1831849867', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGWmED2OgtIr3GEkIE/gMQLuLfzIzKrVi3ieEt3ffWk6Er4wuRHGR+nyLMY1mYDhGx0zAQjdo2JtfY8cuMuwO0iAinc561KsaoRDQpbx8nl3vScEtoDPQCd9FuV1HCON4A==', 'fingerprint': '45:b8:91:d1:b8:b5:b9:78:f1:03:41:be:0b:cd:6d:1e', 'user_id': '6907afb9539d4cd48892d10e0ee7d38c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDRCGQOvr6j2yWxDtl6OG4Z77PdgaxpZPY9HdRK3pBcPMvRY8gPFdXt\nLrGHWBb68w6gBwYFK4EEACKhZANiAARlphA9joLSK9xhJCBP4DEC7i38yMyq1Yt4\nnhLd331pOhK+MLkRxkfp8izGNZmA4RsdMwEI3aNibX2PHLjLsDtIgIp3OetSrGqE\nQ0KW8fJ5d70nBLaAz0AnfRbldRwjjeA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '09e12b3c-eec2-4fc8-bfef-87983ec2b752', 'name': 'tempest-securitygroup--702692728', 'stateful': True, 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': 'tempest-description--80654533', 'shared': False, 'security_group_rules': [{'id': '67d8b76f-7f90-493e-a11d-1a2e6e0b5a6a', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'security_group_id': '09e12b3c-eec2-4fc8-bfef-87983ec2b752', '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': 573, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:25:00Z', 'updated_at': '2024-02-28T08:25:00Z', 'revision_number': 0}, {'id': '7e67d549-90b4-428d-8331-b625b78a596b', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'security_group_id': '09e12b3c-eec2-4fc8-bfef-87983ec2b752', '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': 574, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:25:00Z', 'updated_at': '2024-02-28T08:25:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:25:00Z', 'updated_at': '2024-02-28T08:25:00Z', 'revision_number': 1, 'project_id': '31d6b3629e574f20a13d3e6bd5553f17'}, 'floating_ip': {'id': '16c6f87d-0373-4129-b52a-6492a4392c86', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:25:01Z', 'updated_at': '2024-02-28T08:25:01Z', 'revision_number': 0, 'ip': '172.24.4.186'}} 2024-02-28 08:33:33,419 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes 0.330s 2024-02-28 08:33:33,420 86061 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-1928598260", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46e6eca-f8a2-404f-948f-5bc9e55179a7', 'content-length': '820', 'openstack-api-version': 'volume 3. 0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46e6eca-f8a2-404f-948f-5bc9e55179a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes'} Body: b'{"volume": {"id": "d1db6b50-d468-4697-b07b-40b5e0923981", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:33.360066", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1928598260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:33,470 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981 0.039s 2024-02-28 08:33:33,470 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f6cd5a4-89ba-43de-add5-2dadaa575bb7', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f6cd5a4-89ba-43de-add5-2dadaa575bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981'} Body: b'{"volume": {"id": "d1db6b50-d468-4697-b07b-40b5e0923981", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:33.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1928598260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:33:34,523 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981 0.040s 2024-02-28 08:33:34,523 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48abac6a-0d79-44bf-be3c-5dbdd3d734c0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48abac6a-0d79-44bf-be3c-5dbdd3d734c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981'} Body: b'{"volume": {"id": "d1db6b50-d468-4697-b07b-40b5e0923981", "stat us": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:33.000000", "updated_at": "2024-02-28T08:33:33.000000", "name": "tempest-tempest.common.compute-volume-1928598260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:33:34,632 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981 0.097s 2024-02-28 08:33:34,633 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33: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-6f4cbaf4-b87b-45d3-bc34-968e20707f17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981'} Body: b'' 2024-02-28 08:33:34,654 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981 0.021s 2024-02-28 08:33:34,654 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-88ced783-dfcc-4a07-942a-5187e667b640', 'x-openstack-request-id': 'req-88ced783-dfcc-4a07-942a-5187e667b640', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d1db6b50-d468-4697-b07b-40b5e0923981 could not be found."}}' 2024-02-28 08:33:34,655 86061 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 2024-02-28 08:33:34,871 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.214s 2024-02-28 08:33:34,871 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:34 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-390be9c3-d683-47e8-9276-1ba77ebf8e58', 'x-compute-request-id': 'req-390be9c3-d683-47e8-9276-1ba77ebf8e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2 .1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [165.677817s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c84af9e1-fc51-4ee6-84e0-807ff7dc32ea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:31:53,030 86053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:31:53,031 86053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:31:53,082 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2024-02-28 08:31:53,083 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1810013497", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGoVZQi+sfVa4j7o4wFQMHw9YAi1sKu5WpC4/G58qz9TiVFV/jjBLPhKKLUXy1gGht6SS0KaVdj8EAtUJ3vHJUaWBQN9cnd2DT6LQfi5UfOWEhR/b8OHDfr6Cl9DdOOKrg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:53 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-9bfbe2a2-6596-4a9e-b250-f55e22882938', 'x-compute-request-id': 'req-9bfbe2a2-6596-4a9e-b250-f55e22882938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1810013497", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGoVZQi+sfVa4j7o4wFQMHw9YAi1sKu5WpC4/G58qz9TiVFV/jjBLPhKKLUXy1gGht6SS0KaVdj8EAtUJ3vHJUaWBQN9cnd2DT6LQfi5UfOWEhR/b8OHDfr6Cl9DdOOKrg==", "fingerprint": "3c:9d:67:cd:f3:60:8d:12:1c:ab:95:54:af:89:01:c2", "user_id": "218f5d76ad824a1abc95a08cf721e2ba"}}' 2024-02-28 08:31:53,085 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1810013497 created 2024-02-28 08:31:53,233 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.147s 2024-02-28 08:31:53,234 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1005426564", "description": "tempest-description--1975136558"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-9f00e43e-6084-40a6-8929-2fd6bfb7905c', 'date': 'Wed, 28 Feb 2024 08:31:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "name": "tempest-securitygroup--1005426564", "stateful": true, "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "tempest-description--1975136558", "shared": false, "security_group_rules": [{"id": "17ada305-dbdb-4869-b1f2-3494b7400858", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "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": 872, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}, {"id": "54d21d41-86e1-4b58-9f51-7a0d2b0a3dfd", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "por t_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 873, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:31:53,424 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.190s 2024-02-28 08:31:53,425 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e0063205-3c58-47bf-812c-de85299c4dd2', 'date': 'Wed, 28 Feb 2024 08:31:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3a385ba7-f1ea-4841-a2c0-f4f603ab2902", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}}' 2024-02-28 08:31:53,627 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.201s 2024-02-28 08:31:53,628 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e8ae2636-c784-44d7-8ac6-006519b356cf', 'date': 'Wed, 28 Feb 2024 08:31:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9b905d0c-350c-4ad4-b9d4-49aa20a1d8a9", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}}' 2024-02-28 08:31:53,628 86053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1005426564 created 2024-02-28 08:31:54,213 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.584s 2024-02-28 08:31:54,213 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id" : "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-66136797-15b5-4fef-ada4-9041c0e55392', 'date': 'Wed, 28 Feb 2024 08:31:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7642331f-b5f8-40cb-9392-57d988a41145", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.83", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}}' 2024-02-28 08:31:54,214 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7642331f-b5f8-40cb-9392-57d988a41145', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.83', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 0, 'ip': '172.24.4.83'} created 2024-02-28 08:31:54,265 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.046s 2024-02-28 08:31:54,265 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f8f95d7a-6aab-4361-a8d2-76a62fee1ae2', '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": "218f5d76ad824a1abc95a08cf721e2ba", "name": "tempest-AttachVolumeNegativeTest-321882960-project-member", "password_expires_at": null}, "audit_ids": ["OsE-graJR9ydq03pEjX98Q"], "expires_at": "2024-02-28T09:31:54.000000Z", "issued_at": "2024-02-28T08:31:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf279a5b5bc6440e9916e829bd29e2b9", "name": "tempest-AttachVolumeNegativeTest-321882960"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "netw ork", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:31:54,266 86053 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '3bab0135-a744-47ea-8119-b4d8366bbc06', 'name': 'tempest-AttachVolumeNegativeTest-552754571-network', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4156, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:12Z', 'updated_at': '2024-02-28T08:26:12Z', 'revision_number': 1} available for tenant 2024-02-28 08:31:54,266 86053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1810013497', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGoVZQi+sfVa4j7o4wFQMHw9YAi1sKu5WpC4/G58qz9TiVFV/jjBLPhKKLUXy1gGht6SS0KaVdj8EAtUJ3vHJUaWBQN9cnd2DT6LQfi5UfOWEhR/b8OHDfr6Cl9DdOOKrg==', 'fingerprint': '3c:9d:67:cd:f3:60:8d:12:1c:ab:95:54:af:89:01:c2', 'user_id': '218f5d76ad824a1abc95a08cf721e2ba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBUlHpgZuSCGllwWNXwZL6BkX9rfmGT9wLG5TeXR8+31qY+jMtPAwBO\nQd3lfnCE8UigBwYFK4EEACKhZANiAARqFWUIvrH1WuI+6OMBUDB8PWAItbCruVqQ\nuPxufKs/U4lRVf44wSz4Sii1F8tYBobekktCmlXY/BALVCd7xyVGlgUDfXJ3dg0+\ni0H4uVHzlhIUf2/Dhw36+gpfQ3Tjiq4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3', 'name': 'tempest-securitygroup--1005426564', 'stateful': True, 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': 'tempest-description--1975136558', 'shared': False, 'security_group_rules': [{'id': '17ada305-dbdb-4869-b1f2-3494b7400858', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': 'b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3', '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': 872, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 0}, {'id': '54d21d41-86e1-4b58-9f51-7a0d2b0a3dfd', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': 'b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3', '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': 8 73, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 1, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9'}, 'floating_ip': {'id': '7642331f-b5f8-40cb-9392-57d988a41145', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.83', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 0, 'ip': '172.24.4.83'}} 2024-02-28 08:31:54,842 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.574s 2024-02-28 08:31:54,842 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1104166792", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3bab0135-a744-47ea-8119-b4d8366bbc06"}], "security_groups": [{"name": "tempest-securitygroup--1005426564"}], "key_name": "tempest-keypair-1810013497", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd9957d7-16cd-482b-a90c-c6ba3e1b7b17', 'x-compute-request-id': 'req-fd9957d7-16cd-482b-a90c-c6ba3e1b7b17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1005426564"}], "adminPass": "password"}}' 2024-02-28 08:31:54,912 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.067s 2024-02-28 08:31:54,913 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:54 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-9cb2938c-b89a-496b-ba4f-cfa0f5695a64', 'x-compute-request-id': 'req-9cb2938c-b89a-496b-ba4f-cfa0f5695a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'{"server": {"id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "name": "tempest-AttachVolumeNegativeTest-server-1104166792", "status": "BUILD", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, " hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:31:55Z", "updated": "2024-02-28T08:31:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1810013497", "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": []}}' 2024-02-28 08:32:45,189 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.218s 2024-02-28 08:32:45,189 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:44 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-8d49044a-d181-480e-a160-b82823d75791', 'x-compute-request-id': 'req-8d49044a-d181-480e-a160-b82823d75791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'{"server": {"id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "name": "tempest-AttachVolumeNegativeTest-server-1104166792", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:31:54Z", "updated": "2024-02-28T08:32:01Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e9:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1810013497", "OS-SRV-USG:launched_at": "2024-02-28T08:32:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005426564"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:45,218 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:33:45,466 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd/os-interface 0.180s 2024-02-28 08:33:45,467 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:45 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-9304be04-7b2c-4324-a20b-463a2de2aced', 'x-compute-request-id': 'req-9304be04-7b2c-4324-a20b-463a2de2aced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "port_id": "e069f2b1-1bde-4581-ab4c-9e0422017c8a", "mac_addr": "fa:16:3e:50:e9:19", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "246caaab-61df-4778-80bf-9328ee1bf49c", "ip_address": "10.0.0.7"}]}]}' 2024-02-28 08:33:46,216 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/7642331f-b5f8-40cb-9392-57d988a41145 0.743s 2024-02-28 08:33:46,216 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e069f2b1-1bde-4581-ab4c-9e0422017c8a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-a423086b-af98-4baf-930a-a88e89dfd115', 'date': 'Wed, 28 Feb 2024 08:33:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7642331f-b5f8-40cb-9392-57d988a41145'} Body: b'{"floatingip": {"id": "7642331f-b5f8-40cb-9392-57d988a41145", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.83", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "18e82cfe-d646-4d57-8f9b-a97fc16363e0", "port_id": "e069f2b1-1bde-4581-ab4c-9e0422017c8a", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "mac_address": "fa:16:3e:50:e9:19", "admin_state_up": true, "status": "ACTIVE", "device_id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:33:45Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:33:46,222 86053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.83:22' as 'cirros' with public key authentication 2024-02-28 08:33:46,235 86053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:33:46,347 86053 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:33:46,347 86053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.83 successfully created 2024-02-28 08:33:46,396 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd/ips 0.047s 2024-02-28 08:33:46,396 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:46 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-10353dd2-53a2-4ecc-97cc-63ea00192cde', 'x-compute-request-id': 'req-10353dd2-53a2-4ecc-97cc-63ea00192cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1 /servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2024-02-28 08:33:46,589 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes 0.188s 2024-02-28 08:33:46,589 86053 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-197587222"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-714be588-93c5-4de9-8f9f-72dd85784372', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-714be588-93c5-4de9-8f9f-72dd85784372', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes'} Body: b'{"volume": {"id": "c84af9e1-fc51-4ee6-84e0-807ff7dc32ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:46.530735", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-197587222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:46,641 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea 0.040s 2024-02-28 08:33:46,641 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ab741d-dbf2-4e8f-a8df-438952b25115', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ab741d-dbf2-4e8f-a8df-438952b25115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea'} Body: b'{"volume": {"id": "c84af9e1-fc51-4ee6-84e0-807ff7dc32ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:47.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-197587222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:33:47,697 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http ://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea 0.041s 2024-02-28 08:33:47,697 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de1ec985-4d81-44a7-a5c8-9657c8c50cc9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de1ec985-4d81-44a7-a5c8-9657c8c50cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea'} Body: b'{"volume": {"id": "c84af9e1-fc51-4ee6-84e0-807ff7dc32ea", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:47.000000", "updated_at": "2024-02-28T08:33:47.000000", "name": "tempest-AttachVolumeNegativeTest-volume-197587222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:33:47,820 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.107s 2024-02-28 08:33:47,820 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:47 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-e790e4f9-f5e6-48bf-ba5c-f8b33e5cf175', 'x-compute-request-id': 'req-e790e4f9-f5e6-48bf-ba5c-f8b33e5cf175', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'' 2024-02-28 08:33:48,000 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.179s 2024-02-28 08:33:48,000 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eff27b91-21ac-4a1f-84e6-a24456be000f', 'x-compute-request-id': 'req-eff27b91-21ac-4a1f-84e6-a24456be000f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'{"server": {"id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "name": "tempest-AttachVolumeNegativeTest-server-1104166792", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb096 4be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:31:54Z", "updated": "2024-02-28T08:33:48Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e9:19"}, {"version": 4, "addr": "172.24.4.83", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e9:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1810013497", "OS-SRV-USG:launched_at": "2024-02-28T08:32:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005426564"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:34:38,124 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.059s 2024-02-28 08:34:38,124 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:38 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-65030605-a19b-41c1-98d0-0d404ef77e3a', 'x-compute-request-id': 'req-65030605-a19b-41c1-98d0-0d404ef77e3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e0447d7f-6744-45a2-8d80-0d2f0cae13bd could not be found."}}' 2024-02-28 08:34:38,158 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1810013497 0.032s 2024-02-28 08:34:38,159 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:38 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-e4b16934-001c-435e-9196-35a06541c1fd', 'x-compute-request-id': 'req-e4b16934-001c-435e-9196-35a06541c1fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1810013497'} Body: b'' 2024-02-28 08:34:38,337 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3 0.178s 2024-02-28 08:34:38,338 86053 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-0ae07a32-37b8-4c1f-aada-03bab0993513', 'content-length': '0', 'date': 'Wed, 28 F eb 2024 08:34:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3'} Body: b'' 2024-02-28 08:34:38,358 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3 0.020s 2024-02-28 08:34:38,359 86053 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-a2224108-3376-420d-bb45-b968b79e26f2', 'date': 'Wed, 28 Feb 2024 08:34:38 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3 does not exist", "detail": ""}}' 2024-02-28 08:34:38,706 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7642331f-b5f8-40cb-9392-57d988a41145 0.346s 2024-02-28 08:34:38,706 86053 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-f32b008d-a3ad-4fee-95da-57e4fffcac80', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:34:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7642331f-b5f8-40cb-9392-57d988a41145'} Body: b'' {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.867541s] ... 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 144, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:39,499 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.218s 2024-02-28 08:34:39,499 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-aedaf1d4-ab49-4039-8e70-dce3fbef6531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:34:39,890 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes 0.389s 2024-02-28 08:34:39,891 86051 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-1281475579", "snapshot_id": null, "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611d4b96-33eb-4aac-8344-1f20c976d9fd', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611d4b96-33eb-4aac-8344-1f20c976d9fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes'} Body: b'{"volume": {"id": "2be962fd-c8d0-4ed4-bc0a-6c26f0c25410", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:39.818476", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1281475579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:34:39,942 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 0.039s 2024-02-28 08:34:39,943 86051 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edcb5761-3cf6-4776-849e-befa10b97604', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edcb5761-3cf6-4776-849e-befa10b97604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410'} Body: b'{"volume": {"id": "2be962fd-c8d0-4ed4-bc0a-6c26f0c25410", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1281475579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:40,998 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 0.042s 2024-02-28 08:34:40,999 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baa59fd0-511a-4a2e-92ec-6cac95d18599', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baa59fd0-511a-4a2e-92ec-6cac95d18599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410'} Body: b'{"volume": {"id": "2be962fd-c8d0-4ed4-bc0a-6c26f0c25410", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:40.000000", "updated_at": "2024-02-28T08:34:40.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1281475579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:41,124 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 0.110s 2024-02-28 08:34:41,125 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:41 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-b8a0462c-74f1-437b-a6bd-c8973c706415', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410'} Body: b'' 2024-02-28 08:34:41,145 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 0.020s 2024-02-28 08:34:41,146 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-3637465b-4f38-42b0-b334-0307c69d337e', 'x-openstack-request-id': 'req-3637465b-4f38-42b0-b334-0307c69d337e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 could not be found."}}' {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.639813s] ... 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 189, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f02e66bb-9caa-4b92-8280-dd3dc2de2b2e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:41,172 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.022s 2024-02-28 08:34:41,173 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-060651e7-a877-42c2-8391-40d0ed8fba84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:34:41,546 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes 0.372s 2024-02-28 08:34:41,546 86051 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-2129173507", "snapshot_id": null, "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a302a12-a975-4dbf-ba67-1fe72536f615', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a302a12-a975-4dbf-ba67-1fe72536f615', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes'} Body: b'{"volume": {"id": "f02e66bb-9caa-4b92-8280-dd3dc2de2b2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:41.483191", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2129173507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:34:41,602 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e 0.044s 2024-02-28 08:34:41,602 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b86c200b-2f44-41bd-8ef0-f6e309e1f8a5', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b86c200b-2f44-41bd-8ef0-f6e309e1f8a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e'} Body: b'{"volume": {"id": "f02e66bb-9caa-4b92-8280-dd3dc2de2b2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:41.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2129173507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:42,653 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e 0.037s 2024-02-28 08:34:42,653 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77ce37c2-4837-484a-b43f-cba5be33ccc1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77ce37c2-4837-484a-b43f-cba5be33ccc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e'} Body: b'{"volume": {"id": "f02e66bb-9caa-4b92-8280-dd3dc2de2b2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:41.000000", "updated_at": "2024-02-28T08:34:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2129173507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:42,765 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e 0.098s 2024-02-28 08:34:42,765 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-04d810ac-c9e6-4b16-8cc0-fec783ecbbc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e'} Body: b'' 2024-02-28 08:34:42,788 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e 0.022s 2024-02-28 08:34:42,788 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-e76b09dd-ea5a-4fc0-9504-a68e50b510fa', 'x-openstack-request-id': 'req-e76b09dd-ea5a-4fc0-9504-a68e50b510fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f02e66bb-9caa-4b92-8280-dd3dc2de2b2e could not be found."}}' {5} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.576651s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 55, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4c3be141-f92c-4370-b8e1-9e31f1e89a31 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:44,119 86053 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.441s 2024-02-28 08:34:44,119 86053 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-1093587225", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/4c3be141-f92c-4370-b8e1-9e31f1e89a31', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec93414e-b25a-4f34-860f-5890c86d94b0', 'x-compute-request-id': 'req-ec93414e-b25a-4f34-860f-5890c86d94b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "4c3be141-f92c-4370-b8e1-9e31f1e89a31", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:34:44.006944", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1093587225", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2024-02-28 08:34:44,182 86053 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/4c3be141-f92c-4370-b8e1-9e31f1e89a31 0.057s 2024-02-28 08:34:44,182 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:44 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-0cb99e90-3cb5-4d3f-8379-16293bc0b42d', 'x-compute-request-id': 'req-0cb99e90-3cb5-4d3f-8379-16293bc0b42d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4c3be141-f92c-4370-b8e1-9e31f1e89a31'} Body: b'{"volume": {"id": "4c3be141-f92c-4370-b8e1-9e31f1e89a31", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:34:44.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1093587225", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2024-02-28 08:34:45,247 86053 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/4c3be141-f92c-4370-b8e1-9e31f1e89a31 0.058s 2024-02-28 08:34:45,247 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:45 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-cf3d95dd-88bb-4810-808c-e54851642a1c', 'x-compute-request-id': 'req-cf3d95dd-88bb-4810-808c-e54851642a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4c3be141-f92c-4370-b8e1-9e31f1e89a31'} Body: b'{"volume": {"id": "4c3be141-f92c-4370-b8e1-9e31f1e89a31", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:34:44.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1093587225", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.708773s] ... 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 77, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 22679ab2-58e9-4077-9da7-70abf2c6742c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:42,791 86051 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2024-02-28 08:34:42,840 86051 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.045s 2024-02-28 08:34:42,841 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-20461401", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrh6i2D3DgoNjrXVMaubzzlPxz43j0FV0KlZ/452VFxpnk7qK5TAbOSAL+Ca8EZBsMrIMOLw3fRhcCwo3JqFK0ET06NBcKFBEV+vm+RdDbPufxZza1aY8hwPFy7yep5tw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37896148-afc2-4831-b611-8f9b16b594af', 'x-compute-request-id': 'req-37896148-afc2-4831-b611-8f9b16b594af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-20461401", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrh6i2D3DgoNjrXVMaubzzlPxz43j0FV0KlZ/452VFxpnk7qK5TAbOSAL+Ca8EZBsMrIMOLw3fRhcCwo3JqFK0ET06NBcKFBEV+vm+RdDbPufxZza1aY8hwPFy7yep5tw==", "fingerprint": "2f:f9:4e:03:c1:15:f5:6b:d2:9c:d5:f1:02:a4:50:a6", "user_id": "6a1c656b9d69473ead5997cb4ad6bd46"}}' 2024-02-28 08:34:43,009 86051 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 2024-02-28 08:34:43,010 86051 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-754140905", "description": "tempest-secgroup-smoke-754140905 description", "project_id": "9f07ab6871a34e79876eb923cab1bdb2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-80e114b4-8d36-4b88-8b33-dd39cd649fef', 'date': 'Wed, 28 Feb 2024 08:34:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "name": "tempest-secgroup-smoke-754140905", "stateful": true, "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "description": "tempest-secgroup-smoke-754140905 description", "shared": false, "security_group_rules": [{"id": "4741677d-068f-4291-bd1f-ac3e0cf27bb6", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "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": 1023, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:34:42Z", "updated_at": "2024-02-28T08:34:42Z", "revision_number": 0}, {"id": "6d804dd1-87bf-4598-a708-543f9460d032", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "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": 1024, "belongs_to_default_sg": false, "description": null, "tags": [], "created_a t": "2024-02-28T08:34:42Z", "updated_at": "2024-02-28T08:34:42Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:34:42Z", "updated_at": "2024-02-28T08:34:42Z", "revision_number": 1, "project_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:43,208 86051 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.197s 2024-02-28 08:34:43,208 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f8627f97-96de-4617-8c9f-4139b22b33cf', 'date': 'Wed, 28 Feb 2024 08:34: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": "b64f0b93-c46b-449c-8b3a-7e9d1a4f2fe3", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:43Z", "updated_at": "2024-02-28T08:34:43Z", "revision_number": 0}}' 2024-02-28 08:34:43,425 86051 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.215s 2024-02-28 08:34:43,425 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-4e141e3f-36e8-4871-90f1-46d032422677', 'date': 'Wed, 28 Feb 2024 08:34: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": "36fbf66f-e375-4846-be21-f325c88b482a", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:43Z", "updated_at": "2024-02-28T08:34:43Z", "revision_number": 0}}' 2024-02-28 08:34:43,679 86051 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.253s 2024-02-28 08:34:43,679 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b1fe098e- 08f2-4175-9766-9c8969fdf3d1', 'date': 'Wed, 28 Feb 2024 08:34: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": "dcac5d67-f6a0-46d5-b5fd-6a6a9fad6b00", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:43Z", "updated_at": "2024-02-28T08:34:43Z", "revision_number": 0}}' 2024-02-28 08:34:43,923 86051 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.242s 2024-02-28 08:34:43,923 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-694b53db-6d1d-4061-b61f-12f9ad7e03aa', 'date': 'Wed, 28 Feb 2024 08:34: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": "c1699cce-694f-4b2f-9451-98f54bde7d6b", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:43Z", "updated_at": "2024-02-28T08:34:43Z", "revision_number": 0}}' 2024-02-28 08:34:44,186 86051 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.262s 2024-02-28 08:34:44,186 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-58e15ebc-edce-4b16-a5fc-d4bbc57a3adb', 'date': 'Wed, 28 Feb 2024 08:34: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": "627a9aff-3153-4fb8-a034-229917f48df8", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:44Z", "updated_at": "2024-02-28T08:34:44Z", "revision_number": 0}}' 2024-02-28 08:34:44,577 86051 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.3 90s 2024-02-28 08:34:44,577 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-e29d7d33-c699-48fa-908c-c6271fa7f6cc', 'date': 'Wed, 28 Feb 2024 08:34: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": "e48e2b02-7321-46a0-94b5-f5bbbc4ad0d9", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:44Z", "updated_at": "2024-02-28T08:34:44Z", "revision_number": 0}}' 2024-02-28 08:34:44,578 86051 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2024-02-28 08:34:44,601 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.021s 2024-02-28 08:34:44,602 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d3361cdd-19e3-4b30-9491-828cd4142ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:34:44,951 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes 0.347s 2024-02-28 08:34:44,951 86051 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-1755389189", "snapshot_id": null, "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa3169d7-f4be-467c-afb1-64d390f7b694', 'content-length': '826', 'openstack-api-ver sion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa3169d7-f4be-467c-afb1-64d390f7b694', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes'} Body: b'{"volume": {"id": "22679ab2-58e9-4077-9da7-70abf2c6742c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:44.878587", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755389189", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:34:45,044 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c 0.080s 2024-02-28 08:34:45,044 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d06d8b7-7f35-457f-8d7b-4108477f20b4', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d06d8b7-7f35-457f-8d7b-4108477f20b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c'} Body: b'{"volume": {"id": "22679ab2-58e9-4077-9da7-70abf2c6742c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:45.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755389189", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:46,098 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c 0.040s 2024-02-28 08:34:46,098 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f38f68fe-1f44-4f9c-851d-73ede8b85bae', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f38f68fe-1f44-4f9c-851d-73ede8b85bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c'} Body: b'{"volume": {"id": "22679ab2-58e9-4077-9da7-70abf2c6742c", "status": "e rror", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:45.000000", "updated_at": "2024-02-28T08:34:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1755389189", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:46,209 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c 0.097s 2024-02-28 08:34:46,209 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a779c0e-0928-4ef8-98cc-7b234e86d88f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c'} Body: b'' 2024-02-28 08:34:46,232 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c 0.022s 2024-02-28 08:34:46,233 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b12d149-2314-4803-963b-ee6dc8037f6e', 'x-openstack-request-id': 'req-4b12d149-2314-4803-963b-ee6dc8037f6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 22679ab2-58e9-4077-9da7-70abf2c6742c could not be found."}}' 2024-02-28 08:34:46,465 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f 0.231s 2024-02-28 08:34:46,465 86051 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-9cd602b2-0316-4908-83e2-f080ae13a09c', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:34:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f'} Body: b'' 2024-02-28 08:34:46,497 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-20461401 0.031s 2024-02-28 08:34:46,498 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-182b6bc2-8d94-4423-ab36-98c007a70df0', 'x-compute-request-id': 'req-182b6bc2-8d94-4423-ab36-98c007a70df0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-20461401'} Body: b'' {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.163523s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.019613s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.013124s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.039214s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010567s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009082s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.041585s] ... ok {5} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.045644s] ... ok {4} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {4} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c7e47b52-db44-4d1c-a82f-742fdde30a35 failed to build and is in ERROR status {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [1.951100s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 56, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume acd001a4-f0e0-4942-a5b6-cec0de6f34ad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:55,135 86053 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/ab863237c6854b479ba6f78665e45277/types 0.162s 2024-02-28 08:34:55,136 86053 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-1904565789", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c6496d-212a-4d61-9153-9ec38543448d', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c6496d-212a-4d61-9153-9ec38543448d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types'} Body: b'{"volume_type": {"id": "6077bf94-17d0-44b1-8ff9-a60f0268b70d", "name": "tempest-VolumeTypesTest-volume-type-1904565789", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:55,172 86053 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/ab863237c6854b479ba6f78665e45277/types 0.032s 2024-02-28 08:34:55,172 86053 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-1842696045", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638040da-a108-4c6f-bc7e-7bc9a9af2a04', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638040da-a108-4c6f-bc7e-7bc9a9af2a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types'} Body: b'{"volume_type": {"id": "8f30fa66-048c-4c37-a615-ab6af4fc4126", "name": "tempest-VolumeTypesTest-volume-type-1842696045", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:55,486 86053 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/a4f2f1f93cfd4511b2cf55290c6a5620/volumes 0.311s 2024-02-28 08:34:55,487 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-275706290", "volume_type": "6077bf94-17d0-44b1-8ff9-a60f0268b70d", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c52fdff-e9b9-4a04-8dde-7653ceed8835', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c52fdff-e9b9-4a04-8dde-7653ceed8835', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes'} Body: b'{"volume": {"id": "acd001a4-f0e0-4942-a5b6-cec0de6f34ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:55.427536", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-275706290", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1904565789", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}], "user_id": "260a94af834542318ed13b99f0c6a296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:34:55,536 86053 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/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.039s 2024-02-28 08:34:55,537 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f14253c-b570-49ce-a213-b051ead6a637', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f14253c-b570-49ce-a213-b051ead6a637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'{"volume": {"id": "acd001a4-f0e0-4942-a5b6-cec0de6f34ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:55.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-275706290", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1904565789", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}], "user_id": "260a94af834542318ed13b99f0c6a296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4f2f1f93cfd4511b2cf55290c6a5620"}}' 2024-02-28 08:34:56,589 86053 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/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.038s 2024-02-28 08:34:56,590 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af0460a-e70a-4999-8955-56b481e7a3b3', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af0460a-e70a-4999-8955-56b481e7a3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'{"volume": {"id": "acd001a4-f0e0-4942-a5b6-cec0de6f34ad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:55.000000", "updated_at": "2024-02-28T08:34:56.000000", "name": "tempest-VolumeTypesTest-volume-275706290", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1904565789", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-494 2-a5b6-cec0de6f34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}], "user_id": "260a94af834542318ed13b99f0c6a296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4f2f1f93cfd4511b2cf55290c6a5620"}}' 2024-02-28 08:34:56,641 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.038s 2024-02-28 08:34:56,641 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3422b37-cb27-4c58-a731-bd5b01696787', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3422b37-cb27-4c58-a731-bd5b01696787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'{"volume": {"id": "acd001a4-f0e0-4942-a5b6-cec0de6f34ad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:55.000000", "updated_at": "2024-02-28T08:34:56.000000", "name": "tempest-VolumeTypesTest-volume-275706290", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1904565789", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}], "user_id": "260a94af834542318ed13b99f0c6a296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4f2f1f93cfd4511b2cf55290c6a5620"}}' 2024-02-28 08:34:56,757 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.100s 2024-02-28 08:34:56,757 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-147a226f-169a-47ab-bcb3-15ad3fac62f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'' 2024-02-28 08:34:56,781 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.023s 2024-02-28 08:34:56,781 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf603a2-3c88-4553-9b45-e9c5068eacd3', 'x-openstack-request-id': 'req-6cf603a2-3c88-4553-9b45-e9c506 8eacd3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume acd001a4-f0e0-4942-a5b6-cec0de6f34ad could not be found."}}' 2024-02-28 08:34:56,836 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/8f30fa66-048c-4c37-a615-ab6af4fc4126 0.054s 2024-02-28 08:34:56,836 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-845f899f-ff6b-4c07-8013-5f0212de733c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/8f30fa66-048c-4c37-a615-ab6af4fc4126'} Body: b'' 2024-02-28 08:34:56,857 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/8f30fa66-048c-4c37-a615-ab6af4fc4126 0.019s 2024-02-28 08:34:56,857 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-2c3e7b34-695e-48a0-809c-944b97f5b2bd', 'x-openstack-request-id': 'req-2c3e7b34-695e-48a0-809c-944b97f5b2bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/8f30fa66-048c-4c37-a615-ab6af4fc4126'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8f30fa66-048c-4c37-a615-ab6af4fc4126 could not be found."}}' 2024-02-28 08:34:56,905 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/6077bf94-17d0-44b1-8ff9-a60f0268b70d 0.047s 2024-02-28 08:34:56,905 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-7ea902a6-f9b0-4db8-8cb6-438fd424ae53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/6077bf94-17d0-44b1-8ff9-a60f0268b70d'} Body: b'' 2024-02-28 08:34:56,922 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/6077bf94-17d0-44b1-8ff9-a60f0268b70d 0.017s 2024-02-28 08:34:56,922 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-08e55572-0888-4248-a13f-3eed556c443f', 'x-openstack-request-id': 'req-08e55572-0888-4248-a13f-3eed556c443 f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/6077bf94-17d0-44b1-8ff9-a60f0268b70d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6077bf94-17d0-44b1-8ff9-a60f0268b70d could not be found."}}' {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.130665s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.378575s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.037799s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.331439s] ... ok {0} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [169.138801s] ... 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_server_volume_attachment.py", line 86, in test_server_detach_rules waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 73321156-35ae-43cb-b51d-9d77e7421b99 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:33:10,327 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes 0.363s 2024-02-28 08:33:10,328 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-544881185", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-801ad100-3616-4883-8c0f-199b7a1b299d', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-801ad100-3616-4883-8c0f-199b7a1b299d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes'} Body: b'{"volume": {"id": "73321156-35ae-43cb-b51d-9d77e7421b99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:10.266792", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-544881185", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}], "user_id": "cd284e7f94284d38a383f8c7676fd020", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:10,529 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes 0.190s 2024-02-28 08:33:10,530 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1917433489", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bac7aec-2f5f-4351-adb8-7c1261aea411', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bac7aec-2f5f-4351-adb8-7c1261aea411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes'} Body: b'{"volume": {"id": "2cdc4759-3816-43c7-a006-3b007cdd78dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:10.466565", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1917433489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd"}], "user_id": "cd284e7f94284d38a383f8c7676fd020", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:10,629 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2024-02-28 08:33: 10,629 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2841', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-298aabd6-7b74-4cef-8e4c-0a94738100d5', '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": "cd284e7f94284d38a383f8c7676fd020", "name": "tempest-TestServerVolumeAttachmentScenario-1586757519-project-member", "password_expires_at": null}, "audit_ids": ["HIHBDzjfTpG3wi6LhW0a5A"], "expires_at": "2024-02-28T09:33:10.000000Z", "issued_at": "2024-02-28T08:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b721524e07eb4166a1874c5094b9890a", "name": "tempest-TestServerVolumeAttachmentScenario-1586757519"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b721524e07eb4166a1874c5094b9890a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:33:10,630 86043 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '6e503a0a-03bd-47ed-8a2a-92f77be94710', 'name': 'tempest-TestServerVolumeAttachmentScenario-81591388-network', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41930, 'is_default': False, 'availability_zone_hints': [], 'availa bility_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:32:55Z', 'updated_at': '2024-02-28T08:32:55Z', 'revision_number': 1} available for tenant 2024-02-28 08:33:10,631 86043 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:33:10,631 86043 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:33:10,685 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2024-02-28 08:33:10,685 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-854737514", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBmS5AgH95OTCDBwSrKk1J5xzBpQ7/kIHtcsHmCdn6KthzzIjLY4neis9BlQRE4zEG+SwCZUyiUYdnZgwl82qszIGh4p8tDpR1ZI/Hns7aAd2wChIVhvlnJEPXSYoAGGgg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33: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-a5e6335b-b861-4569-b9bc-3041913ea7cd', 'x-compute-request-id': 'req-a5e6335b-b861-4569-b9bc-3041913ea7cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-854737514", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBmS5AgH95OTCDBwSrKk1J5xzBpQ7/kIHtcsHmCdn6KthzzIjLY4neis9BlQRE4zEG+SwCZUyiUYdnZgwl82qszIGh4p8tDpR1ZI/Hns7aAd2wChIVhvlnJEPXSYoAGGgg==", "fingerprint": "eb:99:7e:d0:f1:32:8a:35:79:10:e1:9e:c6:aa:0c:de", "user_id": "cd284e7f94284d38a383f8c7676fd020"}}' 2024-02-28 08:33:10,687 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-854737514 created 2024-02-28 08:33:10,856 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.168s 2024-02-28 08:33:10,856 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1963507363", "description": "tempest-description--1849993526"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-a7045d83-9064-4c62-8dce-e38440fb6706', 'date': 'Wed, 28 Feb 2024 08:33:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "name": "tempest-securitygroup--1963507363", "stateful": true, "tenant_id": "b721524e07eb4166a1874c5094b9890a", "description": "tempest-description--1849993526", "shared": false, "security_group_rules": [{"id": "5a1d3f65-2b83-4213-9196-aebf6d3c26ee", "project_id": "b721524e07eb4166a1874c5094b9890a", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "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": 956, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:33:10Z", "updated_at": "2024-02-28T08:33:10Z", "revision_number": 0}, {"id": "bd0d346f-3e59-4bfe-a2ad-943462f0b3a5", "project_id": "b721524e07eb4 166a1874c5094b9890a", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "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": 955, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:33:10Z", "updated_at": "2024-02-28T08:33:10Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:33:10Z", "updated_at": "2024-02-28T08:33:10Z", "revision_number": 1, "project_id": "b721524e07eb4166a1874c5094b9890a"}}' 2024-02-28 08:33:11,058 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.201s 2024-02-28 08:33:11,059 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-efc6990f-77ef-445a-87b9-a6823501bb87', 'date': 'Wed, 28 Feb 2024 08:33:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d05d55a-47b2-449d-87de-53a94cc7a259", "project_id": "b721524e07eb4166a1874c5094b9890a", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:33:10Z", "updated_at": "2024-02-28T08:33:10Z", "revision_number": 0}}' 2024-02-28 08:33:11,311 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.252s 2024-02-28 08:33:11,312 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-faf87468-fa0c-4ab3-8756-d81f1552cf61', 'date': 'Wed, 28 Feb 2024 08:33:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a0ba1c5-68cf-4010-8f93-01c614b8f2a1", "project_id": "b721524e07eb4166a1874c5094b9890a", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:33:11Z", "updated_at": "2024-02-28T08:33:11Z", "revision_number": 0}}' 2024-02-28 08:33:11,312 86043 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1963507363 created 2024-02-28 08:33:11,932 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.619s 2024-02-28 08:33 :11,932 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-bbcdb51c-161d-4714-890c-24d61c339c08', 'date': 'Wed, 28 Feb 2024 08:33:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7cddbda8-07c4-42cd-9662-b5b6059bb71c", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "floating_ip_address": "172.24.4.140", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b721524e07eb4166a1874c5094b9890a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:33:11Z", "updated_at": "2024-02-28T08:33:11Z", "revision_number": 0}}' 2024-02-28 08:33:11,932 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7cddbda8-07c4-42cd-9662-b5b6059bb71c', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:33:11Z', 'updated_at': '2024-02-28T08:33:11Z', 'revision_number': 0, 'ip': '172.24.4.140'} created 2024-02-28 08:33:11,933 86043 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-854737514', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBmS5AgH95OTCDBwSrKk1J5xzBpQ7/kIHtcsHmCdn6KthzzIjLY4neis9BlQRE4zEG+SwCZUyiUYdnZgwl82qszIGh4p8tDpR1ZI/Hns7aAd2wChIVhvlnJEPXSYoAGGgg==', 'fingerprint': 'eb:99:7e:d0:f1:32:8a:35:79:10:e1:9e:c6:aa:0c:de', 'user_id': 'cd284e7f94284d38a383f8c7676fd020', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAsWYuFCoTESMGMMdJfqJAR/1hKXuCwu0TccfU0zzCPLlvY7ZC9yVhg\nxVJPIqrX8oigBwYFK4EEACKhZANiAAQZkuQIB/eTkwgwcEqypNSeccwaUO/5CB7X\nLB5gnZ+irYc8yIy2OJ3orPQZUEROMxBvksAmVMolGHZ2YMJfNqrMyBoeKfLQ6UdW\nSPx57O2gHdsAoSFYb5ZyRD10mKABhoI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '420e73a8-f164-4af7-83e0-bf70b9fcef8d', 'name': 'tempest-securitygroup--1963507363', 'stateful': True, 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'description': 'tempest-description--1849993526', 'shared': False, 'security_group_rules': [{'id': '5a1d3f65-2b83-4213-9196-aebf6d3c26ee', 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'security_group_id': '420e73a8-f164-4af7-83e0-bf70b9fcef8d', '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': 956, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:33:10Z', 'updated_at': '2024-02-28T08:33:10Z', 'revision_number': 0}, {'id': 'bd0d346f-3e59-4bfe-a2ad-943462f0b3a5', 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'security_group_id': '420e73a8-f164-4af7-83e0-bf70b9fcef8d', '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': 955, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:33:10Z', 'updated_at': '2024-02-28T08:33:10Z', 'revision_number': 0}], 'tag s': [], 'created_at': '2024-02-28T08:33:10Z', 'updated_at': '2024-02-28T08:33:10Z', 'revision_number': 1, 'project_id': 'b721524e07eb4166a1874c5094b9890a'}, 'floating_ip': {'id': '7cddbda8-07c4-42cd-9662-b5b6059bb71c', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:33:11Z', 'updated_at': '2024-02-28T08:33:11Z', 'revision_number': 0, 'ip': '172.24.4.140'}} 2024-02-28 08:33:12,695 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.761s 2024-02-28 08:33:12,695 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "6e503a0a-03bd-47ed-8a2a-92f77be94710"}], "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "key_name": "tempest-keypair-854737514", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a512435d-ab3c-4bbd-bf0f-e86b85257e37', 'x-compute-request-id': 'req-a512435d-ab3c-4bbd-bf0f-e86b85257e37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "adminPass": "yQ4mp46E6qPQ"}}' 2024-02-28 08:33:12,942 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.244s 2024-02-28 08:33:12,942 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42fb61b6-d733-4d77-89a3-f679861d00f6', 'x-compute-request-id': 'req-42fb61b6-d733-4d77-89a3-f679861d00f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "status": "BUILD", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "user_id": "cd284e7f94284d38a383f8c7676fd020", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e -90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:33:13Z", "updated": "2024-02-28T08:33:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-854737514", "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": []}}' 2024-02-28 08:34:03,180 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.215s 2024-02-28 08:34:03,180 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86ddc0d9-dddd-4a44-a56b-992734a5c791', 'x-compute-request-id': 'req-86ddc0d9-dddd-4a44-a56b-992734a5c791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "status": "ACTIVE", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "user_id": "cd284e7f94284d38a383f8c7676fd020", "metadata": {}, "hostId": "75132e780ca5519a3996fd6fdc70620d527a24eeb4d17a13d62a6433", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:33:12Z", "updated": "2024-02-28T08:33:20Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-81591388-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:3b:a2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-854737514", "OS-SRV-USG:launched_at": "2024-02-28T08:33:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:34:03,193 86043 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:35:03,682 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3/os-interface 0.429s 2024-02-28 08:35:03,682 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:03 GMT', 'server': 'Ap ache/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-fa1cc82b-47d2-4149-bbfb-8b6f09d865b9', 'x-compute-request-id': 'req-fa1cc82b-47d2-4149-bbfb-8b6f09d865b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "6e503a0a-03bd-47ed-8a2a-92f77be94710", "port_id": "e3548449-88fc-4b66-a139-c49e505ad2f0", "mac_addr": "fa:16:3e:81:3b:a2", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7db7bbae-4e52-4131-a9e4-d4cda2cb8aad", "ip_address": "10.0.0.8"}]}]}' 2024-02-28 08:35:05,478 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/7cddbda8-07c4-42cd-9662-b5b6059bb71c 1.792s 2024-02-28 08:35:05,478 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e3548449-88fc-4b66-a139-c49e505ad2f0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-4fac2049-7cc2-444b-894f-17f63252887e', 'date': 'Wed, 28 Feb 2024 08:35:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cddbda8-07c4-42cd-9662-b5b6059bb71c'} Body: b'{"floatingip": {"id": "7cddbda8-07c4-42cd-9662-b5b6059bb71c", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "floating_ip_address": "172.24.4.140", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "bdc80ef9-35ad-47c1-b3d7-986d4bbb125e", "port_id": "e3548449-88fc-4b66-a139-c49e505ad2f0", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "6e503a0a-03bd-47ed-8a2a-92f77be94710", "mac_address": "fa:16:3e:81:3b:a2", "admin_state_up": true, "status": "ACTIVE", "device_id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:33:11Z", "updated_at": "2024-02-28T08:35:04Z", "revision_number": 1, "project_id": "b721524e07eb4166a1874c5094b9890a"}}' 2024-02-28 08:35:05,482 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.140:22' as 'cirros' with public key authentication 2024-02-28 08:35:05,500 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:35:05,605 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:35:05,606 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.140 successfully created 2024-02-28 08:35:05,777 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.170s 2024-02-28 08:35:05,777 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a70f1660-b4fa-4f87-b81e-3d0e4614f121', 'x-compute-request-id': 'req-a70f1660-b4fa-4f87-b81e-3d0e4614f121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6 d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "status": "ACTIVE", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "user_id": "cd284e7f94284d38a383f8c7676fd020", "metadata": {}, "hostId": "75132e780ca5519a3996fd6fdc70620d527a24eeb4d17a13d62a6433", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:33:12Z", "updated": "2024-02-28T08:33:20Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-81591388-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:3b:a2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-854737514", "OS-SRV-USG:launched_at": "2024-02-28T08:33:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:35:06,005 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.214s 2024-02-28 08:35:06,005 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4277616e-a5c5-4c5c-8731-853660564367', 'x-compute-request-id': 'req-4277616e-a5c5-4c5c-8731-853660564367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}]}]}' 2024-02-28 08:35:06,103 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99 0.095s 2024-02-28 08:35:06,104 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65fbd65b-1d8a-48ad-922d-af23d771dcf8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65fbd65b-1d8a-48ad-922d-af23d771dcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99'} Body: b'{"volume": {"id": "73321156-35ae-43cb-b51d-9d77e7421b99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:10.000000", "updated_at": "2024-02-28T08:33:10.000000", "name": "tempest-TestServerVolumeA ttachmentScenario-volume-544881185", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}], "user_id": "cd284e7f94284d38a383f8c7676fd020", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b721524e07eb4166a1874c5094b9890a"}}' 2024-02-28 08:35:07,162 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99 0.044s 2024-02-28 08:35:07,162 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2395d0c2-6560-439e-9390-cdf3be280ef1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2395d0c2-6560-439e-9390-cdf3be280ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99'} Body: b'{"volume": {"id": "73321156-35ae-43cb-b51d-9d77e7421b99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:10.000000", "updated_at": "2024-02-28T08:33:10.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-544881185", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}], "user_id": "cd284e7f94284d38a383f8c7676fd020", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b721524e07eb4166a1874c5094b9890a"}}' 2024-02-28 08:35:07,290 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.116s 2024-02-28 08:35:07,291 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35: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-352eca97-90f8-451d-aa1d-cc402c34db97', 'x-compute-request-id': 'req-352eca97-90f8-451d-aa1d-cc402c34db97', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'' 2024-02-28 08:35:07,876 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.585s 2024-02-28 08:35:07,877 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Wed, 28 Feb 2024 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1686', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7a616e3-e19b-4451-98ea-8fee75f1cf9a', 'x-compute-request-id': 'req-a7a616e3-e19b-4451-98ea-8fee75f1cf9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "status": "ACTIVE", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "user_id": "cd284e7f94284d38a383f8c7676fd020", "metadata": {}, "hostId": "75132e780ca5519a3996fd6fdc70620d527a24eeb4d17a13d62a6433", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:33:12Z", "updated": "2024-02-28T08:35:07Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-81591388-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:3b:a2"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:3b:a2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-854737514", "OS-SRV-USG:launched_at": "2024-02-28T08:33:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:35:57,984 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.042s 2024-02-28 08:35:57,984 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:57 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-1e6def18-f06c-4060-a77e-245ab53e3a79', 'x-compute-request-id': 'req-1e6def18-f06c-4060-a77e-245ab53e3a79', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 25a58066-c230-441a-9c2d-7df02b6d54b3 could not be found."}}' 2024-02-28 08:35:58,019 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-854737514 0.034s 2024-02-28 08:35:58,020 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack- API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01b4fd0b-b64e-46b0-b336-7123cf73a416', 'x-compute-request-id': 'req-01b4fd0b-b64e-46b0-b336-7123cf73a416', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-854737514'} Body: b'' 2024-02-28 08:35:58,354 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/420e73a8-f164-4af7-83e0-bf70b9fcef8d 0.334s 2024-02-28 08:35:58,355 86043 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-1f9befe4-0f3a-4aed-9368-01bb46f44fa5', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/420e73a8-f164-4af7-83e0-bf70b9fcef8d'} Body: b'' 2024-02-28 08:35:58,391 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/420e73a8-f164-4af7-83e0-bf70b9fcef8d 0.035s 2024-02-28 08:35:58,396 86043 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-64d949d9-11ff-4231-b64c-60feaac6771c', 'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/420e73a8-f164-4af7-83e0-bf70b9fcef8d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 420e73a8-f164-4af7-83e0-bf70b9fcef8d does not exist", "detail": ""}}' 2024-02-28 08:35:58,840 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7cddbda8-07c4-42cd-9662-b5b6059bb71c 0.443s 2024-02-28 08:35:58,840 86043 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-1bd7ebeb-690d-4af6-897f-d6ccf2ba98dc', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cddbda8-07c4-42cd-9662-b5b6059bb71c'} Body: b'' 2024-02-28 08:35:58,946 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd 0.105s 2024-02-28 08:35:58,947 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be687b4-7b5e-4b86-93c7-ce67303a59ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd'} Body: b'' 2024-02-28 08:35:58,979 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd 0.031s 2024-02-28 08:35:58,979 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35: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-a1fe3119-8795-41d3-8500-11cc198731b0', 'x-openstack-request-id': 'req-a1fe3119-8795-41d3-8500-11cc198731b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2cdc4759-3816-43c7-a006-3b007cdd78dd could not be found."}}' 2024-02-28 08:35:59,076 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99 0.096s 2024-02-28 08:35:59,076 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5523ed3c-1161-4275-a002-7295f0096463', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99'} Body: b'' 2024-02-28 08:35:59,101 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99 0.024s 2024-02-28 08:35:59,101 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c84e9ab-793f-4b79-9eb6-fec880f42c2f', 'x-openstack-request-id': 'req-3c84e9ab-793f-4b79-9eb6-fec880f42c2f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 73321156-35ae-43cb-b51d-9d77e7421b99 could not be found."}}' {0} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {2} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [229.984028s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 307, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 340, 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 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server ac6b0699-e9c9-49bd-9ff3-caab74e46c50 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2024-02-28T08:36:21Z', 'message': 'Build of instance ac6b0699-e9c9-49bd-9ff3-caab74e46c50 aborted: Volume 1a319a44-1b35-447b-9a7e-8e7924626bef did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-9e8007a2-c87e-45cc-8382-c13bcf223252. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:33:18,894 86047 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.101s 2024-02-28 08:33:18,894 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2660ffdc-274c-4acb-acb5-7b152a59ff33', '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": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "password_expires_at": null}, "audit_ids": ["5rJW7myBTJKGWvtIkspsFg"], "expires_at": "2024-02-28T09:33:18.000000Z", "issued_at": "2024-02-28T08:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad5806d57e2a4d7192477009fbf5974a", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:33:18,895 86047 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '7e1d7d1b-7149-43ed-bc12-7a5336fb1b17', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1869076972-network', 'tenant_id': 'ad5806d57e2a4d7192477009fbf5974a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': 'ad5806d57e2a4d7192477009fbf5974a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:29:21Z', 'updated_at': '2024-02-28T08:29:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:33:19,389 86047 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.493s 2024-02-28 08:33:19,389 86047 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-419703311", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "7e1d7d1b-7149-43ed-bc12-7a5336fb1b17"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab', '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-1126a9a8-e520-4312-9019-b1c818010fa4', 'x-compute-request-id': 'req-1126a9a8-e520-4312-9019-b1c818010fa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "GFeJ86aHAx65"}}' 2024-02-28 08:33:19,510 86047 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/c04f50c3-182f-49c6-b4f2-86e8637d88ab 0.117s 2024-02-28 08:33:19,510 86047 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, 28 Feb 2024 08:33: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-525b372b-55ca-4a33-9a4f-1ca8a47e74a1', 'x-compute-request-id': 'req-525b372b-55ca-4a33-9a4f-1ca8a47e74a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab'} Body: b'{"server": {"id": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-419703311", "status": "BUILD", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:33:19Z", "updated": "2024-02-28T08:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c04f5 0c3-182f-49c6-b4f2-86e8637d88ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}], "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": []}}' 2024-02-28 08:34:09,819 86047 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/c04f50c3-182f-49c6-b4f2-86e8637d88ab 0.241s 2024-02-28 08:34:09,820 86047 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, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-976bb7c5-8f7b-4d31-8d91-a377eb6f4989', 'x-compute-request-id': 'req-976bb7c5-8f7b-4d31-8d91-a377eb6f4989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab'} Body: b'{"server": {"id": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-419703311", "status": "ACTIVE", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "8afa2e77596c8759534ace0d83fd6ae16383d895eb09bf2d5ff8ccae", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:33:19Z", "updated": "2024-02-28T08:33:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1869076972-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:36:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:33:25.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": []}}' 2024-02-28 08:34:09,837 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:35:10,714 86047 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/c04f50c3-182f-49c6-b4f2-86e8637d88ab/action 0.816s 2024-02-28 08:35:10,715 86047 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-ServerBootFromVolumeStab leRescueTest-image-1864699499"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35: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-f194c14c-0526-4e7a-827f-9f9d9ce6da9e', 'x-compute-request-id': 'req-f194c14c-0526-4e7a-827f-9f9d9ce6da9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab/action'} Body: b'{"image_id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23"}' 2024-02-28 08:35:10,740 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.023s 2024-02-28 08:35:10,740 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0c849257-6a41-4b1f-92d0-e6c717adb347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:11,771 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.029s 2024-02-28 08:35:11,771 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b4cfb1a1-83f1-46ee-8334-5b34d6cbeb64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_project_name": "tempest-ServerB ootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:12,797 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.024s 2024-02-28 08:35:12,797 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-871929ea-5abb-42f0-9bd6-67af9ccd8464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:13,821 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.023s 2024-02-28 08:35:13,821 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8b001dbc-250e-4011-a8c6-9a0e2c30583f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:14,848 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.025s 2024-02-28 08:35:14,849 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e6b40e00-f7fe-4659-9425-87bc51e6ccc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:14Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:15,874 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.024s 2024-02-28 08:35:15,874 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: { 'date': 'Wed, 28 Feb 2024 08:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6a808c24-5530-4f9c-9c12-e219014d08a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:15Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:16,905 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.029s 2024-02-28 08:35:16,905 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-68ef437a-3639-4533-9c66-0fe04f2b2f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "d380ff88d6dc168370df053722729880", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cd90cc010c2fdeaf078e346b79cdcdd0a2e555908cfab256c366c56a399942088f7cc254f7fda48e6c5ad209a45c93c16cf76a1f89c4720da57fb7a7f93ed6e3", "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28 T08:35:11Z", "updated_at": "2024-02-28T08:35:16Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:16,933 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.027s 2024-02-28 08:35:16,933 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c186403e-d3d4-498e-b062-9992baf533bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "d380ff88d6dc168370df053722729880", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cd90cc010c2fdeaf078e346b79cdcdd0a2e555908cfab256c366c56a399942088f7cc254f7fda48e6c5ad209a45c93c16cf76a1f89c4720da57fb7a7f93ed6e3", "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:16Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:17,165 86047 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/c04f50c3-182f-49c6-b4f2-86e8637d88ab 0.231s 2024-02-28 08:35:17,165 86047 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, 28 Feb 2024 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4231e48f-6da4-45c9-9c32-277c9e197fab', 'x-compute-request-id': 'req-4231e48f-6da4-45c9-9c32-277c9e197fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab'} Body: b'{"server": {"id": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-419703311", "status": "ACTIVE", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "8afa2e77596c8759534ace 0d83fd6ae16383d895eb09bf2d5ff8ccae", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:33:19Z", "updated": "2024-02-28T08:35:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1869076972-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:36:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:33:25.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": []}}' 2024-02-28 08:36:17,319 86047 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.089s 2024-02-28 08:36:17,320 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d683c750-db8f-419c-a62b-f3a0ed8fd1e1', '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": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "password_expires_at": null}, "audit_ids": ["TTVqHbDeQ42ZfnEip97Hjg"], "expires_at": "2024-02-28T09:36:17.000000Z", "issued_at": "2024-02-28T08:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad5806d57e2a4d7192477009fbf5974a", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "publi c", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:36:17,320 86047 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '7e1d7d1b-7149-43ed-bc12-7a5336fb1b17', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1869076972-network', 'tenant_id': 'ad5806d57e2a4d7192477009fbf5974a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad5806d57e2a4d7192477009fbf5974a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:29:21Z', 'updated_at': '2024-02-28T08:29:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:36:17,877 86047 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.555s 2024-02-28 08:36:17,877 86047 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-187519082", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "df4e8146-e2f1-442e-90d6-0c890f14657e", "destination_type": "volume"}], "networks": [{"uuid": "7e1d7d1b-7149-43ed-bc12-7a5336fb1b17"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50', '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-9e8007a2-c87e-45cc-8382-c13bcf223252', 'x-compute-request-id': 'req-9e8007a2-c87e-45cc-8382-c13bcf223252', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ac6b0699-e9c9-49bd-9ff3-caab74e46c50", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "4pfn4SC7mTgC"}}' 2024-02-28 08:36:17,969 86047 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/ac6b0699-e9c9-49bd-9ff3-caab74e46c50 0.088s 2024-02-28 08:36:17,969 86047 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, 28 Feb 2024 08:36: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-cb1bd551-1577-4f92-8242-a1376a6d8d38', 'x-compute-request-id': 'req-cb1bd551-1577-4f92-8242-a1376a6d8d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50'} Body: b'{"server": {"id": "ac6b0699-e9c9-49bd-9ff3-caab74e46c50", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-187519082", "status": "BUILD", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:36:18Z", "updated": "2024-02-28T08:36:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}], "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": []}}' 2024-02-28 08:37:08,174 86047 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/ac6b0699-e9c9-49bd-9ff3-caab74e46c50 0.119s 2024-02-28 08:37:08,175 86047 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, 28 Feb 2024 08:37:08 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-35ed4a95-92c0-42e1-9ea5-3fdbcff7b176', 'x-compute-request-id': 'req-35ed4a95-92c0-42e1-9ea5-3fdbcff7b176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50'} Body: b'{"server": {"id": "ac6b0699-e9c9-49bd-9ff3-caab74e46c50", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-187519082", "status": "ERROR", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:36:17Z", "updated": "2024-02-28T08:36:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"} , {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2024-02-28T08:36:21Z", "message": "Build of instance ac6b0699-e9c9-49bd-9ff3-caab74e46c50 aborted: Volume 1a319a44-1b35-447b-9a7e-8e7924626bef 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": []}}' 2024-02-28 08:37:08,196 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2024-02-28 08:37:08,739 86047 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/ac6b0699-e9c9-49bd-9ff3-caab74e46c50 0.543s 2024-02-28 08:37:08,739 86047 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, 28 Feb 2024 08:37:08 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-b329e4e3-b619-4108-8ad8-f335cd7e94af', 'x-compute-request-id': 'req-b329e4e3-b619-4108-8ad8-f335cd7e94af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50'} Body: b'' 2024-02-28 08:37:08,770 86047 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/ac6b0699-e9c9-49bd-9ff3-caab74e46c50 0.030s 2024-02-28 08:37:08,770 86047 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, 28 Feb 2024 08:37: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-9498e5c5-f0fc-4c26-82f8-790a0396e741', 'x-compute-request-id': 'req-9498e5c5-f0fc-4c26-82f8-790a0396e741', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ac6b0699-e9c9-49bd-9ff3-caab74e46c50 could not be found."}}' {5} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [166.905105s] ... 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_server_volume_attachment.py", line 186, in test_old_versions_reject volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4c33e730-42e4-4c64-af18-70b5944d0df3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:35:11,816 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.085s 2024-02-28 08:35:11,817 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2851', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cdb2dfeb-bd07-49a7-acc8-4eea4098ca66', '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": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-294180332-project-member", "password_expires_at": null}, "audit_ids": ["f6gmlDWfR0m42zIi2n_slA"], "expires_at": "2024-02-28T09:35:11.000000Z", "issued_at": "2024-02-28T08:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "309f3d39096e4ca0926bbb9d64ffbcbc", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-294180332"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/309f3d39096e4ca0926bbb9d64ffbcbc", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:35:11,817 86053 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': 'a4e39de2-d019-423c-bb9c-c1f51bc17759', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1134704161-network', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '309f3d39 096e4ca0926bbb9d64ffbcbc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62113, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:35:00Z', 'updated_at': '2024-02-28T08:35:00Z', 'revision_number': 1} available for tenant 2024-02-28 08:35:11,818 86053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:35:11,819 86053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:35:11,915 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.094s 2024-02-28 08:35:11,915 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1563631070", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLeGgzhqx6hZDzjYDVzKDhexscwuIvwToRK+b6J9k4FnSo9JFypFqHSY2RWZHS2wEXcdHjxx/hMh9GehDkHAedC+3/RdjL2AObTD18ujhXZAJVBVud09OKFPI+5F4JEUTg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:11 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-6e50a13b-2851-4a26-9813-ff62be7d9bce', 'x-compute-request-id': 'req-6e50a13b-2851-4a26-9813-ff62be7d9bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1563631070", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLeGgzhqx6hZDzjYDVzKDhexscwuIvwToRK+b6J9k4FnSo9JFypFqHSY2RWZHS2wEXcdHjxx/hMh9GehDkHAedC+3/RdjL2AObTD18ujhXZAJVBVud09OKFPI+5F4JEUTg==", "fingerprint": "8b:b4:d5:7c:62:2f:a2:5f:b0:ed:39:ee:e5:4d:dc:11", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a"}}' 2024-02-28 08:35:11,918 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1563631070 created 2024-02-28 08:35:12,068 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2024-02-28 08:35:12,069 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1435804508", "description": "tempest-description--1469313774"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-184b0490-91a1-4708-aa0a-799743957151', 'date': 'Wed, 28 Feb 2024 08:35:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "name": "tempest-securitygroup--1435804508", "stateful": true, "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "description": "tempest-description--1469313774", "shared": false, "security_group_rules": [{"id": "68ec7113-dcef-43c3-8b55-0790e02b9f60", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "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_att r_id": 1087, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "revision_number": 0}, {"id": "f941750a-5fca-46c9-b54c-1ef1a2bb54d4", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "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": 1086, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "revision_number": 1, "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc"}}' 2024-02-28 08:35:12,260 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.190s 2024-02-28 08:35:12,260 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d487bba3-3b14-4a14-a351-44a795e4edd8', 'date': 'Wed, 28 Feb 2024 08:35: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": "870fa2ac-2371-4c2d-97c2-1a1c2ce44522", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:35:12Z", "updated_at": "2024-02-28T08:35:12Z", "revision_number": 0}}' 2024-02-28 08:35:12,497 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.236s 2024-02-28 08:35:12,497 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4cba5bf4-1f4d-46b9-adcd-2d02d2c7f09e', 'date': 'Wed, 28 Feb 2024 08:35: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": "4b0deda4-1241-40ba-9557-3354cf97765f", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:35:12Z", "updated_at": "2024-02-28T08:35:12Z", "revision_number": 0}}' 2024-02-28 08:35:12,498 86053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1435804508 created 2024-02-28 08:35:13,111 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.612s 2024-02-28 08:35:13,111 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4944b9a0-e5db-4520-aacd-b4d2fd92030e', 'date': 'Wed, 28 Feb 2024 08:35:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "73661c8b-23c7-4a03-972d-62ae68bf4e9e", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "floating_ip_address": "172.24.4.104", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:35:12Z", "updated_at": "2024-02-28T08:35:12Z", "revision_number": 0}}' 2024-02-28 08:35:13,111 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '73661c8b-23c7-4a03-972d-62ae68bf4e9e', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'floating_ip_address': '172.24.4.104', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:35:12Z', 'updated_at': '2024-02-28T08:35:12Z', 'revision_number': 0, 'ip': '172.24.4.104'} created 2024-02-28 08:35:13,112 86053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1563631070', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLeGgzhqx6hZDzjYDVzKDhexscwuIvwToRK+b6J9k4FnSo9JFypFqHSY2RWZHS2wEXcdHjxx/hMh9GehDkHAedC+3/RdjL2AObTD18ujhXZAJVBVud09OKFPI+5F4JEUTg==', 'fingerprint': '8b:b4:d5:7c:62:2f:a2:5f:b0:ed:39:ee:e5:4d:dc:11', 'user_id': '73da7b8171ad4b0b9f5c9a7b6f5c536a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDAfXqdKFbMcXTPQnMHBISpwygpbE0jbav55j6vNv+4qAZtACH0G4QE\n6LUGIFc7KyOgBwYFK4EEACKhZANiAAS3hoM4aseoWQ842A1cyg4XsbHMLiL8E6ES\nvm+ifZOBZ0qPSRcqRah0mNkVmR0tsBF3HR48cf4TIfRnoQ5BwHnQvt/0XYy9gDm0\nw9fLo4V2QCVQVbndPTihTyPuReCRFE4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ff0da3c7-aad9-4edc-8eef-70cd148c2093', 'name': 'tempest-securitygroup--1435804508', 'stateful': True, 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'description': 'tempest-description--1469313774', 'shared': False, 'security_group_rules': [{'id': '68ec7113-dcef-43c3-8b55-0790e02b9f60', 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'security_group_id': 'ff0da3c7-aad9-4edc-8eef-70cd148c2093', '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': 1087, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:35:11Z', 'updated_at': '2024-02-28T08:35:11Z', 'revision_number': 0}, {'id': 'f941750a-5fca-46c9-b54c-1ef1a2bb54d4', 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'security_group_id': 'ff0da3c7-aad9-4edc-8eef-70cd148c2093', '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': 1086, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:35:11Z', 'updated_at': '2024-02-28T08:35:11Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:35:11Z', 'updated_at': '2024-02-28T08:35:11Z', 'revision_number': 1, 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc'}, 'floating_ip': {'id': '73661c8b-23c7-4a03-972d-62ae68bf4e9e', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'floating_ip_address': '172.24.4.104', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:35:12Z', 'updated_at': '2024-02-28T08:35:12Z', 'revision_number': 0, 'ip': '172.24.4.104'}} 2024-02-28 08:35:13,874 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.761s 2024-02-28 08:35:13,874 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "a4e39de2-d019-423c-bb9c-c1f51bc17759"}], "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "key_name": "tempest-keypair-1563631070", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-828cf9f2-abfe-4d0d-a1d4-82294f78ab0f', 'x-compute-request-id': 'req-828cf9f2-abfe-4d0d-a1d4-82294f78ab0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "adminPass": "y2RVRM43Yvk2"}}' 2024-02-28 08:35:13,949 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.072s 2024-02-28 08:35:13,949 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2e2f932-a083-487e-ac7c-73f220b6d04c', 'x-compute-request-id': 'req-d2e2f932-a083-487e-ac7c-73f220b6d04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "status": "BUILD", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:35:14Z", "updated": "2024-02-28T08:35:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1563631070", "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": []}}' 2024-02-28 08:36:04,361 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.350s 2024-02-28 08:36:04,361 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:36:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bc60524-6d7e-47ed-ad8d-42ddbe1b2b98', 'x-compute-request-id': 'req-2bc60524-6d7e-47ed-ad8d-42ddbe1b2b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "status": "ACTIVE", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "metadata": {}, "hostId": "d07c956d6a780499974044d075376a592fd7ddf99f263d4b9b51483a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:35:13Z", "updated": "2024-02-28T08:35:21Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1134704161-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:a8:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1563631070", "OS-SRV-USG:launched_at": "2024-02-28T08:35:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:36:04,375 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:37:04,543 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d 964/os-interface 0.148s 2024-02-28 08:37:04,544 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:04 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-95f4fd27-e216-4907-8d03-7051828cec8c', 'x-compute-request-id': 'req-95f4fd27-e216-4907-8d03-7051828cec8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a4e39de2-d019-423c-bb9c-c1f51bc17759", "port_id": "9805747c-3937-4074-a08d-a03d6c71bc71", "mac_addr": "fa:16:3e:5c:a8:22", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "61261114-8f46-4c25-99cb-9c7ef779ee9b", "ip_address": "10.0.0.3"}]}]}' 2024-02-28 08:37:05,457 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/73661c8b-23c7-4a03-972d-62ae68bf4e9e 0.908s 2024-02-28 08:37:05,458 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9805747c-3937-4074-a08d-a03d6c71bc71"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b84fcd6c-2d08-4598-baa3-9ff0d9818c16', 'date': 'Wed, 28 Feb 2024 08:37:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/73661c8b-23c7-4a03-972d-62ae68bf4e9e'} Body: b'{"floatingip": {"id": "73661c8b-23c7-4a03-972d-62ae68bf4e9e", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "floating_ip_address": "172.24.4.104", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "b1134173-56c5-44b9-933e-01e37d07e872", "port_id": "9805747c-3937-4074-a08d-a03d6c71bc71", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a4e39de2-d019-423c-bb9c-c1f51bc17759", "mac_address": "fa:16:3e:5c:a8:22", "admin_state_up": true, "status": "ACTIVE", "device_id": "26b94305-c900-49eb-a581-4b8314f7d964", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:35:12Z", "updated_at": "2024-02-28T08:37:04Z", "revision_number": 1, "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc"}}' 2024-02-28 08:37:05,459 86053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.104:22' as 'cirros' with public key authentication 2024-02-28 08:37:05,481 86053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:37:05,589 86053 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:37:05,590 86053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.104 successfully created 2024-02-28 08:37:05,760 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.169s 2024-02-28 08:37:05,760 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-i d': 'req-046f31d4-22f7-4394-8ade-1e6bcdcc7027', 'x-compute-request-id': 'req-046f31d4-22f7-4394-8ade-1e6bcdcc7027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "status": "ACTIVE", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "metadata": {}, "hostId": "d07c956d6a780499974044d075376a592fd7ddf99f263d4b9b51483a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:35:13Z", "updated": "2024-02-28T08:35:21Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1134704161-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:a8:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1563631070", "OS-SRV-USG:launched_at": "2024-02-28T08:35:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:37:05,842 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.069s 2024-02-28 08:37:05,843 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f509411-e4bf-43b4-954d-2c6225df6be9', 'x-compute-request-id': 'req-4f509411-e4bf-43b4-954d-2c6225df6be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}]}]}' 2024-02-28 08:37:06,055 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes 0.209s 2024-02-28 08:37:06,056 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1586288838", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa29716e-9e48-4864-a44f-ce59bca27215', 'content-length': '856', 'openstack-api-version': 'volume 3.27', 'vary': 'Op enStack-API-Version', 'x-openstack-request-id': 'req-fa29716e-9e48-4864-a44f-ce59bca27215', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes'} Body: b'{"volume": {"id": "4c33e730-42e4-4c64-af18-70b5944d0df3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:37:05.996411", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1586288838", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}], "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 08:37:06,114 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3 0.044s 2024-02-28 08:37:06,114 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6771927-d9b8-40da-8abf-0749d40ced9d', 'content-length': '924', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6771927-d9b8-40da-8abf-0749d40ced9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3'} Body: b'{"volume": {"id": "4c33e730-42e4-4c64-af18-70b5944d0df3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:37:06.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1586288838", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}], "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc"}}' 2024-02-28 08:37:07,242 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3 0.114s 2024-02-28 08:37:07,243 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea802d1-7253-49b2-9535-e41f7c4eed8b', 'content-length': '945', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea802d1-7253-49b2-9535-e41f7c4eed8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca092 6bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3'} Body: b'{"volume": {"id": "4c33e730-42e4-4c64-af18-70b5944d0df3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:37:06.000000", "updated_at": "2024-02-28T08:37:06.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1586288838", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}], "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc"}}' 2024-02-28 08:37:07,361 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3 0.102s 2024-02-28 08:37:07,361 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dbd44f-d87f-4230-a3b8-d0b7f53dba58', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3'} Body: b'' 2024-02-28 08:37:07,383 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3 0.022s 2024-02-28 08:37:07,384 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db81416-8b45-4cfa-b53e-b33dc7afa673', 'x-openstack-request-id': 'req-5db81416-8b45-4cfa-b53e-b33dc7afa673', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4c33e730-42e4-4c64-af18-70b5944d0df3 could not be found."}}' 2024-02-28 08:37:07,515 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.131s 2024-02-28 08:37:07,516 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37: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-0696c34b-35aa-42ed-a526-3dda44aaed4c', 'x-compute-request-id': 'req-0696c34b-35aa-42ed-a526-3dda44aaed4c', 'connection': 'close', 'status': ' 204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'' 2024-02-28 08:37:07,957 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.441s 2024-02-28 08:37:07,958 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16eb8c1c-261a-4592-96f0-13b7d377f71f', 'x-compute-request-id': 'req-16eb8c1c-261a-4592-96f0-13b7d377f71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "status": "ACTIVE", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "metadata": {}, "hostId": "d07c956d6a780499974044d075376a592fd7ddf99f263d4b9b51483a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:35:13Z", "updated": "2024-02-28T08:37:07Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1134704161-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:a8:22"}, {"version": 4, "addr": "172.24.4.104", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:a8:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1563631070", "OS-SRV-USG:launched_at": "2024-02-28T08:35:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:37:58,024 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.042s 2024-02-28 08:37:58,025 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:57 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-63a962ce-11bd-4ccf-becb-b8b2fb89b4ba', 'x-compute-request-id': 'req-63a962ce-11bd-4ccf-becb-b8b2fb89b4ba', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 26b94305-c900-49eb-a581-4b8314f7d964 could not be found."}}' 2024-02-28 08:37:58,059 86053 INFO [tempest.lib.common.rest_client] Reque st (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1563631070 0.034s 2024-02-28 08:37:58,060 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:58 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-b3bd410c-aea6-49de-a8df-df235b030fb1', 'x-compute-request-id': 'req-b3bd410c-aea6-49de-a8df-df235b030fb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1563631070'} Body: b'' 2024-02-28 08:37:58,221 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ff0da3c7-aad9-4edc-8eef-70cd148c2093 0.160s 2024-02-28 08:37:58,221 86053 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-4100330f-1c23-4635-ac82-2181f9b59cd1', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:37:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ff0da3c7-aad9-4edc-8eef-70cd148c2093'} Body: b'' 2024-02-28 08:37:58,240 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ff0da3c7-aad9-4edc-8eef-70cd148c2093 0.018s 2024-02-28 08:37:58,240 86053 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-b4b7fe90-b9d0-4f8e-912e-e08605c9e828', 'date': 'Wed, 28 Feb 2024 08:37:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ff0da3c7-aad9-4edc-8eef-70cd148c2093'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ff0da3c7-aad9-4edc-8eef-70cd148c2093 does not exist", "detail": ""}}' 2024-02-28 08:37:58,630 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/73661c8b-23c7-4a03-972d-62ae68bf4e9e 0.389s 2024-02-28 08:37:58,630 86053 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-afb04c05-3992-4fc1-84ad-3317475304c5', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:37:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/73661c8b-23c7-4a03-972d-62ae68bf4e9e'} Body: b'' {5} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {2} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.774628s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 293, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 8e35a4b2-16f3-43ff-904e-fa1b680c6975 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:38:55,140 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types 0.166s 2024-02-28 08:38:55,140 86047 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-627912375"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbc4edcb-f4b6-42e5-8a9c-f22336c04360', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc4edcb-f4b6-42e5-8a9c-f22336c04360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types'} Body: b'{"volume_type": {"id": "331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab", "name": "tempest-GroupSnapshotsV319Test-volume-type-627912375", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:38:55,176 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/group_types 0.033s 2024-02-28 08:38:55,176 86047 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-66525090"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86aecf64-2f58-4c38-82b9-5b88170c9ea0', 'content-length': '183', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86aecf64-2f58-4c38-82b9-5b88170c9ea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/group_types'} Body: b'{"group_type": {"id": "b0600c0d-5a22-4a0e-afec-70caa21d5ff8", "name": "tempest-GroupSnapshotsV319Test-group-type-66525090", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:38:55,431 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups 0.252s 2024-02-28 08:38:55,431 86047 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": "b0600c0d-5a22-4a0e-afec-70caa21d5ff8", "volume_types": ["331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab"], "name": "tempest-GroupSnapshotsV319Test-Group-668435840"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2314f0f3-5190-4ce3-b419-310713d9d400', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2314f0f3-5190-4ce3-b419-310713d9d400', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups'} Body: b'{"group": {"id": "8e35a4b2-16f3-43ff-904e-fa1b680c6975", "name": "tempest-GroupSnapshotsV319Test-Group-668435840"}}' 2024-02-28 08:38:55,466 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975 0.033s 2024-02-28 08:38:55,466 86047 DEBUG [t empest.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, 28 Feb 2024 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc5eb40-7296-4046-bcc5-ed6c1a1623cc', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc5eb40-7296-4046-bcc5-ed6c1a1623cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975'} Body: b'{"group": {"id": "8e35a4b2-16f3-43ff-904e-fa1b680c6975", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:38:55.000000", "name": "tempest-GroupSnapshotsV319Test-Group-668435840", "description": null, "group_type": "b0600c0d-5a22-4a0e-afec-70caa21d5ff8", "volume_types": ["331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:38:56,507 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975 0.035s 2024-02-28 08:38:56,507 86047 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, 28 Feb 2024 08:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9873d266-3da8-428e-bd2a-3261b40fbc07', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9873d266-3da8-428e-bd2a-3261b40fbc07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975'} Body: b'{"group": {"id": "8e35a4b2-16f3-43ff-904e-fa1b680c6975", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:38:55.000000", "name": "tempest-GroupSnapshotsV319Test-Group-668435840", "description": null, "group_type": "b0600c0d-5a22-4a0e-afec-70caa21d5ff8", "volume_types": ["331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:38:56,553 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/volumes/detail 0.041s 2024-02-28 08:38:56,553 86047 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, 28 Feb 2024 08:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e89474e-b7e1-41aa-b91a-5068d461540a', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e89474e-b7e1-41aa-b91a-5068d461540a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:38:56,631 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975/action 0.063s 2024-02-28 08:38:56,631 86047 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, 28 Feb 2024 08:38:56 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-505fb11b-aac0-4f0b-8ab8-1435b9e5a489', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975/action'} Body: b'' 2024-02-28 08:38:56,647 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975 0.015s 2024-02-28 08:38:56,647 86047 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, 28 Feb 2024 08:38:56 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-bd82052d-5d19-482d-8958-7752a29972c2', 'x-openstack-request-id': 'req-bd82052d-5d19-482d-8958-7752a29972c2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8e35a4b2-16f3-43ff-904e-fa1b680c6975 could not be found."}}' 2024-02-28 08:38:56,679 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/group_types/b0600c0d-5a22-4a0e-afec-70caa21d5ff8 0.031s 2024-02-28 08:38:56,679 86047 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, 28 Feb 2024 08:38:56 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-72886b11-eaf4-4f5b-85c6-668c94dac052', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/group_types/b0600c0d-5a22-4a0e-afec-70caa21d5ff8'} Body: b'' 2024-02-28 08:38:56,730 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types/331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab 0.050s 2024-02-28 08:38:56,730 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38: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-7bd445a8-08e0-4e79-bcc2-20201a1109a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types/331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab'} Body: b'' 2024-02-28 08:38:56,746 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types/331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab 0.015s 2024-02-28 08:38:56,747 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38: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-ff2531c6-6160-4c1a-9590-357c212eac0f', 'x-openstack-request-id': 'req-ff2531c6-6160-4c1a-9590-357c212eac0f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types/331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab could not be found."}}' {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.020321s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.026319s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.027798s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.031653s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.026789s] ... ok {2} 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 78ff9f93-ab3d-4a44-a7ab-fb6e27aa0107 failed to build and is in ERROR status {2} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {2} setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95a88e6c-1bb2-4621-92d6-ddd95aaa41b7 failed to build and is in ERROR status {2} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {9} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.336059s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2404c469-eb0f-4d8b-9c2e-a66340fcf4d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:40:20,370 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes 0.209s 2024-02-28 08:40:20,370 86061 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-1481814872"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb68541-d939-459b-bf52-3d720a6c70eb', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb68541-d939-459b-bf52-3d720a6c70eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes'} Body: b'{"volume": {"id": "2404c469-eb0f-4d8b-9c2e-a66340fcf4d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:20.308803", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1481814872", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:40:20,424 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1 0.043s 2024-02-28 08:40:20,425 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92a6c0f9-0585-4e99-adff-9c587ead02bf', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92a6c0f9-0585-4e99-adff-9c587ead02bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1'} Body: b'{"volume": {"id": "2404c469-eb0f-4d8b-9c2e-a66340fcf4d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:20.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1481814872", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41301a3fd18d4a948ce5b1778f15f4fb"}}' 2024-02-28 08:40:21,480 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1 0.042s 2024-02-28 08:40:21,480 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-193cadff-2e37-4c2e-9d56-ed69997360bf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-193cadff-2e37-4c2e-9d56-ed69997360bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1'} Body: b'{"volume": {"id": "2404c469-eb0f-4d8b-9c2e-a66340fcf4d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:20.000000", "updated_at": "2024-02-28T08:40:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1481814872", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41301a3fd18d4a948ce5b1778f15f4fb"}}' {9} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.302599s] ... 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f3479588-a608-405e-a215-6decc9effc48 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:40:21,677 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes 0.180s 2024-02-28 08:40:21,678 86061 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-1119900196"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7041e98f-4ddc-4816-a28b-13f6ac76e4ce', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7041e98f-4ddc-4816-a28b-13f6ac76e4ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes'} Body: b'{"volume": {"id": "f3479588-a608-405e-a215-6decc9effc48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:21.618390", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1119900196", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:40:21,731 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48 0.038s 2024-02-28 08:40:21,732 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e08bd887-697a-4389-b289-c9b37f137095', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e08bd887-697a-4389-b289-c9b37f137095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48'} Body: b'{"volume": {"id": "f3479588-a608-405e-a215-6decc9effc48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:22.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1119900196", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41301a3fd18d4a948ce5b1778f15f4fb"}}' 2024-02-28 08:40:22,784 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48 0.040s 2024-02-28 08:40:22,785 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb9112b-b20a-4040-b81e-8847048e64b0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb9112b-b20a-4040-b81e-8847048e64b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48'} Body: b'{"volume": {"id": "f3479588-a608-405e-a215-6decc9effc48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:22.000000", "updated_at": "2024-02-28T08:40:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1119900196", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41301a3fd18d4a948ce5b1778f15f4fb"}}' {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.695959s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.191823s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.198175s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.380281s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.021385s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.033232s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.146946s] ... ok {2} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [168.348837s] ... 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 64, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4641f534-df7b-40be-b811-abe89c2360b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:39:24,821 86047 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:39:24,822 86047 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:39:24,981 86047 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.158s 2024-02-28 08:39:24,982 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1651506164", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL/GpD0jP4awrrXPXFKadtWoa+FL42GAXrOSW8jSkkAGQNX5XY+ulIh6azAbYvv0RB2Slask96qvVYMV2zS9QX+NX08GLlgq2WnrN5FFLG/HwZzyaZypAQitECzAKDCpug=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:39:24 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-b63adc63-157c-40f8-bc9e-a1f90d65c28a', 'x-compute-request-id': 'req-b63adc63-157c-40f8-bc9e-a1f90d65c28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1651506164", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL/GpD0jP4awrrXPXFKadtWoa+FL42GAXrOSW8jSkkAGQNX5XY+ulIh6azAbYvv0RB2Slask96qvVYMV2zS9QX+NX08GLlgq2WnrN5FFLG/HwZzyaZypAQitECzAKDCpug==", "fingerprint": "93:19:ff:66:ee:bd:76:37:aa:fe:ff:1a:6a:62:2e:0f", "user_id": "385981e00f724fcd934522c6dfc016fe"}}' 2024-02-28 08:39:24,984 86047 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1651506164 created 2024-02-28 08:39:25,136 86047 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.151s 2024-02-28 08:39:25,136 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--57564803", "description": "tempest-description--1423145039"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-2e28c34d-5f97-4e8b-9434-fb05cdd8600a', 'date': 'Wed, 28 Feb 2024 08:39:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "name": "tempest-securitygroup--57564803", "stateful": true, "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "description": "tempest-description--1423145039", "shared": false, "security_group_rules": [{"id": "1fa6929a-d6bf-46f2-be85-c18e16b20f3f", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "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": 1169, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}, {"id": "adeef1bd-c08a-4c72-831a-bbb7683f9e68", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_r ange_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1168, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 1, "project_id": "05222fdb49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:39:25,330 86047 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 2024-02-28 08:39:25,330 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0bb4fe48-b225-4017-a96a-22180a4378d4', 'date': 'Wed, 28 Feb 2024 08:39:25 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": "0bd4dcc6-57a3-4926-a81c-ccc9855e6aad", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}}' 2024-02-28 08:39:25,525 86047 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.195s 2024-02-28 08:39:25,526 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6cbfde7b-0524-4ddd-adc3-774f9fa2e854', 'date': 'Wed, 28 Feb 2024 08:39:25 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": "e7f29320-52fa-49c0-996d-155bf67518d8", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}}' 2024-02-28 08:39:25,526 86047 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--57564803 created 2024-02-28 08:39:26,131 86047 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.604s 2024-02-28 08:39:26,131 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9 93b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0f890d2d-512e-41d7-81b8-58f91941fbc2', 'date': 'Wed, 28 Feb 2024 08:39:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "016059ec-d1eb-46cc-ac20-f281b11fb322", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "floating_ip_address": "172.24.4.226", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}}' 2024-02-28 08:39:26,131 86047 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '016059ec-d1eb-46cc-ac20-f281b11fb322', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 0, 'ip': '172.24.4.226'} created 2024-02-28 08:39:26,280 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.147s 2024-02-28 08:39:26,280 86047 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-203573671", "description": "tempest-secgroup-smoke-203573671 description", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-b2c1a794-8716-456c-bea4-d7c175304cbc', 'date': 'Wed, 28 Feb 2024 08:39:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "737910e9-b0e2-4251-8354-bf7eef886281", "name": "tempest-secgroup-smoke-203573671", "stateful": true, "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "description": "tempest-secgroup-smoke-203573671 description", "shared": false, "security_group_rules": [{"id": "40a850ae-e2cf-4f54-90f8-a47dd91b08bd", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "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": 1176, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}, {"id": "89eb0836-4caf-451b-a083-4c3cbb837eb8", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "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": 1175, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 1, "project_id": "05222f db49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:39:26,451 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2024-02-28 08:39:26,452 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-79545a0f-fd74-4a3d-8bfe-a99e3963dca2', 'date': 'Wed, 28 Feb 2024 08:39:26 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": "b60c7735-81ca-438b-b3ce-b617880b8b2b", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}}' 2024-02-28 08:39:26,651 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.198s 2024-02-28 08:39:26,651 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-99609482-83da-44ef-b42b-7d9743c3519c', 'date': 'Wed, 28 Feb 2024 08:39:26 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": "8a30850b-7ba8-4492-a44b-4c15836a0923", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}}' 2024-02-28 08:39:26,874 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.222s 2024-02-28 08:39:26,874 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-dcdb9c83-9114-42a6-9d82-b3eab8bb3e86', 'date': 'Wed, 28 Feb 2024 08:39:26 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": "247f9a60-9eae-4536-bb 82-61fdf252d320", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}}' 2024-02-28 08:39:27,109 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.234s 2024-02-28 08:39:27,109 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-30df590e-fa36-40bd-b00e-97f1c0780155', 'date': 'Wed, 28 Feb 2024 08:39:27 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": "9d1c4c0a-fb93-407f-a1a6-6782509733c3", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}}' 2024-02-28 08:39:27,366 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.252s 2024-02-28 08:39:27,370 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-f9e7b68d-b88e-485a-b4b9-889fbd897369', 'date': 'Wed, 28 Feb 2024 08:39:27 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": "1f808d5f-c6ab-4034-a5fe-ba3122374ab6", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:27Z", "updated_at": "2024-02-28T08:39:27Z", "revision_number": 0}}' 2024-02-28 08:39:27,671 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.295s 2024-02-28 08:39:27,671 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-5b634960-4e3e-419e-b3ec-a2af928a6454', 'date': 'Wed, 28 Feb 2024 08:39:27 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": "02365a27-a131-4f71-9c13-1989c5377e60", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:27Z", "updated_at": "2024-02-28T08:39:27Z", "revision_number": 0}}' 2024-02-28 08:39:27,726 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2024-02-28 08:39:27,727 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:39:27 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-419c9158-5169-414c-b278-18bb8b9683c3', '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": "385981e00f724fcd934522c6dfc016fe", "name": "tempest-SnapshotDataIntegrityTests-1094541957-project-member", "password_expires_at": null}, "audit_ids": ["8vZiAD1PRG2VfNJlgtxeow"], "expires_at": "2024-02-28T09:39:27.000000Z", "issued_at": "2024-02-28T08:39:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05222fdb49694acf9bba4dfd9c3e33ab", "name": "tempest-SnapshotDataIntegrityTests-1094541957"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/05222fdb49694acf9bba4dfd9c3e33ab", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "i mage", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:39:27,728 86047 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'c11b48d4-14e0-4a95-a688-c81384aa378b', 'name': 'tempest-SnapshotDataIntegrityTests-1667726933-network', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29346, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:39:11Z', 'updated_at': '2024-02-28T08:39:11Z', 'revision_number': 1} available for tenant 2024-02-28 08:39:27,729 86047 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1651506164', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL/GpD0jP4awrrXPXFKadtWoa+FL42GAXrOSW8jSkkAGQNX5XY+ulIh6azAbYvv0RB2Slask96qvVYMV2zS9QX+NX08GLlgq2WnrN5FFLG/HwZzyaZypAQitECzAKDCpug==', 'fingerprint': '93:19:ff:66:ee:bd:76:37:aa:fe:ff:1a:6a:62:2e:0f', 'user_id': '385981e00f724fcd934522c6dfc016fe', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCymADEMtlXOeitwal9h7IedT/R4xRiUVM8hNEo5x+Jh0ypmgyh+H5s\nHMgCRufhPDugBwYFK4EEACKhZANiAAS/xqQ9Iz+GsK61z1xSmnbVqGvhS+NhgF6z\nklvI0pJABkDV+V2PrpSIemswG2L79EQdkpWrJPeqr1WDFds0vUF/jV9PBi5YKtlp\n6zeRRSxvx8Gc8mmcqQEIrRAswCgwqbo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '66261213-9f12-4a08-b8b3-b6d8ae40f6f5', 'name': 'tempest-securitygroup--57564803', 'stateful': True, 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'description': 'tempest-description--1423145039', 'shared': False, 'security_group_rules': [{'id': '1fa6929a-d6bf-46f2-be85-c18e16b20f3f', 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'security_group_id': '66261213-9f12-4a08-b8b3-b6d8ae40f6f5', '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': 1169, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 0}, {'id': 'adeef1bd-c08a-4c72-831a-bbb7683f9e68', 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'security_group_id': '66261213-9f12-4a08-b8b3-b6d8ae40f6f5', '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': 1168, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 1, 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab'}, 'floating_ip': {'id': '016059ec-d1eb-46cc-ac20-f281b11fb322', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'floating_ip_address': '172.24.4.226', 'floating_ne twork_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 0, 'ip': '172.24.4.226'}} 2024-02-28 08:39:28,442 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.711s 2024-02-28 08:39:28,443 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-541444637", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "key_name": "tempest-keypair-1651506164", "security_groups": [{"name": "tempest-secgroup-smoke-203573671"}, {"name": "tempest-securitygroup--57564803"}], "networks": [{"uuid": "c11b48d4-14e0-4a95-a688-c81384aa378b"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:39:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '448', 'location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-280e404a-9d04-460d-aab7-4fa5cd5e7130', 'x-compute-request-id': 'req-280e404a-9d04-460d-aab7-4fa5cd5e7130', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-203573671"}, {"name": "tempest-securitygroup--57564803"}], "adminPass": "CwucGeFHtx3K"}}' 2024-02-28 08:39:28,518 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.071s 2024-02-28 08:39:28,519 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:39:28 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-0449d9d6-b379-4ea0-a4dd-fef2a1cb81e2', 'x-compute-request-id': 'req-0449d9d6-b379-4ea0-a4dd-fef2a1cb81e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "name": "tempest-SnapshotDataIntegrityTests-server-541444637", "status": "BUILD", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "user_id": "385981e00f724fcd934522c6dfc016fe", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:39:28Z", "updated": "2024-02-28T08:39:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links" : [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1651506164", "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": []}}' 2024-02-28 08:40:18,837 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.253s 2024-02-28 08:40:18,837 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4704ebe-2d82-416e-b882-2faf79ed977b', 'x-compute-request-id': 'req-f4704ebe-2d82-416e-b882-2faf79ed977b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "name": "tempest-SnapshotDataIntegrityTests-server-541444637", "status": "ACTIVE", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "user_id": "385981e00f724fcd934522c6dfc016fe", "metadata": {}, "hostId": "086a05c22b60e9113fc51d4544f7a3a5b803318b908ad9eff7963b7e", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:39:28Z", "updated": "2024-02-28T08:39:35Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1667726933-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:b4:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1651506164", "OS-SRV-USG:launched_at": "2024-02-28T08:39:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--57564803"}, {"name": "tempest-secgroup-smoke-203573671"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:40:18,850 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:41:19,055 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89/os-interface 0.144s 2024-02-28 08:41:19,056 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:18 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-open stack-request-id': 'req-c672c6e1-2355-41f0-b58a-be9cf3ed60ec', 'x-compute-request-id': 'req-c672c6e1-2355-41f0-b58a-be9cf3ed60ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c11b48d4-14e0-4a95-a688-c81384aa378b", "port_id": "4f210d83-cf52-456d-a808-ab2b220d7fbb", "mac_addr": "fa:16:3e:4a:b4:0f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a190a3a0-7806-445f-9a2d-35cc9615b97d", "ip_address": "10.0.0.12"}]}]}' 2024-02-28 08:41:19,866 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/016059ec-d1eb-46cc-ac20-f281b11fb322 0.806s 2024-02-28 08:41:19,866 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4f210d83-cf52-456d-a808-ab2b220d7fbb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-05323f51-a502-47a2-b4ea-05696a4cd06e', 'date': 'Wed, 28 Feb 2024 08:41:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/016059ec-d1eb-46cc-ac20-f281b11fb322'} Body: b'{"floatingip": {"id": "016059ec-d1eb-46cc-ac20-f281b11fb322", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "floating_ip_address": "172.24.4.226", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "2867960a-b6d4-4fa4-99f7-5ceace031e3e", "port_id": "4f210d83-cf52-456d-a808-ab2b220d7fbb", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c11b48d4-14e0-4a95-a688-c81384aa378b", "mac_address": "fa:16:3e:4a:b4:0f", "admin_state_up": true, "status": "ACTIVE", "device_id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:41:19Z", "revision_number": 1, "project_id": "05222fdb49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:41:19,870 86047 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.226:22' as 'cirros' with public key authentication 2024-02-28 08:41:19,883 86047 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:41:19,992 86047 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:41:19,993 86047 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.226 successfully created 2024-02-28 08:41:20,200 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.206s 2024-02-28 08:41:20,201 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a0e9ff0-8453-41b7-b445-433d0bdb116d', 'x-compute-request-id': 'req-2a0e9ff0-8453-41b7-b445-433d0bdb116d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "name": "tempest-SnapshotDataIntegrityTests-server-541444637", "status": "ACTIVE", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "user_id": "385981e00f724fcd934522c6dfc016fe", "metadata": {}, "hostId": "086a05c22b60e9113fc51d45 44f7a3a5b803318b908ad9eff7963b7e", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:39:28Z", "updated": "2024-02-28T08:39:35Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1667726933-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:b4:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1651506164", "OS-SRV-USG:launched_at": "2024-02-28T08:39:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--57564803"}, {"name": "tempest-secgroup-smoke-203573671"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:41:20,444 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes 0.220s 2024-02-28 08:41:20,444 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1748188147", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245fe523-f923-412b-830a-702d87a03910', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245fe523-f923-412b-830a-702d87a03910', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes'} Body: b'{"volume": {"id": "4641f534-df7b-40be-b811-abe89c2360b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:41:20.382788", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1748188147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}], "user_id": "385981e00f724fcd934522c6dfc016fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:41:20,501 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2 0.045s 2024-02-28 08:41:20,501 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f597b1d8-e898-4084-b01d-3be48908a4f1', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f597b1d8-e898-4084-b01d-3be48908a4f1', 'connection': 'close', 'status' : '200', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2'} Body: b'{"volume": {"id": "4641f534-df7b-40be-b811-abe89c2360b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:41:20.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1748188147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}], "user_id": "385981e00f724fcd934522c6dfc016fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:41:21,555 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2 0.040s 2024-02-28 08:41:21,555 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e3dc49-1b64-489c-9905-c26a352d03eb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e3dc49-1b64-489c-9905-c26a352d03eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2'} Body: b'{"volume": {"id": "4641f534-df7b-40be-b811-abe89c2360b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:41:20.000000", "updated_at": "2024-02-28T08:41:21.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1748188147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}], "user_id": "385981e00f724fcd934522c6dfc016fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:41:21,666 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2 0.097s 2024-02-28 08:41:21,667 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41: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-12a5c119-5d22-4780-a299-9def81a1d2fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2'} Body: b'' 2024-02-28 08:41:21,691 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/ v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2 0.024s 2024-02-28 08:41:21,692 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41: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-41595f70-a729-4c6d-a041-a7cb601735e9', 'x-openstack-request-id': 'req-41595f70-a729-4c6d-a041-a7cb601735e9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4641f534-df7b-40be-b811-abe89c2360b2 could not be found."}}' 2024-02-28 08:41:21,807 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.114s 2024-02-28 08:41:21,807 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac4d73f1-d963-4100-aafe-a579752fb242', 'x-compute-request-id': 'req-ac4d73f1-d963-4100-aafe-a579752fb242', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'' 2024-02-28 08:41:22,220 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.412s 2024-02-28 08:41:22,221 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1717', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6f88432-bbe9-437c-b3b2-86e8063de841', 'x-compute-request-id': 'req-b6f88432-bbe9-437c-b3b2-86e8063de841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "name": "tempest-SnapshotDataIntegrityTests-server-541444637", "status": "ACTIVE", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "user_id": "385981e00f724fcd934522c6dfc016fe", "metadata": {}, "hostId": "086a05c22b60e9113fc51d4544f7a3a5b803318b908ad9eff7963b7e", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:39:28Z", "updated": "2024-02-28T08:41:22Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1667726933-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:b4:0f"}, {"version": 4, "addr": "172.24.4.226", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:b4:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd8 9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1651506164", "OS-SRV-USG:launched_at": "2024-02-28T08:39:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--57564803"}, {"name": "tempest-secgroup-smoke-203573671"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:42:12,330 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.048s 2024-02-28 08:42:12,331 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7fd25a22-f218-4738-a27e-52095d7f8f87', 'x-compute-request-id': 'req-7fd25a22-f218-4738-a27e-52095d7f8f87', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e2036a53-ba62-4ac9-9a40-74997565fd89 could not be found."}}' 2024-02-28 08:42:12,596 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/737910e9-b0e2-4251-8354-bf7eef886281 0.265s 2024-02-28 08:42:12,596 86047 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-883ccecc-7e51-4625-9e29-0cc83565fb69', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/737910e9-b0e2-4251-8354-bf7eef886281'} Body: b'' 2024-02-28 08:42:12,631 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1651506164 0.033s 2024-02-28 08:42:12,631 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c164b77-e712-41c2-96e3-7eeba1cceb32', 'x-compute-request-id': 'req-3c164b77-e712-41c2-96e3-7eeba1cceb32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1651506164'} Body: b'' 2024-02-28 08:42:12,777 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/66261213-9f12-4a08-b8b3-b6d8ae40f6f5 0.145s 2024-02-28 08:42:12,778 86047 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-7c174cca-21c3-4b3e-bb6c-255ae3250bed', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/66261213-9f12-4a08-b8b3-b6d8ae40f6f5'} Body: b'' 2024-02-28 08:42:12,797 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/66261213-9f12-4a08-b8b3-b6d8ae40f6f5 0.019s 2024-02-28 08:42:12,798 86047 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-0cc91fd1-de23-4455-bec3-cf02c5be5ede', 'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/66261213-9f12-4a08-b8b3-b6d8ae40f6f5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 66261213-9f12-4a08-b8b3-b6d8ae40f6f5 does not exist", "detail": ""}}' 2024-02-28 08:42:13,167 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/016059ec-d1eb-46cc-ac20-f281b11fb322 0.369s 2024-02-28 08:42:13,168 86047 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-a9712a39-db47-4f80-a703-7577b5341166', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:42:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/016059ec-d1eb-46cc-ac20-f281b11fb322'} Body: b'' {9} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.171832s] ... ok {9} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.097427s] ... ok {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.026486s] ... ok {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.023224s] ... ok {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.021652s] ... ok {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.633392s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 87f1dea8-edb9-4311-a838-1163aff3346f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:42:18,031 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes 0.322s 2024-02-28 08:42:18,031 86061 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-2066924480"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07cc637-38ae-477d-bf49-51994b10b3b9', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07cc637-38ae-477d-bf49-51994b10b3b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes'} Body: b'{"volume": {"id": "87f1dea8-edb9-4311-a838-1163aff3346f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:42:17.958279", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-2066924480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}], "user_id": "773b033da251494cb9444114ec79415e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:42:18,105 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.063s 2024-02-28 08:42:18,106 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b85a4a1-1407-4fb9-80dd-e304834ceabf', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b85a4a1-1407-4fb9-80dd-e304834ceabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'{"volume": {"id": "87f1dea8-edb9-4311-a838-1163aff3346f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:42:18.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-2066924480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}], "user_id": "773b033da251494cb9444114ec79415e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941a3b7ee3143c697edca9e0d444b42"}}' 2024-02-28 08:42:19,157 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.038s 2024-02-28 08:42:19,157 86061 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f3eb2d-d33f-49a2-a3e5-b1718308419f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f3eb2d-d33f-49a2-a3e5-b1718308419f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'{"volume": {"id": "87f1dea8-edb9-4311-a838-1163aff3346f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:42:18.000000", "updated_at": "2024-02-28T08:42:18.000000", "name": "tempest-VolumesServicesTestJSON-Volume-2066924480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}], "user_id": "773b033da251494cb9444114ec79415e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941a3b7ee3143c697edca9e0d444b42"}}' 2024-02-28 08:42:19,211 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.039s 2024-02-28 08:42:19,211 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fe9aba-c0d4-4ef6-b267-04170c1d2743', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fe9aba-c0d4-4ef6-b267-04170c1d2743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'{"volume": {"id": "87f1dea8-edb9-4311-a838-1163aff3346f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:42:18.000000", "updated_at": "2024-02-28T08:42:18.000000", "name": "tempest-VolumesServicesTestJSON-Volume-2066924480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}], "user_id": "773b033da251494cb9444114ec79415e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941a3b7ee3143c697edca9e0d444b42"}}' 2024-02-28 08:42:19,320 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.096s 2024-02-28 08:42:19,320 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc89c111-86eb-4c5e-a117-07fd038c3515', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'' 2024-02-28 08:42:19,341 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.020s 2024-02-28 08:42:19,341 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aaa126c-b72d-4c34-9a5d-052cb13de09f', 'x-openstack-request-id': 'req-7aaa126c-b72d-4c34-9a5d-052cb13de09f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 87f1dea8-edb9-4311-a838-1163aff3346f could not be found."}}' {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.026173s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.146508s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.077497s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.211338s] ... ok {9} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled ============================== Failed 100 tests - output below: ============================== tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 73089137-2741-488f-8115-9dad2f9d4296 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:06,231 86045 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 1.396s 2024-02-28 08:23:06,231 86045 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-1451888601"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/73089137-2741-488f-8115-9dad2f9d4296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec2cbb62-1a88-4c28-bd1c-09ede82e2831', 'x-compute-request-id': 'req-ec2cbb62-1a88-4c28-bd1c-09ede82e2831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "73089137-2741-488f-8115-9dad2f9d4296", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:23:05.879138", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1451888601", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2024-02-28 08:23:06,728 86045 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/73089137-2741-488f-8115-9dad2f9d4296 0.492s 2024-02-28 08:23:06,729 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cfc959a-296d-4ddd-b328-853c8b4ac4a7', 'x-compute-request-id': 'req-5cfc959a-296d-4ddd-b328-853c8b4ac4a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/73089137-2741-488f-8115-9dad2f9d4296'} Body: b'{"volume": {"id": "73089137-2741-488f-8115-9dad2f9d4296", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:23:06.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1451888601", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2024-02-28 08:23:08,024 86045 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/73089137-2741-488f-8115-9dad2f9d4296 0.289s 2024-02-28 08:23:08,024 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-118b2d20-a1b5-4d2f-bbc8-d3f5874f7361', 'x-compute-request-id': 'req-118b2d20-a1b5-4d2f-bbc8-d3f5874f7361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/73089137-2741-488f-8115-9dad2f9d4296'} Body: b'{"volume": {"id": "73089137-2741-488f-8115-9dad2f9d4296", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-2 8T08:23:06.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1451888601", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0ff5ea2c-e655-4b0c-9643-6b390168eaeb 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:15,169 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes 0.365s 2024-02-28 08:23:15,170 86065 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-2078310819"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6258a0f1-585a-41a9-80e0-e0851e6c056f', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6258a0f1-585a-41a9-80e0-e0851e6c056f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes'} Body: b'{"volume": {"id": "a1acb8ab-a74d-4f94-aa3a-f8a8b0360857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:15.061743", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2078310819", "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/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}], "user_id": "e9780651e38b41ca9ed7d09a6324668c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:15,236 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 0.054s 2024-02-28 08:23:15,236 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f4e61cf-80ee-49f5-8033-2c3ee74911f7', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f4e61cf-80ee-49f5-8033-2c3ee74911f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'{"volume": {"id": "a1acb8ab-a74d-4f94-aa3a-f8a8b0360857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:15.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2078310819", "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/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}], "user_id": "e9780651e38b41ca9ed7d09a6324668c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ac2b7544c0249f6af43f0df55ef4fdf"}}' 2024-02-28 08:23:16,328 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0 360857 0.067s 2024-02-28 08:23:16,329 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-362babb8-4bac-408a-a107-d19d0d3490db', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-362babb8-4bac-408a-a107-d19d0d3490db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'{"volume": {"id": "a1acb8ab-a74d-4f94-aa3a-f8a8b0360857", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:15.000000", "updated_at": "2024-02-28T08:23:15.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2078310819", "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/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}], "user_id": "e9780651e38b41ca9ed7d09a6324668c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ac2b7544c0249f6af43f0df55ef4fdf"}}' 2024-02-28 08:23:16,397 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 0.054s 2024-02-28 08:23:16,397 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337e4fdb-ab88-4021-91ac-21d1638a9edf', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337e4fdb-ab88-4021-91ac-21d1638a9edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'{"volume": {"id": "a1acb8ab-a74d-4f94-aa3a-f8a8b0360857", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:15.000000", "updated_at": "2024-02-28T08:23:15.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2078310819", "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/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857"}], "user_id": "e9780651e38b41ca9ed7d09a6324668c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ac2b7544c0249f6af43f0df55ef4fdf"}}' 2024-02-28 08:23:16,551 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 0.142s 2024-02-28 08:23:16,552 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-b02bdd2f-1989-4b6e-9966-6440b5eac897', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'' 2024-02-28 08:23:16,603 86065 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 0.050s 2024-02-28 08:23:16,603 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-65fc0341-13ca-445d-bac8-a94d8c972c04', 'x-openstack-request-id': 'req-65fc0341-13ca-445d-bac8-a94d8c972c04', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ac2b7544c0249f6af43f0df55ef4fdf/volumes/a1acb8ab-a74d-4f94-aa3a-f8a8b0360857'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a1acb8ab-a74d-4f94-aa3a-f8a8b0360857 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:17,980 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes 0.684s 2024-02-28 08:23:17,981 86055 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-582364647"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa6a00e-c2f1-4bf6-8e19-8d02ae6bccad', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa6a00e-c2f1-4bf6-8e19-8d02ae6bccad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes'} Body: b'{"volume": {"id": "fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:17.904481", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-582364647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:18,284 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.293s 2024-02-28 08:23:18,285 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18022024-8a0c-47dd-a917-6044177b3379', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18022024-8a0c-47dd-a917-6044177b3379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'{"volume": {"id": "fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:18.000000", "updated_at": "2024-02-28T08:23:18.000000", "name": "tempest-VolumesTransfersTest-Volume-582364647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:19,344 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.046s 2024-02-28 08:23:19,345 86055 D EBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a551d6d-c1a8-4706-ae55-ebc41b55fca1', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a551d6d-c1a8-4706-ae55-ebc41b55fca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'{"volume": {"id": "fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:18.000000", "updated_at": "2024-02-28T08:23:18.000000", "name": "tempest-VolumesTransfersTest-Volume-582364647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:19,413 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.050s 2024-02-28 08:23:19,413 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567347f2-7b41-4e8d-9cc4-7a6b34184bd9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567347f2-7b41-4e8d-9cc4-7a6b34184bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'{"volume": {"id": "fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:18.000000", "updated_at": "2024-02-28T08:23:18.000000", "name": "tempest-VolumesTransfersTest-Volume-582364647", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:19,560 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.135s 2024-02-28 08:23:19,561 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubun tu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd5dafa6-a3f2-424e-805f-90b5ccd1fde1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'' 2024-02-28 08:23:19,582 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 0.021s 2024-02-28 08:23:19,583 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-83f6f8ce-486d-4314-8f68-81abc5e40d07', 'x-openstack-request-id': 'req-83f6f8ce-486d-4314-8f68-81abc5e40d07', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fc6b4f4e-de44-49fd-b1c1-fc2b38a32aa2 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] ------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 182, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group ac34d8ba-1a33-4438-af4d-7971195e624b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:19,323 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types 0.185s 2024-02-28 08:23:19,323 86045 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-975378739"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c012187-f3b3-4db9-b671-3dfd96efcf2d', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c012187-f3b3-4db9-b671-3dfd96efcf2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types'} Body: b'{"volume_type": {"id": "fb0e7a9e-924e-4292-9bf2-822335484116", "name": "tempest-GroupsV314Test-volume-type-975378739", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:23:19,392 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/group_types 0.066s 2024-02-28 08:23:19,393 86045 DEBUG [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-1733231951"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b461b426-68fa-4e92-8060-eec56739e848', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b461b426-68fa-4e92-8060-eec56739e848', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/group_types'} Body: b'{"group_type": {"id": "36b2900d-37e6-445a-9b0c-fad48fa1258f", "name": "tempest-GroupsV314Test-group-type-1733231951", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:23:19,628 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups 0.232s 2024-02-28 08:23:19,628 86045 DEBUG [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": "36b2900d-37e6-445a-9b0c-fad48fa1258f", "volume_types": ["fb0e7a9e-924e-4292-9bf2-822335484116"], "name": "tempest-GroupsV314Test-Group-884235544"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e7149c-ede5-4f28-b52a-646f0261465f', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e7149c-ede5-4f28-b52a-646f0261465f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups'} Body: b'{"group": {"id": "ac34d8ba-1a33-4438-af4d-7971195e624b", "name": "tempest-GroupsV314Test-Group-884235544"}}' 2024-02-28 08:23:19,686 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b 0.056s 2024-02-28 08:23:19,686 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbafe6eb-ba35-497a-b74c-378037955b57', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbafe6eb-ba35-497a-b74c-378037955b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b'} Body: b'{"group": {"id": "ac34d8ba-1a33-4438-af4d-7971195e624b", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "name": "tempest-GroupsV314Test-Group-884235544", "description": null, "group_type": "36b2900d-37e6-445a-9b0c-fad48fa1258f", "volume_types": ["fb0e7a9e-924e-4292-9bf2-822335484116"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:23:20,730 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b 0.037s 2024-02-28 08:23:20,731 86045 DEBUG [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, 28 Feb 2024 08:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe833337-6350-4dd6-99bf-1f4daedf1df8', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe833337-6350-4dd6-99bf-1f4daedf1df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b'} Body: b'{"group": {"id": "ac34d8ba-1a33-4438-af4d-7971195e624b", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "name": "tempest-GroupsV314Test-Group-884235544", "description": null, "group_type": "36b2900d-37e6-445a-9b0c-fad48fa1258f", "volume_types": ["fb0e7a9e-924e-4292-9bf2-822335484116"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:23:20,848 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/volumes/detail 0.111s 2024-02-28 08:23:20,848 86045 DEBUG [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, 28 Feb 2024 08:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21cf2029-eeab-423b-8b2f-d25bbea5649c', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21cf2029-eeab-423b-8b2f-d25bbea5649c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:23:21,015 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b/action 0.154s 2024-02-28 08:23:21,015 86045 DEBUG [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, 28 Feb 2024 08:23:20 GMT', 'server': 'Apache/2.4 .52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67329eaf-6fe1-4c94-b9b1-82bb56f253fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b/action'} Body: b'' 2024-02-28 08:23:21,038 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b 0.022s 2024-02-28 08:23:21,038 86045 DEBUG [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, 28 Feb 2024 08:23:21 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-aa054269-f2aa-453c-8579-8e517b7db4ef', 'x-openstack-request-id': 'req-aa054269-f2aa-453c-8579-8e517b7db4ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/003e8093d8fe4dec92849ec1fcc909a4/groups/ac34d8ba-1a33-4438-af4d-7971195e624b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ac34d8ba-1a33-4438-af4d-7971195e624b could not be found."}}' 2024-02-28 08:23:21,076 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/group_types/36b2900d-37e6-445a-9b0c-fad48fa1258f 0.038s 2024-02-28 08:23:21,077 86045 DEBUG [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, 28 Feb 2024 08:23:21 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-7b9b81ce-20d0-4d05-a589-4c0cf731ca0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/group_types/36b2900d-37e6-445a-9b0c-fad48fa1258f'} Body: b'' 2024-02-28 08:23:21,161 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types/fb0e7a9e-924e-4292-9bf2-822335484116 0.084s 2024-02-28 08:23:21,162 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-334c8c01-f2fb-4766-8e32-fc5e1e8825c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types/fb0e7a9e-924e-4292-9bf2-822335484116'} Body: b'' 2024-02-28 08:23:21,178 86045 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types/fb0e7a9e-924e-4292-9bf2-822335484116 0.016s 2024-02-28 08:23:21,178 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff633a9f-1efb-4125-8a72-7a89dceba5d7', 'x-openstack-request-id': 'req-ff633a9f-1efb-4125-8a72-7a89dceba5d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/03cfbd921f3f47f1ab055fca5d580ca2/types/fb0e7a9e-924e-4292-9bf2-822335484116'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type fb0e7a9e-924e-4292-9bf2-822335484116 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2f54047a-e534-48bb-b9af-336cade65164 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:19,992 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes 0.406s 2024-02-28 08:23:19,993 86055 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-614921191"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1069b259-0ebb-4e8b-a42a-539b3c2cb1c7', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1069b259-0ebb-4e8b-a42a-539b3c2cb1c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes'} Body: b'{"volume": {"id": "2f54047a-e534-48bb-b9af-336cade65164", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:19.806761", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-614921191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:20,069 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.054s 2024-02-28 08:23:20,069 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1310eba3-d4d1-476e-a866-9ca6f941c9a5', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1310eba3-d4d1-476e-a866-9ca6f941c9a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'{"volume": {"id": "2f54047a-e534-48bb-b9af-336cade65164", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-614921191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:21,139 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.056s 2024-02-28 08:23:21,139 86055 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec86da1b-e12b-4fde-9f0a-4e054bfbd6d9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec86da1b-e12b-4fde-9f0a-4e054bfbd6d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'{"volume": {"id": "2f54047a-e534-48bb-b9af-336cade65164", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "updated_at": "2024-02-28T08:23:20.000000", "name": "tempest-VolumesTransfersTest-Volume-614921191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:21,196 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.044s 2024-02-28 08:23:21,197 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-275bc16f-fe9d-473f-abc8-f24ae4e115f1', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-275bc16f-fe9d-473f-abc8-f24ae4e115f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'{"volume": {"id": "2f54047a-e534-48bb-b9af-336cade65164", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:20.000000", "updated_at": "2024-02-28T08:23:20.000000", "name": "tempest-VolumesTransfersTest-Volume-614921191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164"}], "user_id": "dffe46340ae948dd906136af562a3fa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7988a448bf2409286cafd8a7ebb06cf"}}' 2024-02-28 08:23:21,344 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.134s 2024-02-28 08:23:21,345 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'con tent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e059006-39d6-4810-89f6-d7f9610be219', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'' 2024-02-28 08:23:21,368 86055 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164 0.023s 2024-02-28 08:23:21,368 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-927c1ee6-f5c7-42b6-89f2-fa6ce51ed073', 'x-openstack-request-id': 'req-927c1ee6-f5c7-42b6-89f2-fa6ce51ed073', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c7988a448bf2409286cafd8a7ebb06cf/volumes/2f54047a-e534-48bb-b9af-336cade65164'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f54047a-e534-48bb-b9af-336cade65164 could not be found."}}' 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:27,233 86045 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/aeb224e800a24316b2262777f7bcbe36/scheduler-stats/get_pools?detail=True 0.128s 2024-02-28 08:23:27,233 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03cdc04c-45ec-485f-8dd9-9e75261d33cd', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03cdc04c-45ec-485f-8dd9-9e75261d33cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aeb224e800a24316b2262777f7bcbe36/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: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:27,286 86045 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/aeb224e800a24316b2262777f7bcbe36/scheduler-stats/get_pools 0.045s 2024-02-28 08:23:27,286 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b7df298-e972-4938-8486-c63a21e17269', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b7df298-e972-4938-8486-c63a21e17269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aeb224e800a24316b2262777f7bcbe36/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9e4de108-5ad0-4d19-9baa-ece5c734ff8f failed to build and is in ERROR status tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 76fc3748-e079-4077-b146-caad3875d2c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:40,817 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes 0.392s 2024-02-28 08:23:40,817 86045 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-1742046146"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e5cb6eb-708c-4858-9608-ae38ff32073f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e5cb6eb-708c-4858-9608-ae38ff32073f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes'} Body: b'{"volume": {"id": "76fc3748-e079-4077-b146-caad3875d2c4", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:23:40.755752", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1742046146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}], "user_id": "5a809df5028445a09b480ca642d0de0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:40,913 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.075s 2024-02-28 08:23:40,914 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9113f31-5140-468b-bed9-8f52e6104d81', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9113f31-5140-468b-bed9-8f52e6104d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'{"volume": {"id": "76fc3748-e079-4077-b146-caad3875d2c4", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:23:41.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1742046146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}], "user_id": "5a809df5028445a09b480ca642d0de0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f75b9c2a59e64ce690ababdbad70d87b"}}' 2024-02-28 08:23:42,010 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.081s 2024-02-28 08:23:42,010 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec46419-448f-4d33-afce-7504236886b0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec46419-448f-4d33-afce-7504236886b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'{"volume": {"id": "76fc3748-e079-4077-b146-caad3875d2c4", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:23:41.000000", "updated_at": "2024-02-28T08:23:41.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1742046146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}], "user_id": "5a809df5028445a09b480ca642d0de0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f75b9c2a59e64ce690ababdbad70d87b"}}' 2024-02-28 08:23:42,173 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.147s 2024-02-28 08:23:42,173 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed983984-370f-4972-9e61-ca4f4a8de1c9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed983984-370f-4972-9e61-ca4f4a8de1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'{"volume": {"id": "76fc3748-e079-4077-b146-caad3875d2c4", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:23:41.000000", "updated_at": "2024-02-28T08:23:41.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1742046146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4"}], "user_id": "5a809df5028445a09b480ca642d0de0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f75b9c2a59e64ce690ababdbad70d87b"}}' 2024-02-28 08:23:42,329 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.141s 2024-02-28 08:23:42,330 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-86da33b0-4a3d-4f21-8ae8-efff4ab43529', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'' 2024-02-28 08:23:42,381 86045 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4 0.050s 2024-02-28 08:23:42,381 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-91a5891e-068b-4997-861f-c2894c6c67f1', 'x-openstack-request-id': 'req-91a5891e-068b-4997-861f-c2894c6c67f1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f75b9c2a59e64ce690ababdbad70d87b/volumes/76fc3748-e079-4077-b146-caad3875d2c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76fc3748-e079-4077-b146-caad3875d2c4 could not be found."}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] ------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7b10109b-b4c1-45c8-906b-72a07f951713 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:48,592 86061 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes 0.652s 2024-02-28 08:23:48,592 86061 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-556325513"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d93783-694e-4ba1-a20f-0123941f87b7', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d93783-694e-4ba1-a20f-0123941f87b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes'} Body: b'{"volume": {"id": "7b10109b-b4c1-45c8-906b-72a07f951713", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:48.512602", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-556325513", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}], "user_id": "ffdf7066f00740bdb0bdc9905eb73f1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:48,658 86061 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713 0.053s 2024-02-28 08:23:48,659 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b26139-71d4-4761-a48a-8872efe89766', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b26139-71d4-4761-a48a-8872efe89766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713'} Body: b'{"volume": {"id": "7b10109b-b4c1-45c8-906b-72a07f951713", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-556325513", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}], "user_id": "ffdf7066f00740bdb0bdc9905eb73f1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6f4ce5fbf794e2d831f55412e0f42e2"}}' 2024-02-28 08:23:49,732 86061 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713 0.052s 2024-02-28 08:23:49,732 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c962105f-3a4f-4c60-bd56-55bb499e5ac6', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c962105f-3a4f-4c60-bd56-55bb499e5ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713'} Body: b'{"volume": {"id": "7b10109b-b4c1-45c8-906b-72a07f951713", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.000000", "updated_at": "2024-02-28T08:23:49.000000", "name": "tempest-TestVolumeSwap-volume-556325513", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e6f4ce5fbf794e2d831f55412e0f42e2/volumes/7b10109b-b4c1-45c8-906b-72a07f951713"}], "user_id": "ffdf7066f00740bdb0bdc9905eb73f1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6f4ce5fbf794e2d831f55412e0f42e2"}}' 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3cd362dc-84c4-4d79-a51a-76ad6bebf636 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:49,402 86051 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes 0.874s 2024-02-28 08:23:49,403 86051 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-151781336", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c75d98e2-6a1d-41c5-a570-6e934f4e14b5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c75d98e2-6a1d-41c5-a570-6e934f4e14b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes'} Body: b'{"volume": {"id": "3cd362dc-84c4-4d79-a51a-76ad6bebf636", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.281291", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-151781336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}], "user_id": "f0e81ab7407741f1bf0ab40478be5efc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:49,549 86051 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636 0.133s 2024-02-28 08:23:49,550 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2114ce20-d3d8-454c-9145-a96a75f111e7', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2114ce20-d3d8-454c-9145-a96a75f111e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636'} Body: b'{"volume": {"id": "3cd362dc-84c4-4d79-a51a-76ad6bebf636", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-151781336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}], "user_id": "f0e81ab7407741f1bf0ab40478be5efc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d0e910b50684d6ea422fb268eedef77"}}' 2024-02-28 08:23:50,618 86051 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636 0.054s 2024-02-28 08:23:50,619 86051 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99925a15-65b3-4df3-9695-ea2ec0a3b1df', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99925a15-65b3-4df3-9695-ea2ec0a3b1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636'} Body: b'{"volume": {"id": "3cd362dc-84c4-4d79-a51a-76ad6bebf636", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.000000", "updated_at": "2024-02-28T08:23:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-151781336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7d0e910b50684d6ea422fb268eedef77/volumes/3cd362dc-84c4-4d79-a51a-76ad6bebf636"}], "user_id": "f0e81ab7407741f1bf0ab40478be5efc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d0e910b50684d6ea422fb268eedef77"}}' 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 403, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 41606390-c64d-46c3-b7c3-24543212cbea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:45,911 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.246s 2024-02-28 08:23:45,911 86057 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-313457226"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-e4fb90b9-06a8-4317-95c0-d2ad05a5875b', 'date': 'Wed, 28 Feb 2024 08:23:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2b0601e9-a727-4685-9ca7-0dc0be10dea9","name":"tempest-tagged-attachments-test-net-313457226","tenant_id":"37dd019744a14cddbb8cdb0480b965e6","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"37dd019744a14cddbb8cdb0480b965e6","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":"2024-02-28T08:23:43Z","updated_at":"2024-02-28T08:23:44Z","revision_number":1}}' 2024-02-28 08:23:49,701 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.789s 2024-02-28 08:23:49,701 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2b0601e9-a727-4685-9ca7-0dc0be10dea9", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-bb53f1e0-2b47-4a9f-b2c8-b9170b0ceac0', 'date': 'Wed, 28 Feb 2024 08:23:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b63a64ef-00e5-4502-ae70-b6e5c3c0281a","name":"","tenant_id":"37dd019744a14cddbb8cdb0480b965e6","network_id":"2b0601e9-a727-4685-9ca7-0dc0be10dea9","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":"2024-02-28T08:23:46Z","updated_at":"2024-02-28T08:23:46Z","revision_number":0,"project_id":"37dd019744a14cddbb8cdb0480b965e6"}}' 2024-02-28 08:23:50,275 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes 0.573s 2024-02-28 08:23:50,276 86057 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-528431780"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91757ed7-8c57-4899-8b23-8422a9375fb3', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91757ed7-8c57-4899-8b23-8422a9375fb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes'} Body: b'{"volume": {"id": "41606390-c64d-46c3-b7c3-24543212cbea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:49.976132", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-528431780", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}], "user_id": "b32f93a1121e4fb0911c3f872fa2233f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:23:50,356 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea 0.067s 2024-02-28 08:23:50,356 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dfacbbd-618a-4284-a1fb-b0374272ae71', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dfacbbd-618a-4284-a1fb-b0374272ae71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea'} Body: b'{"volume": {"id": "41606390-c64d-46c3-b7c3-24543212cbea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:50.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-528431780", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}], "user_id": "b32f93a1121e4fb0911c3f872fa2233f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37dd019744a14cddbb8cdb0480b965e6"}}' 2024-02-28 08:23:51,421 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea 0.048s 2024-02-28 08:23:51,421 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b78cae58-0148-4d86-9e43-eef0bdd494e2', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b78cae58-0148-4d86-9e43-eef0bdd494e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea'} Body: b'{"volume": {"id": "41606390-c64d-46c3-b7c3-24543212cbea", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:23:50.000000", "updated_at": "2024-02-28T08:23:50.000000", "name": "tempest-TaggedAttachmentsTest-volume-528431780", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b7c3-24543212cbea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37dd019744a14cddbb8cdb0480b965e6/volumes/41606390-c64d-46c3-b 7c3-24543212cbea"}], "user_id": "b32f93a1121e4fb0911c3f872fa2233f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37dd019744a14cddbb8cdb0480b965e6"}}' 2024-02-28 08:23:52,485 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/b63a64ef-00e5-4502-ae70-b6e5c3c0281a 1.047s 2024-02-28 08:23:52,485 86057 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-9b240e83-381b-461b-8324-dbd24c9d22a4', 'date': 'Wed, 28 Feb 2024 08:23:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/b63a64ef-00e5-4502-ae70-b6e5c3c0281a'} Body: b'' 2024-02-28 08:23:55,014 86057 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2b0601e9-a727-4685-9ca7-0dc0be10dea9 2.528s 2024-02-28 08:23:55,014 86057 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-d340699a-7384-487b-9468-7f6c229be300', 'date': 'Wed, 28 Feb 2024 08:23:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2b0601e9-a727-4685-9ca7-0dc0be10dea9'} Body: b'' tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 54, in test_volume_assisted_snapshot_create_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 767e6678-4a40-4b89-a39c-5319d1350078 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:05,013 86049 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes 0.610s 2024-02-28 08:24:05,014 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAssistedSnapshotsTest-volume-203791789"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d298b214-915c-42bb-a868-2a44bacc97f4', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d298b214-915c-42bb-a868-2a44bacc97f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes'} Body: b'{"volume": {"id": "767e6678-4a40-4b89-a39c-5319d1350078", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:04.845992", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-203791789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}], "user_id": "7b1b3f90559541229787b3270cca0c03", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2024-02-28 08:24:05,134 86049 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078 0.104s 2024-02-28 08:24:05,134 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d066f38c-2180-416d-82da-18291d326890', 'content-length': '1030', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d066f38c-2180-416d-82da-18291d326890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078'} Body: b'{"volume": {"id": "767e6678-4a40-4b89-a39c-5319d1350078", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:05.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-203791789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}], "user_id": "7b1b3f90559541229787b3270cca0c03", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "3fa6b909b6b24326aa24b6f67f6453ca"}}' 2024-02-28 08:24:06,363 86049 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest :test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078 0.215s 2024-02-28 08:24:06,363 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb675816-ff57-4eed-8540-4363cbfa333e', 'content-length': '1051', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb675816-ff57-4eed-8540-4363cbfa333e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078'} Body: b'{"volume": {"id": "767e6678-4a40-4b89-a39c-5319d1350078", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:05.000000", "updated_at": "2024-02-28T08:24:05.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-203791789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3fa6b909b6b24326aa24b6f67f6453ca/volumes/767e6678-4a40-4b89-a39c-5319d1350078"}], "user_id": "7b1b3f90559541229787b3270cca0c03", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "3fa6b909b6b24326aa24b6f67f6453ca"}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c5934061-94fa-4da2-b894-10cd37ee9f51 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9a7df11e-540b-4c34-9055-584d64da4778 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:10,739 86055 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes 0.578s 2024-02-28 08:24:10,740 86055 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-591076801"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a418addb-e65d-4dce-8dd7-644c3bf60a2c', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a418addb-e65d-4dce-8dd7-644c3bf60a2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes'} Body: b'{"volume": {"id": "9a7df11e-540b-4c34-9055-584d64da4778", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:10.614739", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-591076801", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}], "user_id": "e9a969bf56f1488a84c9ba9eae6cc3f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:24:10,820 86055 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778 0.065s 2024-02-28 08:24:10,821 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d14831-0fc6-4e1d-8498-b2a1b223d2ec', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d14831-0fc6-4e1d-8498-b2a1b223d2ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778'} Body: b'{"volume": {"id": "9a7df11e-540b-4c34-9055-584d64da4778", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:11.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-591076801", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}], "user_id": "e9a969bf56f1488a84c9ba9eae6cc3f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91cc5f9e109f43c58eed03b2927bb244"}}' 2024-02-28 08:24:11,898 86055 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778 0.063s 2024 -02-28 08:24:11,899 86055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed74ca60-02d5-44be-a610-5c7ae5f9e831', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed74ca60-02d5-44be-a610-5c7ae5f9e831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778'} Body: b'{"volume": {"id": "9a7df11e-540b-4c34-9055-584d64da4778", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:11.000000", "updated_at": "2024-02-28T08:24:11.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-591076801", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91cc5f9e109f43c58eed03b2927bb244/volumes/9a7df11e-540b-4c34-9055-584d64da4778"}], "user_id": "e9a969bf56f1488a84c9ba9eae6cc3f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91cc5f9e109f43c58eed03b2927bb244"}}' 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ab734bce-c6d3-40ba-96b1-6cf761dd8017 failed to build and is in ERROR status 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 349, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, 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 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d17e2a43-d2f6-4f3d-acb7-994ebf241c7f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:21,600 86045 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.213s 2024-02-28 08:24:21,601 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1615936564", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOiKaQM5U9U0PhWMzPH16JHPUKM47xFsPVN32zWfv/D00UMHWl321dY6wwPRiNg6ViJSFW+nOp++XR8xw+62dbcxovNlbe8vvpjwNbhzy1nQ40M3WASrZddGlK+RUHBbaA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4e049d6-0aaf-45b7-939e-e60cfd2564c0', 'x-compute-request-id': 'req-b4e049d6-0aaf-45b7-939e-e60cfd2564c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1615936564", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOiKaQM5U9U0PhWMzPH16JHPUKM47xFsPVN32zWfv/D00UMHWl321dY6wwPRiNg6ViJSFW+nOp++XR8xw+62dbcxovNlbe8vvpjwNbhzy1nQ40M3WASrZddGlK+RUHBbaA==", "fingerprint": "bc:ad:a4:78:92:13:94:59:13:a8:14:bd:3a:f4:c4:ac", "user_id": "64685290e3514642b192d86428f2f44d"}}' 2024-02-28 08:24:21,946 86045 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.342s 2024-02-28 08:24:21,946 86045 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-63695766", "description": "tempest-secgroup-smoke-63695766 description", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1671', 'x-openstack-request-id': 'req-a5a165bb-6f09-4035-adee-7a9bb413108a', 'date': 'Wed, 28 Feb 2024 08:24:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "name": "tempest-secgroup-smoke-63695766", "stateful": true, "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "description": "tempest-secgroup-smoke-63695766 description", "shared": false, "security_group_rules": [{"id": "91069951-3f98-47ac-97d1-0ab8cd2ba06b", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "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": 474, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:21Z", "updated_at": "2024-02-28T08:24:21Z", "revision_number": 0}, {"id": "a47934f1-5104-4bbd-8cb7-eefc975bbb22", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "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": 473, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:21Z", "updated_at": "2024-02-28T08:24:21Z", "revision_number": 0}], "tags": [], "created_at ": "2024-02-28T08:24:21Z", "updated_at": "2024-02-28T08:24:21Z", "revision_number": 1, "project_id": "7e71b8bec2954650b0c70f35f26ff7c3"}}' 2024-02-28 08:24:22,276 86045 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.329s 2024-02-28 08:24:22,276 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2c59cd94-b792-41c8-9499-f460cc3bc2e4', 'date': 'Wed, 28 Feb 2024 08:24: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": "5376bf97-8691-4519-b07b-90f4b8204127", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:22Z", "updated_at": "2024-02-28T08:24:22Z", "revision_number": 0}}' 2024-02-28 08:24:22,525 86045 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.248s 2024-02-28 08:24:22,525 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-ab1349bc-ffad-4aca-af03-dae2204875e4', 'date': 'Wed, 28 Feb 2024 08:24: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": "6c68b937-a17a-4aa4-9a48-8571de8c7c2b", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:22Z", "updated_at": "2024-02-28T08:24:22Z", "revision_number": 0}}' 2024-02-28 08:24:22,766 86045 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.240s 2024-02-28 08:24:22,766 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6880585c-d8ca-4bdb-8979-00d91acbf868', 'date': 'Wed, 28 Feb 2024 08:24: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": "66ea46d0-dd5e-40f8-b37f-09170544d3a3", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:22Z", "updated_at": "2024-02-28T08:24:22Z", "revision_number": 0}}' 2024-02-28 08:24:23,182 86045 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.415s 2024-02-28 08:24:23,183 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-01573384-bbec-4f58-bc47-e6dcdb32d013', 'date': 'Wed, 28 Feb 2024 08:24: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": "5ea0c07f-e420-4e83-bfaa-078567dca5c8", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:22Z", "updated_at": "2024-02-28T08:24:22Z", "revision_number": 0}}' 2024-02-28 08:24:24,001 86045 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.818s 2024-02-28 08:24:24,002 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-43435cb7-133e-477a-ac23-c8169a91822a', 'date': 'Wed, 28 Feb 2024 08:24: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": "8858ebba-b6b9-48d6-8826-3847065485ba", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:23Z", "updated_at": "2024-02-28T08:24:23Z", "revision_number": 0}}' 2024-02-28 08:24:25,329 86045 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 1.326s 2024-02-28 08:24:25,329 86045 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-bfa8de1b-ec07-488c-a42d-f0b24a06834f', 'date': 'Wed, 28 Feb 2024 08:24:25 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": "b05d38b2-6b0e-4f19-859f-a843c5ffc402", "project_id": "7e71b8bec2954650b0c70f35f26ff7c3", "tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3", "security_group_id": "fcd799ab-35be-41c1-85b7-d2facd794fa2", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:24Z", "updated_at": "2024-02-28T08:24:24Z", "revision_number": 0}}' 2024-02-28 08:24:25,370 86045 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.034s 2024-02-28 08:24:25,370 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:25 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-fdd9d6a0-fe85-4a6a-bd45-a6bbe80749c1', '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": "64685290e3514642b192d86428f2f44d", "name": "tempest-TestShelveInstance-1620662958-project-member", "password_expires_at": null}, "audit_ids": ["TsL2d9DOSl-mmFDRplJs-Q"], "expires_at": "2024-02-28T09:24:25.000000Z", "issued_at": "2024-02-28T08:24:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e71b8bec2954650b0c70f35f26ff7c3", "name": "tempest-TestShelveInstance-1620662958"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7e71b8bec2954650b0c70f35f26ff7c3", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {" endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:24:25,371 86045 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'e104d087-6188-49c1-bc4d-cd8460eb6ef3', 'name': 'tempest-TestShelveInstance-1898959210-network', 'tenant_id': '7e71b8bec2954650b0c70f35f26ff7c3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7e71b8bec2954650b0c70f35f26ff7c3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59665, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:48Z', 'updated_at': '2024-02-28T08:23:48Z', 'revision_number': 1} available for tenant 2024-02-28 08:24:25,879 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes 0.507s 2024-02-28 08:24:25,879 86045 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-1251524041", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d30c258c-9b9b-4c86-a6a9-6fefff281651', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d30c258c-9b9b-4c86-a6a9-6fefff281651', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes'} Body: b'{"volume": {"id": "d17e2a43-d2f6-4f3d-acb7-994ebf241c7f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:25.773075", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1251524041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}], "user_id": "64685290e3514642b192d86428f2f44d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:24:25,945 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f 0.055s 2024-02-28 08:24:25,946 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a021ea4-8cdc-436d-869c-d97c3a515d14', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a021ea4-8cdc-436d-869c-d97c3a515d14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f'} Body: b'{"volume": {"id": "d17e2a43-d2f6-4f3d-acb7-994ebf241c7f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:26.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1251524041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}], "user_id": "64685290e3514642b192d86428f2f44d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3"}}' 2024-02-28 08:24:27,001 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f 0.041s 2024-02-28 08:24:27,001 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c05e290e-c3be-4753-b11c-4baa93605c3a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c05e290e-c3be-4753-b11c-4baa93605c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f'} Body: b'{"volume": {"id": "d17e2a43-d2f6-4f3d-acb7-994ebf241c7f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:26.000000", "updated_at": "2024-02-28T08:24:26.000000", "name": "tempest-tempest.common.compute-volume-1251524041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f"}], "user_id": "64685290e3514642b192d86428f2f44d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e71b8bec2954650b0c70f35f26ff7c3"}}' 2024-02-28 08:24:27,157 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f 0.143s 2024-02-28 08:24:27,158 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5946738-f271-49a3-aa2d-d800ad792ce1', 'co nnection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f'} Body: b'' 2024-02-28 08:24:27,181 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f 0.022s 2024-02-28 08:24:27,182 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a9a51e-483f-4431-a799-f781740e2662', 'x-openstack-request-id': 'req-35a9a51e-483f-4431-a799-f781740e2662', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7e71b8bec2954650b0c70f35f26ff7c3/volumes/d17e2a43-d2f6-4f3d-acb7-994ebf241c7f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d17e2a43-d2f6-4f3d-acb7-994ebf241c7f could not be found."}}' 2024-02-28 08:24:28,379 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fcd799ab-35be-41c1-85b7-d2facd794fa2 1.193s 2024-02-28 08:24:28,380 86045 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-6e60c2fa-ddff-4b90-ac86-5182809f8a8e', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:24:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fcd799ab-35be-41c1-85b7-d2facd794fa2'} Body: b'' 2024-02-28 08:24:28,417 86045 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1615936564 0.036s 2024-02-28 08:24:28,417 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:28 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-8d9d0813-cf8f-45af-85eb-9d808acc0e20', 'x-compute-request-id': 'req-8d9d0813-cf8f-45af-85eb-9d808acc0e20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1615936564'} Body: b'' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9a656de3-4e70-4c48-8716-b1d0b9c6293d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:41,383 86061 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes 0.616s 2024-02-28 08:24:41,383 86061 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-2042045313", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d94b33-2478-488d-bf02-f8032817a773', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d94b33-2478-488d-bf02-f8032817a773', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes'} Body: b'{"volume": {"id": "9a656de3-4e70-4c48-8716-b1d0b9c6293d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:41.276815", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2042045313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}], "user_id": "ec4bf971a1af4e34aebf2ea3bd1deffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:24:41,446 86061 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d 0.051s 2024-02-28 08:24:41,447 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca95fcb9-7c70-4f00-bfc2-cc9a6e5e12b3', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca95fcb9-7c70-4f00-bfc2-cc9a6e5e12b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d'} Body: b'{"volume": {"id": "9a656de3-4e70-4c48-8716-b1d0b9c6293d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:41.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2042045313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}], "user_id": "ec4bf971a1af4e34aebf2ea3bd1deffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3d495168e724cd2a4c0af79dcc11fdf"}}' 2024-02-28 08:24:42,507 86061 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d 0.046s 2024-02-28 08:24:42,507 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31136449-4f07-45a9-adec-0d438612f53b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31136449-4f07-45a9-adec-0d438612f53b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d'} Body: b'{"volume": {"id": "9a656de3-4e70-4c48-8716-b1d0b9c6293d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:41.000000", "updated_at": "2024-02-28T08:24:41.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2042045313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d3d495168e724cd2a4c0af79dcc11fdf/volumes/9a656de3-4e70-4c48-8716-b1d0b9c6293d"}], "user_id": "ec4bf971a1af4e34aebf2ea3bd1deffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3d495168e724cd2a4c0af79dcc11fdf"}}' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) -------------------------------------------------------------------------------------- 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/servers/test_server_actions.py", line 832, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, 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 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6bfa4388-e0f7-45d6-842b-2c22d7e51058 failed to build and is in ERROR status 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6ee60861-03b3-4286-8155-c301d47b4f6d failed to build and is in ERROR status tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b57ebc24-0899-4e28-b092-a36f8fb9e58e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:07,967 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes 0.381s 2024-02-28 08:25:07,967 86049 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-399204994"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9276b0ef-575a-4312-9995-9f0a972d49e2', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9276b0ef-575a-4312-9995-9f0a972d49e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes'} Body: b'{"volume": {"id": "b57ebc24-0899-4e28-b092-a36f8fb9e58e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:07.880458", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-399204994", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:08,027 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.048s 2024-02-28 08:25:08,027 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434c68cb-c565-4e2e-b504-aeb0b0c7e429', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434c68cb-c565-4e2e-b504-aeb0b0c7e429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'{"volume": {"id": "b57ebc24-0899-4e28-b092-a36f8fb9e58e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:08.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-399204994", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:09,085 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.044s 2024-02-28 08:25:09,085 86049 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, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0633bc-d7c3-4ab1-ad64-ec528e7e58b4', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0633bc-d7c3-4ab1-ad64-ec528e7e58b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'{"volume": {"id": "b57ebc24-0899-4e28-b092-a36f8fb9e58e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:08.000000", "updated_at": "2024-02-28T08:25:08.000000", "name": "tempest-VolumesDeleteCascade-Volume-399204994", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:09,143 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.043s 2024-02-28 08:25:09,144 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11790714-ac6b-47b7-9527-7de289ab4fb2', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11790714-ac6b-47b7-9527-7de289ab4fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'{"volume": {"id": "b57ebc24-0899-4e28-b092-a36f8fb9e58e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:08.000000", "updated_at": "2024-02-28T08:25:08.000000", "name": "tempest-VolumesDeleteCascade-Volume-399204994", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:09,268 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.110s 2024-02-28 08:25:09,269 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f93a1024-0c4c-43ed-83d4-a89b00aa0637', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'' 2024-02-28 08:25:09,291 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e 0.022s 2024-02-28 08:25:09,291 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d59d5ed-9927-4636-abd3-37363384e483', 'x-openstack-request-id': 'req-4d59d5ed-9927-4636-abd3-37363384e483', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/b57ebc24-0899-4e28-b092-a36f8fb9e58e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b57ebc24-0899-4e28-b092-a36f8fb9e58e 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 13c50425-9236-4987-97ed-4893683198b9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:09,517 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes 0.223s 2024-02-28 08:25:09,517 86049 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-1000874621"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e8ab42-382c-4d05-bc09-16aad245c30a', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e8ab42-382c-4d05-bc09-16aad245c30a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes'} Body: b'{"volume": {"id": "13c50425-9236-4987-97ed-4893683198b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:09.457937", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1000874621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:09,576 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.047s 2024-02-28 08:25:09,577 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a503e88-d130-4a39-911b-8acf5441502d', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a503e88-d130-4a39-911b-8acf5441502d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'{"volume": {"id": "13c50425-9236-4987-97ed-4893683198b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:09.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1000874621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:10,628 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.038s 2024-02-28 08:25:10,629 86049 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b051c00-e7e8-4c17-bb5b-0adc1ebd345b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b051c00-e7e8-4c17-bb5b-0adc1ebd345b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'{"volume": {"id": "13c50425-9236-4987-97ed-4893683198b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:09.000000", "updated_at": "2024-02-28T08:25:10.000000", "name": "tempest-VolumesDeleteCascade-Volume-1000874621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:10,686 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.039s 2024-02-28 08:25:10,686 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36f7e30-7c28-4668-9f20-76c6227030f9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36f7e30-7c28-4668-9f20-76c6227030f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'{"volume": {"id": "13c50425-9236-4987-97ed-4893683198b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:09.000000", "updated_at": "2024-02-28T08:25:10.000000", "name": "tempest-VolumesDeleteCascade-Volume-1000874621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9"}], "user_id": "492731488c97492b9c03fd5514b5596d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941df0a0baf4989b2b5181b626ca798"}}' 2024-02-28 08:25:10,801 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.103s 2024-02-28 08:25:10,801 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25: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-67365712-8ede-4b46-ad55-d06c7288038c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'' 2024-02-28 08:25:10,823 86049 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9 0.021s 2024-02-28 08:25:10,824 86049 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25: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-70a86f82-01c6-40d4-83eb-013d720ec81c', 'x-openstack-request-id': 'req-70a86f82-01c6-40d4-83eb-013d720ec81c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6941df0a0baf4989b2b5181b626ca798/volumes/13c50425-9236-4987-97ed-4893683198b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 13c50425-9236-4987-97ed-4893683198b9 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c80e3084-bf50-45d0-a4d6-173b2d9877cb failed to build and is in ERROR status 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5480595b-338f-47ac-a16e-99e7fa895aeb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:22,549 86053 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.031s 2024-02-28 08:23:22,552 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23: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-9cd1123f-3d19-4b08-87bf-369e354a8f06', '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": "3b3e2a1fcf244ca084aa59343d0bcc35", "name": "tempest-DeleteServersTestJSON-1749557414-project-member", "password_expires_at": null}, "audit_ids": ["WAfFUWgpT1KKxVdnctYm0w"], "expires_at": "2024-02-28T09:23:22.000000Z", "issued_at": "2024-02-28T08:23:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08def5f8f9974659a0aab489ba2843f4", "name": "tempest-DeleteServersTestJSON-1749557414"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/08def5f8f9974659a0aab489ba2843f4", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:23:22,553 86053 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '1ecc9b62-d3e5-42ab-8d6a-965f68e83c37', 'name': 'tempest-DeleteServersTestJSON-698225399-network', 'tenant_id': '08def5f8f9974659a0aab489ba2843f4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '08def5f8f9974659a0aab489ba2843f4', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49337, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:23:24,235 86053 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.681s 2024-02-28 08:23:24,236 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-154770216", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "1ecc9b62-d3e5-42ab-8d6a-965f68e83c37"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f7e3f6f-2eda-4d14-b9fb-b44b3369af42', 'x-compute-request-id': 'req-9f7e3f6f-2eda-4d14-b9fb-b44b3369af42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c0c58453-a6d1-4e97-ba01-5db3a665c60b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "nMD3DibTmYgD"}}' 2024-02-28 08:23:24,402 86053 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/c0c58453-a6d1-4e97-ba01-5db3a665c60b 0.164s 2024-02-28 08:23:24,403 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f9cda91-7593-473a-9f19-84865bd42afd', 'x-compute-request-id': 'req-8f9cda91-7593-473a-9f19-84865bd42afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b'} Body: b'{"server": {"id": "c0c58453-a6d1-4e97-ba01-5db3a665c60b", "name": "tempest-DeleteServersTestJSON-server-154770216", "status": "BUILD", "tenant_id": "08def5f8f9974659a0aab489ba2843f4", "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:24Z", "updated": "2024-02-28T08:23:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}], "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": []}}' 2024-02-28 08:24:15,674 86053 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/c0c58453-a6d1-4e97-ba01-5db3a665c60b 1.208s 2024-02-28 08:24:15,675 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141ee31f-6278-4c0d-bb23-52378bc1e2d3', 'x-compute-request-id': 'req-141ee31f-6278-4c0d-bb23-52378bc1e2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b'} Body: b'{"server": {"id": "c0c58453-a6d1-4e97-ba01-5db3a665c60b", "name": "tempest-DeleteServersTestJSON-server-154770216", "status": "ACTIVE", "tenant_id": "08def5f8f9974659a0aab489ba2843f4", "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "metadata": {}, "hostId": "4da5c8dfc4ba20c7a26d200c5b672701e00a8290369e4df6d9791f3b", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:24Z", "updated": "2024-02-28T08:23:42Z", "addresses": {"tempest-DeleteServersTestJSON-698225399-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:84:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c0c58453-a6d1-4e97-ba01-5db3a665c60b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:23:42.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": []}}' 2024-02-28 08:24:15,690 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:25:16,046 86053 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes 0.295s 2024-02-28 08:25:16,047 86053 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-244529621"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff0e0559-c206-4f47-bf8f-c4a04d46d874', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff0e0559-c206-4f47-bf8f-c4a04d46d874', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes'} Body: b'{"volume": {"id": "5480595b-338f-47ac-a16e-99e7fa895aeb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:15.956860", " updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-244529621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}], "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:16,110 86053 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb 0.051s 2024-02-28 08:25:16,111 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd8f9251-c102-4320-9e95-1ab664b2b381', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd8f9251-c102-4320-9e95-1ab664b2b381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb'} Body: b'{"volume": {"id": "5480595b-338f-47ac-a16e-99e7fa895aeb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:16.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-244529621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}], "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08def5f8f9974659a0aab489ba2843f4"}}' 2024-02-28 08:25:17,168 86053 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb 0.041s 2024-02-28 08:25:17,168 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ede01b-fd75-44dd-a2a8-3f20bd1c4660', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ede01b-fd75-44dd-a2a8-3f20bd1c4660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb'} Body: b'{"volume": {"id": "5480595b-338f-47ac-a16e-99e7fa895aeb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:16.000000", "updated_at": "2024-02-28T08:25:16.000000", "name": "tempest-DeleteServersTestJSON-volume-244529621", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b -338f-47ac-a16e-99e7fa895aeb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/08def5f8f9974659a0aab489ba2843f4/volumes/5480595b-338f-47ac-a16e-99e7fa895aeb"}], "user_id": "3b3e2a1fcf244ca084aa59343d0bcc35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08def5f8f9974659a0aab489ba2843f4"}}' 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f6739204-b98f-4068-bec9-5a68cca03191 failed to build and is in ERROR status 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5e349e64-9f31-45c2-8c7e-b22e5dc09571 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:20,835 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes 0.425s 2024-02-28 08:25:20,836 86049 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-240227390"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40ec6335-c163-4ab1-b09c-e2ea0e471f74', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40ec6335-c163-4ab1-b09c-e2ea0e471f74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes'} Body: b'{"volume": {"id": "5e349e64-9f31-45c2-8c7e-b22e5dc09571", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:20.768290", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-240227390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 08:25:20,886 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571 0.039s 2024-02-28 08:25:20,886 86049 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, 28 Feb 2024 08:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf71ccfd-3584-454d-b3ae-0e35596af406', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf71ccfd-3584-454d-b3ae-0e35596af406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571'} Body: b'{"volume": {"id": "5e349e64-9f31-45c2-8c7e-b22e5dc09571", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:21.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-240227390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f5618e4661a5481391e6f5f196bca81b"}}' 2024-02-28 08:25:21,952 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571 0.053s 2024-02-28 08:25:21,953 86049 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, 28 Feb 2024 08:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc1f191-9743-4714-a1ee-4026a9e21da5', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc1f191-9743-4714-a1ee-4026a9e21da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571'} Body: b'{"volume": {"id": "5e349e64-9f31-45c2-8c7e-b22e5dc09571", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:21.000000", "updated_at": "2024-02-28T08:25:21.000000", "name": "tempest-VolumeRevertTests-Volume-240227390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/5e349e64-9f31-45c2-8c7e-b22e5dc09571"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f5618e4661a5481391e6f5f196bca81b"}}' 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 128b47a5-20ad-491e-a07b-d5f817f5f7ee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:22,173 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes 0.205s 2024-02-28 08:25:22,173 86049 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-1950861612"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-022fd06d-0924-4fc7-a40a-f97a5d3d298c', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-022fd06d-0924-4fc7-a40a-f97a5d3d298c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes'} Body: b'{"volume": {"id": "128b47a5-20ad-491e-a07b-d5f817f5f7ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.106475", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1950861612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 08:25:22,224 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee 0.040s 2024-02-28 08:25:22,225 86049 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, 28 Feb 2024 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c6332fe-7a16-44f4-8ed9-3fac9454069d', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c6332fe-7a16-44f4-8ed9-3fac9454069d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee'} Body: b'{"volume": {"id": "128b47a5-20ad-491e-a07b-d5f817f5f7ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1950861612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f5618e4661a5481391e6f5f196bca81b"}}' 2024-02-28 08:25:23,277 86049 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee 0.039s 2024-02-28 08:25:23,278 86049 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, 28 Feb 2024 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86111c3f-9109-4919-80cd-b4f1615c460b', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86111c3f-9109-4919-80cd-b4f1615c460b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee'} Body: b'{"volume": {"id": "128b47a5-20ad-491e-a07b-d5f817f5f7ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.000000", "updated_at": "2024-02-28T08:25:22.000000", "name": "tempest-VolumeRevertTests-Volume-1950861612", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f5618e4661a5481391e6f5f196bca81b/volumes/128b47a5-20ad-491e-a07b-d5f817f5f7ee"}], "user_id": "6f2a29c062c142a6924d2dd5d3454c86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f5618e4661a5481391e6f5f196bca81b"}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f57ab1e5-84fa-47b3-b11a-91875dcfbaab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:49,308 86059 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:23:49,746 86059 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.436s 2024-02-28 08:23:49,746 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1547914536", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdpX9AQws5Rw/oJJ8xub7AnePzRttsot/T3u3TUrJcY5s/2/CM4xrGLg4nPXPNjq5pEWw7de2gRBPkkFyDvg8cckn3vnIhsvXz1Vc5xPWK2Vgqr247OIQVS3rcH68ytdQ=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:49 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-b8d110ac-33e3-454b-824a-0e7ac68bab9b', 'x-compute-request-id': 'req-b8d110ac-33e3-454b-824a-0e7ac68bab9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1547914536", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdpX9AQws5Rw/oJJ8xub7AnePzRttsot/T3u3TUrJcY5s/2/CM4xrGLg4nPXPNjq5pEWw7de2gRBPkkFyDvg8cckn3vnIhsvXz1Vc5xPWK2Vgqr247OIQVS3rcH68ytdQ==", "fingerprint": "01:88:14:9f:74:28:65:f7:63:88:74:4a:f4:c8:e1:57", "user_id": "9464673b09e5457da8a679959fd19425"}}' 2024-02-28 08:23:49,748 86059 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1547914536 created 2024-02-28 08:23:50,541 86059 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.792s 2024-02-28 08:23:50,542 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--953168179", "description": "tempest-description--1541954322"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-71f40297-d849-4763-aa4d-cc8bf6666d1e', 'date': 'Wed, 28 Feb 2024 08:23:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "name": "tempest-securitygroup--953168179", "stateful": true, "tenant_id": "4a90822752324747a1184988160d60d8", "description": "tempest-description--1541954322", "shared": false, "security_group_rules": [{"id": "431cdc9a-290d-4dc6-bc75-bb09a7e64e5e", "project_id": "4a90822752324747a1184988160d60d8", "tenant_id": "4a90822752324747a1184988160d60d8", "security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "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": 402, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:50Z", "updated_at": "2024-02-28T08:23:50Z", "revision_number": 0}, {"id": "cfbac194-83be-435e-a3a1-e00425a1db9d", "project_id": "4a90822752324747a1184988160d60d8", "tenant_id": "4a90822752324747a1184988160d60d8", "security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "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": 401, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:50Z", "updated_at": "2024-02-28T08:23:50Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:23:49Z", "updated_at": "2024-02-28T08:23:50Z", "revision_number": 1, "project_id": "4a90822752324747a1184988160d60d8"}}' 2024-02-28 08:23:51,750 86059 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.208s 2024-02-28 08:23:51,751 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fbc28213-0812-40de-9719-e2cfa5e62a93', 'date': 'Wed, 28 Feb 2024 08:23:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2ea162d2-0913-4be1-af32-72654a20fa65", "project_id": "4a90822752324747a1184988160d60d8", "tenant_id": "4a90822752324747a1184988160d60d8", "security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:51Z", "updated_at": "2024-02-28T08:23:51Z", "revision_number": 0}}' 2024-02-28 08:23:53,395 86059 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.644s 2024-02-28 08:23:53,396 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d24321b6-6d9a-4fc7-935a-98f52609ced0', 'date': 'Wed, 28 Feb 2024 08:23:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6249f863-0ab2-47ec-9c53-9a2788687c1d", "project_id": "4a90822752324747a1184988160d60d8", "tenant_id": "4a90822752324747a1184988160d60d8", "security_group_id": "5b6695c8-e682-4948-a1f2-c65af4c3b1a4", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:52Z", "updated_at": "2024-02-28T08:23:52Z", "revision_number": 0}}' 2024-02-28 08:23:53,396 86059 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--953168179 created 2024-02-28 08:23:54,099 86059 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 0.702s 2024-02-28 08:23:54,099 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-36832f0f-5143-460d-9a9f-9cde48aef4e8', 'date': 'Wed, 28 Feb 2024 08:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "09fe69e5-2678-4e6d-9928-68c69a4cd008", "tenant_id": "4a90822752324747a1184988160d60d8", "floating_ip_address": "172.24.4.5", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4a90822752324747a1184988160d60d8", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:53Z", "updated_at": "2024-02-28T08:23:53Z", "revision_number": 0}}' 2024-02-28 08:23:54,100 86059 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '09fe69e5-2678-4e6d-9928-68c69a4cd008', 'tenant_id': '4a90822752324747a1184988160d60d8', 'floating_ip_address': '172.24.4.5', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4a90822752324747a1184988160d60d8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:53Z', 'updated_at': '2024-02-28T08:23:53Z', 'revision_number': 0, 'ip': '172.24.4.5'} created 2024-02-28 08:23:54,154 86059 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.050s 2024-02-28 08:23:54,155 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2e450a1e-8656-4481-a7e3-5496a8b6d138', '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": "9464673b09e5457da8a679959fd19425", "name": "tempest-VolumesAdminNegativeTest-435519319-project-member", "password_expires_at": null}, "audit_ids": ["1mjHgP6LQMCJXwYQeq7bew"], "expires_at": "2024-02-28T09:23:54.000000Z", "issued_at": "2024-02-28T08:23:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a90822752324747a1184988160d60d8", "name": "tempest-VolumesAdminNegativeTest-435519319"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:23:54,155 86059 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'be39b248-4062-431c-8578-a41f39c577b4', 'name': 'tempest-VolumesAdminNegativeTest-138276105-network', 'tenant_id': '4a90822752324747a1184988160d60d8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4a90822752324747a1184988160d60d8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60264, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:23:54,156 86059 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1547914536', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdpX9AQws5Rw/oJJ8xub7AnePzRttsot/T3u3TUrJcY5s/2/CM4xrGLg4nPXPNjq5pEWw7de2gRBPkkFyDvg8cckn3vnIhsvXz1Vc5xPWK2Vgqr247OIQVS3rcH68ytdQ==', 'fingerprint': '01:88:14:9f:74:28:65:f7:63:88:74:4a:f4:c8:e1:57', 'user_id': '9464673b09e5457da8a679959fd19425', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCyE1+HNGripLRPZRRheNbktMEkwj3Ih3H/i7guKm74SO1IxWvT7MRr\nxTondZwfZgygBwYFK4EEACKhZANiAARHaV/QEMLOUcP6CSfMbm+wJ3j80bbbKLf0\n97t01KyXGObP9vwjOMaxi4OJz1zzY6uaRFsO3XtoEQT5JBcg74PHHJJ975yIbL18\n9VXOcT1itlYKq9uOziEFUt63B+vMrXU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5b6695c8-e682-4948-a1f2-c65af4c3b1a4', 'name': 'tempest-securitygroup--953168179', 'stateful': True, 'tenant_id': '4a90822752324747a1184988160d60d8', 'description': 'tempest-description--1541954322', 'shared': False, 'security_group_rules': [{'id': '431cdc9a-290d-4dc6-bc75-bb09a7e64e5e', 'project_id': '4a90822752324747a1184988160d60d8', 'tenant_id': '4a90822752324747a1184988160d60d8', 'security_group_id': '5b6695c8-e682-4948-a1f2-c65af4c3b1a4', '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': 402, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:50Z', 'updated_at': '2024-02-28T08:23:50Z', 'revision_number': 0}, {'id': 'cfbac194-83be-435e-a3a1-e00425a1db9d', 'project_id': '4a90822752324747a1184988160d60d8', 'tenant_id': '4a90822752324747a1184988160d60d8', 'security_group_id': '5b6695c8-e682-4948-a1f2-c65af4c3b1a4', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_ra nge_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 401, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:50Z', 'updated_at': '2024-02-28T08:23:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:23:49Z', 'updated_at': '2024-02-28T08:23:50Z', 'revision_number': 1, 'project_id': '4a90822752324747a1184988160d60d8'}, 'floating_ip': {'id': '09fe69e5-2678-4e6d-9928-68c69a4cd008', 'tenant_id': '4a90822752324747a1184988160d60d8', 'floating_ip_address': '172.24.4.5', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4a90822752324747a1184988160d60d8', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:53Z', 'updated_at': '2024-02-28T08:23:53Z', 'revision_number': 0, 'ip': '172.24.4.5'}} 2024-02-28 08:23:56,556 86059 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.399s 2024-02-28 08:23:56,556 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1917153688", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "be39b248-4062-431c-8578-a41f39c577b4"}], "security_groups": [{"name": "tempest-securitygroup--953168179"}], "key_name": "tempest-keypair-1547914536", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-451f2ab0-0fbe-4d10-991d-2686976b203c', 'x-compute-request-id': 'req-451f2ab0-0fbe-4d10-991d-2686976b203c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9f616578-2614-4daf-be07-69eb1cbe40af", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--953168179"}], "adminPass": "k8BUu795m3jg"}}' 2024-02-28 08:23:56,709 86059 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/9f616578-2614-4daf-be07-69eb1cbe40af 0.150s 2024-02-28 08:23:56,710 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:56 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-79905419-6691-4aae-84f2-045a55af3e35', 'x-compute-request-id': 'req-79905419-6691-4aae-84f2-045a55af3e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af'} Body: b'{"server": {"id": "9f616578-2614-4daf-be07-69eb1cbe40af", "name": " tempest-VolumesAdminNegativeTest-server-1917153688", "status": "BUILD", "tenant_id": "4a90822752324747a1184988160d60d8", "user_id": "9464673b09e5457da8a679959fd19425", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:57Z", "updated": "2024-02-28T08:23:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1547914536", "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": []}}' 2024-02-28 08:24:47,187 86059 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/9f616578-2614-4daf-be07-69eb1cbe40af 0.409s 2024-02-28 08:24:47,188 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:46 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-6b4158ff-b8a1-4a29-bce0-d3709f74ce26', 'x-compute-request-id': 'req-6b4158ff-b8a1-4a29-bce0-d3709f74ce26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af'} Body: b'{"server": {"id": "9f616578-2614-4daf-be07-69eb1cbe40af", "name": "tempest-VolumesAdminNegativeTest-server-1917153688", "status": "ACTIVE", "tenant_id": "4a90822752324747a1184988160d60d8", "user_id": "9464673b09e5457da8a679959fd19425", "metadata": {}, "hostId": "037bd82cb23dd4bc34c20d1275c04fbafa9e235b122b9b8ad2de8b93", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:56Z", "updated": "2024-02-28T08:24:11Z", "addresses": {"tempest-VolumesAdminNegativeTest-138276105-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:0e:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f616578-2614-4daf-be07-69eb1cbe40af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1547914536", "OS-SRV-USG:launched_at": "2024-02-28T08:24:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--953168179"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:24:47,201 86059 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:25:47,441 86059 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/9f616578-2614-4daf-be07-69eb1cbe40af/os-interface 0.178s 2024-02-28 08:25:47,441 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:47 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-31bd18dc-bca5-4b82-9ab8-6060eb0e1a8b', 'x-compute-request-id': 'req-31bd18dc-bca5-4b82-9ab8-6060eb0e1a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f616578-2614-4daf-be07-69eb1cbe40af/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "be39b248-4062-431c-8578-a41f39c577b4", "port_id": "f6791e09-e916-42f1-b762-b9d8f88c07da", "mac_addr": "fa:16:3e:54:0e:bc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d99f9310-c3f9-4f3f-aed9-3eba025de77c", "ip_address": "10.0.0.11"}]}]}' 2024-02-28 08:25:48,241 86059 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/09fe69e5-2678-4e6d-9928-68c69a4cd008 0.794s 2024-02-28 08:25:48,242 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f6791e09-e916-42f1-b762-b9d8f88c07da"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-541898bf-6d32-4a35-ae51-c3e140bb82b1', 'date': 'Wed, 28 Feb 2024 08:25:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/09fe69e5-2678-4e6d-9928-68c69a4cd008'} Body: b'{"floatingip": {"id": "09fe69e5-2678-4e6d-9928-68c69a4cd008", "tenant_id": "4a90822752324747a1184988160d60d8", "floating_ip_address": "172.24.4.5", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "794768e9-1212-41a5-8d5c-5e0208cd69b2", "port_id": "f6791e09-e916-42f1-b762-b9d8f88c07da", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "be39b248-4062-431c-8578-a41f39c577b4", "mac_address": "fa:16:3e:54:0e:bc", "admin_state_up": true, "status": "ACTIVE", "device_id": "9f616578-2614-4daf-be07-69eb1cbe40af", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:53Z", "updated_at": "2024-02-28T08:25:47Z", "revision_number": 1, "project_id": "4a90822752324747a1184988160d60d8"}}' 2024-02-28 08:25:48,243 86059 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.5:22' as 'cirros' with public key authentication 2024-02-28 08:25:48,256 86059 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:25:48,368 86059 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:25:48,369 86059 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.5 successfully created 2024-02-28 08:25:48,579 86059 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/4a90822752324747a1184988160d60d8/volumes 0.210s 2024-02-28 08:25:48,580 86059 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-679997260"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-037b33e0-0c0c-4771-a36f-4993b03e6572', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-037b33e0-0c0c-4771-a36f-4993b03e6572', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes'} Body: b'{"volume": {"id": "f57ab1e5-84fa-47b3-b11a-91875dcfbaab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:48.519672", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-679997260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:48,632 86059 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/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab 0.041s 2024-02-28 08:25:48,632 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d0a3c3-b55b-4682-8dce-aa31e8521514', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d0a3c3-b55b-4682-8dce-aa31e8521514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab'} Body: b'{"volume": {"id": "f57ab1e5-84fa-47b3-b11a-91875dcfbaab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:49.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-679997260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a90822752324747a1184988160d60d8"}}' 2024-02-28 08:25:49,683 86059 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/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab 0.038s 2024-02-28 08:25:49,684 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c264f42d-7bd2-4184-ac02-b42452719a86', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c264f42d-7bd2-4184-ac02-b42452719a86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volu me/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab'} Body: b'{"volume": {"id": "f57ab1e5-84fa-47b3-b11a-91875dcfbaab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:49.000000", "updated_at": "2024-02-28T08:25:49.000000", "name": "tempest-VolumesAdminNegativeTest-volume-679997260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/f57ab1e5-84fa-47b3-b11a-91875dcfbaab"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a90822752324747a1184988160d60d8"}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8a5adeab-750e-443c-be43-e2f52ad8af0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:23,839 86063 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:23:23,839 86063 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:23:24,096 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.256s 2024-02-28 08:23:24,097 86063 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-1702305505", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKsnIWacWVx0tqCgB8F/JKe67PXcsat9fH0K/bwgpvPUegX5H9f2vcCF6K4SFF7QmOVMbTTFbIwPD47coBLmXPCVu5DyoNy4672MUf8oMaQZXijymirBel0SuVB89o9oAQ=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:23 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-9e1ff50b-0d91-4419-8a5b-c3105a7580dd', 'x-compute-request-id': 'req-9e1ff50b-0d91-4419-8a5b-c3105a7580dd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1702305505", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKsnIWacWVx0tqCgB8F/JKe67PXcsat9fH0K/bwgpvPUegX5H9f2vcCF6K4SFF7QmOVMbTTFbIwPD47coBLmXPCVu5DyoNy4672MUf8oMaQZXijymirBel0SuVB89o9oAQ==", "fingerprint": "0c:54:0a:5b:73:e7:65:4d:a9:2d:d9:6d:7c:db:15:8f", "user_id": "243f15a7499a4045b36c3984178d2c63"}}' 2024-02-28 08:23:24,099 86063 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1702305505 created 2024-02-28 08:23:24,274 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.175s 2024-02-28 08:23:24,275 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--688865114", "description": "tempest-description--8519792"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1657', 'x-openstack-request-id': 'req-1dc46ba4-b2e5-4f58-b287-00057a85fc5b', 'date': 'Wed, 28 Feb 2024 08:23:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "name": "tempest-securitygroup--688865114", "stateful": true, "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "description": "tempest-description--8519792", "shared": false, "security_group_rules": [{"id": "7577c4c0-e9f9-4d1c-b077-0ab5fd856ee8", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "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": 215, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 0}, {"id": "e2b8fba9-c15b-463e-b0e2-f82c2abaf132", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "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": 213, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 1, "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:23:24,533 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.257s 2024-02-28 08:23:24,533 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-aff68402-1b68-4b7e-9e03-f20d707d778f', 'date': 'Wed, 28 Feb 2024 08:23: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": "cb6719fc-7c21-4c89-a597-816b51c1fe91", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 0}}' 2024-02-28 08:23:24,925 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.391s 2024-02-28 08:23:24,925 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e186b03d-760c-46d6-ac24-52a97ad81fbf', 'date': 'Wed, 28 Feb 2024 08:23: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": "35eb5467-e448-4ee0-9fd7-9edfcd7f0ab3", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "0952183b-ea1b-4a38-977b-0bacda5ac3a3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:24Z", "updated_at": "2024-02-28T08:23:24Z", "revision_number": 0}}' 2024-02-28 08:23:24,925 86063 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--688865114 created 2024-02-28 08:23:26,638 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.712s 2024-02-28 08:23:26,638 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-19b58095-48d6-4356-8a64-f86eed2737d6', 'date': 'Wed, 28 Feb 2024 08:23:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "62a43781-0909-483f-81ef-a909eaa4b754", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "floating_ip_address": "172.24.4.234", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:25Z", "updated_at": "2024-02-28T08:23:25Z", "revision_number": 0}}' 2024-02-28 08:23:26,639 86063 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '62a43781-0909-483f-81ef-a909eaa4b754', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'floating_ip_address': '172.24.4.234', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:25Z', 'updated_at': '2024-02-28T08:23:25Z', 'revision_number': 0, 'ip': '172.24.4.234'} created 2024-02-28 08:23:26,769 86063 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.086s 2024-02-28 08:23:26,769 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a340369-13a9-468d-849f-d5c74236ac8c', '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": "243f15a7499a4045b36c3984178d2c63", "name": "tempest-AttachVolumeShelveTestJSON-963774972-project-member", "password_expires_at": null}, "audit_ids": ["dROALk6rQJ63gwoYaMYzhg"], "expires_at": "2024-02-28T09:23:26.000000Z", "issued_at": "2024-02-28T08:23:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db18a9963ed946d0ab1d3fbeccfe0fea", "name": "tempest-AttachVolumeShelveTestJSON-963774972"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "regio n": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:23:26,769 86063 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '983983b7-e7f1-40fb-b692-1fb5c70b6b23', 'name': 'tempest-AttachVolumeShelveTestJSON-853551337-network', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62837, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:23:26,770 86063 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1702305505', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKsnIWacWVx0tqCgB8F/JKe67PXcsat9fH0K/bwgpvPUegX5H9f2vcCF6K4SFF7QmOVMbTTFbIwPD47coBLmXPCVu5DyoNy4672MUf8oMaQZXijymirBel0SuVB89o9oAQ==', 'fingerprint': '0c:54:0a:5b:73:e7:65:4d:a9:2d:d9:6d:7c:db:15:8f', 'user_id': '243f15a7499a4045b36c3984178d2c63', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB4JSLDLKzZooaZTb+Lyp7Iw8Sa2WPmTZgqbO5KcRq3iTf/ge7DC60I\nDFdvIY6MokOgBwYFK4EEACKhZANiAASrJyFmnFlcdLagoAfBfySnuuz13LGrfXx9\nCv28IKbz1HoF+R/X9r3AheiuEhRe0JjlTG00xWyMDw+O3KAS5lzwlbuQ8qDcuOu9\njFH/KDGkGV4o8poqwXpdErlQfPaPaAE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0952183b-ea1b-4a38-977b-0bacda5ac3a3', 'name': 'tempest-securitygroup--688865114', 'stateful': True, 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': 'tempest-description--8519792', 'shared': False, 'security_group_rules': [{'id': '7577c4c0-e9f9-4d1c-b077-0ab5fd856ee8', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'security_group_id': '0952183b-ea1b-4a38-977b-0bacda5ac3a3', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 215, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:24Z', 'updated_at': '2024-02-28T08:23:24Z', 'revision_number': 0}, {'id': 'e2b8fba9-c15b-463e-b0e2-f82c2abaf132', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'security_group_id': '0952183b-ea1b-4a38-977b-0bacda5ac3a3', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': Non e, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 213, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:24Z', 'updated_at': '2024-02-28T08:23:24Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:23:24Z', 'updated_at': '2024-02-28T08:23:24Z', 'revision_number': 1, 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea'}, 'floating_ip': {'id': '62a43781-0909-483f-81ef-a909eaa4b754', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'floating_ip_address': '172.24.4.234', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:25Z', 'updated_at': '2024-02-28T08:23:25Z', 'revision_number': 0, 'ip': '172.24.4.234'}} 2024-02-28 08:23:29,005 86063 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.234s 2024-02-28 08:23:29,005 86063 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-230816780", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "983983b7-e7f1-40fb-b692-1fb5c70b6b23"}], "security_groups": [{"name": "tempest-securitygroup--688865114"}], "key_name": "tempest-keypair-1702305505", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618', '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-a7027493-d703-40a7-9717-95cd1edfc823', 'x-compute-request-id': 'req-a7027493-d703-40a7-9717-95cd1edfc823', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1e13ced3-b679-4e96-a71e-ba9bdf97b618", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--688865114"}], "adminPass": "password"}}' 2024-02-28 08:23:29,259 86063 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/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.251s 2024-02-28 08:23:29,260 86063 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, 28 Feb 2024 08:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52aefa5e-46a7-4c5a-a645-ed916b1a45ea', 'x-compute-request-id': 'req-52aefa5e-46a7-4c5a-a645-ed916b1a45ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'{"server": {"id": "1e1 3ced3-b679-4e96-a71e-ba9bdf97b618", "name": "tempest-AttachVolumeShelveTestJSON-server-230816780", "status": "BUILD", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:29Z", "updated": "2024-02-28T08:23:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1702305505", "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}}' 2024-02-28 08:24:20,074 86063 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/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.749s 2024-02-28 08:24:20,075 86063 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, 28 Feb 2024 08:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1583', '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-25131763-c567-4db1-bef0-482f5489898f', 'x-compute-request-id': 'req-25131763-c567-4db1-bef0-482f5489898f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'{"server": {"id": "1e13ced3-b679-4e96-a71e-ba9bdf97b618", "name": "tempest-AttachVolumeShelveTestJSON-server-230816780", "status": "ACTIVE", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "0c040774bff2c626b8bd71ea597ff3fd1dd20bcb86792879c336fcda", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:28Z", "updated": "2024-02-28T08:23:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:7f:24"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1702305505", "OS-SRV-USG:launched_at": "2024-02-28T08:23:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--688865114"}], "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}}' 2024-02-28 08:24:20,091 86063 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:25:20,646 860 63 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/1e13ced3-b679-4e96-a71e-ba9bdf97b618/os-interface 0.498s 2024-02-28 08:25:20,646 86063 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, 28 Feb 2024 08:25:20 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-96827567-2d85-4d62-874e-b7497c19bd1d', 'x-compute-request-id': 'req-96827567-2d85-4d62-874e-b7497c19bd1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "983983b7-e7f1-40fb-b692-1fb5c70b6b23", "port_id": "66cb69b4-0fbd-4495-874d-0d56de5cf164", "mac_addr": "fa:16:3e:86:7f:24", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5caaf035-8f43-4e43-9e07-5a1241c984ff", "ip_address": "10.0.0.6"}]}]}' 2024-02-28 08:25:21,927 86063 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/62a43781-0909-483f-81ef-a909eaa4b754 1.277s 2024-02-28 08:25:21,927 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "66cb69b4-0fbd-4495-874d-0d56de5cf164"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-943c3f8c-2614-4977-986d-c0b83bd1b848', 'date': 'Wed, 28 Feb 2024 08:25:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/62a43781-0909-483f-81ef-a909eaa4b754'} Body: b'{"floatingip": {"id": "62a43781-0909-483f-81ef-a909eaa4b754", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "floating_ip_address": "172.24.4.234", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "ee82d960-38fe-4961-a52b-5c13a55ed89e", "port_id": "66cb69b4-0fbd-4495-874d-0d56de5cf164", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "983983b7-e7f1-40fb-b692-1fb5c70b6b23", "mac_address": "fa:16:3e:86:7f:24", "admin_state_up": true, "status": "ACTIVE", "device_id": "1e13ced3-b679-4e96-a71e-ba9bdf97b618", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:25Z", "updated_at": "2024-02-28T08:25:21Z", "revision_number": 1, "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:25:21,930 86063 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2024-02-28 08:25:21,949 86063 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:25:22,059 86063 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:25:22,060 86063 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2024-02-28 08:25:22,134 86063 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/1e13ced3-b679-4e96-a71e-ba9bdf97b618/ips 0.073s 2024-02-28 08:25:22,134 86063 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 - Header s: {'date': 'Wed, 28 Feb 2024 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b74cc26-4bf4-45d1-be5f-244c47512d9f', 'x-compute-request-id': 'req-1b74cc26-4bf4-45d1-be5f-244c47512d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2024-02-28 08:25:22,391 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes 0.254s 2024-02-28 08:25:22,392 86063 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-856613136"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f672e5a-5777-4fcc-84df-489a8c3f83e4', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f672e5a-5777-4fcc-84df-489a8c3f83e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes'} Body: b'{"volume": {"id": "8a5adeab-750e-443c-be43-e2f52ad8af0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.324302", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-856613136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:22,458 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e 0.055s 2024-02-28 08:25:22,459 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c9d246-edda-4da1-b856-27ed0cad80d4', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c9d246-edda-4da1-b856-27ed0cad80d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e'} Body: b'{"volume": {"id": "8a5adeab-750e-443c-be43-e2f52ad8af0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-856613136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-b e43-e2f52ad8af0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:25:23,545 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e 0.072s 2024-02-28 08:25:23,545 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-482f4c7a-7fd7-492e-94b3-fcfca661eca0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-482f4c7a-7fd7-492e-94b3-fcfca661eca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e'} Body: b'{"volume": {"id": "8a5adeab-750e-443c-be43-e2f52ad8af0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:22.000000", "updated_at": "2024-02-28T08:25:22.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-856613136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/8a5adeab-750e-443c-be43-e2f52ad8af0e"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:25:23,746 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.186s 2024-02-28 08:25:23,746 86063 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, 28 Feb 2024 08:25:23 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-b0a271ba-75b4-4b60-898c-08d079826b17', 'x-compute-request-id': 'req-b0a271ba-75b4-4b60-898c-08d079826b17', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'' 2024-02-28 08:25:24,008 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.261s 2024-02-28 08:25:24,008 86063 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, 28 Feb 2024 08:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1708', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-ve rsion': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ffa6c6d-d171-4b51-9ccf-c705d149d98c', 'x-compute-request-id': 'req-4ffa6c6d-d171-4b51-9ccf-c705d149d98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'{"server": {"id": "1e13ced3-b679-4e96-a71e-ba9bdf97b618", "name": "tempest-AttachVolumeShelveTestJSON-server-230816780", "status": "ACTIVE", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "0c040774bff2c626b8bd71ea597ff3fd1dd20bcb86792879c336fcda", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:28Z", "updated": "2024-02-28T08:25:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:7f:24"}, {"version": 4, "addr": "172.24.4.234", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:7f:24"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1702305505", "OS-SRV-USG:launched_at": "2024-02-28T08:23:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--688865114"}], "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}}' 2024-02-28 08:26:14,113 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618 0.041s 2024-02-28 08:26:14,113 86063 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, 28 Feb 2024 08:26:14 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-89f0a576-de86-437c-bf41-2ebaace43ed7', 'x-compute-request-id': 'req-89f0a576-de86-437c-bf41-2ebaace43ed7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1e13ced3-b679-4e96-a71e-ba9bdf97b618'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1e13ced3-b679-4e96-a71e-ba9bdf97b618 could not be found."}}' 2024-02-28 08:26:14,148 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1702305505 0.034s 2024-02-28 08:26:14,149 86063 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, 28 Feb 2024 08:26:14 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-4f0d6f30-23a3-4e94-9d1c-e1ba70bab00a', 'x-compute-request -id': 'req-4f0d6f30-23a3-4e94-9d1c-e1ba70bab00a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1702305505'} Body: b'' 2024-02-28 08:26:14,332 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0952183b-ea1b-4a38-977b-0bacda5ac3a3 0.182s 2024-02-28 08:26:14,332 86063 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-24fb381a-de1e-4a95-aebb-7593c4d299da', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0952183b-ea1b-4a38-977b-0bacda5ac3a3'} Body: b'' 2024-02-28 08:26:14,352 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0952183b-ea1b-4a38-977b-0bacda5ac3a3 0.019s 2024-02-28 08:26:14,352 86063 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-3ffe6063-7414-4014-84ba-83a642f16fcd', 'date': 'Wed, 28 Feb 2024 08:26:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0952183b-ea1b-4a38-977b-0bacda5ac3a3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0952183b-ea1b-4a38-977b-0bacda5ac3a3 does not exist", "detail": ""}}' 2024-02-28 08:26:14,709 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/62a43781-0909-483f-81ef-a909eaa4b754 0.356s 2024-02-28 08:26:14,709 86063 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-172c9349-6200-43ca-ba23-238ded558962', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/62a43781-0909-483f-81ef-a909eaa4b754'} Body: b'' tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 116, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 55425fbf-fd55-490c-80d6-c5f56a6ffa68 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:23:36,337 86043 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/df4e8146-e2f1-442e-90d6-0c890f14657e 0.088s 2024-02-28 08:23:36,337 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-deffb59a-0750-44d9-8a84-59e85b750de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:23:36,957 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.587s 2024-02-28 08:23:36,958 86043 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, 28 Feb 2024 08:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-10f2a4f6-e198-45fd-96ac-bb5dbf58104d', '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": "14071671b0dd4c559df0f977192abf88", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d684f13f-3772-41b5-bb69-27d06ac4d873", "created_at": "2024-02-28T08:23:37Z", "updated_at": "2024-02-28T08:23:37Z", "tags": [], "self": "/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873", "file": "/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:23:38,531 86043 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2024-02-28 08:23:38,532 86043 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/d684f13f-3772-41b5-bb69-27d06ac4d873/file 1.574s 2024-02-28 08:23:38,533 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a5a17b87-331a-4891-abe4-d7f2be5098f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873/file'} Body: b'' 2024-02-28 08:23:38,533 86043 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:23:38,533 86043 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:23:38,778 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.243s 2024-02-28 08:23:38,779 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1338618553", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzcrbrYA63wdrae14qPb4Cm4AkJdw4arAdpXg9hQsY67+opqQKHV/sQfWTJGwDmn9ET9voH9cokNSSO6LvfSwwX8ibbWYJCIx5vyqHREp94ExcW38+3v2sOPHoneohYEw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:38 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-f08ebc32-2f50-4fae-b00b-78196d3194ff', 'x-compute-request-id': 'req-f08ebc32-2f50-4fae-b00b-78196d3194ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1338618553", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzcrbrYA63wdrae14qPb4Cm4AkJdw4arAdpXg9hQsY67+opqQKHV/sQfWTJGwDmn9ET9voH9cokNSSO6LvfSwwX8ibbWYJCIx5vyqHREp94ExcW38+3v2sOPHoneohYEw==", "fingerprint": "95:3d:d8:e0:43:ac:11:2f:af:16:68:6c:37:6e:f3:4e", "user_id": "df0a4e5e8f45469990702c708306beae"}}' 2024-02-28 08:23:38,781 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1338618553 created 2024-02-28 08:23:40,662 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.880s 2024-02-28 08:23:40,662 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--649055563", "description": "tempest-description--266516530"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-75e862f3-2dea-44a7-a2c5-4575e7f7a95f', 'date': 'Wed, 28 Feb 2024 08:23:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "name": "tempest-securitygroup--649055563", "stateful": true, "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "description": "tempest-description--266516530", "shared": false, "security_group_rules": [{"id": "f39333c0-311b-4214-95c0-b10f0258144f", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "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": 352, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:40Z", "updated_at": "2024-02-28T08:23:40Z", "revision_number": 0}, {"id": "fe45fb3e-695e-44ff-9dcf-9dc8d02f953d", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "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": 351, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:23:39Z", "updated_at": "2024-02-28T08:23:39Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:23:39Z", "updated_at": "2024-02-28T08:23:39Z", "revision_number": 1, "project_id": "fd68766baf6542b19584fd9d4b1d360c"}}' 2024-02-28 08:23:41,752 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.089s 2024-02-28 08:23:41,753 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-151a218f-35e5-4979-856f-4e3c56727380', 'date': 'Wed, 28 Feb 2024 08:23:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e5c0d12-9ca6-4173-b167-23dc8e79019c", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:40Z", "updated_at": "2024-02-28T08:23:40Z", "revision_number": 0}}' 2024-02-28 08:23:42,028 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.275s 2024-02-28 08:23:42,029 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a3a668df-ed4f-4027-aeee-7c896bdb42f9', 'date': 'Wed, 28 Feb 2024 08:23:42 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": "ee1a82b8-8099-46a4-84a5-ac94eb459dda", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "security_group_id": "1434a299-cbd4-4f4c-8164-e2ba16e0790b", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:23:41Z", "updated_at": "2024-02-28T08:23:41Z", "revision_number": 0}}' 2024-02-28 08:23:42,029 86043 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp ru les tempest-securitygroup--649055563 created 2024-02-28 08:23:43,603 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.573s 2024-02-28 08:23:43,603 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-00c989b3-9e02-4a5d-8ae2-4143ebbdd744', 'date': 'Wed, 28 Feb 2024 08:23:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "028952ae-f3eb-45d1-b6c0-04df8c307e8b", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "floating_ip_address": "172.24.4.126", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd68766baf6542b19584fd9d4b1d360c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:42Z", "updated_at": "2024-02-28T08:23:42Z", "revision_number": 0}}' 2024-02-28 08:23:43,604 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '028952ae-f3eb-45d1-b6c0-04df8c307e8b', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:42Z', 'updated_at': '2024-02-28T08:23:42Z', 'revision_number': 0, 'ip': '172.24.4.126'} created 2024-02-28 08:23:43,703 86043 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.094s 2024-02-28 08:23:43,704 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0c55b01b-5997-4145-a886-4ebc22dc9059', '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": "df0a4e5e8f45469990702c708306beae", "name": "tempest-AttachSCSIVolumeTestJSON-725962522-project-member", "password_expires_at": null}, "audit_ids": ["yfyczUpZTTCHacJnCMx4Cw"], "expires_at": "2024-02-28T09:23:43.000000Z", "issued_at": "2024-02-28T08:23:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd68766baf6542b19584fd9d4b1d360c", "name": "tempest-AttachSCSIVolumeTestJSON-725962522"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd68766baf6542b19584fd9d4b1d360c", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {" endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:23:43,704 86043 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'f8aff1ce-bc68-47ff-a98d-838bd2221363', 'name': 'tempest-AttachSCSIVolumeTestJSON-1877237846-network', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18913, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:23:43,705 86043 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1338618553', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzcrbrYA63wdrae14qPb4Cm4AkJdw4arAdpXg9hQsY67+opqQKHV/sQfWTJGwDmn9ET9voH9cokNSSO6LvfSwwX8ibbWYJCIx5vyqHREp94ExcW38+3v2sOPHoneohYEw==', 'fingerprint': '95:3d:d8:e0:43:ac:11:2f:af:16:68:6c:37:6e:f3:4e', 'user_id': 'df0a4e5e8f45469990702c708306beae', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA5I1ltZZ29AMxu6CXhvZ+DVjqDgCxmQUjxYMOoNutoCJtX92Sip5Iv\nC5f9cejEBhOgBwYFK4EEACKhZANiAAR83K262AOt8Ha2nteKj2+ApuAJCXcOGqwH\naV4PYULGOu/qKakCh1f7EH1kyRsA5p/RE/b6B/XKJDUkjui730sMF/Im21mCQiMe\nb8qh0RKfeBMXFt/Pt79rDjx6J3qIWBM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1434a299-cbd4-4f4c-8164-e2ba16e0790b', 'name': 'tempest-securitygroup--649055563', 'stateful': True, 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'description': 'tempest-description--266516530', 'shared': False, 'security_group_rules': [{'id': 'f39333c0-311b-4214-95c0-b10f0258144f', 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'security_group_id': '1434a299-cbd4-4f4c-8164-e2ba16e0790b', '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': 352, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:40Z', 'updated_at': ' 2024-02-28T08:23:40Z', 'revision_number': 0}, {'id': 'fe45fb3e-695e-44ff-9dcf-9dc8d02f953d', 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'security_group_id': '1434a299-cbd4-4f4c-8164-e2ba16e0790b', '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': 351, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:23:39Z', 'updated_at': '2024-02-28T08:23:39Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:23:39Z', 'updated_at': '2024-02-28T08:23:39Z', 'revision_number': 1, 'project_id': 'fd68766baf6542b19584fd9d4b1d360c'}, 'floating_ip': {'id': '028952ae-f3eb-45d1-b6c0-04df8c307e8b', 'tenant_id': 'fd68766baf6542b19584fd9d4b1d360c', 'floating_ip_address': '172.24.4.126', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd68766baf6542b19584fd9d4b1d360c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:23:42Z', 'updated_at': '2024-02-28T08:23:42Z', 'revision_number': 0, 'ip': '172.24.4.126'}} 2024-02-28 08:23:45,157 86043 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 1.451s 2024-02-28 08:23:45,158 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-2126956685", "imageRef": "d684f13f-3772-41b5-bb69-27d06ac4d873", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "f8aff1ce-bc68-47ff-a98d-838bd2221363"}], "security_groups": [{"name": "tempest-securitygroup--649055563"}], "key_name": "tempest-keypair-1338618553", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f4c376d-c67f-4705-89ac-0c66bebfbf94', 'x-compute-request-id': 'req-8f4c376d-c67f-4705-89ac-0c66bebfbf94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--649055563"}], "adminPass": "vNuzCwnhZiR4"}}' 2024-02-28 08:23:45,250 86043 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/1b927b57-9534-4fc6-8730-0233d0fc0414 0.089s 2024-02-28 08:23:45,251 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:23:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': ' req-32f9ae34-03a4-4c1c-b306-311d218a62a3', 'x-compute-request-id': 'req-32f9ae34-03a4-4c1c-b306-311d218a62a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'{"server": {"id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "name": "tempest-AttachSCSIVolumeTestJSON-server-2126956685", "status": "BUILD", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "user_id": "df0a4e5e8f45469990702c708306beae", "metadata": {}, "hostId": "", "image": {"id": "d684f13f-3772-41b5-bb69-27d06ac4d873", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d684f13f-3772-41b5-bb69-27d06ac4d873"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:45Z", "updated": "2024-02-28T08:23:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1338618553", "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": []}}' 2024-02-28 08:24:35,984 86043 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/1b927b57-9534-4fc6-8730-0233d0fc0414 0.668s 2024-02-28 08:24:35,984 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-029b1a3d-089e-4486-a12b-48a3b75a2c71', 'x-compute-request-id': 'req-029b1a3d-089e-4486-a12b-48a3b75a2c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'{"server": {"id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "name": "tempest-AttachSCSIVolumeTestJSON-server-2126956685", "status": "ACTIVE", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "user_id": "df0a4e5e8f45469990702c708306beae", "metadata": {}, "hostId": "b7cc3c1f8b44bd9a95e7a7edd2ef2f9a2bb409d80bc9a11659febfe2", "image": {"id": "d684f13f-3772-41b5-bb69-27d06ac4d873", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d684f13f-3772-41b5-bb69-27d06ac4d873"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:45Z", "updated": "2024-02-28T08:24:01Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1877237846-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:ee:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1338618553", "OS-SRV-USG:launched_at": "2024-02-28T08:24:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--649055563"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}} ' 2024-02-28 08:24:35,998 86043 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:25:36,199 86043 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/1b927b57-9534-4fc6-8730-0233d0fc0414/os-interface 0.159s 2024-02-28 08:25:36,199 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:36 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-167c04d4-8538-4110-84e3-dce6683751fa', 'x-compute-request-id': 'req-167c04d4-8538-4110-84e3-dce6683751fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f8aff1ce-bc68-47ff-a98d-838bd2221363", "port_id": "2ad542f8-688c-4877-976f-e9b12319d4a7", "mac_addr": "fa:16:3e:28:ee:b8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7093788d-1e4a-499e-b0f1-6b4552a9dede", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 08:25:37,453 86043 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/028952ae-f3eb-45d1-b6c0-04df8c307e8b 1.250s 2024-02-28 08:25:37,454 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2ad542f8-688c-4877-976f-e9b12319d4a7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d16e026b-b405-4036-9ac6-0edfb01d42a4', 'date': 'Wed, 28 Feb 2024 08:25:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/028952ae-f3eb-45d1-b6c0-04df8c307e8b'} Body: b'{"floatingip": {"id": "028952ae-f3eb-45d1-b6c0-04df8c307e8b", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "floating_ip_address": "172.24.4.126", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "51164113-772f-453e-92a9-9e77fc769688", "port_id": "2ad542f8-688c-4877-976f-e9b12319d4a7", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f8aff1ce-bc68-47ff-a98d-838bd2221363", "mac_address": "fa:16:3e:28:ee:b8", "admin_state_up": true, "status": "ACTIVE", "device_id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:23:42Z", "updated_at": "2024-02-28T08:25:36Z", "revision_number": 1, "project_id": "fd68766baf6542b19584fd9d4b1d360c"}}' 2024-02-28 08:25:37,456 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.126:22' as 'cirros' with public key authentication 2024-02-28 08:25:37,471 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:25:37,585 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:25:37,586 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.126 successfully created 2024-02-28 08:25:37,858 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes 0.271s 2024-02-28 08:25:37,859 86043 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-58411771"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8dcab3a-a787-435d-bfc9-f6dec0be8b3c', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8dcab3a-a787-435d-bfc9-f6dec0be8b3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes'} Body: b'{"volume": {"id": "55425fbf-fd55-490c-80d6-c5f56a6ffa68", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:37.798313", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-58411771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}], "user_id": "df0a4e5e8f45469990702c708306beae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:37,912 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68 0.042s 2024-02-28 08:25:37,913 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-924ec7ef-4ff7-49c9-9be7-47fda6198b82', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-924ec7ef-4ff7-49c9-9be7-47fda6198b82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68'} Body: b'{"volume": {"id": "55425fbf-fd55-490c-80d6-c5f56a6ffa68", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:38.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-58411771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}], "user_id": "df0a4e5e8f45469990702c708306beae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd68766baf6542b19584fd9d4b1d360c"}}' 2024-02-28 08:25:38,966 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68 0.038s 2024-02-28 08:25:38,966 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ed34705-4f7c-4ec7-87ea-d8b5368d415d', 'content-length': '909', 'op enstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ed34705-4f7c-4ec7-87ea-d8b5368d415d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68'} Body: b'{"volume": {"id": "55425fbf-fd55-490c-80d6-c5f56a6ffa68", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:38.000000", "updated_at": "2024-02-28T08:25:38.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-58411771", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd68766baf6542b19584fd9d4b1d360c/volumes/55425fbf-fd55-490c-80d6-c5f56a6ffa68"}], "user_id": "df0a4e5e8f45469990702c708306beae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd68766baf6542b19584fd9d4b1d360c"}}' 2024-02-28 08:25:39,091 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414 0.112s 2024-02-28 08:25:39,092 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:38 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-8b5aee36-bbc5-46a2-b422-fef41024a94f', 'x-compute-request-id': 'req-8b5aee36-bbc5-46a2-b422-fef41024a94f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'' 2024-02-28 08:25:39,254 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414 0.161s 2024-02-28 08:25:39,254 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ada4bf52-0c2e-441b-bf5d-540aefd86ed0', 'x-compute-request-id': 'req-ada4bf52-0c2e-441b-bf5d-540aefd86ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'{"server": {"id": "1b927b57-9534-4fc6-8730-0233d0fc0414", "name": "tempest-AttachSCSIVolumeTestJSON-server-2126956685", "status": "ACTIVE", "tenant_id": "fd68766baf6542b19584fd9d4b1d360c", "user_id": "df0a4e5e8f45469990702c708306beae", "metadata": {}, "hostId": "b7cc3c1f8b44bd9a95e7a7edd2ef2f9a2bb409d80bc9a11659febfe2", "image": {"id": "d684f13f-3772-41b5-bb69-27d06ac4d873", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d684f13f-3772-41b5-bb69-27d06ac4d873"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:45Z", "updated": "2024-02-28T08:25:39Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1877237846-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:ee:b8"}, {" version": 4, "addr": "172.24.4.126", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:ee:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1b927b57-9534-4fc6-8730-0233d0fc0414"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1338618553", "OS-SRV-USG:launched_at": "2024-02-28T08:24:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--649055563"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:29,354 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414 0.039s 2024-02-28 08:26:29,354 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:29 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-12a6a5a7-65c7-47ba-b871-eb3f8742be27', 'x-compute-request-id': 'req-12a6a5a7-65c7-47ba-b871-eb3f8742be27', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1b927b57-9534-4fc6-8730-0233d0fc0414'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1b927b57-9534-4fc6-8730-0233d0fc0414 could not be found."}}' 2024-02-28 08:26:29,396 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1338618553 0.041s 2024-02-28 08:26:29,397 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:29 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-a05b1c14-18c7-4381-92a6-3928958d8ab6', 'x-compute-request-id': 'req-a05b1c14-18c7-4381-92a6-3928958d8ab6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1338618553'} Body: b'' 2024-02-28 08:26:29,636 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1434a299-cbd4-4f4c-8164-e2ba16e0790b 0.239s 2024-02-28 08:26:29,637 86043 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-057f52b3-db83-4bae-b306-e54666ad1420', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1434a299-cbd4-4f4c-8164-e2ba16e0790b'} Body: b'' 2024-02-28 08:26:29,677 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1434a299-cbd4-4f4c-8164-e2ba16e0790b 0.039s 2024-02-28 08:26:29,678 86043 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-21c45f6b-742d-4b13-970a-615def1442c2', 'date': 'Wed, 28 Feb 2024 08:26:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1434a299-cbd4-4f4c-8164-e2ba16e0790b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1434a299-cbd4-4f4c-8164-e2ba16e0790b does not exist", "detail": ""}}' 2024-02-28 08:26:30,158 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/028952ae-f3eb-45d1-b6c0-04df8c307e8b 0.480s 2024-02-28 08:26:30,159 86043 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-cf48e5ed-f336-492c-bf09-97880e5c88b4', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/028952ae-f3eb-45d1-b6c0-04df8c307e8b'} Body: b'' 2024-02-28 08:26:30,317 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873 0.157s 2024-02-28 08:26:30,317 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e8b5e229-2555-461b-a3e8-89d613e0f2fb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873'} Body: b'' 2024-02-28 08:26:30,337 86043 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873 0.019s 2024-02-28 08:26:30,337 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bb9e67cb-d870-4af9-b6c6-ca7c1716f181', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/d684f13f-3772-41b5-bb69-27d06ac4d873'} Body: b'{"message": "No image found with ID d684f13f-3772-41b5-bb69-27d06ac4d873

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:05,400 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.171s 2024-02-28 08:24:05,400 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:05 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-0b04cc2c-c195-40bc-9ef3-8d8d4601d5c4', '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": "6a0f10b4559d43af881f766f1b4d1ecf", "name": "tempest-VolumesActionsTest-2136354083-project-member", "password_expires_at": null}, "audit_ids": ["A9JQ22VoTsGG3lNwArS8nA"], "expires_at": "2024-02-28T09:24:05.000000Z", "issued_at": "2024-02-28T08:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77ec01d8afd046a8b0038b2435a6dc73", "name": "tempest-VolumesActionsTest-2136354083"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/77ec01d8afd046a8b0038b2435a6dc73", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:24:05,401 86065 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'cc62dbb9-e028-47f9-9812-b86e5b17f9f8', 'name': 'tempest-VolumesActionsTest-385768069-network', 'tenant_id': '77ec01d8afd046a8b0038b2435a6dc73', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '77ec01d8afd046a8b0038b2435a6dc73', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50067, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:31Z', 'updated_at': '2024-02-28T08:23:31Z', 'revision_number': 1} available for tenant 2024-02-28 08:24:07,111 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.709s 2024-02-28 08:24:07,112 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-116611982", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "cc62dbb9-e028-47f9-9812-b86e5b17f9f8"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e6f02d5-2d72-47d8-b1ec-979a86f1215e', 'x-compute-request-id': 'req-8e6f02d5-2d72-47d8-b1ec-979a86f1215e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4f87d777-d83c-435b-8139-f10c1833bd2a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "YooPDAcfW9oq"}}' 2024-02-28 08:24:07,425 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.310s 2024-02-28 08:24:07,426 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cde040ea-2571-49b0-8780-72200fae1a9a', 'x-compute-request-id': 'req-cde040ea-2571-49b0-8780-72200fae1a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'{"server": {"id": "4f87d777-d83c-435b-8139-f10c1833bd2a", "name": "tempest-VolumesActionsTest-instance-116611982", "status": "BUILD", "tenant_id": "77ec01d8afd046a8b0038b2435a6dc73", "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:07Z", "updated": "2024-02-28T08:24:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}], "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": "scheduli ng", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:24:58,135 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.618s 2024-02-28 08:24:58,137 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a248b3d7-13a3-43ac-9cd6-222121d768a2', 'x-compute-request-id': 'req-a248b3d7-13a3-43ac-9cd6-222121d768a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'{"server": {"id": "4f87d777-d83c-435b-8139-f10c1833bd2a", "name": "tempest-VolumesActionsTest-instance-116611982", "status": "ACTIVE", "tenant_id": "77ec01d8afd046a8b0038b2435a6dc73", "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "metadata": {}, "hostId": "afe6f6a0fd8f0c2b2038766a09eeacab7cbc3cb0b12c7fdf4400d740", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:07Z", "updated": "2024-02-28T08:24:19Z", "addresses": {"tempest-VolumesActionsTest-385768069-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:f2:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:19.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": []}}' 2024-02-28 08:24:58,155 86065 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:25:58,480 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.261s 2024-02-28 08:25:58,481 86065 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-921244008"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67fd9f92-19a7-438e-a38f-001934dabf2f', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67fd9f92-19a7-438e-a38f-001934dabf2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:58.413547", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-921244008", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_vol id": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:58,536 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.043s 2024-02-28 08:25:58,537 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c42faf62-e2e0-427b-84fb-80887d51437a', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c42faf62-e2e0-427b-84fb-80887d51437a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'{"volume": {"id": "cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:58.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-921244008", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:25:59,589 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.037s 2024-02-28 08:25:59,590 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f66007-8bb3-45fa-9d19-ecb50770eab9', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f66007-8bb3-45fa-9d19-ecb50770eab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'{"volume": {"id": "cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:58.000000", "updated_at": "2024-02-28T08:25:59.000000", "name": "tempest-VolumesActionsTest-Volume-921244008", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}], "user_id": "6a0f10b4559d43af881f766f1b4d1e cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:25:59,645 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.040s 2024-02-28 08:25:59,645 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7a5dc4e-f7ba-4c10-964c-0cdbce70a02a', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7a5dc4e-f7ba-4c10-964c-0cdbce70a02a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'{"volume": {"id": "cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:58.000000", "updated_at": "2024-02-28T08:25:59.000000", "name": "tempest-VolumesActionsTest-Volume-921244008", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:25:59,768 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.110s 2024-02-28 08:25:59,769 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25: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-2b4e0746-d8ed-406c-9268-0b7b89c4b59c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'' 2024-02-28 08:25:59,789 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 0.020s 2024-02-28 08:25:59,790 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3447cf2f-5cdc-4057-b6b7-b275c5117d91', 'x-openstack-request-id': 'req-3447cf2f-5cdc-4057-b6b7-b275c5117d91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cdc4b355-1207-49b0-8b6f-a1bef1bd6ba6 could not be found."}}' 2024-02-28 08:25:59,905 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.115s 2024-02-28 08:25:59,906 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 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-40ff2536-7211-4dcc-a71b-0bb92d3e7271', 'x-compute-request-id': 'req-40ff2536-7211-4dcc-a71b-0bb92d3e7271', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'' 2024-02-28 08:26:00,375 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.469s 2024-02-28 08:26:00,376 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:59 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-e81615fa-fdf2-46a9-bd93-bfc8185d3cea', 'x-compute-request-id': 'req-e81615fa-fdf2-46a9-bd93-bfc8185d3cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'{"server": {"id": "4f87d777-d83c-435b-8139-f10c1833bd2a", "name": "tempest-VolumesActionsTest-instance-116611982", "status": "ACTIVE", "tenant_id": "77ec01d8afd046a8b0038b2435a6dc73", "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "metadata": {}, "hostId": "afe6f6a0fd8f0c2b2038766a09eeacab7cbc3cb0b12c7fdf4400d740", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:07Z", "updated": "2024-02-28T08:26:00Z", "addresses": {"tempest-VolumesActionsTest-385768069-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:f2:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f87d777-d83c-435b-8139-f10c1833bd2a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:19.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": []}}' 2024-02-28 08:26:50,479 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a 0.040s 2024-02-28 08:26:50,479 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'opensta ck-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-bc25b2d7-f53b-467d-b7b7-0a507901eaa2', 'x-compute-request-id': 'req-bc25b2d7-f53b-467d-b7b7-0a507901eaa2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f87d777-d83c-435b-8139-f10c1833bd2a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4f87d777-d83c-435b-8139-f10c1833bd2a could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 73555ae9-b98d-4d0d-9708-c8b78ba1c55f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:50,724 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.239s 2024-02-28 08:26:50,724 86065 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-1266411512"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3760704a-9a31-4703-8879-62a118679ea0', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3760704a-9a31-4703-8879-62a118679ea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "73555ae9-b98d-4d0d-9708-c8b78ba1c55f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:50.651490", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1266411512", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:50,773 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.038s 2024-02-28 08:26:50,774 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-414c70ab-abc5-47ab-95c8-ed757d5e7ac7', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-414c70ab-abc5-47ab-95c8-ed757d5e7ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'{"volume": {"id": "73555ae9-b98d-4d0d-9708-c8b78ba1c55f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1266411512", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:51,832 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.046s 2024-02-28 08:26:51,832 86065 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81101401-1b5c-4bf7-b7bf-de7612d5a950', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81101401-1b5c-4bf7-b7bf-de7612d5a950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'{"volume": {"id": "73555ae9-b98d-4d0d-9708-c8b78ba1c55f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:51.000000", "updated_at": "2024-02-28T08:26:51.000000", "name": "tempest-VolumesActionsTest-Volume-1266411512", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:51,886 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.040s 2024-02-28 08:26:51,886 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c65174-197c-4dcf-a1e2-d98de6674c04', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c65174-197c-4dcf-a1e2-d98de6674c04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'{"volume": {"id": "73555ae9-b98d-4d0d-9708-c8b78ba1c55f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:51.000000", "updated_at": "2024-02-28T08:26:51.000000", "name": "tempest-VolumesActionsTest-Volume-1266411512", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:51,997 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.099s 2024-02-28 08:26:51,998 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3bd0b4-6daa-4b9a-9ae3-9a3b04b48a84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'' 2024-02-28 08:26:52,021 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f 0.023s 2024-02-28 08:26:52,021 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26: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-52f63f38-2108-420c-863c-65129695e828', 'x-openstack-request-id': 'req-52f63f38-2108-420c-863c-65129695e828', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/73555ae9-b98d-4d0d-9708-c8b78ba1c55f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 73555ae9-b98d-4d0d-9708-c8b78ba1c55f could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 77c10d59-caba-4169-a3af-84c21fa926e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:52,255 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.231s 2024-02-28 08:26:52,255 86065 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-1822831480"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5d35ce-b307-4e2b-816a-f36972497aef', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f5d35ce-b307-4e2b-816a-f36972497aef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "77c10d59-caba-4169-a3af-84c21fa926e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:52.185278", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1822831480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:52,312 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.046s 2024-02-28 08:26:52,313 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33192449-a92c-412d-b020-b2a298d924c1', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33192449-a92c-412d-b020-b2a298d924c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'{"volume": {"id": "77c10d59-caba-4169-a3af-84c21fa926e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:52.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1822831480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:53,369 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.043s 2024-02-28 08:26:53,370 86065 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76ed844d-741d-4792-809c-4aabd8f4b2ec', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76ed844d-741d-4792-809c-4aabd8f4b2ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'{"volume": {"id": "77c10d59-caba-4169-a3af-84c21fa926e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:52.000000", "updated_at": "2024-02-28T08:26:52.000000", "name": "tempest-VolumesActionsTest-Volume-1822831480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:53,428 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.046s 2024-02-28 08:26:53,429 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc5f323e-28cd-4dfd-8d20-6a0ae4834d6a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc5f323e-28cd-4dfd-8d20-6a0ae4834d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'{"volume": {"id": "77c10d59-caba-4169-a3af-84c21fa926e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:52.000000", "updated_at": "2024-02-28T08:26:52.000000", "name": "tempest-VolumesActionsTest-Volume-1822831480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:53,548 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.106s 2024-02-28 08:26:53,548 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9539b631-25d1-4e27-b8a3-f08867f7ae2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'' 2024-02-28 08:26:53,571 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8 0.022s 2024-02-28 08:26:53,571 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-950459c4-50e8-4f1b-b5f1-eeedd1fa225f', 'x-openstack-request-id': 'req-950459c4-50e8-4f1b-b5f1-eeedd1fa225f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/77c10d59-caba-4169-a3af-84c21fa926e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 77c10d59-caba-4169-a3af-84c21fa926e8 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 99464ea7-c9b1-4b6e-b914-7af78bbe9d99 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:53,867 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.293s 2024-02-28 08:26:53,867 86065 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-1109924"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77edbbd1-6612-4f3d-ad19-a3fb0243ce62', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77edbbd1-6612-4f3d-ad19-a3fb0243ce62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "99464ea7-c9b1-4b6e-b914-7af78bbe9d99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:53.723140", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1109924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:53,939 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.060s 2024-02-28 08:26:53,939 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd64e77f-9f80-49a6-8421-8b633e918cb3', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd64e77f-9f80-49a6-8421-8b633e918cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'{"volume": {"id": "99464ea7-c9b1-4b6e-b914-7af78bbe9d99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:54.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1109924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:54,991 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.038s 2024-02-28 08:26:54,991 86065 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08838038-bd6c-4855-be45-0b50f61c689d', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08838038-bd6c-4855-be45-0b50f61c689d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'{"volume": {"id": "99464ea7-c9b1-4b6e-b914-7af78bbe9d99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:54.000000", "updated_at": "2024-02-28T08:26:54.000000", "name": "tempest-VolumesActionsTest-Volume-1109924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:55,042 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.039s 2024-02-28 08:26:55,042 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a563c0-0843-4a59-ac1f-647fd72583e6', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a563c0-0843-4a59-ac1f-647fd72583e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'{"volume": {"id": "99464ea7-c9b1-4b6e-b914-7af78bbe9d99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:54.000000", "updated_at": "2024-02-28T08:26:54.000000", "name": "tempest-VolumesActionsTest-Volume-1109924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:55,205 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.149s 2024-02-28 08:26:55,206 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26: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-1e7490ea-13b0-41fa-a7bd-4c7d8ff33121', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'' 2024-02-28 08:26:55,227 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99 0.021s 2024-02-28 08:26:55,227 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26: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-dec253ef-bce2-42ba-a648-5643997d5aaf', 'x-openstack-request-id': 'req-dec253ef-bce2-42ba-a648-5643997d5aaf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/99464ea7-c9b1-4b6e-b914-7af78bbe9d99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 99464ea7-c9b1-4b6e-b914-7af78bbe9d99 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7360d0fe-89c8-444c-bcb1-f84b96e5b338 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:55,472 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.242s 2024-02-28 08:26:55,473 86065 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-1478046613"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b233b7b-0d73-4a60-b15d-44189ed23748', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b233b7b-0d73-4a60-b15d-44189ed23748', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "7360d0fe-89c8-444c-bcb1-f84b96e5b338", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:55.383435", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1478046613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:55,536 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.052s 2024-02-28 08:26:55,537 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a8c07f5-b5d3-4ff4-ab07-13e8e42d012c', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a8c07f5-b5d3-4ff4-ab07-13e8e42d012c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'{"volume": {"id": "7360d0fe-89c8-444c-bcb1-f84b96e5b338", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1478046613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:56,597 86065 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/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.047s 2024-02-28 08:26:56,597 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dead31dd-73c6-462c-8818-e753e3c8deab', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dead31dd-73c6-462c-8818-e753e3c8deab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'{"volume": {"id": "7360d0fe-89c8-444c-bcb1-f84b96e5b338", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:55.000000", "updated_at": "2024-02-28T08:26:56.000000", "name": "tempest-VolumesActionsTest-Volume-1478046613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:56,667 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.057s 2024-02-28 08:26:56,667 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4617aabf-068a-4baf-8db6-d8f49d50fbe3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4617aabf-068a-4baf-8db6-d8f49d50fbe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'{"volume": {"id": "7360d0fe-89c8-444c-bcb1-f84b96e5b338", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:55.000000", "updated_at": "2024-02-28T08:26:56.000000", "name": "tempest-VolumesActionsTest-Volume-1478046613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:56,799 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.120s 2024-02-28 08:26:56,799 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 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-1084dc12-ae03-4e45-befb-d6bbbc8e340d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'' 2024-02-28 08:26:56,825 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338 0.025s 2024-02-28 08:26:56,825 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0712bc68-9114-423c-b0fd-a00c98f47f88', 'x-openstack-request-id': 'req-0712bc68-9114-423c-b0fd-a00c98f47f88', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/7360d0fe-89c8-444c-bcb1-f84b96e5b338'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7360d0fe-89c8-444c-bcb1-f84b96e5b338 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] ---------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a7839bd2-6442-48d9-9045-4f47ccc7c732 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:57,126 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes 0.294s 2024-02-28 08:26:57,127 86065 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-2005826643"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-792b71f4-3b50-4a5c-bd10-afcbb23bd96f', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-792b71f4-3b50-4a5c-bd10-afcbb23bd96f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes'} Body: b'{"volume": {"id": "a7839bd2-6442-48d9-9045-4f47ccc7c732", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:57.044499", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2005826643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:26:57,197 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.059s 2024-02-28 08:26:57,198 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a86063-10d6-4d4e-a4cd-2b4ec275c04e', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a86063-10d6-4d4e-a4cd-2b4ec275c04e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'{"volume": {"id": "a7839bd2-6442-48d9-9045-4f47ccc7c732", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:57.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2005826643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:58,273 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.048s 2024-02-28 08:26:58,273 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b9d4f3-d91c-40d5-8514-394a114a3cc4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b9d4f3-d91c-40d5-8514-394a114a3cc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'{"volume": {"id": "a7839bd2-6442-48d9-9045-4f47ccc7c732", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:57.000000", "updated_at": "2024-02-28T08:26:57.000000", "name": "tempest-VolumesActionsTest-Volume-2005826643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:58,332 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.046s 2024-02-28 08:26:58,333 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65373ef7-fc7e-49a6-815e-976c6f8e5d09', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65373ef7-fc7e-49a6-815e-976c6f8e5d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'{"volume": {"id": "a7839bd2-6442-48d9-9045-4f47ccc7c732", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:26:57.000000", "updated_at": "2024-02-28T08:26:57.000000", "name": "tempest-VolumesActionsTest-Volume-2005826643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732"}], "user_id": "6a0f10b4559d43af881f766f1b4d1ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77ec01d8afd046a8b0038b2435a6dc73"}}' 2024-02-28 08:26:58,637 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.291s 2024-02-28 08:26:58,638 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-366b7958-2444-4d2f-acac-4a1b94358d9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'' 2024-02-28 08:26:58,662 86065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732 0.023s 2024-02-28 08:26:58,662 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26: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-f0843bc6-aac4-4310-a8c9-9885e22bd82e', 'x-openstack-request-id': 'req-f0843bc6-aac4-4310-a8c9-9885e22bd82e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/77ec01d8afd046a8b0038b2435a6dc73/volumes/a7839bd2-6442-48d9-9045-4f47ccc7c732'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a7839bd2-6442-48d9-9045-4f47ccc7c732 could not be found."}}' setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9d76406b-52b5-44b8-9590-d8b987219fd1 failed to build and is in ERROR status tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a36c7ac6-9444-4718-b56d-185cd403b69b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:49,784 86059 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.080s 2024-02-28 08:25:49,785 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e6dfaf6e-55af-4d14-b33f-0d984f031660', '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": "9464673b09e5457da8a679959fd19425", "name": "tempest-VolumesAdminNegativeTest-435519319-project-member", "password_expires_at": null}, "audit_ids": ["RuAX5AfGSeCzSQIn45fjrw"], "expires_at": "2024-02-28T09:25:49.000000Z", "issued_at": "2024-02-28T08:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a90822752324747a1184988160d60d8", "name": "tempest-VolumesAdminNegativeTest-435519319"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:25:49,785 86059 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'be39b248-4062-431c-8578-a41f39c577b4', 'name': 'tempest-VolumesAdminNegativeTest-138276105-network', 'tenant_id': '4a90822752324747a1184988160d60d8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4a90822752324747a1184 988160d60d8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60264, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:25:50,237 86059 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.451s 2024-02-28 08:25:50,237 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1429636723", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "be39b248-4062-431c-8578-a41f39c577b4"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a74a28fd-fd96-4f7a-9e96-d45e65502ed9', 'x-compute-request-id': 'req-a74a28fd-fd96-4f7a-9e96-d45e65502ed9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9c542e5c-13e5-4f4d-a844-7a0deb86c368", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "LkAp9bVJC7Xm"}}' 2024-02-28 08:25:50,322 86059 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/9c542e5c-13e5-4f4d-a844-7a0deb86c368 0.081s 2024-02-28 08:25:50,322 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c0bcbfa-f237-4cbd-a550-92d1bb767805', 'x-compute-request-id': 'req-2c0bcbfa-f237-4cbd-a550-92d1bb767805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368'} Body: b'{"server": {"id": "9c542e5c-13e5-4f4d-a844-7a0deb86c368", "name": "tempest-VolumesAdminNegativeTest-server-1429636723", "status": "BUILD", "tenant_id": "4a90822752324747a1184988160d60d8", "user_id": "9464673b09e5457da8a679959fd19425", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:50Z", "updated": "2024-02-28T08:25:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}], "OS-DCF:diskConfig": "MANUAL", "p rogress": 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": []}}' 2024-02-28 08:26:40,976 86059 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/9c542e5c-13e5-4f4d-a844-7a0deb86c368 0.577s 2024-02-28 08:26:40,976 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:40 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-47d283cf-3a36-48ca-bb27-3d402ce0dd46', 'x-compute-request-id': 'req-47d283cf-3a36-48ca-bb27-3d402ce0dd46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368'} Body: b'{"server": {"id": "9c542e5c-13e5-4f4d-a844-7a0deb86c368", "name": "tempest-VolumesAdminNegativeTest-server-1429636723", "status": "ACTIVE", "tenant_id": "4a90822752324747a1184988160d60d8", "user_id": "9464673b09e5457da8a679959fd19425", "metadata": {}, "hostId": "037bd82cb23dd4bc34c20d1275c04fbafa9e235b122b9b8ad2de8b93", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:50Z", "updated": "2024-02-28T08:25:56Z", "addresses": {"tempest-VolumesAdminNegativeTest-138276105-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:ee:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c542e5c-13e5-4f4d-a844-7a0deb86c368"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:25:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:40,997 86059 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:27:41,245 86059 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/4a90822752324747a1184988160d60d8/volumes 0.187s 2024-02-28 08:27:41,245 86059 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-571854734"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1fc6f8-8026-4de6-a6e1-f2694837f913', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1fc6f8-8026-4de6-a6e1-f2694837f913', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes'} Body: b'{"volume": {"id": "a36c7ac6-9444 -4718-b56d-185cd403b69b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:41.185909", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-571854734", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:41,302 86059 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/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b 0.045s 2024-02-28 08:27:41,302 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aefe8184-2112-4ea5-8a60-13b021000a8a', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aefe8184-2112-4ea5-8a60-13b021000a8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b'} Body: b'{"volume": {"id": "a36c7ac6-9444-4718-b56d-185cd403b69b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:41.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-571854734", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a90822752324747a1184988160d60d8"}}' 2024-02-28 08:27:42,353 86059 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/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b 0.038s 2024-02-28 08:27:42,353 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a450402-5c83-4220-829f-2bc270a1718f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a450402-5c83-4220-829f-2bc270a1718f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b'} Body: b'{"volume": {"id": "a36c7ac6-9444-4718-b56d-185cd403b69b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:41.000000", "updated_at": "2024-02-28T08:27:41.000000", "name": "tempest-VolumesAdminNegativeTest-volume-571854734", "description": null, "volume_type": "joviand ss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a90822752324747a1184988160d60d8/volumes/a36c7ac6-9444-4718-b56d-185cd403b69b"}], "user_id": "9464673b09e5457da8a679959fd19425", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a90822752324747a1184988160d60d8"}}' 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 103, in test_stamp_pattern waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2d147201-3334-475e-9a5d-d7cb46854202 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:59,693 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.222s 2024-02-28 08:24:59,693 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-375544092", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIsBlhSFuCHHP1/bxJYyIR72jmhQbUUVCHmnobp18TwWU2+6WbUgugVx5a0T2Kcl8cz3nf3eS9Pr5w79d24r/xgyrYTJ+sBzfwaRXc35OLZivTUI/+vHXnoJtoR+3/WtHg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62cca3dc-61da-4f5c-ae28-6be9411c2fb6', 'x-compute-request-id': 'req-62cca3dc-61da-4f5c-ae28-6be9411c2fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-375544092", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIsBlhSFuCHHP1/bxJYyIR72jmhQbUUVCHmnobp18TwWU2+6WbUgugVx5a0T2Kcl8cz3nf3eS9Pr5w79d24r/xgyrYTJ+sBzfwaRXc35OLZivTUI/+vHXnoJtoR+3/WtHg==", "fingerprint": "b4:9b:a3:42:25:f3:4b:9d:89:50:06:26:08:2f:c0:b3", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b"}}' 2024-02-28 08:24:59,881 86045 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.185s 2024-02-28 08:24:59,881 86045 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-1077047742", "description": "tempest-secgroup-smoke-1077047742 description", "project_id": "c8537a3d735a47d68cec20f92d211b61"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-4b862493-659a-46d2-ad81-fda19129f71d', 'date': 'Wed, 28 Feb 2024 08:24:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "name": "tempest-secgroup-smoke-1077047742", "stateful": true, "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "description": "tempest-secgroup-smoke-1077047742 description", "shared": false, "security_group_rules": [{"id": "20de382a-98f6-4445-a81e-2b9c1fda4958", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "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": 568, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:59Z", "updated_at": "2024-02-28T08:24:59Z", "revision_number": 0}, {"id": "3aab7e91-7213-4bc1-973e-c8c204417a95", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "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": 567, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:59Z", "updated_at": "2024-02-28T08:24:59Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:24:59Z", "update d_at": "2024-02-28T08:24:59Z", "revision_number": 1, "project_id": "c8537a3d735a47d68cec20f92d211b61"}}' 2024-02-28 08:25:00,075 86045 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.192s 2024-02-28 08:25:00,075 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-871b8bc7-8ed0-46ac-b956-3b60c78cc4f7', 'date': 'Wed, 28 Feb 2024 08:25:00 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": "16650cb3-f00f-432d-81a3-e96635a63d7f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:59Z", "updated_at": "2024-02-28T08:24:59Z", "revision_number": 0}}' 2024-02-28 08:25:00,343 86045 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.267s 2024-02-28 08:25:00,343 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-48e7bd74-ff06-44b0-a4f1-84c2aa665f64', 'date': 'Wed, 28 Feb 2024 08:25:00 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": "94d7f3f3-9f4c-450a-9ebe-e97f7ef73869", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:00Z", "updated_at": "2024-02-28T08:25:00Z", "revision_number": 0}}' 2024-02-28 08:25:00,581 86045 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.237s 2024-02-28 08:25:00,581 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4783df0f-d337-4326-a815-d88ae4f8ea93', 'date': 'Wed, 28 Feb 2024 08:25:00 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": "1ac5b109-0ca6-4a5c-83af-5a5a85817426", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:00Z", "updated_at": "2024-02-28T08:25:00Z", "revision_number": 0}}' 2024-02-28 08:25:00,816 86045 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.234s 2024-02-28 08:25:00,816 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-2cc87323-db53-4f72-ab73-bf6aaa475afd', 'date': 'Wed, 28 Feb 2024 08:25:00 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": "98494b69-7581-48da-8fdb-2abc5f83bd75", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:00Z", "updated_at": "2024-02-28T08:25:00Z", "revision_number": 0}}' 2024-02-28 08:25:01,143 86045 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.326s 2024-02-28 08:25:01,143 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-d13584a1-708e-47ce-9653-38c2e59c30aa', 'date': 'Wed, 28 Feb 2024 08:25:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "39cea816-db96-424b-8c7f-c49d03b34963", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:00Z", "updated_at": "2024-02-28T08:25:00Z", "revision_number": 0}}' 2024-02-28 08:25:01,473 86045 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.329s 2024-02-28 08:25:01,473 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"securi ty_group_rule": {"security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-7c28da90-e28f-4b19-861e-70aedb00a68c', 'date': 'Wed, 28 Feb 2024 08:25:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d31caefd-c87b-4ce4-8342-dc77c84fe40f", "project_id": "c8537a3d735a47d68cec20f92d211b61", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "security_group_id": "b2ca753e-f597-4d8d-b335-50a65b081b0f", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:25:01Z", "updated_at": "2024-02-28T08:25:01Z", "revision_number": 0}}' 2024-02-28 08:25:01,706 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes 0.232s 2024-02-28 08:25:01,707 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-154358789", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edf993bc-e06d-441f-b1cd-fadf5f69af25', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edf993bc-e06d-441f-b1cd-fadf5f69af25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes'} Body: b'{"volume": {"id": "2d147201-3334-475e-9a5d-d7cb46854202", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:01.643276", "updated_at": null, "name": "tempest-TestStampPattern-volume-154358789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}], "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:25:01,857 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.134s 2024-02-28 08:25:01,857 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2803', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ec7dc34c-d3da-4f0c-8dbc-6bf7087d9098', '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": "2d50333ff5214ab7b62db8c9b6f41c0b", "name": "tempest-TestStampPattern-628256184-project-member", "password_expires_at": null}, "audit_ids": ["JwXzdQosQLW_SJ6I8T1p2w"], "expires_at": "2024-02-28T09:25:01.000000Z", "issued_at": "2024-02-28T08:25:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8537a3d735a47d68cec20f92d211b61", "name": "tempest-TestStampPattern-628256184"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c8537a3d735a47d68cec20f92d211b61", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:25:01,858 86045 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'fa7e9ee6-f519-4d16-9222-b0b6cb173ca1', 'name': 'tempest-TestStampPattern-1360732782-network', 'tenant_id': 'c8537a3d735a47d68cec20f92d211b61', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c8537a3d735a47d68cec20f92d211b61', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30329, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:24:42Z', 'updated_at': '2024-02-28T08:24:42Z', 'revision_number': 1} available for tenant 2024-02-28 08:25:02,561 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.702s 2024-02-28 08:25:02,561 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-851049792", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "key_name": "tempest-TestStampPattern-375544092", "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "networks": [{"uuid": "fa7e9ee6-f519-4d16-9222-b0b6cb173ca1"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2 024 08:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80695baa-5d4a-44c4-bc41-ab408add874a', 'x-compute-request-id': 'req-80695baa-5d4a-44c4-bc41-ab408add874a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "adminPass": "hq8aMN2keKur"}}' 2024-02-28 08:25:02,672 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.107s 2024-02-28 08:25:02,672 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3571f06-0cd0-4075-b185-bdb7dd79624f', 'x-compute-request-id': 'req-c3571f06-0cd0-4075-b185-bdb7dd79624f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "name": "tempest-TestStampPattern-server-851049792", "status": "BUILD", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:03Z", "updated": "2024-02-28T08:25:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-375544092", "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": []}}' 2024-02-28 08:25:52,972 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.241s 2024-02-28 08:25:52,972 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:52 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-e105b155-f74b-400e-b30e-7780c927ae20', 'x-compute-request-id': 'req-e105b155-f74b-400 e-b30e-7780c927ae20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "name": "tempest-TestStampPattern-server-851049792", "status": "ACTIVE", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "metadata": {}, "hostId": "b99b2129ce0385c1513d09d9a60dc62f4ab96be22b01ad76c147de1a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-TestStampPattern-1360732782-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:dd:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-375544092", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:25:52,986 86045 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:26:53,271 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.224s 2024-02-28 08:26:53,272 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:53 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-9a14ed2c-78a5-414f-8077-5244e3123253', 'x-compute-request-id': 'req-9a14ed2c-78a5-414f-8077-5244e3123253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "name": "tempest-TestStampPattern-server-851049792", "status": "ACTIVE", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "metadata": {}, "hostId": "b99b2129ce0385c1513d09d9a60dc62f4ab96be22b01ad76c147de1a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-TestStampPattern-1360732782-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:dd:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-3 75544092", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:53,450 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/ports?device_id=1050c922-2d46-4575-ade7-3cec8cdd717f 0.164s 2024-02-28 08:26:53,450 86045 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': '954', 'x-openstack-request-id': 'req-47fc1c96-82b3-478d-b9d3-f1fb1ce43c06', 'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports?device_id=1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"ports":[{"id":"0a96d26e-7d60-453c-981a-f981d5e01df4","name":"","network_id":"fa7e9ee6-f519-4d16-9222-b0b6cb173ca1","tenant_id":"c8537a3d735a47d68cec20f92d211b61","mac_address":"fa:16:3e:56:dd:d0","admin_state_up":true,"status":"ACTIVE","device_id":"1050c922-2d46-4575-ade7-3cec8cdd717f","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"88d97499-f646-4465-abc2-274ee70ffdef","ip_address":"10.0.0.3"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["b2ca753e-f597-4d8d-b335-50a65b081b0f"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2024-02-28T08:25:04Z","updated_at":"2024-02-28T08:25:08Z","revision_number":4,"project_id":"c8537a3d735a47d68cec20f92d211b61"}]}' 2024-02-28 08:26:53,501 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/floatingips?floating_network_id=993b7f8c-fcf9-4e49-adef-45b3a6ff64c2&port_id=0a96d26e-7d60-453c-981a-f981d5e01df4 0.050s 2024-02-28 08:26:53,502 86045 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': '19', 'x-openstack-request-id': 'req-f465f896-2f80-4e46-be4c-94f4b40fb203', 'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips?floating_network_id=993b7f8c-fcf9-4e49-adef-45b3a6ff64c2&port_id=0a96d26e-7d60-453c-981a-f981d5e01df4'} Body: b'{"floatingips": []}' 2024-02-28 08:26:53,552 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/ports?device_id=1050c922-2d46-4575-ade7-3cec8cdd717f 0.050s 2024-02-28 08:26:53,553 86045 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': '954', 'x-openstack-request-id': 'req-1fae01fc-844a-41d0-a00e-5ee2e8e7e0b4', 'date': 'Wed, 28 Feb 2024 08:26:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports?device_id=1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"ports":[{"id":"0a96d26e-7d60-453c-981a-f981d5e01df4","name":"","network_id":"fa7e9ee6-f519-4d16-9222-b0b6cb173ca1","tenant_id":"c8537a3d735a47d68cec20f92d211b61","mac_address":"fa:16:3e:56:dd:d0","admin_state_up":true,"status":"ACTIVE","device_id":"1050c922-2d46-4575-ade7-3cec8cdd717f"," device_owner":"compute:nova","fixed_ips":[{"subnet_id":"88d97499-f646-4465-abc2-274ee70ffdef","ip_address":"10.0.0.3"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["b2ca753e-f597-4d8d-b335-50a65b081b0f"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2024-02-28T08:25:04Z","updated_at":"2024-02-28T08:25:08Z","revision_number":4,"project_id":"c8537a3d735a47d68cec20f92d211b61"}]}' 2024-02-28 08:26:55,277 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.723s 2024-02-28 08:26:55,277 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "port_id": "0a96d26e-7d60-453c-981a-f981d5e01df4", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "fixed_ip_address": "10.0.0.3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-dc323d99-f1c7-4dfc-ab72-ca4929602626', 'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1a949ff7-4da8-4b10-8860-a31aeebb04f6", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "floating_ip_address": "172.24.4.233", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "bf01887b-2696-479e-a7e7-5b4aeb2d77c5", "port_id": "0a96d26e-7d60-453c-981a-f981d5e01df4", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "project_id": "c8537a3d735a47d68cec20f92d211b61", "description": "", "port_details": {"name": "", "network_id": "fa7e9ee6-f519-4d16-9222-b0b6cb173ca1", "mac_address": "fa:16:3e:56:dd:d0", "admin_state_up": true, "status": "ACTIVE", "device_id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:53Z", "updated_at": "2024-02-28T08:26:53Z", "revision_number": 0}}' 2024-02-28 08:26:55,282 86045 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.233:22' as 'cirros' with public key authentication 2024-02-28 08:26:55,314 86045 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:26:55,425 86045 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:26:55,426 86045 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.233 successfully created 2024-02-28 08:26:55,427 86045 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2024-02-28 08:26:55,427 86045 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.233:22' as 'cirros' with public key authentication 2024-02-28 08:26:55,430 86045 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:26:55,536 86045 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:26:55,537 86045 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.233 successfully created 2024-02-28 08:26:55,589 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202 0.042s 2024-02-28 08:26:55,590 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-963668ed-e6ce-4cda-9898-5cdb0777af7b', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-963668ed-e6ce-4cda-9898-5cdb0777af7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202'} Body: b'{"volume": {"id": "2d147201-3334-475e-9a5d-d7cb46854202", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:02.000000", "updated_at": "2024-02-28T08:25:02.000000", "name": "tempest-TestStampPattern-volume-154358789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}], "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8537a3d735a47d68cec20f92d211b61"}}' 2024-02-28 08:26:56,653 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202 0.050s 2024-02-28 08:26:56,653 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d3af75c-d8a6-4384-9818-72604f218ae5', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d3af75c-d8a6-4384-9818-72604f218ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202'} Body: b'{"volume": {"id": "2d147201-3334-475e-9a5d-d7cb46854202", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:25:02.000000", "updated_at": "2024-02-28T08:25:02.000000", "name": "tempest-TestStampPattern-volume-154358789", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202"}], "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8537a3d735a47d68cec20f92d211b61"}}' 2024-02-28 08:26:57,147 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1a949ff7-4da8-4b10-8860-a31aeebb04f6 0.479s 2024-02-28 08:26:57,147 86045 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-c4660584-30d7-4ab6-a1f7-ea5ec83bb6e0', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:26:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a949ff7-4da8-4b10-8860-a31aeebb04f6'} Body: b'' 2024-02-28 08:26:57,272 86045 INFO [tempest.lib.common.rest _client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.124s 2024-02-28 08:26:57,273 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-addacd86-77f4-42df-bc3f-d39bc444a4dd', 'x-compute-request-id': 'req-addacd86-77f4-42df-bc3f-d39bc444a4dd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'' 2024-02-28 08:26:57,637 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.364s 2024-02-28 08:26:57,638 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5159eab-35e0-43ba-b489-cae208f1b40c', 'x-compute-request-id': 'req-f5159eab-35e0-43ba-b489-cae208f1b40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"server": {"id": "1050c922-2d46-4575-ade7-3cec8cdd717f", "name": "tempest-TestStampPattern-server-851049792", "status": "ACTIVE", "tenant_id": "c8537a3d735a47d68cec20f92d211b61", "user_id": "2d50333ff5214ab7b62db8c9b6f41c0b", "metadata": {}, "hostId": "b99b2129ce0385c1513d09d9a60dc62f4ab96be22b01ad76c147de1a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:26:57Z", "addresses": {"tempest-TestStampPattern-1360732782-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:dd:d0"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:dd:d0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1050c922-2d46-4575-ade7-3cec8cdd717f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-375544092", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1077047742"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:47,727 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f 0.033s 2024-02-28 08:27:47,727 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:47 GMT', 'server': 'Apache/2.4.5 2 (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-92a50858-5b73-4dfd-9bc7-42253a03430d', 'x-compute-request-id': 'req-92a50858-5b73-4dfd-9bc7-42253a03430d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1050c922-2d46-4575-ade7-3cec8cdd717f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1050c922-2d46-4575-ade7-3cec8cdd717f could not be found."}}' 2024-02-28 08:27:47,824 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202 0.097s 2024-02-28 08:27:47,825 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30cd87d1-6c45-423d-83df-1a20fbfa67df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202'} Body: b'' 2024-02-28 08:27:47,851 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202 0.026s 2024-02-28 08:27:47,852 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d6008e9-c507-4974-9cfe-3a53dd025f70', 'x-openstack-request-id': 'req-1d6008e9-c507-4974-9cfe-3a53dd025f70', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c8537a3d735a47d68cec20f92d211b61/volumes/2d147201-3334-475e-9a5d-d7cb46854202'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d147201-3334-475e-9a5d-d7cb46854202 could not be found."}}' 2024-02-28 08:27:48,168 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b2ca753e-f597-4d8d-b335-50a65b081b0f 0.316s 2024-02-28 08:27:48,169 86045 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-27c3ca36-ccf8-42c6-9950-b5ff9a92f3e7', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:27:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b2ca753e-f597-4d8d-b335-50a65b081b0f'} Body: b'' 2024-02-28 08:27:48,195 86045 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-375544092 0.025s 2024-02-28 08:27:48,195 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:48 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-e533e709-426c-4127-b0c2-b16a33f0f7e9', 'x-compute-request-id': 'req-e533e709-426c-4127-b0c2-b16a33f0f7e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-375544092'} Body: b'' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 223, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d170a86b-8cf4-41e5-a265-1270a7200340 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:27:55,842 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.391s 2024-02-28 08:27:55,842 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-936755117"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23e5fef1-7697-4673-bd1f-0d669d4fa8d1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e5fef1-7697-4673-bd1f-0d669d4fa8d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "d170a86b-8cf4-41e5-a265-1270a7200340", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:55.767673", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-936755117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,210 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.344s 2024-02-28 08:27:56,211 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-196591111"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3adae73-a2ad-4730-8c05-f54afcae51e4', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3adae73-a2ad-4730-8c05-f54afcae51e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "4490a717-cfc9-4c2f-8239-fbf7cac61d4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.151736", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-196591111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/4490a717-cfc9-4c2f-8239-fbf7cac61d4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/4490a717-cfc9-4c2f-8239-fbf7cac61d4a"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,461 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.239s 2024-02-28 08:27:56,462 86045 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1944561147"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a3cf08-9c7a-48f6-ad24-82c012fe7dc5', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a3cf08-9c7a-48f6-ad24-82c012fe7dc5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "2899548a-1c20-41ee-a999-af02bba118ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.357006", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1944561147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/2899548a-1c20-41ee-a999-af02bba118ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/2899548a-1c20-41ee-a999-af02bba118ed"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,665 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.189s 2024-02-28 08:27:56,666 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-91648289"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed58c5d-476b-4e64-9de5-518b6b919973', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed58c5d-476b-4e64-9de5-518b6b919973', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "6968f6f6-26d6-4e5c-9aed-b19725faadb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.609233", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-91648289", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/6968f6f6-26d6-4e5c-9aed-b19725faadb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/6968f6f6-26d6-4e5c-9aed-b19725faadb0"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,868 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes 0.180s 2024-02-28 08:27:56,868 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-CreateVolumesFr omImageTest-Volume-736978767"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f40df5-bf5d-4c62-a012-8eed116a9aeb', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f40df5-bf5d-4c62-a012-8eed116a9aeb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes'} Body: b'{"volume": {"id": "3badd56d-b40f-4cd5-bd74-60e242d6f25f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.811187", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-736978767", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/3badd56d-b40f-4cd5-bd74-60e242d6f25f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/3badd56d-b40f-4cd5-bd74-60e242d6f25f"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:27:56,933 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340 0.054s 2024-02-28 08:27:56,933 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42cadbc-bce2-48cf-8607-d50407137a6b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42cadbc-bce2-48cf-8607-d50407137a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340'} Body: b'{"volume": {"id": "d170a86b-8cf4-41e5-a265-1270a7200340", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.000000", "updated_at": "2024-02-28T08:27:56.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-936755117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c7dea050ed46a1bc2c93e6aed4600f"}}' 2024-02-28 08:27:57,987 86045 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340 0.040s 2024-02-28 08:27:57,987 86045 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a649e60b-3bf6-4978-aa84-7dde0aa9ddb2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-op enstack-request-id': 'req-a649e60b-3bf6-4978-aa84-7dde0aa9ddb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340'} Body: b'{"volume": {"id": "d170a86b-8cf4-41e5-a265-1270a7200340", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:56.000000", "updated_at": "2024-02-28T08:27:56.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-936755117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c7dea050ed46a1bc2c93e6aed4600f/volumes/d170a86b-8cf4-41e5-a265-1270a7200340"}], "user_id": "f9834d12599d48cb8a9eaf936448888e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c7dea050ed46a1bc2c93e6aed4600f"}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 538, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a2d8aeef-fd8e-45ed-8a0f-5df03e45db37 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:25:31,258 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.157s 2024-02-28 08:25:31,258 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:31 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-f1e1aab8-dfa4-4875-aa84-cce2ac8a5413', 'x-compute-request-id': 'req-f1e1aab8-dfa4-4875-aa84-cce2ac8a5413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:25:31,420 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.147s 2024-02-28 08:25:31,420 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:31 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-95ae9c80-2098-41d1-8b38-196e99fd2e44', 'x-compute-request-id': 'req-95ae9c80-2098-41d1-8b38-196e99fd2e44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookm ark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:21,741 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.258s 2024-02-28 08:26:21,741 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585d3dc2-34b6-47be-8656-25c859083f34', 'x-compute-request-id': 'req-585d3dc2-34b6-47be-8656-25c859083f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:21,928 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.173s 2024-02-28 08:26:21,928 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32235e46-2e2d-40e8-b50a-c24cacb0c86e', 'x-compute-request-id': 'req-32235e46-2e2d-40e8-b50a-c24cacb0c86e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:22,195 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes 0.221s 2024-02-28 08:27:22,195 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherB-volume-2130890534"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb112844-57ef-48f3-8014-3165c0c827c0', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb112844-57ef-48f3-8014-3165c0c827c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes'} Body: b'{"volume": {"id": "a2d8aeef-fd8e-45ed-8a0f-5df03e45db37", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:22.134773", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-2130890534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}], "user_id": "b484e490a29043fea2310ab44b27e379", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": f alse, "attachments": []}}' 2024-02-28 08:27:22,248 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37 0.041s 2024-02-28 08:27:22,248 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80ddd528-1fac-4de8-80bf-cf2ace715091', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80ddd528-1fac-4de8-80bf-cf2ace715091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37'} Body: b'{"volume": {"id": "a2d8aeef-fd8e-45ed-8a0f-5df03e45db37", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:22.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-2130890534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}], "user_id": "b484e490a29043fea2310ab44b27e379", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2478734b50d048b19e426a92d74f8aef"}}' 2024-02-28 08:27:23,300 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37 0.038s 2024-02-28 08:27:23,300 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd2e4f92-30af-415f-93f4-8e5bf2509b5e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd2e4f92-30af-415f-93f4-8e5bf2509b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37'} Body: b'{"volume": {"id": "a2d8aeef-fd8e-45ed-8a0f-5df03e45db37", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:27:22.000000", "updated_at": "2024-02-28T08:27:22.000000", "name": "tempest-ServerActionsTestOtherB-volume-2130890534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2478734b50d048b19e426a92d74f8aef/volumes/a2d8aeef-fd8e-45ed-8a0f-5df03e45db37"}], "user_id": "b484e490a29043fea2310ab44b27e379", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2478734b50d048b19e426a92d74f8aef"}}' 2024-02-28 08:27:23,313 86047 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 2024- 02-28 08:27:23,533 86047 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb 0.218s 2024-02-28 08:27:23,534 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb6d0ef4-00d3-4ce0-b5b2-eb0723feff62', 'x-compute-request-id': 'req-fb6d0ef4-00d3-4ce0-b5b2-eb0723feff62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb'} Body: b'{"server": {"id": "8c246cbe-82f2-4865-93f8-dad85d136afb", "name": "tempest-ServerActionsTestOtherB-server-2056445951", "status": "ACTIVE", "tenant_id": "2478734b50d048b19e426a92d74f8aef", "user_id": "b484e490a29043fea2310ab44b27e379", "metadata": {}, "hostId": "9f7da9792e429d1814d947c2b1fead40623cfe61db48619c70e08adb", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:23:38Z", "updated": "2024-02-28T08:23:55Z", "addresses": {"tempest-ServerActionsTestOtherB-1546959795-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}, {"version": 4, "addr": "172.24.4.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:22:8d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8c246cbe-82f2-4865-93f8-dad85d136afb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-470490749", "OS-SRV-USG:launched_at": "2024-02-28T08:23:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1424768092"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 249, in test_stable_device_rescue_disk_virtio_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1cf05ea3-8d46-4dc8-b9ca-a39f264e202e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:24:33,763 86057 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/1c98e9e8367b43669b3ed2a6837e793a/volumes 0.364s 2024-02-28 08:24:33,764 86057 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-662420998"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082c1c5b-2ccc-4160-8cc7-0c8ce2ba1b04', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082c1c5b-2ccc-4160-8cc7-0c8ce2ba1b04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes'} Body: b'{"volume": {"id": "1cf05ea3-8d46-4dc8-b9ca-a39f264e202e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:33.683140", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-662420998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}], "user_id": "28daedd873b5420e87b9e7c98fa34f92", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:24:33,775 86057 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:24:33,861 86057 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.084s 2024-02-28 08:24:33,861 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-394819500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZOybV4niguFMOBAfiSUC88gHeiT5kRBZzJHI4CsqXiRl1D81q4I0zUTbS6z3uF8ZhX66uk6nfWlB6h76Ly8JuwPH2hqICyXMejPeVFAlOeThJUEV/GijX74wOoQ6m4Gw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:33 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-7f793ead-dcee-4b10-a296-5a8573c5a79b', 'x-compute-request-id': 'req-7f793ead-dcee-4b10-a296-5a8573c5a79b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-394819500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZOybV4niguFMOBAfiSUC88gHeiT5kRBZzJHI4CsqXiRl1D81q4I0zUTbS6z3uF8ZhX66uk6nfWlB6h76Ly8JuwPH2hqICyXMejPeVFAlOeThJUEV/GijX74wOoQ6m4Gw==", "fingerprint": "9b:64:df:e1:a1:1e:60:c5:7c:24:8f:32:43:14:83:da", "user_id": "28daedd873b5420e87b9e7c98fa34f92"}}' 2024-02-28 08:24:33,864 86057 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-394819500 created 2024-02-28 08:24:34,116 86057 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 .252s 2024-02-28 08:24:34,117 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--393664545", "description": "tempest-description--919953440"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-55010582-b1ca-4798-abbd-99168e3dd369', 'date': 'Wed, 28 Feb 2024 08:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "name": "tempest-securitygroup--393664545", "stateful": true, "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "description": "tempest-description--919953440", "shared": false, "security_group_rules": [{"id": "2572611b-26dc-4867-92ac-c1fbda3491bb", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "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": 500, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:33Z", "updated_at": "2024-02-28T08:24:33Z", "revision_number": 0}, {"id": "3b8e60b8-23e9-4b65-8e97-f469ab425561", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "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": 501, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:24:34Z", "updated_at": "2024-02-28T08:24:34Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:24:33Z", "updated_at": "2024-02-28T08:24:33Z", "revision_number": 1, "project_id": "1c98e9e8367b43669b3ed2a6837e793a"}}' 2024-02-28 08:24:34,500 86057 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.382s 2024-02-28 08:24:34,500 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-83b4801b-5738-4c0f-bb0e-158dbed372a1', 'date': 'Wed, 28 Feb 2024 08:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2dfd6b99-5de0-40f2-ba54-e882b0ba7aef", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:34Z", "updated_at": "2024-02-28T08:24:34Z", "revision_number": 0}}' 2024-02-28 08:24:35,498 86057 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/n etworking/v2.0/security-group-rules 0.998s 2024-02-28 08:24:35,499 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-abbe19d3-879c-4d68-92ce-c00b396db4f3', 'date': 'Wed, 28 Feb 2024 08:24:35 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": "5ca7a23a-c398-40ee-bc32-647ac126ac55", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "security_group_id": "1f6658c6-d989-40d6-911a-f57ff5dd7594", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:24:34Z", "updated_at": "2024-02-28T08:24:34Z", "revision_number": 0}}' 2024-02-28 08:24:35,499 86057 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--393664545 created 2024-02-28 08:24:37,088 86057 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 1.588s 2024-02-28 08:24:37,088 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-7811f875-36b1-4901-90a7-7c34dfe27ae3', 'date': 'Wed, 28 Feb 2024 08:24:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6bf21e7c-e4ec-4d8e-99e8-c93de784a06f", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "floating_ip_address": "172.24.4.64", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1c98e9e8367b43669b3ed2a6837e793a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:24:36Z", "updated_at": "2024-02-28T08:24:36Z", "revision_number": 0}}' 2024-02-28 08:24:37,089 86057 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6bf21e7c-e4ec-4d8e-99e8-c93de784a06f', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'floating_ip_address': '172.24.4.64', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:24:36Z', 'updated_at': '2024-02-28T08:24:36Z', 'revision_number': 0, 'ip': '172.24.4.64'} created 2024-02-28 08:24:37,206 86057 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.113s 2024-02-28 08:24:37,207 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:37 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-0450a61a-6718-4817-b7ef-794e0554cc84', '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": "28daedd873b5420e87b9e7c98fa34f92", "name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "password_expires_at": null}, "audit_ids": ["uKEW6QaETvmbhBBTV3pygg"], "expires_at": "2024-02-28T09:24:37.000000Z", "issued_at": "2024-02-28T08:24:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c98e9e8367b43669b3ed2a6837e793a", "name": "tempest-ServerStableDeviceRescueTest-51783165"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1c98e9e8367b43669b3ed2a6837e793a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:24:37,208 86057 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '53ea7126-e312-4ad5-a7c2-8b08f069b1e2', 'name': 'tempest-ServerStableDeviceRescueTest-1821628796-network', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13004, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:24:21Z', 'updated_at': '2024-02-28T08:24:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:24:37,208 86057 DEBUG [tempest.common.compute] Pro visioning test server with validation resources {'keypair': {'name': 'tempest-keypair-394819500', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZOybV4niguFMOBAfiSUC88gHeiT5kRBZzJHI4CsqXiRl1D81q4I0zUTbS6z3uF8ZhX66uk6nfWlB6h76Ly8JuwPH2hqICyXMejPeVFAlOeThJUEV/GijX74wOoQ6m4Gw==', 'fingerprint': '9b:64:df:e1:a1:1e:60:c5:7c:24:8f:32:43:14:83:da', 'user_id': '28daedd873b5420e87b9e7c98fa34f92', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAWIPyKZqQwEDm3b2qqMIku/SrjEDv0CiKMQSXtCsxzVjD6OZ+hBxHY\nzFWW3QAZLeSgBwYFK4EEACKhZANiAARGTsm1eJ4oLhTDgQH4klAvPIB3ok+ZEQWc\nyRyOArKl4kZdQ/NauCNM1E20us97hfGYV+urpOp31pQeoe+i8vCbsDx9oaiAslzH\noz3lRQJTnk4SVBFfxoo1++MDqEOpuBs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1f6658c6-d989-40d6-911a-f57ff5dd7594', 'name': 'tempest-securitygroup--393664545', 'stateful': True, 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'description': 'tempest-description--919953440', 'shared': False, 'security_group_rules': [{'id': '2572611b-26dc-4867-92ac-c1fbda3491bb', 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'security_group_id': '1f6658c6-d989-40d6-911a-f57ff5dd7594', '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': 500, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:24:33Z', 'updated_at': '2024-02-28T08:24:33Z', 'revision_number': 0}, {'id': '3b8e60b8-23e9-4b65-8e97-f469ab425561', 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'security_group_id': '1f6658c6-d989-40d6-911a-f57ff5dd7594', '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': 501, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:24:34Z', 'updated_at': '2024-02-28T08:24:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:24:33Z', 'updated_at': '2024-02-28T08:24:33Z', 'revision_number': 1, 'project_id': '1c98e9e8367b43669b3ed2a6837e793a'}, 'floating_ip': {'id': '6bf21e7c-e4ec-4d8e-99e8-c93de784a06f', 'tenant_id': '1c98e9e8367b43669b3ed2a6837e793a', 'floating_ip_address': '172.24.4.64', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1c98e9e8367b43669b3ed2a6837e793a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:24:36Z', 'updated_at': '2024-02-28T08:24:36Z', 'revision_number': 0, 'ip': '172.24.4.64'}} 2024-02-28 08:24:38,297 86057 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 1.088s 2024-02-28 08:24:38,298 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "53ea7126-e312-4ad5-a7c2-8b08f069b1e2"}], "security_groups": [{"name": "tempest-securitygroup--393664545"}], "key_name": "tempest-keypair-394819500", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90', 'content-type': 'application/j son', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8dd84d1-1553-4c8b-9f27-d4d974e8a1a6', 'x-compute-request-id': 'req-b8dd84d1-1553-4c8b-9f27-d4d974e8a1a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--393664545"}], "adminPass": "rn42dHTeuaig"}}' 2024-02-28 08:24:38,380 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90 0.079s 2024-02-28 08:24:38,380 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585566de-30bc-40fb-acfd-aa8cd63488e0', 'x-compute-request-id': 'req-585566de-30bc-40fb-acfd-aa8cd63488e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "status": "BUILD", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:38Z", "updated": "2024-02-28T08:24:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-394819500", "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": []}}' 2024-02-28 08:25:28,707 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90 0.264s 2024-02-28 08:25:28,708 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:25:28 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-9cc7abde-68e8-4aa0-82c9-be3225b5c968', 'x-compute-request-id': 'req-9cc7abde-68e8-4aa0-82c9-be3225b5c968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "status": "ACTIVE", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "metadata": {}, "hostId": "8010802d8be479f4127844b9dc254cb75eb0d421090b30fda7752c5d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:38Z", "updated": "2024-02-28T08:24:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1821628796-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-394819500", "OS-SRV-USG:launched_at": "2024-02-28T08:24:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--393664545"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:25:28,721 86057 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:26:28,960 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90/os-interface 0.179s 2024-02-28 08:26:28,961 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:28 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-88f5ba91-9276-482d-8645-3d1f07020b8a', 'x-compute-request-id': 'req-88f5ba91-9276-482d-8645-3d1f07020b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "53ea7126-e312-4ad5-a7c2-8b08f069b1e2", "port_id": "945096e2-e7e7-4190-9b59-33337bc44558", "mac_addr": "fa:16:3e:b7:76:d9", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d80e5f3d-548e-42e2-a4bc-cdc91eed69f1", "ip_address": "10.0.0.14"}]}]}' 2024-02-28 08:26:29,994 86057 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/6bf21e7c-e4ec-4d8e-99e8-c93de784a06f 1.029s 2024-02-28 08:26:29,994 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "945096e2-e7e7-4190-9b59-33337bc44558"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-a5b4a519-8a90-422c-adf7-9d7aefc525ae', 'date': 'Wed, 28 Feb 2024 08:26:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6bf21e7c-e4ec-4d8e-99e8-c93de784a06f'} Body: b'{"floatingip": {"id": "6bf21e7c-e4ec-4 d8e-99e8-c93de784a06f", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "floating_ip_address": "172.24.4.64", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "6734ff98-951e-4eca-8044-e836f58c8b85", "port_id": "945096e2-e7e7-4190-9b59-33337bc44558", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "53ea7126-e312-4ad5-a7c2-8b08f069b1e2", "mac_address": "fa:16:3e:b7:76:d9", "admin_state_up": true, "status": "ACTIVE", "device_id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:24:36Z", "updated_at": "2024-02-28T08:26:29Z", "revision_number": 1, "project_id": "1c98e9e8367b43669b3ed2a6837e793a"}}' 2024-02-28 08:26:29,997 86057 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.64:22' as 'cirros' with public key authentication 2024-02-28 08:26:30,015 86057 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:26:30,129 86057 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:26:30,130 86057 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.64 successfully created 2024-02-28 08:26:31,431 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90/action 1.300s 2024-02-28 08:26:31,432 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1582044267"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:30 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c8d597a-0d4a-4030-89aa-55e427205203', 'x-compute-request-id': 'req-1c8d597a-0d4a-4030-89aa-55e427205203', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90/action'} Body: b'' 2024-02-28 08:26:31,489 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.055s 2024-02-28 08:26:31,490 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1607', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4eb80e1-db3c-44be-a14e-47d8fdef8dd7', 'x-compute-request-id': 'req-d4eb80e1-db3c-44be-a14e-47d8fdef8dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"image": {"id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "user_id": "28daedd873b5420e87b9e7c98fa34f92"}, "created": "2024-02-28T08:26:31Z", "updated": "2024-02-28T08:26:31Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}], "server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}]}}}' 2024-02-28 08:27:21,619 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.072s 2024-02-28 08:27:21,619 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84fc6ccb-5071-4116-a5d2-58c44109250d', 'x-compute-request-id': 'req-84fc6ccb-5071-4116-a5d2-58c44109250d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"image": {"id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "minRam": 0, "minDisk": 1, "metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "image_type": "snapshot", "owner_id": "1c98e9e8367b43669b3ed2a6837e793a", "image_state": "available", "image_location": "snapshot"}, "created": "2024-02-28T08:26:31Z", "updated": "2024-02-28T08:26:38Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}], "server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}]}}}' 2024-02-28 08:27:21,684 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.059s 2024-02-28 08:27:21,684 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b16545d-e619-4813-9196-8b402362c8bb', 'x-compute-request-id': 'req-8b16545d-e619-4813-9196-8b402362c8bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"image": {"id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "owner_id": "1c98e9e8367b43669b3ed2a6837e793a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "user_id": "28daedd873b5420e87b9e7c98fa34f92"}, "created": "2024-02-28T08:26:31Z", "updated": "2024-02-28T08:26:38Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3"}], "server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}]}}}' 2024-02-28 08:27:21,958 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90 0.267s 2024-02-28 08:27:21,958 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-467f5875-0217-48e8-81fb-0064440d982c', 'x-compute-request-id': 'req-467f5875-0217-48e8-81fb-0064440d982c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "status": "ACTIVE", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "metadata": {}, "hostId": "8010802d8be479f4127844b9dc254cb75eb0d421090b30fda7752c5d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/imag es/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:38Z", "updated": "2024-02-28T08:26:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1821628796-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}, {"version": 4, "addr": "172.24.4.64", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-394819500", "OS-SRV-USG:launched_at": "2024-02-28T08:24:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--393664545"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:28:22,437 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.407s 2024-02-28 08:28:22,438 86057 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, 28 Feb 2024 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b9fa653b-c624-4fbf-b847-06fd6db53133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "image_type": "snapshot", "owner_id": "1c98e9e8367b43669b3ed2a6837e793a", "image_state": "available", "image_location": "snapshot", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "43845f81721be295682784d97ed56066", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "1c98e9e8367b43669b3ed2a6837e793a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "69591539d13cf923e1341cad4388826a8ac6caee5c792f4d453d6be250d2158e819c2d674ea47108c7fb7c407f9e35eb4b36cfe8e20fe5928936af6ec0d27d42", "id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "created_at": "2024-02-28T08:26:31Z", "updated_at": "2024-02-28T08:28:22Z", "tags": [], "self": "/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "file": "/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:28:22,584 86057 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/df7077a7-3148-45dd-ae00-cf8ba8f0aab3 0.145s 2024-02-28 08:28:22,585 86057 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dfe6ae75-f52b-4965-be7f-55bd9088f92e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "owner_id": "1c98e9e8367b43669b3ed2a6837e793a", "owner_project_name": "tempest-ServerStableDeviceRescueTest-51783165", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-51783165-project-member", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1582044267", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "43845f81721be295682784d97ed56066", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "1c98e9e8367b43669b3ed2a6837e793a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "69591539d13cf923e1341cad4388826a8ac6caee5c792f4d453d6be250d2158e819c2d674ea47108c7fb7c407f9e35eb4b36cfe8e20fe5928936af6ec0d27d42", "id": "df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "created_at": "2024-02-28T08:26:31Z", "updated_at": "2024-02-28T08:28:23Z", "tags": [], "self": "/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3", "file": "/v2/images/df7077a7-3148-45dd-ae00-cf8ba8f0aab3/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:28:22,789 86057 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/8516b83f-4ba9-4c43-a025-9d0a39865b90 0.204s 2024-02-28 08:28:22,790 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaf111e4-ef53-47c8-b2e4-b46ba2ece30b', 'x-compute-request-id': 'req-aaf111e4-ef53-47c8-b2e4-b46ba2ece30b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90'} Body: b'{"server": {"id": "8516b83f-4ba9-4c43-a025-9d0a39865b90", "name": "tempest-ServerStableDeviceRescueTest-server-1118147518", "status": "ACTIVE", "tenant_id": "1c98e9e8367b43669b3ed2a6837e793a", "user_id": "28daedd873b5420e87b9e7c98fa34f92", "metadata": {}, "hostId": "8010802d8be479f4127844b9dc254cb75eb0d421090b30fda7752c5d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:38Z", "updated": "2024-02-28T08:26:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1821628796-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-I PS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}, {"version": 4, "addr": "172.24.4.64", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:76:d9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8516b83f-4ba9-4c43-a025-9d0a39865b90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-394819500", "OS-SRV-USG:launched_at": "2024-02-28T08:24:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--393664545"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:28:22,847 86057 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/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e 0.041s 2024-02-28 08:28:22,847 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f15faf-dbbd-49d4-8e34-ec139f2875fa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05f15faf-dbbd-49d4-8e34-ec139f2875fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e'} Body: b'{"volume": {"id": "1cf05ea3-8d46-4dc8-b9ca-a39f264e202e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:34.000000", "updated_at": "2024-02-28T08:24:34.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-662420998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}], "user_id": "28daedd873b5420e87b9e7c98fa34f92", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c98e9e8367b43669b3ed2a6837e793a"}}' 2024-02-28 08:28:23,902 86057 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/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e 0.041s 2024-02-28 08:28:23,903 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d8ad0be-c697-4af5-b92e-59350136b166', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d8ad0be-c697-4af5-b92e-59350136b166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e'} Body: b'{"volume": {"id": "1cf05ea3-8d46-4dc8-b9ca-a39f264e202e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:24:34.000000", "updated_at": "2024-02-28T08:24:34.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-662420998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c98e9e8367b43669b3ed2a6837e793a/volumes/1cf05ea3-8d46-4dc8-b9ca-a39f264e202e"}], "user_id": "28daedd873b5420e87b9e7c98fa34f92", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c98e9e8367b43669b3ed2a6837e793a"}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fefc2996-b2d6-49a9-ba41-4b65e278ec3d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:14,722 86063 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:26:14,722 86063 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:26:14,772 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2024-02-28 08:26:14,773 86063 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-2060291930", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCDZPwZuUFfg4S1bCQKBOH/QNfm0dDJVtOwKv2q/1Y3FZYwVrytuHgYwHbuUWIv8rUf/TrbNr+EqoWZS645bK5oJXGZlc/YUSrStyvgv1bj68f+F0onPo1VMS1aeZ0pF9A=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:14 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-559bc16b-f90b-4f66-a44d-aa01e947e094', 'x-compute-request-id': 'req-559bc16b-f90b-4f66-a44d-aa01e947e094', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2060291930", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCDZPwZuUFfg4S1bCQKBOH/QNfm0dDJVtOwKv2q/1Y3FZYwVrytuHgYwHbuUWIv8rUf/TrbNr+EqoWZS645bK5oJXGZlc/YUSrStyvgv1bj68f+F0onPo1VMS1aeZ0pF9A==", "fingerprint": "71:69:25:99:ba:00:6e:6d:32:cc:73:13:2d:9e:aa:df", "user_id": "243f15a7499a4045b36c3984178d2c63"}}' 2024-02-28 08:26:14,777 86063 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2060291930 created 2024-02-28 08:26:14,932 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2024-02-28 08:26:14,932 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1612329434", "description": "tempest-description--1027501254"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-be79618b-f833-4242-9b3d-06f4f3a9b5f6', 'date': 'Wed, 28 Feb 2024 08:26:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "name": "tempest-securitygroup--1612329434", "stateful": true, "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "description": "tempest-description--1027501254", "shared": false, "security_group_rules": [{"id": "868dbfc4-9267-45b8-b595-1a43b2d95eee", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "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": 637, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:14Z", "updated_at": "2024-02-28T08:26:14Z", "revision_number": 0}, {"id": "dec69f52-5ea5-4efb-b5ac-7e98917ac126", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "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": 638, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:14Z", "updated_at": "2024-02-28T08:26:14Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:26:14Z", "updated_at": "2024-02-28T08:26:14Z", "revision_number": 1, "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:26:15,197 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.264s 2024-02-28 08:26:15,197 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f31e12eb-6831-4da5-9c4e-bc9f4fe787ca', 'date': 'Wed, 28 Feb 2024 08:26:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34ccafe0-e1be-4b75-bc2f-a0cbadc67468", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:15Z", "updated_at": "2024-02-28T08:26:15Z", "revision_number": 0}}' 2024-02-28 08:26:15,424 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.226s 2024-02-28 08:26:15,424 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9a0dad8e-b440-4a88-9c6a-6142f711b893', 'date': 'Wed, 28 Feb 2024 08:26:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f0a2f749-abfa-4b0b-811a-4ed8dec1fd2d", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "security_group_id": "b72d48d1-eea9-4399-81a2-f9a15923dc86", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:15Z", "updated_at": "2024-02-28T08:26:15Z", "revision_number": 0}}' 2024-02-28 08:26:15,425 86063 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1612329434 created 2024-02-28 08:26:16,351 86063 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.925s 2024-02-28 08:26:16,351 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-2fb8a7f0-1c77-43de-88d7-71e1424f1252', 'date': 'Wed, 28 Feb 2024 08:26:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f9e4f6ea-5d8d-4e45-8642-e165018bdbb0", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "floating_ip_address": "172.24.4.217", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:15Z", "updated_at": "2024-02-28T08:26:15Z", "revision_number": 0}}' 2024-02-28 08:26:16,351 86063 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f9e4f6ea-5d8d-4e45-8642-e165018bdbb0', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'floating_ip_address': '172.24.4.217', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:15Z', 'updated_at': '2024-02-28T08:26:15Z', 'revision_number': 0, 'ip': '172.24.4.217'} created 2024-02-28 08:26:16,453 86063 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.097s 2024-02-28 08:26:16,454 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-41bd0c63-9b69-4291-8638-aae22d7d463e', '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": "243f15a7499a4045b36c3984178d2c63", "name": "tempest-AttachVolumeShelveTestJSON-963774972-project-member", "password_expires_at": null}, "audit_ids": ["V0z0FGO8R9CKjL3KujegAQ"], "expires_at": "2024-02-28T09:26:16.000000Z", "issued_at": "2024-02-28T08:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db18a9963ed946d0ab1d3fbeccfe0fea", "name": "tempest-AttachVolumeShelveTestJSON-963774972"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking ", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:26:16,454 86063 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '983983b7-e7f1-40fb-b692-1fb5c70b6b23', 'name': 'tempest-AttachVolumeShelveTestJSON-853551337-network', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62837, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:23:05Z', 'updated_at': '2024-02-28T08:23:05Z', 'revision_number': 1} available for tenant 2024-02-28 08:26:16,455 86063 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2060291930', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCDZPwZuUFfg4S1bCQKBOH/QNfm0dDJVtOwKv2q/1Y3FZYwVrytuHgYwHbuUWIv8rUf/TrbNr+EqoWZS645bK5oJXGZlc/YUSrStyvgv1bj68f+F0onPo1VMS1aeZ0pF9A==', 'fingerprint': '71:69:25:99:ba:00:6e:6d:32:cc:73:13:2d:9e:aa:df', 'user_id': '243f15a7499a4045b36c3984178d2c63', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCI1wrTsgpP43tkdQcq/c9vpYIOvITfTjN5qogvyTHAvUiufovsq9RG\nCz5ZBkv+RpigBwYFK4EEACKhZANiAAQg2T8GblBX4OEtWwkCgTh/0DX5tHQyVbTs\nCr9qv9WNxWWMFa8rbh4GMB27lFiL/K1H/062za/hKqFmUuuOWyuaCVxmZXP2FEq0\nrcr4L9W4+vH/hdKJz6NVTEtWnmdKRfQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b72d48d1-eea9-4399-81a2-f9a15923dc86', 'name': 'tempest-securitygroup--1612329434', 'stateful': True, 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': 'tempest-description--1027501254', 'shared': False, 'security_group_rules': [{'id': '868dbfc4-9267-45b8-b595-1a43b2d95eee', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'security_group_id': 'b72d48d1-eea9-4399-81a2-f9a15923dc86', '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': 637, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:14Z', 'updated_at': '2024-02-28T08:26:14Z', 'revision_number': 0}, {'id': 'dec69f52-5ea5-4efb-b5ac-7e98917ac126', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'security_group_id': 'b72d48d1-eea9-4399-81a2-f9a15923dc86', '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': 638, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:14Z', 'updated_at': '2024-02-28T08:26:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:26:14Z', 'updated_at': '2024-02-28T08:26:14Z', 'revision_number': 1, 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea'}, 'floating_ip': {'id': 'f9e4f6ea-5d8d-4e45-8642-e165018bdbb0', 'tenant_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'floating_ip_address': '172.24.4.217', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'db18a9963ed946d0ab1d3fbeccfe0fea', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:15Z', 'updated_at': '2024-02-28T08:26:15Z', 'revision_number': 0, 'ip': '172.24.4.217'}} 2024-02-28 08:26:17,242 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.786s 2024-02-28 08:26:17,243 86063 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-63754970", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "983983b7-e7f1-40fb-b692-1fb5c70b6b23"}], "security_groups": [{"name": "tempest-securitygroup--1612329434"}], "key_name": "tempest-keypair-2060291930", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8', '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-f6914cdb-3dc8-4400-a89c-47732c7322d9', 'x-compute-request-id': 'req-f6914cdb-3dc8-4400-a89c-47732c7322d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "77402522-df4b-4635-a36c-aab47a1c53e8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1612329434"}], "adminPass": "password"}}' 2024-02-28 08:26:17,326 86063 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/77402522-df4b-4635-a36c-aab47a1c53e8 0.078s 2024-02-28 08:26:17,326 86063 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, 28 Feb 2024 08:26:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b7832e2-e23b-4fa5-aca6-71de5d42eb3a', 'x-compute-request-id': 'req-1b7832e2-e23b-4fa5-aca6-71de5d42eb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'{"server ": {"id": "77402522-df4b-4635-a36c-aab47a1c53e8", "name": "tempest-AttachVolumeShelveTestJSON-server-63754970", "status": "BUILD", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:17Z", "updated": "2024-02-28T08:26:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2060291930", "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}}' 2024-02-28 08:27:07,590 86063 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/77402522-df4b-4635-a36c-aab47a1c53e8 0.202s 2024-02-28 08:27:07,590 86063 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, 28 Feb 2024 08:27:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1583', '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-38e9fcff-5c02-42fd-b6f0-c308eac41586', 'x-compute-request-id': 'req-38e9fcff-5c02-42fd-b6f0-c308eac41586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'{"server": {"id": "77402522-df4b-4635-a36c-aab47a1c53e8", "name": "tempest-AttachVolumeShelveTestJSON-server-63754970", "status": "ACTIVE", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "0c040774bff2c626b8bd71ea597ff3fd1dd20bcb86792879c336fcda", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:17Z", "updated": "2024-02-28T08:26:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:ad:ec"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2060291930", "OS-SRV-USG:launched_at": "2024-02-28T08:26:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1612329434"}], "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}}' 2024-02-28 08:27:07,606 86063 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08: 28:07,772 86063 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/77402522-df4b-4635-a36c-aab47a1c53e8/os-interface 0.149s 2024-02-28 08:28:07,772 86063 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, 28 Feb 2024 08:28:07 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-b71ee787-0e0d-443e-8485-c20464723b96', 'x-compute-request-id': 'req-b71ee787-0e0d-443e-8485-c20464723b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "983983b7-e7f1-40fb-b692-1fb5c70b6b23", "port_id": "84c44a5b-45cb-4ebb-bed9-8f23e1a64807", "mac_addr": "fa:16:3e:b6:ad:ec", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5caaf035-8f43-4e43-9e07-5a1241c984ff", "ip_address": "10.0.0.5"}]}]}' 2024-02-28 08:28:08,858 86063 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/f9e4f6ea-5d8d-4e45-8642-e165018bdbb0 1.082s 2024-02-28 08:28:08,859 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "84c44a5b-45cb-4ebb-bed9-8f23e1a64807"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ac80f616-2b4e-445a-afa3-6145b8064052', 'date': 'Wed, 28 Feb 2024 08:28:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f9e4f6ea-5d8d-4e45-8642-e165018bdbb0'} Body: b'{"floatingip": {"id": "f9e4f6ea-5d8d-4e45-8642-e165018bdbb0", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "floating_ip_address": "172.24.4.217", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "ee82d960-38fe-4961-a52b-5c13a55ed89e", "port_id": "84c44a5b-45cb-4ebb-bed9-8f23e1a64807", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "983983b7-e7f1-40fb-b692-1fb5c70b6b23", "mac_address": "fa:16:3e:b6:ad:ec", "admin_state_up": true, "status": "ACTIVE", "device_id": "77402522-df4b-4635-a36c-aab47a1c53e8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:15Z", "updated_at": "2024-02-28T08:28:08Z", "revision_number": 1, "project_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:28:08,860 86063 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.217:22' as 'cirros' with public key authentication 2024-02-28 08:28:08,885 86063 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:08,994 86063 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:08,995 86063 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.217 successfully created 2024-02-28 08:28:09,039 86063 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/77402522-df4b-4635-a36c-aab47a1c53e8/ips 0.043s 2024-02-28 08:28:09,039 86063 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 Resp onse - Headers: {'date': 'Wed, 28 Feb 2024 08:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16473937-8788-4d63-a271-91b1388c0f50', 'x-compute-request-id': 'req-16473937-8788-4d63-a271-91b1388c0f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2024-02-28 08:28:09,418 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes 0.376s 2024-02-28 08:28:09,419 86063 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-1262748215"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b84e6d1-c1f4-45c1-b272-c231b71fdbcd', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b84e6d1-c1f4-45c1-b272-c231b71fdbcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes'} Body: b'{"volume": {"id": "fefc2996-b2d6-49a9-ba41-4b65e278ec3d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:09.194890", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1262748215", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:28:09,505 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d 0.067s 2024-02-28 08:28:09,505 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e74d02a1-e124-434b-84e6-e86b90c1c51f', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74d02a1-e124-434b-84e6-e86b90c1c51f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d'} Body: b'{"volume": {"id": "fefc2996-b2d6-49a9-ba41-4b65e278ec3d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:09.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1262748215", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc 2996-b2d6-49a9-ba41-4b65e278ec3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:28:10,557 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d 0.038s 2024-02-28 08:28:10,557 86063 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e82d24-0efa-45ac-b733-8f465039a5c5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e82d24-0efa-45ac-b733-8f465039a5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d'} Body: b'{"volume": {"id": "fefc2996-b2d6-49a9-ba41-4b65e278ec3d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:09.000000", "updated_at": "2024-02-28T08:28:09.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1262748215", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db18a9963ed946d0ab1d3fbeccfe0fea/volumes/fefc2996-b2d6-49a9-ba41-4b65e278ec3d"}], "user_id": "243f15a7499a4045b36c3984178d2c63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea"}}' 2024-02-28 08:28:10,685 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8 0.115s 2024-02-28 08:28:10,685 86063 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, 28 Feb 2024 08:28:10 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-7bb4bd96-fa8e-4d7d-bd6a-7a500ea809a8', 'x-compute-request-id': 'req-7bb4bd96-fa8e-4d7d-bd6a-7a500ea809a8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'' 2024-02-28 08:28:11,071 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8 0.386s 2024-02-28 08:28:11,072 86063 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, 28 Feb 2024 08:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1708', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-open stack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6330eb4a-8229-4497-88dc-1247005202cd', 'x-compute-request-id': 'req-6330eb4a-8229-4497-88dc-1247005202cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'{"server": {"id": "77402522-df4b-4635-a36c-aab47a1c53e8", "name": "tempest-AttachVolumeShelveTestJSON-server-63754970", "status": "ACTIVE", "tenant_id": "db18a9963ed946d0ab1d3fbeccfe0fea", "user_id": "243f15a7499a4045b36c3984178d2c63", "metadata": {}, "hostId": "0c040774bff2c626b8bd71ea597ff3fd1dd20bcb86792879c336fcda", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:17Z", "updated": "2024-02-28T08:28:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-853551337-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:ad:ec"}, {"version": 4, "addr": "172.24.4.217", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:ad:ec"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/77402522-df4b-4635-a36c-aab47a1c53e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2060291930", "OS-SRV-USG:launched_at": "2024-02-28T08:26:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1612329434"}], "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}}' 2024-02-28 08:29:01,261 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8 0.132s 2024-02-28 08:29:01,261 86063 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, 28 Feb 2024 08:29:01 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-1efcb783-7eb6-4a61-9238-40ffd9604661', 'x-compute-request-id': 'req-1efcb783-7eb6-4a61-9238-40ffd9604661', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/77402522-df4b-4635-a36c-aab47a1c53e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 77402522-df4b-4635-a36c-aab47a1c53e8 could not be found."}}' 2024-02-28 08:29:01,292 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2060291930 0.030s 2024-02-28 08:29:01,292 86063 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, 28 Feb 2024 08:29:01 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-284c05a0-4d54-4857-9a6e-e1fe9a8da452', ' x-compute-request-id': 'req-284c05a0-4d54-4857-9a6e-e1fe9a8da452', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2060291930'} Body: b'' 2024-02-28 08:29:01,442 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b72d48d1-eea9-4399-81a2-f9a15923dc86 0.149s 2024-02-28 08:29:01,443 86063 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-2afa4761-3793-49a4-996a-16e4638b7f3d', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b72d48d1-eea9-4399-81a2-f9a15923dc86'} Body: b'' 2024-02-28 08:29:01,470 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b72d48d1-eea9-4399-81a2-f9a15923dc86 0.026s 2024-02-28 08:29:01,470 86063 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-75abc655-6b4a-4360-90fd-cbaa555906f1', 'date': 'Wed, 28 Feb 2024 08:29:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b72d48d1-eea9-4399-81a2-f9a15923dc86'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b72d48d1-eea9-4399-81a2-f9a15923dc86 does not exist", "detail": ""}}' 2024-02-28 08:29:01,796 86063 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f9e4f6ea-5d8d-4e45-8642-e165018bdbb0 0.325s 2024-02-28 08:29:01,796 86063 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-1ba335c4-d909-4ab1-a2aa-b54274622e72', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f9e4f6ea-5d8d-4e45-8642-e165018bdbb0'} 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 35c1cfb5-9781-49f9-a494-63c3edc906ca failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:19,586 86053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:26:19,586 86053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:26:19,757 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.169s 2024-02-28 08:26:19,758 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-250158125", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHK9mhjiouwc76OPXUO6W9M+Ph6YKZbj7daMxt9SmwbDN3mTtGJgAFd/fuqtTC3qrZOQrgv5TYBTsWz5ErMgc2bALR4EJb68SEO1UlqZb9OqLANCiy5OB+TWXxmSpHMwsg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:19 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-7efbd67c-d57f-4893-9832-8b1181b037af', 'x-compute-request-id': 'req-7efbd67c-d57f-4893-9832-8b1181b037af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-250158125", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHK9mhjiouwc76OPXUO6W9M+Ph6YKZbj7daMxt9SmwbDN3mTtGJgAFd/fuqtTC3qrZOQrgv5TYBTsWz5ErMgc2bALR4EJb68SEO1UlqZb9OqLANCiy5OB+TWXxmSpHMwsg==", "fingerprint": "fa:db:4b:59:1a:2f:22:da:79:f6:90:f2:33:a4:9f:f0", "user_id": "218f5d76ad824a1abc95a08cf721e2ba"}}' 2024-02-28 08:26:19,762 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-250158125 created 2024-02-28 08:26:20,061 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.298s 2024-02-28 08:26:20,062 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--929594954", "description": "tempest-description--2061422280"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-b793c5f1-a472-42d6-bfbc-1951b88d0eeb', 'date': 'Wed, 28 Feb 2024 08:26:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "name": "tempest-securitygroup--929594954", "stateful": true, "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "tempest-description--2061422280", "shared": false, "security_group_rules": [{"id": "9ecd4970-aa63-40bd-b7e6-f335c466ea14", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "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": 647, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:19Z", "updated_at": "2024-02-28T08:26:19Z", "revision_number": 0}, {"id": "ccdd9778-5446-4d4f-806d-734a56a071ef", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_ran ge_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 646, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:19Z", "updated_at": "2024-02-28T08:26:19Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:26:19Z", "updated_at": "2024-02-28T08:26:19Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:26:20,275 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.212s 2024-02-28 08:26:20,275 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8e97a2ac-f62c-4b20-863b-f94cb1f02c8a', 'date': 'Wed, 28 Feb 2024 08:26:20 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": "2eb5e022-0828-474b-84e8-8f4521c779b0", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:20Z", "updated_at": "2024-02-28T08:26:20Z", "revision_number": 0}}' 2024-02-28 08:26:20,502 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.226s 2024-02-28 08:26:20,502 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c45b0fc0-6658-467c-9664-e9ec3f3b619f', 'date': 'Wed, 28 Feb 2024 08:26:20 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": "90430ac8-8058-465e-883d-58253ee72f6b", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "dd982207-3671-4f53-8ff9-43beb74b9a92", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:20Z", "updated_at": "2024-02-28T08:26:20Z", "revision_number": 0}}' 2024-02-28 08:26:20,502 86053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--929594954 created 2024-02-28 08:26:21,106 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.603s 2024-02-28 08:26:21,106 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993 b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-265aed19-4895-44d2-98e3-46ec5640bc76', 'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7b9be29e-3052-4fb8-b6ac-0848b772fdbd", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.200", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:20Z", "updated_at": "2024-02-28T08:26:20Z", "revision_number": 0}}' 2024-02-28 08:26:21,107 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7b9be29e-3052-4fb8-b6ac-0848b772fdbd', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.200', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:20Z', 'updated_at': '2024-02-28T08:26:20Z', 'revision_number': 0, 'ip': '172.24.4.200'} created 2024-02-28 08:26:21,145 86053 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.033s 2024-02-28 08:26:21,146 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-61845d04-761b-48ac-9174-bd778e5d54c9', '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": "218f5d76ad824a1abc95a08cf721e2ba", "name": "tempest-AttachVolumeNegativeTest-321882960-project-member", "password_expires_at": null}, "audit_ids": ["GO_cRCI8S1qCPDEG9hWSDw"], "expires_at": "2024-02-28T09:26:21.000000Z", "issued_at": "2024-02-28T08:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf279a5b5bc6440e9916e829bd29e2b9", "name": "tempest-AttachVolumeNegativeTest-321882960"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca 4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:26:21,147 86053 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '3bab0135-a744-47ea-8119-b4d8366bbc06', 'name': 'tempest-AttachVolumeNegativeTest-552754571-network', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4156, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:12Z', 'updated_at': '2024-02-28T08:26:12Z', 'revision_number': 1} available for tenant 2024-02-28 08:26:21,147 86053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-250158125', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHK9mhjiouwc76OPXUO6W9M+Ph6YKZbj7daMxt9SmwbDN3mTtGJgAFd/fuqtTC3qrZOQrgv5TYBTsWz5ErMgc2bALR4EJb68SEO1UlqZb9OqLANCiy5OB+TWXxmSpHMwsg==', 'fingerprint': 'fa:db:4b:59:1a:2f:22:da:79:f6:90:f2:33:a4:9f:f0', 'user_id': '218f5d76ad824a1abc95a08cf721e2ba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCI2jfSXezg6tKdjrpyQzsHelwgngUtwgK65xo8d7+9W/N+7s0Knozo\nYx9Z3cqK+rWgBwYFK4EEACKhZANiAARyvZoY4qLsHO+jj11DulvTPj4emCmW4+3W\njMbfUpsGwzd5k7RiYABXf37qrUwt6q2TkK4L+U2AU7Fs+RKzIHNmwC0eBCW+vEhD\ntVJamW/TqiwDQosuTgfk1l8ZkqRzMLI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dd982207-3671-4f53-8ff9-43beb74b9a92', 'name': 'tempest-securitygroup--929594954', 'stateful': True, 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': 'tempest-description--2061422280', 'shared': False, 'security_group_rules': [{'id': '9ecd4970-aa63-40bd-b7e6-f335c466ea14', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': 'dd982207-3671-4f53-8ff9-43beb74b9a92', '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': 647, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:19Z', 'updated_at': '2024-02-28T08:26:19Z', 'revision_number': 0}, {'id': 'ccdd9778-5446-4d4f-806d-734a56a071ef', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': 'dd982207-3671-4f53-8ff9-43beb74b9a92', '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_gro up_id': None, 'standard_attr_id': 646, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:19Z', 'updated_at': '2024-02-28T08:26:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:26:19Z', 'updated_at': '2024-02-28T08:26:19Z', 'revision_number': 1, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9'}, 'floating_ip': {'id': '7b9be29e-3052-4fb8-b6ac-0848b772fdbd', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.200', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:20Z', 'updated_at': '2024-02-28T08:26:20Z', 'revision_number': 0, 'ip': '172.24.4.200'}} 2024-02-28 08:26:21,760 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.611s 2024-02-28 08:26:21,760 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1465550970", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3bab0135-a744-47ea-8119-b4d8366bbc06"}], "security_groups": [{"name": "tempest-securitygroup--929594954"}], "key_name": "tempest-keypair-250158125", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fb76c7f-75f6-4ae4-b365-5aed1ff3b494', 'x-compute-request-id': 'req-6fb76c7f-75f6-4ae4-b365-5aed1ff3b494', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--929594954"}], "adminPass": "password"}}' 2024-02-28 08:26:21,855 86053 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/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.092s 2024-02-28 08:26:21,855 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14d5c4a1-3e02-479f-8862-dc0bc8719780', 'x-compute-request-id': 'req-14d5c4a1-3e02-479f-8862-dc0bc8719780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'{"server": {"id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "name": "tempest-AttachVolumeNegativeTest-server-1465550970", "status": "BUILD", "tenant_id": "cf279a5b5bc6440e9916e829b d29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:22Z", "updated": "2024-02-28T08:26:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-250158125", "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": []}}' 2024-02-28 08:27:12,130 86053 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/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.211s 2024-02-28 08:27:12,131 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:11 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-1bba67ea-ac63-4d86-a41f-c00dc78332b0', 'x-compute-request-id': 'req-1bba67ea-ac63-4d86-a41f-c00dc78332b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'{"server": {"id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "name": "tempest-AttachVolumeNegativeTest-server-1465550970", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:21Z", "updated": "2024-02-28T08:26:29Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:d5:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-250158125", "OS-SRV-USG:launched_at": "2024-02-28T08:26:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--929594954"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:12,144 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:28:12,401 86053 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/7ec75a99-bc11-4adf-a539-4fb3ea15adf1/os-interface 0.198s 2024-02-28 08:28:12,401 86053 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:12 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-a4ae987d-95a9-4c1b-80f3-9f9a5d5f2691', 'x-compute-request-id': 'req-a4ae987d-95a9-4c1b-80f3-9f9a5d5f2691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "port_id": "a4703f6d-b94c-472b-a1b7-4bfb6b487150", "mac_addr": "fa:16:3e:ff:d5:f5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "246caaab-61df-4778-80bf-9328ee1bf49c", "ip_address": "10.0.0.3"}]}]}' 2024-02-28 08:28:13,161 86053 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/7b9be29e-3052-4fb8-b6ac-0848b772fdbd 0.756s 2024-02-28 08:28:13,162 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a4703f6d-b94c-472b-a1b7-4bfb6b487150"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c2340972-f285-4aaa-acca-119b30bf943a', 'date': 'Wed, 28 Feb 2024 08:28:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b9be29e-3052-4fb8-b6ac-0848b772fdbd'} Body: b'{"floatingip": {"id": "7b9be29e-3052-4fb8-b6ac-0848b772fdbd", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.200", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "18e82cfe-d646-4d57-8f9b-a97fc16363e0", "port_id": "a4703f6d-b94c-472b-a1b7-4bfb6b487150", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "mac_address": "fa:16:3e:ff:d5:f5", "admin_state_up": true, "status": "ACTIVE", "device_id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:20Z", "updated_at": "2024-02-28T08:28:12Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:28:13,164 86053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.200:22' as 'cirros' with public key authentication 2024-02-28 08:28:13,180 86053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:13,288 86053 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:13,288 86053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.200 successfully created 2024-02-28 08:28:13,330 86053 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/7ec75a99-bc11-4adf-a539-4fb3ea15adf1/ips 0.040s 2024-02-28 08:28:13,331 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:13 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-2bde9803-a957-493e-9776-ace3fbbb1073', 'x-co mpute-request-id': 'req-2bde9803-a957-493e-9776-ace3fbbb1073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2024-02-28 08:28:13,566 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes 0.232s 2024-02-28 08:28:13,566 86053 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-588314212"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c973eac-3be7-4e6b-a228-557e48f5de77', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c973eac-3be7-4e6b-a228-557e48f5de77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes'} Body: b'{"volume": {"id": "35c1cfb5-9781-49f9-a494-63c3edc906ca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:13.502047", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-588314212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:28:13,624 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca 0.046s 2024-02-28 08:28:13,624 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189677ed-34a9-41da-89da-75d1319a0f55', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189677ed-34a9-41da-89da-75d1319a0f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca'} Body: b'{"volume": {"id": "35c1cfb5-9781-49f9-a494-63c3edc906ca", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:14.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-588314212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tena nt_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:28:14,678 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca 0.040s 2024-02-28 08:28:14,678 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0b2085d-02cc-484b-afdf-daf776ce17e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0b2085d-02cc-484b-afdf-daf776ce17e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca'} Body: b'{"volume": {"id": "35c1cfb5-9781-49f9-a494-63c3edc906ca", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:14.000000", "updated_at": "2024-02-28T08:28:14.000000", "name": "tempest-AttachVolumeNegativeTest-volume-588314212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/35c1cfb5-9781-49f9-a494-63c3edc906ca"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:28:14,806 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.115s 2024-02-28 08:28:14,807 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25865416-97f5-4f5d-9184-fba5a6bb84f8', 'x-compute-request-id': 'req-25865416-97f5-4f5d-9184-fba5a6bb84f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'' 2024-02-28 08:28:15,033 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.226s 2024-02-28 08:28:15,034 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1666', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27ba7c8a-4da5-4c8d-b014-d6b95a3d0585', 'x-compute-request-id': 'req-27ba7c8a-4da5-4c8d-b014-d6b95a3d0585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'{"server": {"id": "7ec75a99-bc11-4adf-a539-4fb3ea15adf1", "name": "tempest-AttachVol umeNegativeTest-server-1465550970", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:21Z", "updated": "2024-02-28T08:28:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:d5:f5"}, {"version": 4, "addr": "172.24.4.200", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:d5:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-250158125", "OS-SRV-USG:launched_at": "2024-02-28T08:26:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--929594954"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:29:05,140 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1 0.045s 2024-02-28 08:29:05,140 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:05 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-0ee610ce-691d-40d2-bb8a-788a7cc58c45', 'x-compute-request-id': 'req-0ee610ce-691d-40d2-bb8a-788a7cc58c45', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7ec75a99-bc11-4adf-a539-4fb3ea15adf1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7ec75a99-bc11-4adf-a539-4fb3ea15adf1 could not be found."}}' 2024-02-28 08:29:05,164 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-250158125 0.023s 2024-02-28 08:29:05,165 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-238a9744-193b-44da-be51-97a8ff97a2ce', 'x-compute-request-id': 'req-238a9744-193b-44da-be51-97a8ff97a2ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-250158125'} Body: b'' 2024-02-28 08:29:05,344 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dd982207-3671-4f53-8ff9-43beb74b9a92 0.178s 2024-02-28 08:29:05,344 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5eb6b1d1-effc-4605-9026-8e6837f40feb', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dd982207-3671-4f53-8ff9-43beb74b9a92'} Body: b'' 2024-02-28 08:29:05,363 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dd982207-3671-4f53-8ff9-43beb74b9a92 0.019s 2024-02-28 08:29:05,364 86053 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-a418a7a2-9be5-44b0-9f3a-86057c6655d8', 'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dd982207-3671-4f53-8ff9-43beb74b9a92'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dd982207-3671-4f53-8ff9-43beb74b9a92 does not exist", "detail": ""}}' 2024-02-28 08:29:05,751 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7b9be29e-3052-4fb8-b6ac-0848b772fdbd 0.386s 2024-02-28 08:29:05,751 86053 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-c0f8d9f5-9e7c-4b1d-b73a-05b54f69f536', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b9be29e-3052-4fb8-b6ac-0848b772fdbd'} Body: b'' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 628a77fb-ac94-43b7-8f82-a39a7de7d480 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 05a013ce-3043-4e37-9260-afe49835a89f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:14,844 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes 0.387s 2024-02-28 08:29:14,844 86063 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-1839644216"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c0a142-7a2b-4c25-8465-544d0ec1a4cd', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c0a142-7a2b-4c25-8465-544d0ec1a4cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes'} Body: b'{"volume": {"id": "05a013ce-3043-4e37-9260-afe49835a89f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:14.748953", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1839644216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 08:29:14,912 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.056s 2024-02-28 08:29:14,912 86063 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, 28 Feb 2024 08:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b40e4f64-f5d5-47a3-8659-163a3c74dac9', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b40e4f64-f5d5-47a3-8659-163a3c74dac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'{"volume": {"id": "05a013ce-3043-4e37-9260-afe49835a89f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:15.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1839644216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:15,970 86063 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.044s 2024-02-28 08:29:15,971 86063 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, 28 Feb 2024 08:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83a99af5-d8ac-492f-a2af-8328637d70af', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83a99af5-d8ac-492f-a2af-8328637d70af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'{"volume": {"id": "05a013ce-3043-4e37-9260-afe49835a89f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:15.000000", "updated_at": "2024-02-28T08:29:15.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1839644216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:16,030 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.045s 2024-02-28 08:29:16,030 86063 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, 28 Feb 2024 08:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2471661-d4af-49a6-bdc1-9fb3a70c6f66', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2471661-d4af-49a6-bdc1-9fb3a70c6f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'{"volume": {"id": "05a013ce-3043-4e37-9260-afe49835a89f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:15.000000", "updated_at": "2024-02-28T08:29:15.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1839644216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:16,146 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.103s 2024-02-28 08:29:16,147 86063 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, 28 Feb 2024 08:29:16 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-6c845836-954a-4cc3-98ef-d731b0ed0dcf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'' 2024-02-28 08:29:16,171 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f 0.024s 2024-02-28 08:29:16,171 86063 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, 28 Feb 2024 08:29:16 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-81a2d8d0-f997-43b0-a9aa-59cf0faa99c3', 'x-openstack-request-id': 'req-81a2d8d0-f997-43b0-a9aa-59cf0faa99c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/05a013ce-3043-4e37-9260-afe49835a89f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 05a013ce-3043-4e37-9260-afe49835a89f could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2c03975f-4be4-4547-bc9d-9af1b1b26b0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:16,362 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes 0.187s 2024-02-28 08:29:16,362 86063 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-1444315923"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff1d9255-7e95-408f-832a-5afb2a47bfcd', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff1d9255-7e95-408f-832a-5afb2a47bfcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes'} Body: b'{"volume": {"id": "2c03975f-4be4-4547-bc9d-9af1b1b26b0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.300604", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1444315923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 08:29:16,419 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.045s 2024-02-28 08:29:16,420 86063 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, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d235125f-46b8-484b-9047-49846641bbb8', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d235125f-46b8-484b-9047-49846641bbb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'{"volume": {"id": "2c03975f-4be4-4547-bc9d-9af1b1b26b0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1444315923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:17,481 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.042s 2024-02-28 08:29:17,482 86063 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, 28 Feb 2024 08:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8753ffa3-1753-4d69-b420-32506b90aff9', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8753ffa3-1753-4d69-b420-32506b90aff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'{"volume": {"id": "2c03975f-4be4-4547-bc9d-9af1b1b26b0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.000000", "updated_at": "2024-02-28T08:29:16.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1444315923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:17,542 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.047s 2024-02-28 08:29:17,543 86063 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, 28 Feb 2024 08:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6525bf8f-a596-45f3-903a-f04a9f01897a', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6525bf8f-a596-45f3-903a-f04a9f01897a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'{"volume": {"id": "2c03975f-4be4-4547-bc9d-9af1b1b26b0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.000000", "updated_at": "2024-02-28T08:29:16.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1444315923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e"}], "user_id": "b449f39edf8b4247a6de2ebe972db7ee", "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": "56e36f8ca46a402db7d0d4dc29dffe7b"}}' 2024-02-28 08:29:17,684 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.117s 2024-02-28 08:29:17,685 86063 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, 28 Feb 2024 08:29:17 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-c5f2ac5d-c52e-4cd1-8113-95a53343f207', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'' 2024-02-28 08:29:17,708 86063 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e 0.023s 2024-02-28 08:29:17,708 86063 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, 28 Feb 2024 08:29:17 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-04d8fa15-76d7-46d1-941e-47c5bc3da761', 'x-openstack-request-id': 'req-04d8fa15-76d7-46d1-941e-47c5bc3da761', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/56e36f8ca46a402db7d0d4dc29dffe7b/volumes/2c03975f-4be4-4547-bc9d-9af1b1b26b0e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2c03975f-4be4-4547-bc9d-9af1b1b26b0e could not be found."}}' tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:29,941 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types 0.198s 2024-02-28 08:29:29,941 86057 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-323194262", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaab4130-8b2a-4b71-8687-721cb4609aeb', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaab4130-8b2a-4b71-8687-721cb4609aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types'} Body: b'{"volume_type": {"id": "437170b0-cb4b-4146-8ef3-1e11c553ca07", "name": "tempest-VolumeTypesAccessTest-volume-type-323194262", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2024-02-28 08:29:30,085 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes 0.139s 2024-02-28 08:29:30,085 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "437170b0-cb4b-4146-8ef3-1e11c553ca07", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-ce031146-f53e-414b-bfa1-898471ba4e26', 'x-openstack-request-id': 'req-ce031146-f53e-414b-bfa1-898471ba4e26', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 437170b0-cb4b-4146-8ef3-1e11c553ca07 could not be found."}}' 2024-02-28 08:29:30,086 86057 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2024-02-28 08:29:30,131 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07/action 0.045s 2024-02-28 08:29:30,132 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "eedb5037071647f89e36eb8a6eb7d331"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-953323ef-3c6d-4e4a-a02b-f6b912314401', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07/action'} Body: b'' 2024-02-28 08:29:30,344 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes 0.211s 2024-02-28 08:29:30,344 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "437170b0-cb4b-4146-8ef3-1e11c553ca 07", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1129427802"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a264a1-df64-4da2-b310-7c052c983435', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a264a1-df64-4da2-b310-7c052c983435', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes'} Body: b'{"volume": {"id": "7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:30.286763", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1129427802", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-323194262", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}], "user_id": "248e907140264535b23392107cc2de85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:30,398 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.042s 2024-02-28 08:29:30,398 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4d452e2-c357-41cd-bac4-a208c27b13aa', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4d452e2-c357-41cd-bac4-a208c27b13aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'{"volume": {"id": "7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:30.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1129427802", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-323194262", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}], "user_id": "248e907140264535b23392107cc2de85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eedb5037071647f89e36eb8a6eb7d331"}}' 2024-02-28 08:29:31,464 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.052s 2024-02-28 08:29:31,464 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c308be-e908-4ebc-8aae-ceec9b027223', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c308be-e908-4ebc-8aae-ceec9b027223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'{"volume": {"id": "7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:30.000000", "updated_at": "2024-02-28T08:29:30.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1129427802", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-323194262", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}], "user_id": "248e907140264535b23392107cc2de85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eedb5037071647f89e36eb8a6eb7d331"}}' 2024-02-28 08:29:31,568 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.090s 2024-02-28 08:29:31,569 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d351d28-7406-45f9-bfd0-f8d2440227ae', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d351d28-7406-45f9-bfd0-f8d2440227ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'{"volume": {"id": "7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:30.000000", "updated_at": "2024-02-28T08:29:30.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1129427802", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-323194262", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7"}], "user_id": "248e907140264535b23392107cc2de85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eedb5037071647f89e36eb8a6eb7d331"}}' 2024-02-28 08:29:31,706 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.125s 2024-02-28 08:29:31,707 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16bdb5a6-b15c-447b-859d-bd0bf5987a5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f8 9e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'' 2024-02-28 08:29:31,728 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 0.021s 2024-02-28 08:29:31,728 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bee1ca3-9db0-4dcd-ac86-a94ffb8d3089', 'x-openstack-request-id': 'req-7bee1ca3-9db0-4dcd-ac86-a94ffb8d3089', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/eedb5037071647f89e36eb8a6eb7d331/volumes/7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7fcb1ca4-f36d-4f56-8e52-5b3e68d186a7 could not be found."}}' 2024-02-28 08:29:31,763 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07/action 0.034s 2024-02-28 08:29:31,763 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "eedb5037071647f89e36eb8a6eb7d331"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76fa3b91-6ac0-4e94-b621-9c4648752a34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07/action'} Body: b'' 2024-02-28 08:29:31,819 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07 0.055s 2024-02-28 08:29:31,819 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f10a470-02a7-4bac-b42a-edf213674a55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07'} Body: b'' 2024-02-28 08:29:31,844 86057 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/07ec284fdade4213be772bf71692108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07 0.024s 2024-02-28 08:29:31,844 86057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a22d57-9859-4ccd-a5db-cd97dd70390a', 'x-openstack-request-id': 'req-76a22d57-9859-4ccd-a5db-cd97dd70390a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/07ec284fdade4213be772bf7169 2108c/types/437170b0-cb4b-4146-8ef3-1e11c553ca07'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 437170b0-cb4b-4146-8ef3-1e11c553ca07 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9e6705eb-1170-454b-9891-d670c82f4cc4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:46,852 86043 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:26:46,852 86043 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:26:47,084 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.230s 2024-02-28 08:26:47,084 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1483383432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDu838j5YYP8QrHaZAMTrb7IFfiaLNseIXapHFYLyUz94/sD4LSZkTzYIV4wB3HcVae+GN3JOTYLcVsfwH8q5aM8BstyXtBhNxLKim3VSmJU3TD1I72oh3eU23DvuaqpmA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:46 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-16527c13-69dc-4a91-a941-2a2ee73c9e56', 'x-compute-request-id': 'req-16527c13-69dc-4a91-a941-2a2ee73c9e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1483383432", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDu838j5YYP8QrHaZAMTrb7IFfiaLNseIXapHFYLyUz94/sD4LSZkTzYIV4wB3HcVae+GN3JOTYLcVsfwH8q5aM8BstyXtBhNxLKim3VSmJU3TD1I72oh3eU23DvuaqpmA==", "fingerprint": "10:ab:7e:39:82:a8:21:4b:e3:5c:36:68:6a:86:40:9e", "user_id": "e66cc838b4ea49129bb6b5008cf3439c"}}' 2024-02-28 08:26:47,089 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1483383432 created 2024-02-28 08:26:47,252 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2024-02-28 08:26:47,253 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1426744188", "description": "tempest-description--1142344199"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-e91c7cc0-ec15-4cba-bbe1-a017e4083eeb', 'date': 'Wed, 28 Feb 2024 08:26:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "name": "tempest-securitygroup--1426744188", "stateful": true, "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "description": "tempest-description--1142344199", "shared": false, "security_group_rules": [{"id": "389a323a-2b53-44f0-ba38-8b9272a30abf", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "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": 667, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 0}, {"id": "bf8cf554-b684-46b9-911c-72cab2773176", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "por t_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 668, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 1, "project_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:26:47,448 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.195s 2024-02-28 08:26:47,448 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5e306d73-bc1d-4955-a15f-639a402f9ba9', 'date': 'Wed, 28 Feb 2024 08:26: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": "5a00f506-8777-47e3-b2fd-eef3336522d3", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 0}}' 2024-02-28 08:26:47,647 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.198s 2024-02-28 08:26:47,647 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-03f712de-3722-4f72-9c9b-2d6ad26971a7', 'date': 'Wed, 28 Feb 2024 08:26: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": "69083bdd-9613-4a6f-98e5-7b0ea31a106d", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "4d964b23-ba55-41d4-bffb-20e8559a4bac", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:26:47Z", "updated_at": "2024-02-28T08:26:47Z", "revision_number": 0}}' 2024-02-28 08:26:47,648 86043 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1426744188 created 2024-02-28 08:26:48,291 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.643s 2024-02-28 08:26:48,292 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id" : "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-c1ef2d78-34c5-4fe6-a70e-9d0f852e29c2', 'date': 'Wed, 28 Feb 2024 08:26:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e06d8533-9416-4b1e-916a-e7fce530ec30", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "floating_ip_address": "172.24.4.43", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:48Z", "updated_at": "2024-02-28T08:26:48Z", "revision_number": 0}}' 2024-02-28 08:26:48,292 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e06d8533-9416-4b1e-916a-e7fce530ec30', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'floating_ip_address': '172.24.4.43', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:48Z', 'updated_at': '2024-02-28T08:26:48Z', 'revision_number': 0, 'ip': '172.24.4.43'} created 2024-02-28 08:26:48,334 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2024-02-28 08:26:48,334 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:48 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-590098ea-5324-47ac-a6b3-858c0f10104d', '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": "e66cc838b4ea49129bb6b5008cf3439c", "name": "tempest-AttachVolumeTestJSON-1656671461-project-member", "password_expires_at": null}, "audit_ids": ["gF7LtJv3QVSf55cPYXzU8Q"], "expires_at": "2024-02-28T09:26:48.000000Z", "issued_at": "2024-02-28T08:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00253bddc00345ee86ac9aa493fa08c1", "name": "tempest-AttachVolumeTestJSON-1656671461"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name" : "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:26:48,335 86043 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '435b483d-b91e-4ab4-b357-3282fcfb43c3', 'name': 'tempest-AttachVolumeTestJSON-556783383-network', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27379, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:40Z', 'updated_at': '2024-02-28T08:26:40Z', 'revision_number': 1} available for tenant 2024-02-28 08:26:48,335 86043 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1483383432', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDu838j5YYP8QrHaZAMTrb7IFfiaLNseIXapHFYLyUz94/sD4LSZkTzYIV4wB3HcVae+GN3JOTYLcVsfwH8q5aM8BstyXtBhNxLKim3VSmJU3TD1I72oh3eU23DvuaqpmA==', 'fingerprint': '10:ab:7e:39:82:a8:21:4b:e3:5c:36:68:6a:86:40:9e', 'user_id': 'e66cc838b4ea49129bb6b5008cf3439c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBoPuDWd3BkNWandy37UML2uhBckc3kfbui1ye/Znxmf9qccXejMNl2\nCWZI8wqDXnagBwYFK4EEACKhZANiAAQ7vN/I+WGD/EKx2mQDE62+yBX4mizbHiF2\nqRxWC8lM/eP7A+C0mZE82CFeMAdx3FWnvhjdyTk2C3FbH8B/KuWjPAbLcl7QYTcS\nyopt1UpiVN0w9SO9qId3lNtw77mqqZg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4d964b23-ba55-41d4-bffb-20e8559a4bac', 'name': 'tempest-securitygroup--1426744188', 'stateful': True, 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': 'tempest-description--1142344199', 'shared': False, 'security_group_rules': [{'id': '389a323a-2b53-44f0-ba38-8b9272a30abf', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'security_group_id': '4d964b23-ba55-41d4-bffb-20e8559a4bac', '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': 667, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:47Z', 'updated_at': '2024-02-28T08:26:47Z', 'revision_number': 0}, {'id': 'bf8cf554-b684-46b9-911c-72cab2773176', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'security_group_id': '4d964b23-ba55-41d4-bffb-20e8559a4bac', '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': 668, 'belongs_to_defau lt_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:26:47Z', 'updated_at': '2024-02-28T08:26:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:26:47Z', 'updated_at': '2024-02-28T08:26:47Z', 'revision_number': 1, 'project_id': '00253bddc00345ee86ac9aa493fa08c1'}, 'floating_ip': {'id': 'e06d8533-9416-4b1e-916a-e7fce530ec30', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'floating_ip_address': '172.24.4.43', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:26:48Z', 'updated_at': '2024-02-28T08:26:48Z', 'revision_number': 0, 'ip': '172.24.4.43'}} 2024-02-28 08:26:48,897 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.561s 2024-02-28 08:26:48,898 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1484219434", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "435b483d-b91e-4ab4-b357-3282fcfb43c3"}], "security_groups": [{"name": "tempest-securitygroup--1426744188"}], "key_name": "tempest-keypair-1483383432", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0854cd2-d6a3-492d-9e20-ea67d25777dc', 'x-compute-request-id': 'req-c0854cd2-d6a3-492d-9e20-ea67d25777dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1426744188"}], "adminPass": "password"}}' 2024-02-28 08:26:48,970 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.069s 2024-02-28 08:26:48,971 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de222044-8007-4fe7-be21-7a9bf3e41917', 'x-compute-request-id': 'req-de222044-8007-4fe7-be21-7a9bf3e41917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'{"server": {"id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "name": "tempest-AttachVolumeTestJSON-server-1484219434", "status": "BUILD", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2 f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:49Z", "updated": "2024-02-28T08:26:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1483383432", "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": []}}' 2024-02-28 08:27:39,242 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.215s 2024-02-28 08:27:39,242 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b5f8165-d311-4869-b336-3ce22359ad73', 'x-compute-request-id': 'req-1b5f8165-d311-4869-b336-3ce22359ad73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'{"server": {"id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "name": "tempest-AttachVolumeTestJSON-server-1484219434", "status": "ACTIVE", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "c774ac725353483b4def042066a77f33c1ea017067c263de0437090d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:48Z", "updated": "2024-02-28T08:26:56Z", "addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:38:6e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1483383432", "OS-SRV-USG:launched_at": "2024-02-28T08:26:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1426744188"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:39,255 86043 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:28:39,487 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522/os-interface 0.172s 2024-02-28 08:28:39,488 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respons e - Headers: {'date': 'Wed, 28 Feb 2024 08:28:39 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-11302136-2c0e-4ff7-ac3e-fcb65f6d0697', 'x-compute-request-id': 'req-11302136-2c0e-4ff7-ac3e-fcb65f6d0697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "435b483d-b91e-4ab4-b357-3282fcfb43c3", "port_id": "7c8afeb9-c935-48fd-bae6-9e88b623aa36", "mac_addr": "fa:16:3e:12:38:6e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "36c33f1a-8b37-418a-8c9b-5085a793caed", "ip_address": "10.0.0.11"}]}]}' 2024-02-28 08:28:40,322 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/e06d8533-9416-4b1e-916a-e7fce530ec30 0.830s 2024-02-28 08:28:40,323 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7c8afeb9-c935-48fd-bae6-9e88b623aa36"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-67662dc6-c51e-4fb7-8bb6-857f743a7d21', 'date': 'Wed, 28 Feb 2024 08:28:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e06d8533-9416-4b1e-916a-e7fce530ec30'} Body: b'{"floatingip": {"id": "e06d8533-9416-4b1e-916a-e7fce530ec30", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "floating_ip_address": "172.24.4.43", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "e57398b2-9eea-4249-9ef0-da5d3dcf0050", "port_id": "7c8afeb9-c935-48fd-bae6-9e88b623aa36", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "435b483d-b91e-4ab4-b357-3282fcfb43c3", "mac_address": "fa:16:3e:12:38:6e", "admin_state_up": true, "status": "ACTIVE", "device_id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:26:48Z", "updated_at": "2024-02-28T08:28:39Z", "revision_number": 1, "project_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:28:40,327 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.43:22' as 'cirros' with public key authentication 2024-02-28 08:28:40,349 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:40,459 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:40,459 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.43 successfully created 2024-02-28 08:28:40,499 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522/ips 0.039s 2024-02-28 08:28:40,500 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dd8c340-9dcf-425b-9a44-b9c73e93a22f', 'x-compute-request-id': 'req-7dd8c340-9dcf-425b-9a44-b9c73e93a22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522/ips'} Body: b'{" addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2024-02-28 08:28:40,503 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.43:22' as 'cirros' with public key authentication 2024-02-28 08:28:40,506 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:40,610 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:40,611 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.43 successfully created 2024-02-28 08:28:40,611 86043 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2024-02-28 08:28:40,612 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.43:22' as 'cirros' with public key authentication 2024-02-28 08:28:40,614 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:28:40,719 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:28:40,720 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.43 successfully created 2024-02-28 08:28:40,941 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes 0.208s 2024-02-28 08:28:40,941 86043 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-717041085"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-997003e5-6794-4af9-ab73-23ff8912dc75', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-997003e5-6794-4af9-ab73-23ff8912dc75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes'} Body: b'{"volume": {"id": "9e6705eb-1170-454b-9891-d670c82f4cc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:40.880592", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-717041085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:28:40,994 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4 0.041s 2024-02-28 08:28:40,995 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c284c63-b2a4-47a3-ba81-1c8fcb87782f', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c284c63-b2a4-47a3-ba81-1c8fcb87782f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4'} Body: b' {"volume": {"id": "9e6705eb-1170-454b-9891-d670c82f4cc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:41.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-717041085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:28:42,053 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4 0.042s 2024-02-28 08:28:42,053 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7d601a5-897b-40f6-ae41-48a84ab7ac2a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d601a5-897b-40f6-ae41-48a84ab7ac2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4'} Body: b'{"volume": {"id": "9e6705eb-1170-454b-9891-d670c82f4cc4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:41.000000", "updated_at": "2024-02-28T08:28:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-717041085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/9e6705eb-1170-454b-9891-d670c82f4cc4"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:28:42,173 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.107s 2024-02-28 08:28:42,174 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1996d3e-0d23-44c7-b6e2-ed65b949330c', 'x-compute-request-id': 'req-c1996d3e-0d23-44c7-b6e2-ed65b949330c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'' 2024-02-28 08:28:42,431 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.256s 2024-02-28 08:28:42,431 86043 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec3122d-df52-4e12-a885-8c4db58f5a46', 'x-compute-request-id': 'req-bec3122d-df52-4e12-a885-8c4db58f5a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'{"server": {"id": "2b72d7b9-8781-45b8-b26c-8520f4820522", "name": "tempest-AttachVolumeTestJSON-server-1484219434", "status": "ACTIVE", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "c774ac725353483b4def042066a77f33c1ea017067c263de0437090d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:26:48Z", "updated": "2024-02-28T08:28:42Z", "addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:38:6e"}, {"version": 4, "addr": "172.24.4.43", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:38:6e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b72d7b9-8781-45b8-b26c-8520f4820522"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1483383432", "OS-SRV-USG:launched_at": "2024-02-28T08:26:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1426744188"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:29:32,529 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522 0.034s 2024-02-28 08:29:32,530 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-6d772f33-c01c-449f-8d57-66dbe907f2e2', 'x-compute-request-id': 'req-6d772f33-c01c-449f-8d57-66dbe907f2e2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b72d7b9-8781-45b8-b26c-8520f4820522'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2b72d7b9-8781-45b8-b26c-8520f4820522 could not be found."}}' 2024-02-28 08:29:32,554 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1483383432 0.024s 2024-02-28 08:29:32,555 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'o penstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b22d08dc-c0f6-4147-b886-e65cb0a816df', 'x-compute-request-id': 'req-b22d08dc-c0f6-4147-b886-e65cb0a816df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1483383432'} Body: b'' 2024-02-28 08:29:32,716 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4d964b23-ba55-41d4-bffb-20e8559a4bac 0.160s 2024-02-28 08:29:32,716 86043 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-4cc6b56d-04c0-4ad0-b7a5-fa0b1d141922', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4d964b23-ba55-41d4-bffb-20e8559a4bac'} Body: b'' 2024-02-28 08:29:32,734 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/4d964b23-ba55-41d4-bffb-20e8559a4bac 0.017s 2024-02-28 08:29:32,734 86043 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-e723d7c2-b308-411f-a182-5324e38f5e1f', 'date': 'Wed, 28 Feb 2024 08:29:32 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4d964b23-ba55-41d4-bffb-20e8559a4bac'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4d964b23-ba55-41d4-bffb-20e8559a4bac does not exist", "detail": ""}}' 2024-02-28 08:29:33,370 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e06d8533-9416-4b1e-916a-e7fce530ec30 0.635s 2024-02-28 08:29:33,371 86043 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-7d4818c1-2c07-481e-a9f6-0cdb3be32fda', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:29:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e06d8533-9416-4b1e-916a-e7fce530ec30'} Body: b'' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 162, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group e2509cab-fc19-4392-862c-6c1e68a20844 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:35,382 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types 0.227s 2024-02-28 08:29:35,383 86059 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-424751130"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5afbd0ed-eaaf-4f3d-a48e-79a88af945f1', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5afbd0ed-eaaf-4f3d-a48e-79a88af945f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types'} Body: b'{"volume_type": {"id": "ce50d3fd-5bf9-4250-95f2-a070665485cd", "name": "tempest-GroupSnapshotsTest-volume-type-424751130", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:29:35,435 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types 0.050s 2024-02-28 08:29:35,436 86059 DEBUG [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-511957336"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f8b4ebb-2983-4407-9598-0ae9df4cbf76', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f8b4ebb-2983-4407-9598-0ae9df4cbf76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types'} Body: b'{"group_type": {"id": "fcb9b3eb-802e-492f-b32f-f8336f77015e", "name": "tempest-GroupSnapshotsTest-group-type-511957336", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:29:35,757 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups 0.318s 2024-02-28 08:29:35,758 86059 DEBUG [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": "fcb9b3eb-802e-492f-b32f-f8336f77015e", "volume_types": ["ce50d3fd-5bf9-4250-95f2-a070665485cd"], "name": "tempest-GroupSnapshotsTest-Group-574724787"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d54fdb8-2174-4bb4-a7f9-fedef334a5f3', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d54fdb8-2174-4bb4-a7f9-fedef334a5f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups'} Body: b'{"group": {"id": "e2509cab-fc19-4392-862c-6c1e68a20844", "name": "tempest-GroupSnapshotsTest-Group-574724787"}}' 2024-02-28 08:29:35,805 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844 0.045s 2024-02-28 08:29:35,805 86059 DEBUG [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, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc364a08-3465-4745-ba1e-0fd927e5a74b', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc364a08-3465-4745-ba1e-0fd927e5a74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844'} Body: b'{"group": {"id": "e2509cab-fc19-4392-862c-6c1e68a20844", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:29:36.000000", "name": "tempest-GroupSnapshotsTest-Group-574724787", "description": null, "group_type": "fcb9b3eb-802e-492f-b32f-f8336f77015e", "volume_types": ["ce50d3fd-5bf9-4250-95f2-a070665485cd"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:36,847 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844 0.036s 2024-02-28 08:29:36,847 86059 DEBUG [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, 28 Feb 2024 08:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4009bbf0-4bda-4145-b54e-36a37f980671', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4009bbf0-4bda-4145-b54e-36a37f980671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844'} Body: b'{"group": {"id": "e2509cab-fc19-4392-862c-6c1e68a20844", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:29:36.000000", "name": "tempest-GroupSnapshotsTest-Group-574724787", "description": null, "group_type": "fcb9b3eb-802e-492f-b32f-f8336f77015e", "volume_types": ["ce50d3fd-5bf9-4250-95f2-a070665485cd"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:36,929 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail 0.077s 2024-02-28 08:29:36,930 86059 DEBUG [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, 28 Feb 2024 08:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb0224f-b968-401a-9261-ea3284462f94', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb0224f-b968-401a-9261-ea3284462f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:29:37,039 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844/action 0.097s 2024-02-28 08:29:37,039 86059 DEBUG [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-v olumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:36 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-b6722b4a-e13e-4e45-9f11-0dd07952c914', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844/action'} Body: b'' 2024-02-28 08:29:37,061 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844 0.021s 2024-02-28 08:29:37,062 86059 DEBUG [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, 28 Feb 2024 08:29:37 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-cae38e0d-6007-4943-a7e6-fb3f46b6fd0a', 'x-openstack-request-id': 'req-cae38e0d-6007-4943-a7e6-fb3f46b6fd0a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/e2509cab-fc19-4392-862c-6c1e68a20844'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e2509cab-fc19-4392-862c-6c1e68a20844 could not be found."}}' 2024-02-28 08:29:37,095 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/fcb9b3eb-802e-492f-b32f-f8336f77015e 0.032s 2024-02-28 08:29:37,095 86059 DEBUG [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, 28 Feb 2024 08:29:37 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-9882be3f-c57d-4171-a34b-b4b69d4f5ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/fcb9b3eb-802e-492f-b32f-f8336f77015e'} Body: b'' 2024-02-28 08:29:37,162 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/ce50d3fd-5bf9-4250-95f2-a070665485cd 0.063s 2024-02-28 08:29:37,166 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-4250a669-3657-4e15-a1f8-60fdad02062b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/ce50d3fd-5bf9-4250-95f2-a070665485cd'} Body: b'' 2024-02-28 08:29:37,192 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/ce50d3fd-5bf9-4250-95f2-a070665485cd 0.022s 2024-02-28 08:29:37,192 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c7637a2-4906-4e54-bdac-db6ce25b0f74', 'x-openstack-request-id': 'req-1c7637a2-4906-4e54-bdac-db6ce25b0f74', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/ce50d3fd-5bf9-4250-95f2-a070665485cd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ce50d3fd-5bf9-4250-95f2-a070665485cd could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 225, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 15051af1-0602-4a93-bf4e-8010714fa06c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:37,237 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types 0.031s 2024-02-28 08:29:37,237 86059 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-1031797866"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a50a9a5-510a-451f-a68e-ea5e7eb26685', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a50a9a5-510a-451f-a68e-ea5e7eb26685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types'} Body: b'{"volume_type": {"id": "c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6", "name": "tempest-GroupSnapshotsTest-volume-type-1031797866", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:29:37,285 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types 0.041s 2024-02-28 08:29:37,286 86059 DEBUG [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-908717464"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a7ae82-ea1d-41ea-81dc-1bfb8ad81bec', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a7ae82-ea1d-41ea-81dc-1bfb8ad81bec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types'} Body: b'{"group_type": {"id": "c219c052-0179-45a2-94d9-0a8523d7990f", "name": "tempest-GroupSnapshotsTest-group-type-908717464", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:29:37,375 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups 0.086s 2024-02-28 08:29:37,376 86059 DEBUG [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": "c219c052-0179-45a2-94d9-0a8523d7990f", "volume_types": ["c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6"], "name": "tempest-GroupSnapshotsTest-Group-549113415"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c79f3c4-282e-47a9-8eac-2f8bf30ead34', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c79f3c4-282e-47a9-8eac-2f8bf30ead34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups'} Body: b'{"group": {"id": "15051af1-0602-4a93-bf4e-8010714fa06c", "name": "tempest-GroupSnapshotsTest-Group-549113415"}}' 2024-02-28 08:29:37,408 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c 0.030s 2024-02-28 08:29:37,408 86059 DEBUG [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, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ead540f7-c134-488d-b220-575ad0adaec9', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ead540f7-c134-488d-b220-575ad0adaec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c'} Body: b'{"group": {"id": "15051af1-0602-4a93-bf4e-8010714fa06c", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:29:37.000000", "name": "tempest-GroupSnapshotsTest-Group-549113415", "description": null, "group_type": "c219c052-0179-45a2-94d9-0a8523d7990f", "volume_types": ["c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:38,492 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c 0.078s 2024-02-28 08:29:38,493 86059 DEBUG [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, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b0089f-6128-4c1b-96ae-cb5405a004fa', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b0089f-6128-4c1b-96ae-cb5405a004fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c'} Body: b'{"group": {"id": "15051af1-0602-4a93-bf4e-8010714fa06c", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:29:37.000000", "name": "tempest-GroupSnapshotsTest-Group-549113415", "description": null, "group_type": "c219c052-0179-45a2-94d9-0a8523d7990f", "volume_types": ["c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:38,498 86059 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 2024-02-28 08:29:38,568 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail 0.068s 2024-02-28 08:29:38,568 86059 DEBUG [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, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5769c646-8689-40ce-8532-9f9d2ff687b6', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5769c646-8689-40ce-8532-9f9d2ff687b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:29:38,655 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c/action 0.07 3s 2024-02-28 08:29:38,656 86059 DEBUG [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, 28 Feb 2024 08:29:38 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-d6ba1b03-4e0a-444d-929a-5ef9d78b9619', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c/action'} Body: b'' 2024-02-28 08:29:38,689 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c 0.033s 2024-02-28 08:29:38,690 86059 DEBUG [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, 28 Feb 2024 08:29:38 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-a067a54b-bf91-498a-b435-bca684b1fe7c', 'x-openstack-request-id': 'req-a067a54b-bf91-498a-b435-bca684b1fe7c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/15051af1-0602-4a93-bf4e-8010714fa06c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 15051af1-0602-4a93-bf4e-8010714fa06c could not be found."}}' 2024-02-28 08:29:38,758 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/c219c052-0179-45a2-94d9-0a8523d7990f 0.067s 2024-02-28 08:29:38,758 86059 DEBUG [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, 28 Feb 2024 08:29:38 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-bc2e9942-74ed-4cd5-bb58-8bdcf7bd9058', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/c219c052-0179-45a2-94d9-0a8523d7990f'} Body: b'' 2024-02-28 08:29:38,816 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6 0.057s 2024-02-28 08:29:38,817 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2558966-ef04-4383-a95f-c0d129ae027f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6'} Body: b'' 2024-02-28 08:29:38,838 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6 0.021s 2024-02-28 08:29:38,839 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-ff9d9d2d-8558-4abe-969d-96d36b389ab4', 'x-openstack-request-id': 'req-ff9d9d2d-8558-4abe-969d-96d36b389ab4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c9991ff9-6dbe-400f-ad0b-b8293cc7e9b6 could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 92, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group be570fbe-54e3-440a-b8f9-be6625ed55ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:38,904 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types 0.059s 2024-02-28 08:29:38,904 86059 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-1388132318"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c11bafa3-d7e2-483c-9ee8-296c10d7a855', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c11bafa3-d7e2-483c-9ee8-296c10d7a855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types'} Body: b'{"volume_type": {"id": "70bcf324-6d6e-4ec1-a1ac-9d78d327687d", "name": "tempest-GroupSnapshotsTest-volume-type-1388132318", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:29:38,956 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types 0.046s 2024-02-28 08:29:38,957 86059 DEBUG [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-1339488172"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98ce059d-4b35-44c8-8383-8e9e200cf9dc', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98ce059d-4b35-44c8-8383-8e9e200cf9dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types'} Body: b'{"group_type": {"id": "970bcc15-1f41-40b7-bcd5-add5982ddebb", "name": "tempest-GroupSnapshotsTest-group-type-1339488172", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:29:39,071 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups 0.109s 2024-02-28 08:29:39,072 86059 DEBUG [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": "970bcc15-1f41-40b7-bcd5-add5982ddebb", "volume_types": ["70bcf324-6d6e-4ec1-a1ac-9d78d327687d"], "name": "tempest-GroupSnapshotsTest-Group-147763816"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-186f8d3d-3673-497f-af59-546bbed1598d', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-186f8d3d-3673-497f-af59-546bbed1598d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups'} Body: b'{"group": {"id": "be570fbe-54e3-440a-b8f9-be6625ed55ef", "name": "tempest-GroupSnapshotsTest-Group-147763816"}}' 2024-02-28 08:29:39,111 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef 0.036s 2024-02-28 08:29:39,112 86059 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, 28 Feb 2024 08:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ef497d-00ec-46df-ac69-207728cb16cc', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ef497d-00ec-46df-ac69-207728cb16cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef'} Body: b'{"group": {"id": "be570fbe-54e3-440a-b8f9-be6625ed55ef", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:29:39.000000", "name": "tempest-GroupSnapshotsTest-Group-147763816", "description": null, "group_type": "970bcc15-1f41-40b7-bcd5-add5982ddebb", "volume_types": ["70bcf324-6d6e-4ec1-a1ac-9d78d327687d"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:40,151 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef 0.034s 2024-02-28 08:29:40,152 86059 DEBUG [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, 28 Feb 2024 08:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa183f30-1702-4918-b037-386fbe7c1e12', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa183f30-1702-4918-b037-386fbe7c1e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef'} Body: b'{"group": {"id": "be570fbe-54e3-440a-b8f9-be6625ed55ef", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:29:39.000000", "name": "tempest-GroupSnapshotsTest-Group-147763816", "description": null, "group_type": "970bcc15-1f41-40b7-bcd5-add5982ddebb", "volume_types": ["70bcf324-6d6e-4ec1-a1ac-9d78d327687d"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:29:40,194 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail 0.035s 2024-02-28 08:29:40,194 86059 DEBUG [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, 28 Feb 2024 08:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0480ff-3ae5-480d-a8fb-8e5cced344cb', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0480ff-3ae5-480d-a8fb-8e5cced344cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:29:40,284 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef/action 0.076s 2024-02-28 08:29:40,285 86059 DEBUG [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, 28 Feb 2024 08:29:40 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-dbf87171-262a-4cfb-bc5f-6d451b1ff259', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef/action'} Body: b'' 2024-02-28 08:29:40,302 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef 0.016s 2024-02-28 08:29:40,302 86059 DEBUG [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, 28 Feb 2024 08:29:40 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-a2a7695f-eebd-45a8-87d2-a1d01cb0aabd', 'x-openstack-request-id': 'req-a2a7695f-eebd-45a8-87d2-a1d01cb0aabd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/45f927074770465cafc640dea1918a9c/groups/be570fbe-54e3-440a-b8f9-be6625ed55ef'} Body: b'{"itemNotFound": {"code": 404, "message": "Group be570fbe-54e3-440a-b8f9-be6625ed55ef could not be found."}}' 2024-02-28 08:29:40,337 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/970bcc15-1f41-40b7-bcd5-add5982ddebb 0.034s 2024-02-28 08:29:40,338 86059 DEBUG [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, 28 Feb 2024 08:29:40 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-84cafb80-98a1-448b-895e-3814b59633dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/group_types/970bcc15-1f41-40b7-bcd5-add5982ddebb'} Body: b'' 2024-02-28 08:29:40,426 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/70bcf324-6d6e-4ec1-a1ac-9d78d327687d 0.087s 2024-02-28 08:29:40,426 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-ca2b6f85-3f13-40f0-b545-8c4a6e5b9caf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/70bcf324-6d6e-4ec1-a1ac-9d78d327687d'} Body: b'' 2024-02-28 08:29:40,445 86059 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/70bcf324-6d6e-4ec1-a1ac-9d78d327687d 0.018s 2024-02-28 08:29:40,445 86059 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, 28 Feb 2024 08:29: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-662bedf1-3621-4e56-b6b7-35df001e6b23', 'x-openstack-request-id': 'req-662bedf1-3621-4e56-b6b7-35df001e6b23', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/820bf4ea3c774b0ca7f730dd7fff96a6/types/70bcf324-6d6e-4ec1-a1ac-9d78d327687d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 70bcf324-6d6e-4ec1-a1ac-9d78d327687d could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ef801f34-0033-450c-98e4-8f2f0f35a114 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:45,779 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/133ad710f28b4e699478276e66fbed06/os-quota-sets/9e54a58892984a528248ab76f481b395?usage=True 0.070s 2024-02-28 08:29:45,780 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a59e7ce2-8eda-4bba-b642-c789ec11c376', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a59e7ce2-8eda-4bba-b642-c789ec11c376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/133ad710f28b4e699478276e66fbed06/os-quota-sets/9e54a58892984a528248ab76f481b395?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": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:46,096 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes 0.307s 2024-02-28 08:29:46,097 86059 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-335759040"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35be58fc-5e86-4b38-bf66-d62113112ba9', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35be58fc-5e86-4b38-bf66-d62113112ba9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes'} Body: b'{"volume": {"id": "ef801f34-0033-450c-98e4-8f2f0f35a114", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:46.034308", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-335759040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:46,152 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.043s 2024-02-28 08:29:46,152 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343ea5b0-43fc-4cb5-b2f5-84dee7f35b41', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343ea5b0-43fc-4cb5-b2f5-84dee7f35b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'{"volume": {"id": "ef801f34-0033-450c-98e4-8f2f0f35a114", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:46.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-335759040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:47,210 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.044s 2024-02-28 08:29:47,210 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-376e7279-039f-4849-bcee-66b146acc60c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376e7279-039f-4849-bcee-66b146acc60c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'{"volume": {"id": "ef801f34-0033-450c-98e4-8f2f0f35a114", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:46.000000", "updated_at": "2024-02-28T08:29:46.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-335759040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:47,264 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.040s 2024-02-28 08:29:47,264 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-4978f1da-64ec-4099-96c6-2a65d8e5c55b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4978f1da-64ec-4099-96c6-2a65d8e5c55b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'{"volume": {"id": "ef801f34-0033-450c-98e4-8f2f0f35a114", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:46.000000", "updated_at": "2024-02-28T08:29:46.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-335759040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:47,383 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.104s 2024-02-28 08:29:47,383 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28858570-9518-4061-b719-6f64cd5477a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'' 2024-02-28 08:29:47,405 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114 0.021s 2024-02-28 08:29:47,406 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-77c9e446-5dd5-4c22-baf5-1330262bcec4', 'x-openstack-request-id': 'req-77c9e446-5dd5-4c22-baf5-1330262bcec4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/ef801f34-0033-450c-98e4-8f2f0f35a114'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef801f34-0033-450c-98e4-8f2f0f35a114 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d0476749-86b0-403a-971f-9d348cf1982a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:47,621 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes 0.209s 2024-02-28 08:29:47,621 86059 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-1162020247"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-203e3a29-d919-44a7-8d44-24b0a70a6b93', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-203e3a29-d919-44a7-8d44-24b0a70a6b93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes'} Body: b'{"volume": {"id": "d0476749-86b0-403a-971f-9d348cf1982a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:47.552567", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1162020247", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:47,679 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.044s 2024-02-28 08:29:47,679 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b30debd-de01-4e08-9d45-dd01e8feccc5', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b30debd-de01-4e08-9d45-dd01e8feccc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'{"volume": {"id": "d0476749-86b0-403a-971f-9d348cf1982a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:48.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1162020247", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:48,740 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.046s 2024-02-28 08:29:48,740 86059 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b98dcb9-acbb-42bd-9b5d-336edd31c74d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b98dcb9-acbb-42bd-9b5d-336edd31c74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'{"volume": {"id": "d0476749-86b0-403a-971f-9d348cf1982a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:48.000000", "updated_at": "2024-02-28T08:29:48.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1162020247", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:48,797 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.043s 2024-02-28 08:29:48,797 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b53512de-c5c5-4bcf-9963-56872588feb1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b53512de-c5c5-4bcf-9963-56872588feb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'{"volume": {"id": "d0476749-86b0-403a-971f-9d348cf1982a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:48.000000", "updated_at": "2024-02-28T08:29:48.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1162020247", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a"}], "user_id": "e7fbc3b25ea840a995721fbfade0b794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e54a58892984a528248ab76f481b395"}}' 2024-02-28 08:29:48,903 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.093s 2024-02-28 08:29:48,904 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:48 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6229b474-b98d-479f-ba47-37b532abc689', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'' 2024-02-28 08:29:48,926 86059 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a 0.021s 2024-02-28 08:29:48,926 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcf0e981-83f5-4e8f-a240-caf4c2fc0fb1', 'x-openstack-request-id': 'req-bcf0e981-83f5-4e8f-a240-caf4c2fc0fb1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e54a58892984a528248ab76f481b395/volumes/d0476749-86b0-403a-971f-9d348cf1982a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d0476749-86b0-403a-971f-9d348cf1982a could not be found."}}' setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4ac32633-6863-49c7-970a-1e75ee69b9d0 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5dfee79e-c691-4b8e-a70f-d64a6c68afb7 failed to build and is in ERROR status tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 65, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:57,235 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes 0.230s 2024-02-28 08:29:57,236 86059 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-1824970299"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bf48fb4-9e10-4545-a487-7d8fafbed9bd', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bf48fb4-9e10-4545-a487-7d8fafbed9bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes'} Body: b'{"volume": {"id": "b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:29:57.170008", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1824970299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}], "user_id": "5bde1e7e30ea4335b4be1fd2e6a7b08a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:57,284 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe 0.037s 2024-02-28 08:29:57,284 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0de1deb-71bb-4ef3-a476-0085aeb349f5', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0de1deb-71bb-4ef3-a476-0085aeb349f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'{"volume": {"id": "b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:29:57.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1824970299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}], "user_id": "5bde1e7e30ea4335b4be1fd2e6a7b08a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17f26a621f5a475fb71076397c502371"}}' 2024-02-28 08:29:58,337 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b89 8fe 0.039s 2024-02-28 08:29:58,337 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c383cc5c-858b-44ef-96d3-bba6acb60a51', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c383cc5c-858b-44ef-96d3-bba6acb60a51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'{"volume": {"id": "b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:29:57.000000", "updated_at": "2024-02-28T08:29:57.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1824970299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}], "user_id": "5bde1e7e30ea4335b4be1fd2e6a7b08a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17f26a621f5a475fb71076397c502371"}}' 2024-02-28 08:29:58,393 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe 0.043s 2024-02-28 08:29:58,393 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e94902e6-c936-4621-9010-da4d1cc85f81', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e94902e6-c936-4621-9010-da4d1cc85f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'{"volume": {"id": "b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T08:29:57.000000", "updated_at": "2024-02-28T08:29:57.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1824970299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe"}], "user_id": "5bde1e7e30ea4335b4be1fd2e6a7b08a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "17f26a621f5a475fb71076397c502371"}}' 2024-02-28 08:29:58,525 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe 0.120s 2024-02-28 08:29:58,526 86059 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, 28 Feb 2024 08:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b53e2322-dc3e-4c0d-96ba-bd6f924c34a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'' 2024-02-28 08:29:58,549 86059 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe 0.022s 2024-02-28 08:29:58,549 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-74a25c26-a817-4fc2-8822-1701e5c090a0', 'x-openstack-request-id': 'req-74a25c26-a817-4fc2-8822-1701e5c090a0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/17f26a621f5a475fb71076397c502371/volumes/b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b5590b6c-9fb2-4fc2-9a0f-2f9164b898fe 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d19f3ae3-0dbe-4771-8243-9689ef709625 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:30:00,442 86059 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes 0.331s 2024-02-28 08:30:00,442 86059 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-257204353"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a829d21-2f25-418d-9717-fb5c171b8888', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a829d21-2f25-418d-9717-fb5c171b8888', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes'} Body: b'{"volume": {"id": "d19f3ae3-0dbe-4771-8243-9689ef709625", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:00.382278", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-257204353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}], "user_id": "6398b09ebe2f4ddca8b66b6912b27204", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:30:00,506 86059 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625 0.045s 2024-02-28 08:30:00,507 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f07a52-6cfe-4ae5-a813-733d1935542a', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f07a52-6cfe-4ae5-a813-733d1935542a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625'} Body: b'{"volume": {"id": "d19f3ae3-0dbe-4771-8243-9689ef709625", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:00.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-257204353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}], "user_id": "6398b09ebe2f4ddca8b66b6912b27204", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04d2458e7a4b42aeaa13c401e9b14238"}}' 2024-02-28 08:30:01,563 86059 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3- 0dbe-4771-8243-9689ef709625 0.043s 2024-02-28 08:30:01,564 86059 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cc82ec0-6361-46e8-98e1-a475910333d5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cc82ec0-6361-46e8-98e1-a475910333d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625'} Body: b'{"volume": {"id": "d19f3ae3-0dbe-4771-8243-9689ef709625", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:00.000000", "updated_at": "2024-02-28T08:30:01.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-257204353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/04d2458e7a4b42aeaa13c401e9b14238/volumes/d19f3ae3-0dbe-4771-8243-9689ef709625"}], "user_id": "6398b09ebe2f4ddca8b66b6912b27204", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04d2458e7a4b42aeaa13c401e9b14238"}}' 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 202, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 92c50123-5404-4d2d-9d2f-0bd2c85d6257 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:27:22,153 86065 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2024-02-28 08:27:22,879 86065 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.723s 2024-02-28 08:27:22,880 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--321918973", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-34344b6a-9948-42bd-976c-cce3644f8fec', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--321918973", "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": "2e60ea04dadb428aaf0af035a756f542", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0293d953-ee64-4aa5-92af-41e2620e0017", "created_at": "2024-02-28T08:27:23Z", "updated_at": "2024-02-28T08:27:23Z", "tags": [], "self": "/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017", "file": "/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:27:24,048 86065 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/0293d953-ee64-4aa5-92af-41e2620e0017/file 1.168s 2024-02-28 08:27:24,049 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6d47a052-9f8c-493e-ac17-9bbcaabb9349', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017/file'} Body: b'' 2024-02-28 08:27:24,049 86065 DEBUG [tempest.scenario.manager] image:0293d953-ee64-4aa5-92af-41e2620e0017 2024-02-28 08:27:24,113 86065 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.060s 2024-02-28 08:27:24,114 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1691351589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKqYG71rcIpCulpP6oCop+xylzToXX89PYGEC8l6nv3O1CeT+NYzYNnX0Ee9vGvmxC7vDGqrRvQqe+2gWKnodniXpLqjzPxIw0B5s9qqtTywsmQkc1AC06gJ221bhp27xg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:24 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-5802c370-10fb-43e2-88ba-fa9a775cc9c9', 'x-compute-request-id': 'req-5802c370-10fb-43e2-88ba-fa9a775cc9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1691351589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKqYG71rcIpCulpP6oCop+xylzToXX89PYGEC8l6nv3O1CeT+NYzYNnX0Ee9vGvmxC7vDGqrRvQqe+2gWKnodniXpLqjzPxIw0B5s9qqtTywsmQkc1AC06gJ221bhp27xg==", "fingerprint": "21:8a:1e:d5:b5:dd:27:69:51:10:24:8b:c6:3b:4b:de", "user_id": "57bfe832b0c045ec84619c4266077593"}}' 2024-02-28 08:27:24,162 86065 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.039s 2024-02-28 08:27:24,163 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27: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-c34c5223-54c8-4c0a-8660-aa2f2bb6f631', '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": "57bfe832b0c045ec84619c4266077593", "name": "tempest-TestMinimumBasicScenario-1761149689-project-member", "password_expires_at": null}, "audit_ids": ["sm2yG3fWS1usXnhwsD_ndQ"], "expires_at": "2024-02-28T09:27:24.000000Z", "issued_at": "2024-02-28T08:27:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e60ea04dadb428aaf0af035a756f542", "name": "tempest-TestMinimumBasicScenario-1761149689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]} }' 2024-02-28 08:27:24,164 86065 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '8f16b873-a1b6-46f6-9c4b-c70af8c66628', 'name': 'tempest-TestMinimumBasicScenario-322659556-network', 'tenant_id': '2e60ea04dadb428aaf0af035a756f542', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e60ea04dadb428aaf0af035a756f542', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50942, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:27:10Z', 'updated_at': '2024-02-28T08:27:10Z', 'revision_number': 1} available for tenant 2024-02-28 08:27:24,957 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 0.792s 2024-02-28 08:27:24,958 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-665847282", "imageRef": "0293d953-ee64-4aa5-92af-41e2620e0017", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "networks": [{"uuid": "8f16b873-a1b6-46f6-9c4b-c70af8c66628"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e89a545-51a4-482e-b989-5491f6136aaa', 'x-compute-request-id': 'req-0e89a545-51a4-482e-b989-5491f6136aaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UxnYu4HzxwA8"}}' 2024-02-28 08:27:25,034 86065 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/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.073s 2024-02-28 08:27:25,034 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb63c7ed-3c1b-4bed-b6fb-510b8db7b81e', 'x-compute-request-id': 'req-cb63c7ed-3c1b-4bed-b6fb-510b8db7b81e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "BUILD", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/c ompute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:25Z", "updated": "2024-02-28T08:27:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "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": []}}' 2024-02-28 08:28:15,341 86065 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/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.247s 2024-02-28 08:28:15,342 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c5b4d6f-2607-4c02-9ade-fbd6e7e5da33', 'x-compute-request-id': 'req-6c5b4d6f-2607-4c02-9ade-fbd6e7e5da33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:24Z", "updated": "2024-02-28T08:27:32Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "OS-SRV-USG:launched_at": "2024-02-28T08:27: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": []}}' 2024-02-28 08:28:15,360 86065 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:29:16,129 86065 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/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.710s 2024-02-28 08:29:16,129 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a27b861f-132a-4083-9b1d-057e9f96aa09', 'x-compute-request-id': 'req-a27b861f-132a-4083-9b1d-057e9f96aa09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:24Z", "updated": "2024-02-28T08:27:32Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "OS-SRV-USG:launched_at": "2024-02-28T08:27: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": []}}' 2024-02-28 08:29:16,414 86065 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.270s 2024-02-28 08:29:16,415 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 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-142d2cf7-854d-4df0-af1e-e31839ad107c', 'x-compute-request-id': 'req-142d2cf7-854d-4df0-af1e-e31839ad107c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}]}]}' 2024-02-28 08:29:16,677 86065 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/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.257s 2024-02-28 08:29:16,678 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'opensta ck-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e88d8f5-c300-490d-904a-ea2de673c3eb', 'x-compute-request-id': 'req-1e88d8f5-c300-490d-904a-ea2de673c3eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:24Z", "updated": "2024-02-28T08:27:32Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "OS-SRV-USG:launched_at": "2024-02-28T08:27: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": []}}' 2024-02-28 08:29:16,970 86065 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/2e60ea04dadb428aaf0af035a756f542/volumes 0.278s 2024-02-28 08:29:16,971 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-730025654", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661464ff-0768-4729-a897-e64680929a5c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661464ff-0768-4729-a897-e64680929a5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes'} Body: b'{"volume": {"id": "92c50123-5404-4d2d-9d2f-0bd2c85d6257", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:16.902342", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-730025654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:29:17,051 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://1 0.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257 0.068s 2024-02-28 08:29:17,052 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b510b573-07c2-44a4-8a8a-62a1b4faa7e0', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b510b573-07c2-44a4-8a8a-62a1b4faa7e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257'} Body: b'{"volume": {"id": "92c50123-5404-4d2d-9d2f-0bd2c85d6257", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:17.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-730025654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e60ea04dadb428aaf0af035a756f542"}}' 2024-02-28 08:29:18,108 86065 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/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257 0.042s 2024-02-28 08:29:18,109 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f4b580-0887-457e-80c5-02bcd0f719da', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f4b580-0887-457e-80c5-02bcd0f719da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257'} Body: b'{"volume": {"id": "92c50123-5404-4d2d-9d2f-0bd2c85d6257", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:29:17.000000", "updated_at": "2024-02-28T08:29:17.000000", "name": "tempest-TestMinimumBasicScenario-volume-730025654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e60ea04dadb428aaf0af035a756f542"}}' 2024-02-28 08:29:18,270 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257 0.136s 2024-02-28 08:29:18,272 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-83becb11-1b2d-4fb0-bdc5-b2ec17d6c46a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257'} Body: b'' 2024-02-28 08:29:18,299 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257 0.026s 2024-02-28 08:29:18,299 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29: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-75588d38-d718-49a8-8d6f-bcffe1e01965', 'x-openstack-request-id': 'req-75588d38-d718-49a8-8d6f-bcffe1e01965', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/92c50123-5404-4d2d-9d2f-0bd2c85d6257'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 92c50123-5404-4d2d-9d2f-0bd2c85d6257 could not be found."}}' 2024-02-28 08:29:18,428 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.127s 2024-02-28 08:29:18,428 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:18 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-eb104439-5e7d-4d05-bfca-e6c63e549590', 'x-compute-request-id': 'req-eb104439-5e7d-4d05-bfca-e6c63e549590', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'' 2024-02-28 08:29:18,755 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.326s 2024-02-28 08:29:18,756 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:18 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-640560a5-f705-4cda-80c9-b01ba7009ccb', 'x-compute-request-id': 'req-640560a5-f705-4cda-80c9-b01ba7009ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"server": {"id": "5f8e1a3c-b855-425a-a19b-e305c753a0b0", "name": "tempest-TestMinimumBasicScenario-server-665847282", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "0293d953-ee64-4aa5-92af-41e2620e0017", "link s": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0293d953-ee64-4aa5-92af-41e2620e0017"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:27:24Z", "updated": "2024-02-28T08:29:18Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:29:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1691351589", "OS-SRV-USG:launched_at": "2024-02-28T08:27:32.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": []}}' 2024-02-28 08:30:08,859 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0 0.041s 2024-02-28 08:30:08,860 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-51caa733-a880-4af4-b7e0-c9e015d47b30', 'x-compute-request-id': 'req-51caa733-a880-4af4-b7e0-c9e015d47b30', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f8e1a3c-b855-425a-a19b-e305c753a0b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5f8e1a3c-b855-425a-a19b-e305c753a0b0 could not be found."}}' 2024-02-28 08:30:08,906 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1691351589 0.046s 2024-02-28 08:30:08,906 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3d6469e-81b9-45cc-84d0-e71f0f6b6268', 'x-compute-request-id': 'req-a3d6469e-81b9-45cc-84d0-e71f0f6b6268', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1691351589'} Body: b'' 2024-02-28 08:30:09,011 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/0293d953-ee64-4aa5-92af-41e2620e0017 0.104s 2024-02-28 08:30:09,012 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7e5f3ca9-75de-4e4a-8dcf-ecad02c99aa0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0293d953-ee64-4aa5-92af- 41e2620e0017'} Body: b'' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 549, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 03f96769-36cc-4a0d-a914-fa230e22b5d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:08,520 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362 0.246s 2024-02-28 08:29:08,520 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:08 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-0661e0ca-c670-4979-8e32-44b87a2aabec', 'x-compute-request-id': 'req-0661e0ca-c670-4979-8e32-44b87a2aabec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362'} Body: b'{"server": {"id": "190f0e36-c9c7-4481-af9d-43467ab12362", "name": "tempest-ServersNegativeTestJSON-server-1755807765", "status": "ACTIVE", "tenant_id": "9348737e41fc4572b7687cb254e10c96", "user_id": "3df48e7c592249ac9b5235186c15099e", "metadata": {}, "hostId": "fd7f9e64bdbd36caef948e187f1dc45b9dc169d04e6ec130cc582530", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:36Z", "updated": "2024-02-28T08:24:46Z", "addresses": {"tempest-ServersNegativeTestJSON-841431494-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ad:dc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:30:09,045 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes 0.472s 2024-02-28 08:30:09,046 86051 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-1044807597"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-636d05f1-22f8-4970-bc33-e138e4019604', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-636d05f1-22f8-4970-bc33-e138e4019604', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes'} Body: b'{"volume": {"id": "03f96769-36cc-4a0d-a914-fa230e22b5d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:08.976186", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1044807597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:30:09,101 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6 0.044s 2024-02-28 08:30:09,102 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4961827c-8687-484e-b4d1-088d94f41138', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4961827c-8687-484e-b4d1-088d94f41138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6'} Body: b'{"volume": {"id": "03f96769-36cc-4a0d-a914-fa230e22b5d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:09.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1044807597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9348737e41fc4572b7687cb254e10c96"}}' 2024-02-28 08:30:10,155 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6 0.039s 2024-02-28 08:30:10,156 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26a94888-d9de-4b33-a7bf-41716d83144b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26a94888-d9de-4b33-a7bf-41716d83144b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6'} Body: b'{"volume": {"id": "03f96769-36cc-4a0d-a914-fa230e22b5d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:30:09.000000", "updated_at": "2024-02-28T08:30:09.000000", "name": "tempest-ServersNegativeTestJSON-volume-1044807597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9348737e41fc4572b7687cb254e10c96/volumes/03f96769-36cc-4a0d-a914-fa230e22b5d6"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tena nt-attr:tenant_id": "9348737e41fc4572b7687cb254e10c96"}}' 2024-02-28 08:30:10,381 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362 0.212s 2024-02-28 08:30:10,381 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:10 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-68b5c36d-4a3c-4f81-b4cf-8326162c8770', 'x-compute-request-id': 'req-68b5c36d-4a3c-4f81-b4cf-8326162c8770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362'} Body: b'{"server": {"id": "190f0e36-c9c7-4481-af9d-43467ab12362", "name": "tempest-ServersNegativeTestJSON-server-1755807765", "status": "ACTIVE", "tenant_id": "9348737e41fc4572b7687cb254e10c96", "user_id": "3df48e7c592249ac9b5235186c15099e", "metadata": {}, "hostId": "fd7f9e64bdbd36caef948e187f1dc45b9dc169d04e6ec130cc582530", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:36Z", "updated": "2024-02-28T08:24:46Z", "addresses": {"tempest-ServersNegativeTestJSON-841431494-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ad:dc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5ef497d4-1e69-43ae-84a4-6e9aa9cebac9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:05,755 86053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:29:05,755 86053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:29:05,811 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2024-02-28 08:29:05,811 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1020934400", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL0Cs/0zHrVFjYN7QkhoaEA7Ov3ABuX3NyK7QmatMvCRouzdZHOKCx1LrJeD5/r44+WZ00LzSd1wR84B3yZ/rEX7XNRl6vgdJVc2T97mvKhZTOKpQW9ZtjyQHGzWFov8OA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba4eab60-4e77-497d-822b-34146ab8a1ae', 'x-compute-request-id': 'req-ba4eab60-4e77-497d-822b-34146ab8a1ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1020934400", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL0Cs/0zHrVFjYN7QkhoaEA7Ov3ABuX3NyK7QmatMvCRouzdZHOKCx1LrJeD5/r44+WZ00LzSd1wR84B3yZ/rEX7XNRl6vgdJVc2T97mvKhZTOKpQW9ZtjyQHGzWFov8OA==", "fingerprint": "50:ce:1f:0f:51:1f:0f:83:c7:c0:8c:fc:70:f7:67:21", "user_id": "218f5d76ad824a1abc95a08cf721e2ba"}}' 2024-02-28 08:29:05,814 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1020934400 created 2024-02-28 08:29:05,976 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2024-02-28 08:29:05,977 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1046454813", "description": "tempest-description--1946365376"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-e8a62ce9-9f9b-4f21-a4cf-08d1db48fcc4', 'date': 'Wed, 28 Feb 2024 08:29:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "name": "tempest-securitygroup--1046454813", "stateful": true, "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "tempest-description--1946365376", "shared": false, "security_group_rules": [{"id": "5b4b3765-5020-4f60-b892-ee8ef3b439c7", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "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": 726, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:29:05Z", "updated_at": "2024-02-28T08:29:05Z", "revision_number": 0}, {"id": "c891b4b4-d826-4e5b-9bdf-2e05e4b01c7d", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "por t_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 725, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:29:05Z", "updated_at": "2024-02-28T08:29:05Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:29:05Z", "updated_at": "2024-02-28T08:29:05Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:29:06,307 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.330s 2024-02-28 08:29:06,307 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0f1955d6-c4c6-438d-a1db-470835fbcc37', 'date': 'Wed, 28 Feb 2024 08:29:06 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": "d6da5e71-2eec-4b15-bb97-bf9c37904d4b", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:29:06Z", "updated_at": "2024-02-28T08:29:06Z", "revision_number": 0}}' 2024-02-28 08:29:06,820 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.512s 2024-02-28 08:29:06,821 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e629f5a5-6b84-4c2f-b69a-cc8041ea9f5d', 'date': 'Wed, 28 Feb 2024 08:29:06 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": "3f773d78-8f44-4337-9c84-51dfdbda8ba3", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "40a2783f-b7d3-4881-bc9b-66b24f710797", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:29:06Z", "updated_at": "2024-02-28T08:29:06Z", "revision_number": 0}}' 2024-02-28 08:29:06,821 86053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1046454813 created 2024-02-28 08:29:07,482 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.660s 2024-02-28 08:29:07,482 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id" : "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-0e2b1f45-3316-42cc-aaaa-ac9ba7bca36a', 'date': 'Wed, 28 Feb 2024 08:29:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e6db77cf-f3ea-4c32-bc31-5cacdde70ce3", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.17", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:29:07Z", "updated_at": "2024-02-28T08:29:07Z", "revision_number": 0}}' 2024-02-28 08:29:07,483 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e6db77cf-f3ea-4c32-bc31-5cacdde70ce3', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.17', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:29:07Z', 'updated_at': '2024-02-28T08:29:07Z', 'revision_number': 0, 'ip': '172.24.4.17'} created 2024-02-28 08:29:07,569 86053 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.081s 2024-02-28 08:29:07,569 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d46f97e3-c188-438f-b498-6d832b1c0479', '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": "218f5d76ad824a1abc95a08cf721e2ba", "name": "tempest-AttachVolumeNegativeTest-321882960-project-member", "password_expires_at": null}, "audit_ids": ["jEkskwHxSribnS6NanPA6g"], "expires_at": "2024-02-28T09:29:07.000000Z", "issued_at": "2024-02-28T08:29:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf279a5b5bc6440e9916e829bd29e2b9", "name": "tempest-AttachVolumeNegativeTest-321882960"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4" , "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:29:07,570 86053 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '3bab0135-a744-47ea-8119-b4d8366bbc06', 'name': 'tempest-AttachVolumeNegativeTest-552754571-network', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4156, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:12Z', 'updated_at': '2024-02-28T08:26:12Z', 'revision_number': 1} available for tenant 2024-02-28 08:29:07,571 86053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1020934400', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL0Cs/0zHrVFjYN7QkhoaEA7Ov3ABuX3NyK7QmatMvCRouzdZHOKCx1LrJeD5/r44+WZ00LzSd1wR84B3yZ/rEX7XNRl6vgdJVc2T97mvKhZTOKpQW9ZtjyQHGzWFov8OA==', 'fingerprint': '50:ce:1f:0f:51:1f:0f:83:c7:c0:8c:fc:70:f7:67:21', 'user_id': '218f5d76ad824a1abc95a08cf721e2ba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAzfjwq/aI6P3NrMsz2BNoDQYcMPwjs+cnpPP7L2hp/f5IEnzHhIZhd\nYue0ts+3d7mgBwYFK4EEACKhZANiAAS9ArP9Mx61RY2De0JIaGhAOzr9wAbl9zci\nu0JmrTLwkaLs3WRzigsdS6yXg+f6+OPlmdNC80ndcEfOAd8mf6xF+1zUZer4HSVX\nNk/e5ryoWUziqUFvWbY8kBxs1haL/Dg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '40a2783f-b7d3-4881-bc9b-66b24f710797', 'name': 'tempest-securitygroup--1046454813', 'stateful': True, 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': 'tempest-description--1946365376', 'shared': False, 'security_group_rules': [{'id': '5b4b3765-5020-4f60-b892-ee8ef3b439c7', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': '40a2783f-b7d3-4881-bc9b-66b24f710797', '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': 726, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:29:05Z', 'updated_at': '2024-02-28T08:29:05Z', 'revision_number': 0}, {'id': 'c891b4b4-d826-4e5b-9bdf-2e05e4b01c7d', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': '40a2783f-b7d3-4881-bc9b-66b24f710797', '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': 725, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:29:05Z', 'updated_at': '2024-02-28T08:29:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:29:05Z', 'updated_at': '2024-02-28T08:29:05Z', 'revision_number': 1, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9'}, 'floating_ip': {'id': 'e6db77cf-f3ea-4c32-bc31-5cacdde70ce3', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.17', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:29:07Z', 'updated_at': '2024-02-28T08:29:07Z', 'revision_number': 0, 'ip': '172.24.4.17'}} 2024-02-28 08:29:08,223 86053 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.652s 2024-02-28 08:29:08,223 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1523826667", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3bab0135-a744-47ea-8119-b4d8366bbc06"}], "security_groups": [{"name": "tempest-securitygroup--1046454813"}], "key_name": "tempest-keypair-1020934400", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ed8172e-2bda-4248-a7eb-b70c9ffce478', 'x-compute-request-id': 'req-3ed8172e-2bda-4248-a7eb-b70c9ffce478', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1046454813"}], "adminPass": "password"}}' 2024-02-28 08:29:08,305 86053 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/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.078s 2024-02-28 08:29:08,305 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:08 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-9230b5f3-9218-4829-994d-e56c77c22c31', 'x-compute-request-id': 'req-9230b5f3-9218-4829-994d-e56c77c22c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'{"server": {"id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "name": "tempest-AttachVolumeNegativeTest-server-1523826667", "status": "BUILD", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "use r_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:08Z", "updated": "2024-02-28T08:29:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1020934400", "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": []}}' 2024-02-28 08:29:58,613 86053 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/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.246s 2024-02-28 08:29:58,613 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:58 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-55f10ae6-e998-4ae7-acfb-b074c72dc90d', 'x-compute-request-id': 'req-55f10ae6-e998-4ae7-acfb-b074c72dc90d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'{"server": {"id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "name": "tempest-AttachVolumeNegativeTest-server-1523826667", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:08Z", "updated": "2024-02-28T08:29:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:14:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020934400", "OS-SRV-USG:launched_at": "2024-02-28T08:29:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1046454813"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:29:58,626 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:30:58,848 86053 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/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2/os-interface 0.162s 2024-02-28 08:30:58,848 86053 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:58 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-9918505c-bc82-43d7-b6e7-e30fafee6440', 'x-compute-request-id': 'req-9918505c-bc82-43d7-b6e7-e30fafee6440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "port_id": "ec499d44-f78e-4002-a0e2-928618049ea7", "mac_addr": "fa:16:3e:30:14:3f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "246caaab-61df-4778-80bf-9328ee1bf49c", "ip_address": "10.0.0.8"}]}]}' 2024-02-28 08:30:59,867 86053 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/e6db77cf-f3ea-4c32-bc31-5cacdde70ce3 1.015s 2024-02-28 08:30:59,867 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ec499d44-f78e-4002-a0e2-928618049ea7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-78dc35ec-02e1-4aa8-8983-7089502f5ab7', 'date': 'Wed, 28 Feb 2024 08:30:59 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e6db77cf-f3ea-4c32-bc31-5cacdde70ce3'} Body: b'{"floatingip": {"id": "e6db77cf-f3ea-4c32-bc31-5cacdde70ce3", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.17", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "18e82cfe-d646-4d57-8f9b-a97fc16363e0", "port_id": "ec499d44-f78e-4002-a0e2-928618049ea7", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "mac_address": "fa:16:3e:30:14:3f", "admin_state_up": true, "status": "ACTIVE", "device_id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:29:07Z", "updated_at": "2024-02-28T08:30:59Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:30:59,868 86053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.17:22' as 'cirros' with public key authentication 2024-02-28 08:30:59,913 86053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:31:00,022 86053 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:31:00,023 86053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.17 successfully created 2024-02-28 08:31:00,080 86053 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/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2/ips 0.056s 2024-02-28 08:31:00,080 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:00 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-4c938c3c-cfbd-4c2a-9c1c-baf10e7bd893', 'x-compute-request-id': 'req-4c938c3c-c fbd-4c2a-9c1c-baf10e7bd893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2024-02-28 08:31:00,424 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes 0.341s 2024-02-28 08:31:00,424 86053 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-756712712"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edf0d53-8e2e-4fa1-96d8-551e36fd67bb', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edf0d53-8e2e-4fa1-96d8-551e36fd67bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes'} Body: b'{"volume": {"id": "5ef497d4-1e69-43ae-84a4-6e9aa9cebac9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:00.360477", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-756712712", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:31:00,472 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9 0.036s 2024-02-28 08:31:00,472 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f967cfea-e2b9-49e0-95a6-02d1199327ce', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f967cfea-e2b9-49e0-95a6-02d1199327ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9'} Body: b'{"volume": {"id": "5ef497d4-1e69-43ae-84a4-6e9aa9cebac9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:00.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-756712712", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}} ' 2024-02-28 08:31:01,524 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9 0.038s 2024-02-28 08:31:01,525 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13bfa69b-b55d-4d17-b715-9c92ba55112f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13bfa69b-b55d-4d17-b715-9c92ba55112f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9'} Body: b'{"volume": {"id": "5ef497d4-1e69-43ae-84a4-6e9aa9cebac9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:00.000000", "updated_at": "2024-02-28T08:31:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-756712712", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/5ef497d4-1e69-43ae-84a4-6e9aa9cebac9"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:31:01,659 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.122s 2024-02-28 08:31:01,660 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-456ea64a-d8ed-44c9-aab6-8ac8dc047e61', 'x-compute-request-id': 'req-456ea64a-d8ed-44c9-aab6-8ac8dc047e61', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'' 2024-02-28 08:31:01,909 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.249s 2024-02-28 08:31:01,910 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fce63b9-16b3-4736-9e97-398030b22222', 'x-compute-request-id': 'req-7fce63b9-16b3-4736-9e97-398030b22222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'{"server": {"id": "9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2", "name": "tempest-AttachVolumeNegativeTest-server-1523826667", "status": "AC TIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:08Z", "updated": "2024-02-28T08:31:02Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:14:3f"}, {"version": 4, "addr": "172.24.4.17", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:14:3f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1020934400", "OS-SRV-USG:launched_at": "2024-02-28T08:29:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1046454813"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:31:52,313 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 0.342s 2024-02-28 08:31:52,314 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-bedb2f80-3dae-4ed1-9a29-d76fffa6497c', 'x-compute-request-id': 'req-bedb2f80-3dae-4ed1-9a29-d76fffa6497c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9fdd9450-f1f3-4e41-909f-daf6a0ecc6d2 could not be found."}}' 2024-02-28 08:31:52,433 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1020934400 0.118s 2024-02-28 08:31:52,433 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c307bd7-2939-48e5-9549-91b2aad6795c', 'x-compute-request-id': 'req-0c307bd7-2939-48e5-9549-91b2aad6795c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1020934400'} Body: b'' 2024-02-28 08:31:52,597 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/40a2783f-b7d3-4881-bc9b-66b24f710797 0.163s 2024-02-28 08:31:52,598 86053 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-399e54bf-df59-410e-8b09-924cc18d27a5', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:31:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/40a2783f-b7d3-4881-bc9b-66b24f710797'} Body: b'' 2024-02-28 08:31:52,633 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/40a2783f-b7d3-4881-bc9b-66b24f710797 0.034s 2024-02-28 08:31:52,633 86053 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-c3fac142-955a-46a2-b81b-a9ee359a82a8', 'date': 'Wed, 28 Feb 2024 08:31:52 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/40a2783f-b7d3-4881-bc9b-66b24f710797'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 40a2783f-b7d3-4881-bc9b-66b24f710797 does not exist", "detail": ""}}' 2024-02-28 08:31:53,027 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e6db77cf-f3ea-4c32-bc31-5cacdde70ce3 0.393s 2024-02-28 08:31:53,027 86053 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-8220f097-b70c-4869-9edf-0b723764eb85', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:31:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e6db77cf-f3ea-4c32-bc31-5cacdde70ce3'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:33,379 86043 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:29:33,379 86043 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:29:33,460 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.078s 2024-02-28 08:29:33,460 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-527646294", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfAM4X5gJk1+TI8G8IEuKixJCpFtsJb2DjIaTLpIQiMtZ4g0ZjMxiJas59Uh65lQfQQ4fmydR9Orre2eFxYZ9TKDb7ocGJgu/gHRI6mGpy1NAOp/de/j9VVX55wsTbgUQ=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:33 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-e07b72a2-a8c1-4d5c-85c3-c76b32a3efe2', 'x-compute-request-id': 'req-e07b72a2-a8c1-4d5c-85c3-c76b32a3efe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-527646294", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfAM4X5gJk1+TI8G8IEuKixJCpFtsJb2DjIaTLpIQiMtZ4g0ZjMxiJas59Uh65lQfQQ4fmydR9Orre2eFxYZ9TKDb7ocGJgu/gHRI6mGpy1NAOp/de/j9VVX55wsTbgUQ==", "fingerprint": "25:24:cd:33:9a:c1:c7:d2:9e:77:7b:db:cf:ef:10:fa", "user_id": "e66cc838b4ea49129bb6b5008cf3439c"}}' 2024-02-28 08:29:33,462 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-527646294 created 2024-02-28 08:29:33,768 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.305s 2024-02-28 08:29:33,769 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--236869968", "description": "tempest-description--1754629224"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-fc71fed3-4ebd-4791-8529-624634010056', 'date': 'Wed, 28 Feb 2024 08:29:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8a649f12-f9f3-4043-a095-54d15ac35495", "name": "tempest-securitygroup--236869968", "stateful": true, "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "description": "tempest-description--1754629224", "shared": false, "security_group_rules": [{"id": "af2b95ca-e622-4f9c-a9e5-388252e4d18c", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "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": 797, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:29:33Z", "updated_at": "2024-02-28T08:29:33Z", "revision_number": 0}, {"id": "e3f8bb1e-dfaa-4638-b5d9-90028b908b61", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_ran ge_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 796, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:29:33Z", "updated_at": "2024-02-28T08:29:33Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:29:33Z", "updated_at": "2024-02-28T08:29:33Z", "revision_number": 1, "project_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:29:33,960 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2024-02-28 08:29:33,961 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a02e9da2-7040-4c9e-bfa7-5342106c5193', 'date': 'Wed, 28 Feb 2024 08:29:33 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": "ca700780-f7b8-4588-af02-c457179ba595", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:29:33Z", "updated_at": "2024-02-28T08:29:33Z", "revision_number": 0}}' 2024-02-28 08:29:34,563 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.601s 2024-02-28 08:29:34,563 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-956e7f02-2a47-449c-a1d8-851d5d46ffd7', 'date': 'Wed, 28 Feb 2024 08:29:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c96999c-50a6-4ea1-b92b-43b0835cb772", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "security_group_id": "8a649f12-f9f3-4043-a095-54d15ac35495", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:29:34Z", "updated_at": "2024-02-28T08:29:34Z", "revision_number": 0}}' 2024-02-28 08:29:34,563 86043 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--236869968 created 2024-02-28 08:29:35,519 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.955s 2024-02-28 08:29:35,519 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993 b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a9caf83a-05f1-4e8f-917e-95947c7b4695', 'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5d51547f-fc04-4912-98e7-6770eef26b6d", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "floating_ip_address": "172.24.4.216", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "00253bddc00345ee86ac9aa493fa08c1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:29:34Z", "updated_at": "2024-02-28T08:29:34Z", "revision_number": 0}}' 2024-02-28 08:29:35,520 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5d51547f-fc04-4912-98e7-6770eef26b6d', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'floating_ip_address': '172.24.4.216', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:29:34Z', 'updated_at': '2024-02-28T08:29:34Z', 'revision_number': 0, 'ip': '172.24.4.216'} created 2024-02-28 08:29:35,641 86043 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.116s 2024-02-28 08:29:35,641 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 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-2dcde54e-1b04-40e9-801c-d523f586ef26', '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": "e66cc838b4ea49129bb6b5008cf3439c", "name": "tempest-AttachVolumeTestJSON-1656671461-project-member", "password_expires_at": null}, "audit_ids": ["zlRzB04vRE2eJjr8XTjBXg"], "expires_at": "2024-02-28T09:29:35.000000Z", "issued_at": "2024-02-28T08:29:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00253bddc00345ee86ac9aa493fa08c1", "name": "tempest-AttachVolumeTestJSON-1656671461"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "n ame": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:29:35,642 86043 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '435b483d-b91e-4ab4-b357-3282fcfb43c3', 'name': 'tempest-AttachVolumeTestJSON-556783383-network', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27379, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:40Z', 'updated_at': '2024-02-28T08:26:40Z', 'revision_number': 1} available for tenant 2024-02-28 08:29:35,643 86043 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-527646294', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfAM4X5gJk1+TI8G8IEuKixJCpFtsJb2DjIaTLpIQiMtZ4g0ZjMxiJas59Uh65lQfQQ4fmydR9Orre2eFxYZ9TKDb7ocGJgu/gHRI6mGpy1NAOp/de/j9VVX55wsTbgUQ==', 'fingerprint': '25:24:cd:33:9a:c1:c7:d2:9e:77:7b:db:cf:ef:10:fa', 'user_id': 'e66cc838b4ea49129bb6b5008cf3439c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDABGIYgWMzKmmWqTm9MAK0U4LfOlcnRbkkIVE46iHvboTCufjqLIX5+\nf7NMhWOwOoKgBwYFK4EEACKhZANiAAT3wDOF+YCZNfkyPBvCBLiosSQqRbbCW9g4\nyGky6SEIjLWeINGYzMYiWrOfVIeuZUH0EOH5snUfTq63tnhcWGfUyg2+6HBiYLv4\nB0SOphqctTQDqf3Xv4/VVV+ecLE24FE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8a649f12-f9f3-4043-a095-54d15ac35495', 'name': 'tempest-securitygroup--236869968', 'stateful': True, 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': 'tempest-description--1754629224', 'shared': False, 'security_group_rules': [{'id': 'af2b95ca-e622-4f9c-a9e5-388252e4d18c', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'security_group_id': '8a649f12-f9f3-4043-a095-54d15ac35495', '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': 797, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:29:33Z', 'updated_at': '2024-02-28T08:29:33Z', 'revision_number': 0}, {'id': 'e3f8bb1e-dfaa-4638-b5d9-90028b908b61', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'security_group_id': '8a649f12-f9f3-4043-a095-54d15ac35495', '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': 796, 'belongs _to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:29:33Z', 'updated_at': '2024-02-28T08:29:33Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:29:33Z', 'updated_at': '2024-02-28T08:29:33Z', 'revision_number': 1, 'project_id': '00253bddc00345ee86ac9aa493fa08c1'}, 'floating_ip': {'id': '5d51547f-fc04-4912-98e7-6770eef26b6d', 'tenant_id': '00253bddc00345ee86ac9aa493fa08c1', 'floating_ip_address': '172.24.4.216', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '00253bddc00345ee86ac9aa493fa08c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:29:34Z', 'updated_at': '2024-02-28T08:29:34Z', 'revision_number': 0, 'ip': '172.24.4.216'}} 2024-02-28 08:29:36,383 86043 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.740s 2024-02-28 08:29:36,384 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-646615903", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "435b483d-b91e-4ab4-b357-3282fcfb43c3"}], "security_groups": [{"name": "tempest-securitygroup--236869968"}], "key_name": "tempest-keypair-527646294", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7de6ca72-9763-46dd-af11-0f4d99cc94e0', 'x-compute-request-id': 'req-7de6ca72-9763-46dd-af11-0f4d99cc94e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--236869968"}], "adminPass": "password"}}' 2024-02-28 08:29:36,457 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.071s 2024-02-28 08:29:36,458 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53937333-c1d4-4a84-8e49-c32a2b276a36', 'x-compute-request-id': 'req-53937333-c1d4-4a84-8e49-c32a2b276a36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'{"server": {"id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "name": "tempest-AttachVolumeTestJSON-server-646615903", "status": "BUILD", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:36Z", "updated": "2024-02-28T08:29:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-527646294", "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": []}}' 2024-02-28 08:30:26,895 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.376s 2024-02-28 08:30:26,895 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4197b7e0-95c4-477f-9dc6-22b59955f2cc', 'x-compute-request-id': 'req-4197b7e0-95c4-477f-9dc6-22b59955f2cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'{"server": {"id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "name": "tempest-AttachVolumeTestJSON-server-646615903", "status": "ACTIVE", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "c774ac725353483b4def042066a77f33c1ea017067c263de0437090d", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:36Z", "updated": "2024-02-28T08:29:43Z", "addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:7b:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-527646294", "OS-SRV-USG:launched_at": "2024-02-28T08:29:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--236869968"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:30:26,908 86043 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:31:27,088 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086/os-interface 0.148s 2024-02-28 08:31:27,088 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:26 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-1b06f2d0-2502-45fe-ac6f-0188dc7a56b8', 'x-compute-request-id': 'req-1b06f2d0-2502-45fe-ac6f-0188dc7a56b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "435b483d-b91e-4ab4-b357-3282fcfb43c3", "port_id": "d6d5ac1f-586a-4e8a-8c89-bfa724960b02", "mac_addr": "fa:16:3e:6c:7b:19", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "36c33f1a-8b37-418a-8c9b-5085a793caed", "ip_address": "10.0.0.3"}]}]}' 2024-02-28 08:31:27,813 86043 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/5d51547f-fc04-4912-98e7-6770eef26b6d 0.721s 2024-02-28 08:31:27,813 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d6d5ac1f-586a-4e8a-8c89-bfa724960b02"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6c8ed00d-3468-4624-b4e5-0e33d7c5c2e7', 'date': 'Wed, 28 Feb 2024 08:31:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5d51547f-fc04-4912-98e7-6770eef26b6d'} Body: b'{"floatingip": {"id": "5d51547f-fc04-4912-98e7-6770eef26b6d", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "floating_ip_address": "172.24.4.216", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "e57398b2-9eea-4249-9ef0-da5d3dcf0050", "port_id": "d6d5ac1f-586a-4e8a-8c89-bfa724960b02", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "435b483d-b91e-4ab4-b357-3282fcfb43c3", "mac_address": "fa:16:3e:6c:7b:19", "admin_state_up": true, "status": "ACTIVE", "device_id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:29:34Z", "updated_at": "2024-02-28T08:31:27Z", "revision_number": 1, "project_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:31:27,814 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.216:22' as 'cirros' with public key authentication 2024-02-28 08:31:27,822 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:31:27,931 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:31:27,932 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.216 successfully created 2024-02-28 08:31:27,975 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086/ips 0.043s 2024-02-28 08:31:27,975 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf09f69-24b7-4c72-ad47-61fc6820b46c', 'x-compute-request-id': 'req-1cf09f69-24b7-4c72-ad47-61fc6820b46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b 9-bff6-85d4a5c21086/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2024-02-28 08:31:28,182 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes 0.204s 2024-02-28 08:31:28,183 86043 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-1470911836"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7863422f-44bf-4bc8-9960-209eaeb6beb2', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7863422f-44bf-4bc8-9960-209eaeb6beb2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes'} Body: b'{"volume": {"id": "e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:28.119217", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1470911836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:31:28,247 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0 0.043s 2024-02-28 08:31:28,248 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b94b3335-3fcd-4f47-998f-ff9e4aa519b6', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b94b3335-3fcd-4f47-998f-ff9e4aa519b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0'} Body: b'{"volume": {"id": "e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:28.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1470911836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:31:29,305 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/00253bddc003 45ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0 0.040s 2024-02-28 08:31:29,305 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231d1f29-b5fe-4523-abe3-c345167c7fce', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231d1f29-b5fe-4523-abe3-c345167c7fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0'} Body: b'{"volume": {"id": "e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:31:28.000000", "updated_at": "2024-02-28T08:31:28.000000", "name": "tempest-AttachVolumeTestJSON-volume-1470911836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00253bddc00345ee86ac9aa493fa08c1/volumes/e6a392bb-e67b-4dc7-a9f8-5ea05d40fdf0"}], "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00253bddc00345ee86ac9aa493fa08c1"}}' 2024-02-28 08:31:29,430 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.110s 2024-02-28 08:31:29,430 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be7cf510-28e7-4247-b7c0-4bd9168477e5', 'x-compute-request-id': 'req-be7cf510-28e7-4247-b7c0-4bd9168477e5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'' 2024-02-28 08:31:29,595 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.165s 2024-02-28 08:31:29,596 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:29 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-67c72ecf-ce29-43f1-b4c2-16216a602307', 'x-compute-request-id': 'req-67c72ecf-ce29-43f1-b4c2-16216a602307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'{"server": {"id": "4f1240fd-ea60-46b9-bff6-85d4a5c21086", "name": "tempest-AttachVolumeTestJSON-server-646615903", "status": "ACTIVE", "tenant_id": "00253bddc00345ee86ac9aa493fa08c1", "user_id": "e66cc838b4ea49129bb6b5008cf3439c", "metadata": {}, "hostId": "c774ac725353483b4def042066a77f33c1ea017067c263de0437090d", "image": {"id": "df4e8146-e2 f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:29:36Z", "updated": "2024-02-28T08:31:29Z", "addresses": {"tempest-AttachVolumeTestJSON-556783383-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:7b:19"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:7b:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-527646294", "OS-SRV-USG:launched_at": "2024-02-28T08:29:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--236869968"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:19,862 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086 0.203s 2024-02-28 08:32:19,862 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2880f5e8-6cb5-4617-b529-a0f62b12bbdf', 'x-compute-request-id': 'req-2880f5e8-6cb5-4617-b529-a0f62b12bbdf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f1240fd-ea60-46b9-bff6-85d4a5c21086'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4f1240fd-ea60-46b9-bff6-85d4a5c21086 could not be found."}}' 2024-02-28 08:32:19,897 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-527646294 0.033s 2024-02-28 08:32:19,897 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c158e4a9-dad4-4088-a7fe-cedb5108c36e', 'x-compute-request-id': 'req-c158e4a9-dad4-4088-a7fe-cedb5108c36e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-527646294'} Body: b'' 2024-02-28 08:32:20,055 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8a649f12-f9f3-4043-a095-54d15ac35495 0.157s 2024-02-28 08:32:20,056 86043 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-af7ed6f3-7131-4455-8a25-dedba5b4245c', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:32:20 GMT', 'connection': 'close', 'status': '204', 'content -location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8a649f12-f9f3-4043-a095-54d15ac35495'} Body: b'' 2024-02-28 08:32:20,083 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8a649f12-f9f3-4043-a095-54d15ac35495 0.026s 2024-02-28 08:32:20,084 86043 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-e909f089-03e3-44d4-9050-4d8ba1d02834', 'date': 'Wed, 28 Feb 2024 08:32:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8a649f12-f9f3-4043-a095-54d15ac35495'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8a649f12-f9f3-4043-a095-54d15ac35495 does not exist", "detail": ""}}' 2024-02-28 08:32:20,449 86043 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5d51547f-fc04-4912-98e7-6770eef26b6d 0.364s 2024-02-28 08:32:20,449 86043 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-0491e783-4c8e-474c-8e3e-2a982e5d2531', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:32:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5d51547f-fc04-4912-98e7-6770eef26b6d'} Body: b'' 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.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 463, in test_rebuild_server_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:26:54,604 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.194s 2024-02-28 08:26:54,605 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfccce78-6c21-40b3-bcf2-dcfe4e0dc3ba', 'x-compute-request-id': 'req-dfccce78-6c21-40b3-bcf2-dcfe4e0dc3ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:26:54,792 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.173s 2024-02-28 08:26:54,792 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98785d24-d45f-43aa-8e51-354857daa798', 'x-compute-request-id': 'req-98785d24-d45f-43aa-8e51-354857daa798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookma rk", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:45,059 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.203s 2024-02-28 08:27:45,059 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:44 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-e6538fd0-62bb-4126-a58a-6126e3afa116', 'x-compute-request-id': 'req-e6538fd0-62bb-4126-a58a-6126e3afa116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:27:45,224 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.152s 2024-02-28 08:27:45,225 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:27:45 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-587ce3e0-448f-45d1-8bb5-201c31bee015', 'x-compute-request-id': 'req-587ce3e0-448f-45d1-8bb5-201c31bee015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:28:45,482 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes 0.201s 2024-02-28 08:28:45,483 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherA-volume-144873272"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5a3779-cb2c-4188-8557-e026db7fda06', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5a3779-cb2c-4188-8557-e026db7fda06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes'} Body: b'{"volume": {"id": "f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:45.422563", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-144873272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "a ttachments": []}}' 2024-02-28 08:28:45,583 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2024-02-28 08:28:45,584 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-163302c9-ffd7-46f4-89f6-0b499460aeea', '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": "6907afb9539d4cd48892d10e0ee7d38c", "name": "tempest-ServerActionsTestOtherA-2112095447-project-member", "password_expires_at": null}, "audit_ids": ["anNViXQRT8GeZd7dbdq4pw"], "expires_at": "2024-02-28T09:28:45.000000Z", "issued_at": "2024-02-28T08:28:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31d6b3629e574f20a13d3e6bd5553f17", "name": "tempest-ServerActionsTestOtherA-2112095447"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:28:45,584 86061 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'e3d6342c-7f29-4a98-9dcb-1d5832473f1a', 'name': 'tempest-ServerActionsTestOtherA-903269826-network', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'port_ security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63537, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:24:54Z', 'updated_at': '2024-02-28T08:24:54Z', 'revision_number': 1} available for tenant 2024-02-28 08:28:45,585 86061 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:28:45,585 86061 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:28:45,637 86061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2024-02-28 08:28:45,638 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1424277096", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLT2G1+p7ncPJiMk2kQrbRVYLyZWEQv+gmMwsZl6h3y8g1ZVdRN/Ksq/qjHkSMF0cCCjpkvPCuuF1NKk/kWp2xDYEnOcYgdl1GBl/IJjBPbkVZ1yEb58JSZPM0O7fSaKYQ=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:45 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-72ec221b-cbaf-4835-856f-0c4c4f70a044', 'x-compute-request-id': 'req-72ec221b-cbaf-4835-856f-0c4c4f70a044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1424277096", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLT2G1+p7ncPJiMk2kQrbRVYLyZWEQv+gmMwsZl6h3y8g1ZVdRN/Ksq/qjHkSMF0cCCjpkvPCuuF1NKk/kWp2xDYEnOcYgdl1GBl/IJjBPbkVZ1yEb58JSZPM0O7fSaKYQ==", "fingerprint": "d5:a3:c4:63:c8:d5:53:7b:5f:0f:f1:c9:0f:88:b9:44", "user_id": "6907afb9539d4cd48892d10e0ee7d38c"}}' 2024-02-28 08:28:45,640 86061 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1424277096 created 2024-02-28 08:28:45,840 86061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.199s 2024-02-28 08:28:45,841 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--564397722", "description": "tempest-description--45035035"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-e9ca87e4-3a19-444d-9151-b717efdfa811', 'date': 'Wed, 28 Feb 2024 08:28:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "723204b0-7bb9-4641-8005-412cdc947358", "name": "tempest-securitygroup--564397722", "stateful": true, "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "description": "tempest-description--45035035", "shared": false, "security_group_rules": [{"id": "a5f131a8-bcaa-4673-b8eb-416d6c74649f", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "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": 718, "belongs_to_default_sg": fa lse, "description": null, "tags": [], "created_at": "2024-02-28T08:28:45Z", "updated_at": "2024-02-28T08:28:45Z", "revision_number": 0}, {"id": "d65c1f6f-fd4f-4acf-9727-e0412d88589f", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "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": 717, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:28:45Z", "updated_at": "2024-02-28T08:28:45Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:28:45Z", "updated_at": "2024-02-28T08:28:45Z", "revision_number": 1, "project_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:28:46,077 86061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.236s 2024-02-28 08:28:46,078 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-7a25a89b-e5a4-463d-81bd-63455e1992b1', 'date': 'Wed, 28 Feb 2024 08:28: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": "f766a9b6-bd2a-47a9-85b4-0e96734f31e4", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:28:45Z", "updated_at": "2024-02-28T08:28:45Z", "revision_number": 0}}' 2024-02-28 08:28:46,405 86061 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 2024-02-28 08:28:46,405 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7800092f-1ce2-4792-94ac-1f3d83725379', 'date': 'Wed, 28 Feb 2024 08:28: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": "f13cef4d-ed96-4b04-9705-d18620b9c593", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "security_group_id": "723204b0-7bb9-4641-8005-412cdc947358", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:28:46Z", "updated_at": "2024-02-28T08:28:46Z", "revision_number": 0}}' 2024-02-28 08:28:46,405 86061 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--564397 722 created 2024-02-28 08:28:47,028 86061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.622s 2024-02-28 08:28:47,029 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0eac1d1a-d767-4d3b-b54f-25113378f878', 'date': 'Wed, 28 Feb 2024 08:28:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7ecce45b-83f0-4389-8626-74a8211b62d3", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "floating_ip_address": "172.24.4.205", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "31d6b3629e574f20a13d3e6bd5553f17", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:28:46Z", "updated_at": "2024-02-28T08:28:46Z", "revision_number": 0}}' 2024-02-28 08:28:47,029 86061 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7ecce45b-83f0-4389-8626-74a8211b62d3', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'floating_ip_address': '172.24.4.205', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:28:46Z', 'updated_at': '2024-02-28T08:28:46Z', 'revision_number': 0, 'ip': '172.24.4.205'} created 2024-02-28 08:28:47,030 86061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1424277096', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLT2G1+p7ncPJiMk2kQrbRVYLyZWEQv+gmMwsZl6h3y8g1ZVdRN/Ksq/qjHkSMF0cCCjpkvPCuuF1NKk/kWp2xDYEnOcYgdl1GBl/IJjBPbkVZ1yEb58JSZPM0O7fSaKYQ==', 'fingerprint': 'd5:a3:c4:63:c8:d5:53:7b:5f:0f:f1:c9:0f:88:b9:44', 'user_id': '6907afb9539d4cd48892d10e0ee7d38c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCiv4gkyTdcP6W8AceVq/F3ir08DqiCE/HZ5PxlJ9KB8v56otEGvY9Y\ncPm/vwFpoaagBwYFK4EEACKhZANiAAS09htfqe53DyYjJNpEK20VWC8mVhEL/oJj\nMLGZeod8vINWVXUTfyrKv6ox5EjBdHAgo6ZLzwrrhdTSpP5FqdsQ2BJznGIHZdRg\nZfyCYwT25FWdchG+fCUmTzNDu30mimE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '723204b0-7bb9-4641-8005-412cdc947358', 'name': 'tempest-securitygroup--564397722', 'stateful': True, 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': 'tempest-description--45035035', 'shared': False, 'security_group_rules': [{'id': 'a5f131a8-bcaa-4673-b8eb-416d6c74649f', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'security_group_id': '723204b0-7bb9-4641-8005-412cdc947358', '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': 718, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:28:45Z', 'updated_at': '2024-02-28T08:28:45Z', 'revision_number': 0}, {'id': 'd65c1f6f-fd4f-4acf-9727-e0412d88589f', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'security_group_id': '723204b0-7bb9-4641-8005-412cdc947358', '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_gr oup_id': None, 'standard_attr_id': 717, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:28:45Z', 'updated_at': '2024-02-28T08:28:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:28:45Z', 'updated_at': '2024-02-28T08:28:45Z', 'revision_number': 1, 'project_id': '31d6b3629e574f20a13d3e6bd5553f17'}, 'floating_ip': {'id': '7ecce45b-83f0-4389-8626-74a8211b62d3', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'floating_ip_address': '172.24.4.205', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:28:46Z', 'updated_at': '2024-02-28T08:28:46Z', 'revision_number': 0, 'ip': '172.24.4.205'}} 2024-02-28 08:28:47,674 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.633s 2024-02-28 08:28:47,677 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-tempest.common.compute-instance-159086688", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "e3d6342c-7f29-4a98-9dcb-1d5832473f1a"}], "security_groups": [{"name": "tempest-securitygroup--564397722"}], "key_name": "tempest-keypair-1424277096", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d35cffd-f548-4ce0-bd5d-6575e2ece1d5', 'x-compute-request-id': 'req-3d35cffd-f548-4ce0-bd5d-6575e2ece1d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--564397722"}], "adminPass": "kPQ5Cv7ZMCSp"}}' 2024-02-28 08:28:47,761 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.076s 2024-02-28 08:28:47,761 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-778a5bd6-57e7-4797-90b8-27afa636ed70', 'x-compute-request-id': 'req-778a5bd6-57e7-4797-90b8-27afa636ed70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "name": "tempest-tempest.common.compute-instance-159086688", "status": "BUILD", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd 48892d10e0ee7d38c", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:28:48Z", "updated": "2024-02-28T08:28:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1424277096", "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": []}}' 2024-02-28 08:29:38,097 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.270s 2024-02-28 08:29:38,097 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-958f6398-a133-4577-b7be-42fa8f087d4a', 'x-compute-request-id': 'req-958f6398-a133-4577-b7be-42fa8f087d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "name": "tempest-tempest.common.compute-instance-159086688", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:28:47Z", "updated": "2024-02-28T08:28:54Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:e1:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1424277096", "OS-SRV-USG:launched_at": "2024-02-28T08:28:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--564397722"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:29:38,112 86061 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:30:38,528 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87/os-interface 0.353s 2024-02-28 08:30:38,529 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:38 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-4273c236-3d9d-4cf7-a0e9-79fbd0cc834a', 'x-compute-request-id': 'req-4273c236-3d9d-4cf7-a0e9-79fbd0cc834a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e3d6342c-7f29-4a98-9dcb-1d5832473f1a", "port_id": "d0ac7460-76d4-49e4-b64f-725c28fa079c", "mac_addr": "fa:16:3e:d8:e1:ad", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7e17a558-cfdf-4347-adab-b18fb559fa2f", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 08:30:39,502 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/7ecce45b-83f0-4389-8626-74a8211b62d3 0.969s 2024-02-28 08:30:39,503 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d0ac7460-76d4-49e4-b64f-725c28fa079c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-24283e84-9ccb-4a28-a83d-85d3564f648b', 'date': 'Wed, 28 Feb 2024 08:30:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7ecce45b-83f0-4389-8626-74a8211b62d3'} Body: b'{"floatingip": {"id": "7ecce45b-83f0-4389-8626-74a8211b62d3", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "floating_ip_address": "172.24.4.205", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "be403142-4142-4a94-9101-d58853d93238", "port_id": "d0ac7460-76d4-49e4-b64f-725c28fa079c", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e3d6342c-7f29-4a98-9dcb-1d5832473f1a", "mac_address": "fa:16:3e:d8:e1:ad", "admin_state_up": true, "status": "ACTIVE", "device_id": "2638c85d-262d-462e-8b98-6283e5f70e87", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:28:46Z", "updated_at": "2024-02-28T08:30:38Z", "revision_number": 1, "project_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:30:39,508 86061 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.205:22' as 'cirros' with public key authentication 2024-02-28 08:30:39,518 86061 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:30:39,626 86061 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:30:39,627 86061 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.205 successfully created 2024-02-28 08:30:39,797 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.170s 2024-02-28 08:30:39,798 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fae3b5fe-56bb-43b3-b88c-d915412de145', 'x-compute-request-id': 'req-fae3b5fe-56bb-43b3-b88c-d915412de145', 'connecti on': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "name": "tempest-tempest.common.compute-instance-159086688", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:28:47Z", "updated": "2024-02-28T08:28:54Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:e1:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1424277096", "OS-SRV-USG:launched_at": "2024-02-28T08:28:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--564397722"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:30:39,855 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950 0.043s 2024-02-28 08:30:39,855 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb0391c6-6dc9-40be-b9df-83edfd5c1141', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb0391c6-6dc9-40be-b9df-83edfd5c1141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950'} Body: b'{"volume": {"id": "f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:45.000000", "updated_at": "2024-02-28T08:28:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-144873272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:30:40,910 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950 0.041s 2024-02-28 08:30:40,910 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-276ea4b0-dab9-4043-a01f-8a26c76d3234', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-276ea4b0-dab9-4043-a01f-8a26c76d3234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950'} Body: b'{"volume": {"id": "f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:28:45.000000", "updated_at": "2024-02-28T08:28:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-144873272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/f2a190c2-d7e4-4ad0-b4d4-2b449a7b5950"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:30:41,086 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.159s 2024-02-28 08:30:41,086 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:40 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-8adc8a97-f7aa-4c0d-a8b7-e5f8d4dd5f61', 'x-compute-request-id': 'req-8adc8a97-f7aa-4c0d-a8b7-e5f8d4dd5f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_s tate": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:31:41,280 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.120s 2024-02-28 08:31:41,280 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a783be5a-9e4c-49b0-9324-fb3aec0d4de3', 'x-compute-request-id': 'req-a783be5a-9e4c-49b0-9324-fb3aec0d4de3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'' 2024-02-28 08:31:41,512 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.232s 2024-02-28 08:31:41,513 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a627fa0f-6839-40eb-8354-9cd277293bb4', 'x-compute-request-id': 'req-a627fa0f-6839-40eb-8354-9cd277293bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"server": {"id": "2638c85d-262d-462e-8b98-6283e5f70e87", "name": "tempest-tempest.common.compute-instance-159086688", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:28:47Z", "updated": "2024-02-28T08:31:41Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:e1:ad"}, {"version": 4, "addr": "172.24.4.205", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:e1:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2638c85d-262d-462e-8b98-6283e5f70e87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1424277096", "OS-SRV-USG:launched_at": "2024-02-28T08:28:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--564397722"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:31,611 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87 0.034s 2024-02-28 08:32:31,612 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application /json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-39b4fe97-366c-4ffd-a04b-943ec28804ee', 'x-compute-request-id': 'req-39b4fe97-366c-4ffd-a04b-943ec28804ee', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2638c85d-262d-462e-8b98-6283e5f70e87'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2638c85d-262d-462e-8b98-6283e5f70e87 could not be found."}}' 2024-02-28 08:32:31,643 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1424277096 0.030s 2024-02-28 08:32:31,644 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2cad2ac-8ddb-46eb-982b-3663dab48c6c', 'x-compute-request-id': 'req-f2cad2ac-8ddb-46eb-982b-3663dab48c6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1424277096'} Body: b'' 2024-02-28 08:32:31,788 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/723204b0-7bb9-4641-8005-412cdc947358 0.143s 2024-02-28 08:32:31,788 86061 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-fa546643-5744-42fb-a63e-da8a2b95e813', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:32:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/723204b0-7bb9-4641-8005-412cdc947358'} Body: b'' 2024-02-28 08:32:31,803 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/723204b0-7bb9-4641-8005-412cdc947358 0.015s 2024-02-28 08:32:31,804 86061 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-2b51654d-c410-4b20-a48a-4812a0eed86b', 'date': 'Wed, 28 Feb 2024 08:32:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/723204b0-7bb9-4641-8005-412cdc947358'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 723204b0-7bb9-4641-8005-412cdc947358 does not exist", "detail": ""}}' 2024-02-28 08:32:32,130 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7ecce45b-83f0-4389-8626-74a8211b62d3 0.325s 2024-02-28 08:32:32,130 86061 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-6e6a4a6e-afd7-4a3b-a739-bc8c77399936', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:32:32 GMT' , 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7ecce45b-83f0-4389-8626-74a8211b62d3'} Body: b'' setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2f907e47-8ff2-423c-a243-e5fcdf5b7207 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5690b75f-535f-4fb4-9749-6f6f92c93e51 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:38,746 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.166s 2024-02-28 08:32:38,747 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b13ac4af-103c-4076-b38e-416e94a18a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:32:39,172 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes 0.424s 2024-02-28 08:32:39,173 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-VolumesCloneTest-Volume-356071741"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6065c32-5def-44b6-9342-c5075bc1dce3', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6065c32-5def-44b6-9342-c5075bc1dce3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes'} Body: b'{"volume": {"id": "5690b75f-535f-4fb4-9749-6f6f92c93e51", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:39.033167", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-356071741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:39,224 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.041s 2024-02-28 08:32:39,224 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc945543-2ec4-450b-a477-6f62e3f01e68', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc945543-2ec4-450b-a477-6f62e3f01e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'{"volume": {"id": "5690b75f-535f-4fb4-9749-6f6f92c93e51", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:39.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-356071741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:40,284 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.046s 2024-02-28 08:32:40,284 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82b0a9f5-14f2-4a17-bd50-40233ef31149', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82b0a9f5-14f2-4a17-bd50-40233ef31149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'{"volume": {"id": "5690b75f-535f-4fb4-9749-6f6f92c93e51", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:39.000000", "updated_at": "2024-02-28T08:32:39.000000", "name": "tempest-VolumesCloneTest-Volume-356071741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:40,353 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.056s 2024-02-28 08:32:40,353 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89603e39-d964-42bf-b3db-194aa60c3cad', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89603e39-d964-42bf-b3db-194aa60c3cad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'{"volume": {"id": "5690b75f-535f-4fb4-9749-6f6f92c93e51", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:39.000000", "updated_at": "2024-02-28T08:32:39.000000", "name": "tempest-VolumesCloneTest-Volume-356071741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:40,463 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.094s 2024-02-28 08:32:40,463 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-b21d2365-8284-4823-a8db-6f5ebd01a801', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'' 2024-02-28 08:32:40,488 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51 0.025s 2024-02-28 08:32:40,489 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-68c51561-d135-43cb-857d-e2e8ecffa99e', 'x-openstack-request-id': 'req-68c51561-d135-43cb-857d-e2e8ecffa99e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/5690b75f-535f-4fb4-9749-6f6f92c93e51'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5690b75f-535f-4fb4-9749-6f6f92c93e51 could not be found."}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] ----------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7fd2f349-326b-403c-86a0-4f145967788a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:40,677 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes 0.185s 2024-02-28 08:32:40,677 86043 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-154074028"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80f2e33-cdc3-4c0d-91d9-ed316d6ebd07', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80f2e33-cdc3-4c0d-91d9-ed316d6ebd07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes'} Body: b'{"volume": {"id": "7fd2f349-326b-403c-86a0-4f145967788a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:40.620418", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-154074028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:40,727 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.038s 2024-02-28 08:32:40,727 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625c095f-c318-41fc-994c-ea9888494065', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625c095f-c318-41fc-994c-ea9888494065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'{"volume": {"id": "7fd2f349-326b-403c-86a0-4f145967788a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:41.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-154074028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:41,782 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.041s 2024-02-28 08:32:41,782 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a484171-c25a-4cf4-8ac1-dcad9a7f64a4', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a484171-c25a-4cf4-8ac1-dcad9a7f64a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'{"volume": {"id": "7fd2f349-326b-403c-86a0-4f145967788a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:41.000000", "updated_at": "2024-02-28T08:32:41.000000", "name": "tempest-VolumesCloneTest-Volume-154074028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:41,837 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.042s 2024-02-28 08:32:41,837 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e0100b7-ed0e-473a-8da3-7b1be3de13c2', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e0100b7-ed0e-473a-8da3-7b1be3de13c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'{"volume": {"id": "7fd2f349-326b-403c-86a0-4f145967788a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:41.000000", "updated_at": "2024-02-28T08:32:41.000000", "name": "tempest-VolumesCloneTest-Volume-154074028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a"}], "user_id": "215f64b9adf743d8bb2f3a0bbd844831", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59113f2fb4c449248b57e15bd5f35861"}}' 2024-02-28 08:32:41,946 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.098s 2024-02-28 08:32:41,947 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-89120a75-1e4e-4bca-a16e-592d1bf40134', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'' 2024-02-28 08:32:41,969 86043 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a 0.022s 2024-02-28 08:32:41,970 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-e92f846d-a439-4328-b03a-62499b335a07', 'x-openstack-request-id': 'req-e92f846d-a439-4328-b03a-62499b335a07', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59113f2fb4c449248b57e15bd5f35861/volumes/7fd2f349-326b-403c-86a0-4f145967788a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7fd2f349-326b-403c-86a0-4f145967788a 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 36, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:43,776 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.147s 2024-02-28 08:32:43,777 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a451d577-120d-47e4-8ea1-a5b59a7812cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:32:44,114 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes 0.336s 2024-02-28 08:32:44,114 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-VolumesExtendTest-Volume-141008627"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318b159b-d556-47c7-a77d-38d17730c4c0', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318b159b-d556-47c7-a77d-38d17730c4c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes'} Body: b'{"volume": {"id": "621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:44.056052", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-141008627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:44,165 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.040s 2024-02-28 08:32:44,165 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-034d0ba3-6909-4e91-8036-f4d4c88eabbf', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-034d0ba3-6909-4e91-8036-f4d4c88eabbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'{"volume": {"id": "621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:44.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-141008627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:45,219 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.039s 2024-02-28 08:32:45,219 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-895967f0-adda-4fba-9f4e-2760bab125d8', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-895967f0-adda-4fba-9f4e-2760bab125d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'{"volume": {"id": "621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:44.000000", "updated_at": "2024-02-28T08:32:44.000000", "name": "tempest-VolumesExtendTest-Volume-141008627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:45,273 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.040s 2024-02-28 08:32:45,273 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61fee1ff-6de6-4333-a0ad-cd67905bd3c0', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-61fee1ff-6de6-4333-a0ad-cd67905bd3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'{"volume": {"id": "621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:44.000000", "updated_at": "2024-02-28T08:32:44.000000", "name": "tempest-VolumesExtendTest-Volume-141008627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:45,387 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.098s 2024-02-28 08:32:45,387 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc0abf7-2a38-48a8-bf09-471edccc0b5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'' 2024-02-28 08:32:45,410 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b 0.022s 2024-02-28 08:32:45,410 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-74f33c9c-2a16-4c18-9a26-fa58058d8430', 'x-openstack-request-id': 'req-74f33c9c-2a16-4c18-9a26-fa58058d8430', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 621f6773-3b2d-4c6d-b6a3-c476eb3fbd2b could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 53, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9d996226-8d58-4462-ade7-1003eee48dd3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:45,606 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes 0.193s 2024-02-28 08:32:45,606 86043 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-2031520860"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e70bb3-4f28-4851-8917-cf113e85bc22', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e70bb3-4f28-4851-8917-cf113e85bc22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes'} Body: b'{"volume": {"id": "9d996226-8d58-4462-ade7-1003eee48dd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:45.544180", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2031520860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:45,654 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.037s 2024-02-28 08:32:45,655 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c644176-9629-44f7-a0a6-9deed433cb4b', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c644176-9629-44f7-a0a6-9deed433cb4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'{"volume": {"id": "9d996226-8d58-4462-ade7-1003eee48dd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:46.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2031520860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:46,714 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.045s 2024-02-28 08:32:46,715 86043 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b3d94b-1819-4541-9c3e-01c61e17a8c3', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b3d94b-1819-4541-9c3e-01c61e17a8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'{"volume": {"id": "9d996226-8d58-4462-ade7-1003eee48dd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:46.000000", "updated_at": "2024-02-28T08:32:46.000000", "name": "tempest-VolumesExtendTest-Volume-2031520860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:46,765 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.039s 2024-02-28 08:32:46,766 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05fd5582-39db-421c-b4d0-bd5b322690bc', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05fd5582-39db-421c-b4d0-bd5b322690bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'{"volume": {"id": "9d996226-8d58-4462-ade7-1003eee48dd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:46.000000", "updated_at": "2024-02-28T08:32:46.000000", "name": "tempest-VolumesExtendTest-Volume-2031520860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3"}], "user_id": "2d148d4702ef4083b090a99292e047be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4dc17dcdcdbb497c850d619c7dbdac76"}}' 2024-02-28 08:32:46,876 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.096s 2024-02-28 08:32:46,876 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96fd0635-0155-49eb-99c5-fc52a0cd5f98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'' 2024-02-28 08:32:46,900 86043 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3 0.023s 2024-02-28 08:32:46,901 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-80aba895-e652-4e6e-875c-4c78cd8888bb', 'x-openstack-request-id': 'req-80aba895-e652-4e6e-875c-4c78cd8888bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4dc17dcdcdbb497c850d619c7dbdac76/volumes/9d996226-8d58-4462-ade7-1003eee48dd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9d996226-8d58-4462-ade7-1003eee48dd3 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 125, 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 43, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f6e9ac30-38f4-471b-8789-bf8920b03491 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:48,901 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes 0.351s 2024-02-28 08:32:48,902 86043 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-1469594818", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9503fc0-9506-46fa-ac98-925a748ffc10', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9503fc0-9506-46fa-ac98-925a748ffc10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes'} Body: b'{"volume": {"id": "f6e9ac30-38f4-471b-8789-bf8920b03491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:48.836465", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1469594818", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:48,953 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491 0.040s 2024-02-28 08:32:48,953 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8b4ae2c-ec7b-447d-b6fd-5ae7372d49f2', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8b4ae2c-ec7b-447d-b6fd-5ae7372d49f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491'} Body: b'{"volume": {"id": "f6e9ac30-38f4-471b-8789-bf8920b03491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:49.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1469594818", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:50,009 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491 0.042s 2024-02-28 08:32:50,010 86043 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90821624-2f4b-4d95-9c57-6ef4097990d2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90821624-2f4b-4d95-9c57-6ef4097990d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491'} Body: b'{"volume": {"id": "f6e9ac30-38f4-471b-8789-bf8920b03491", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:49.000000", "updated_at": "2024-02-28T08:32:49.000000", "name": "tempest-VolumesGetTest-Volume-1469594818", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:50,157 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491 0.135s 2024-02-28 08:32:50,158 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-282b2189-b5fe-49dc-9822-9cac0c694192', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491'} Body: b'' 2024-02-28 08:32:50,181 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491 0.023s 2024-02-28 08:32:50,182 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c66b4635-7cb9-45e5-baeb-4f7c09403ec3', 'x-openstack-request-id': 'req-c66b4635-7cb9-45e5-baeb-4f7c09403ec3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/f6e9ac30-38f4-471b-8789-bf8920b03491'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f6e9ac30-38f4-471b-8789-bf8920b03491 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 143, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0cfd7286-1faa-499e-8cd8-f0732f563815 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:50,388 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes 0.202s 2024-02-28 08:32:50,389 86043 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-1172391368"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f47dfe4e-ce7f-45c8-bf07-03c71cc612a6', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f47dfe4e-ce7f-45c8-bf07-03c71cc612a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes'} Body: b'{"volume": {"id": "0cfd7286-1faa-499e-8cd8-f0732f563815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:50.325032", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1172391368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:50,463 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.063s 2024-02-28 08:32:50,463 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5805ed9-71d9-419b-b917-b339907111aa', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5805ed9-71d9-419b-b917-b339907111aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'{"volume": {"id": "0cfd7286-1faa-499e-8cd8-f0732f563815", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:50.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1172391368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:51,516 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.039s 2024-02-28 08:32:51,517 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f867188b-5dd5-4c1f-b7c0-cdd656250f75', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f867188b-5dd5-4c1f-b7c0-cdd656250f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'{"volume": {"id": "0cfd7286-1faa-499e-8cd8-f0732f563815", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:50.000000", "updated_at": "2024-02-28T08:32:50.000000", "name": "tempest-VolumesGetTest-Volume-1172391368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:51,576 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.043s 2024-02-28 08:32:51,577 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-873002c8-18ed-4fd8-bca1-0d6909867844', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-873002c8-18ed-4fd8-bca1-0d6909867844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'{"volume": {"id": "0cfd7286-1faa-499e-8cd8-f0732f563815", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:50.000000", "updated_at": "2024-02-28T08:32:50.000000", "name": "tempest-VolumesGetTest-Volume-1172391368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:51,707 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.105s 2024-02-28 08:32:51,707 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-d74b67f2-b69a-4d6f-9c77-8708ca3786ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'' 2024-02-28 08:32:51,730 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815 0.023s 2024-02-28 08:32:51,731 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-e5bcf0ca-34c7-47c8-bbf3-ffc64aaf65d4', 'x-openstack-request-id': 'req-e5bcf0ca-34c7-47c8-bbf3-ffc64aaf65d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/0cfd7286-1faa-499e-8cd8-f0732f563815'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0cfd7286-1faa-499e-8cd8-f0732f563815 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 135, 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 43, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3a217605-84d0-428c-9d47-16ea4352a0c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:51,759 86043 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/df4e8146-e2f1-442e-90d6-0c890f14657e 0.025s 2024-02-28 08:32:51,760 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e8ce6abd-63bc-4ff1-8de0-12d7a646ed1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:32:52,093 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes 0.332s 2024-02-28 08:32:52,094 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1, "name": "tempest-VolumesGetTest-Volume-774861809", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d09d15a-a4ae-48e9-a754-680a1da204ac', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d09d15a-a4ae-48e9-a754-680a1da204ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes'} Body: b'{"volume": {"id": "3a217605-84d0-428c-9d47-16ea4352a0c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:52.031242", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-774861809", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:52,149 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0 0.044s 2024-02-28 08:32:52,150 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-927e442c-efc9-4fb1-b411-9a04925250e1', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-927e442c-efc9-4fb1-b411-9a04925250e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0'} Body: b'{"volume": {"id": "3a217605-84d0-428c-9d47-16ea4352a0c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:52.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-774861809", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:53,209 86043 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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0 0.044s 2024-02-28 08:32:53,210 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44a6075a-c57c-44f7-9c5f-779d80fb0769', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44a6075a-c57c-44f7-9c5f-779d80fb0769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0'} Body: b'{"volume": {"id": "3a217605-84d0-428c-9d47-16ea4352a0c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:52.000000", "updated_at": "2024-02-28T08:32:52.000000", "name": "tempest-VolumesGetTest-Volume-774861809", "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/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0"}], "user_id": "1026e40283544af9b4790e1b00307cf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ad3b0cc8c394bf28846e719f5b4b8b2"}}' 2024-02-28 08:32:53,324 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0 0.102s 2024-02-28 08:32:53,325 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-707bc987-0025-494a-b310-aad99856d442', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0'} Body: b'' 2024-02-28 08:32:53,351 86043 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0 0.026s 2024-02-28 08:32:53,352 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aa161ef-aba7-4e81-9805-e1d4f63c5fc6', 'x-openstack-request-id': 'req-0aa161ef-aba7-4e81-9805-e1d4f63c5fc6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1ad3b0cc8c394bf28846e719f5b4b8b2/volumes/3a217605-84d0-428c-9d47-16ea4352a0c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3a217605-84d0-428c-9d47-16ea4352a0c0 could not be found."}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 122, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d3159571-69fd-4ab2-ac97-de292689dcc0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:30:09,018 86065 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2024-02-28 08:30:09,629 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.609s 2024-02-28 08:30:09,630 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1223115246", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-4671d905-ea30-4584-9c71-9eb62e73df62', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1223115246", "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": "2e60ea04dadb428aaf0af035a756f542", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "created_at": "2024-02-28T08:30:10Z", "updated_at": "2024-02-28T08:30:10Z", "tags": [], "self": "/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926", "file": "/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:30:10,814 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926/file 1.183s 2024-02-28 08:30:10,814 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2fda0437-f4b7-49a9-898e-5a0ce3b4dc38', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926/file'} Body: b'' 2024-02-28 08:30:10,815 86065 DEBUG [tempest.scenario.manager] image:e1c2b129-26f8-40c0-a5ce-9335f08d3926 2024-02-28 08:30:10,869 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2024-02-28 08:30:10,870 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-452369233", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJxJfK82VwRimkKgMNlkxce5PM6gVTsq/6RnRelRLUbplbiyTjSOXOTSgEO3w2yXUeTO42Tkzbrh0EJqPahh8o9JADSc8dkhU85NO7aDyDn5M1GGAXuyd+It5hFsRcFUhg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:10 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-10d9e24d-f434-4e50-b7fd-a2b89b115dd4', 'x-compute-request-id': 'req-10d9e24d-f434-4e50-b7fd-a2b89b115dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-4523 69233", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJxJfK82VwRimkKgMNlkxce5PM6gVTsq/6RnRelRLUbplbiyTjSOXOTSgEO3w2yXUeTO42Tkzbrh0EJqPahh8o9JADSc8dkhU85NO7aDyDn5M1GGAXuyd+It5hFsRcFUhg==", "fingerprint": "90:6f:28:23:19:fc:1f:57:a9:30:54:bc:84:4f:2b:a4", "user_id": "57bfe832b0c045ec84619c4266077593"}}' 2024-02-28 08:30:10,970 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2024-02-28 08:30:10,970 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30: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-e9dd67db-cf72-4c35-b06b-39b6485152ef', '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": "57bfe832b0c045ec84619c4266077593", "name": "tempest-TestMinimumBasicScenario-1761149689-project-member", "password_expires_at": null}, "audit_ids": ["nChoS0apRm2HJfesrf9IBQ"], "expires_at": "2024-02-28T09:30:10.000000Z", "issued_at": "2024-02-28T08:30:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e60ea04dadb428aaf0af035a756f542", "name": "tempest-TestMinimumBasicScenario-1761149689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:30:10,971 86065 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': '8f16b873-a1b6-46f6-9c4b-c70af8c66628', 'name': 'tempest-TestMinimumBasicScenario-322659556-network', 'tenant_id': '2e60ea04dadb428aaf0af035a756f542', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e60ea04dadb428aaf0af035a756f542', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50942, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:27:10Z', 'updated_at': '2024-02-28T08:27:10Z', 'revision_number': 1} available for tenant 2024-02-28 08:30:11,444 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.472s 2024-02-28 08:30:11,444 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1461008045", "imageRef": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-452369233", "networks": [{"uuid": "8f16b873-a1b6-46f6-9c4b-c70af8c66628"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88cc7ca4-4d76-45fa-ad4e-537eb6baa70e', 'x-compute-request-id': 'req-88cc7ca4-4d76-45fa-ad4e-537eb6baa70e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Tu2o6ms4UDQt"}}' 2024-02-28 08:30:11,511 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.064s 2024-02-28 08:30:11,511 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c80f53-7456-4703-8e5c-2abe5657bdd1', 'x-compute-request-id': 'req-34c80f53-7456-4703-8e5c-2abe5657bdd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "BUILD", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:30:11Z", "addresses": {}, "acces sIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "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": []}}' 2024-02-28 08:31:01,947 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.373s 2024-02-28 08:31:01,948 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bb2aa4e-7bec-49af-8fea-8957aa1757cb', 'x-compute-request-id': 'req-1bb2aa4e-7bec-49af-8fea-8957aa1757cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:30:18Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:79:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "OS-SRV-USG:launched_at": "2024-02-28T08:30:17.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": []}}' 2024-02-28 08:31:01,961 86065 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:32:02,226 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.263s 2024-02-28 08:32:02,226 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req- 48c723c6-f832-4ca7-975d-171ac7145804', 'x-compute-request-id': 'req-48c723c6-f832-4ca7-975d-171ac7145804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:30:18Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:79:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "OS-SRV-USG:launched_at": "2024-02-28T08:30:17.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": []}}' 2024-02-28 08:32:02,485 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.245s 2024-02-28 08:32:02,486 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32: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-d660d788-5594-4f3f-b4ab-debff285255c', 'x-compute-request-id': 'req-d660d788-5594-4f3f-b4ab-debff285255c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}]}]}' 2024-02-28 08:32:02,673 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.184s 2024-02-28 08:32:02,674 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-017ba7de-b2a0-423d-95d3-331cf8f5a25f', 'x-compute-request-id': 'req-017ba7de-b2a0-423d-95d3-331cf8f5a25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8- 77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:30:18Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:79:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "OS-SRV-USG:launched_at": "2024-02-28T08:30:17.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": []}}' 2024-02-28 08:32:02,938 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes 0.250s 2024-02-28 08:32:02,938 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-667149276", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1a3d72a-e2ef-442d-b29e-3d96a3bb8aac', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1a3d72a-e2ef-442d-b29e-3d96a3bb8aac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes'} Body: b'{"volume": {"id": "d3159571-69fd-4ab2-ac97-de292689dcc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:02.831665", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-667149276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:03,014 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0 0.063s 2024-02-28 08:32:03,014 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-1087e093-3124-43dc-a4eb-79b986c215f4', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1087e093-3124-43dc-a4eb-79b986c215f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0'} Body: b'{"volume": {"id": "d3159571-69fd-4ab2-ac97-de292689dcc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:03.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-667149276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e60ea04dadb428aaf0af035a756f542"}}' 2024-02-28 08:32:04,073 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0 0.044s 2024-02-28 08:32:04,073 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190b2e28-7817-4fcd-8afe-37a3e714bf8f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190b2e28-7817-4fcd-8afe-37a3e714bf8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0'} Body: b'{"volume": {"id": "d3159571-69fd-4ab2-ac97-de292689dcc0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:03.000000", "updated_at": "2024-02-28T08:32:03.000000", "name": "tempest-TestMinimumBasicScenario-volume-667149276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0"}], "user_id": "57bfe832b0c045ec84619c4266077593", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e60ea04dadb428aaf0af035a756f542"}}' 2024-02-28 08:32:04,205 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0 0.119s 2024-02-28 08:32:04,206 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0219f098-2066-4806-9c7d-5bec8f709658', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf 0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0'} Body: b'' 2024-02-28 08:32:04,233 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0 0.026s 2024-02-28 08:32:04,233 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e0c3e1-5fa1-4e35-b3f8-bd8c76f5467c', 'x-openstack-request-id': 'req-e5e0c3e1-5fa1-4e35-b3f8-bd8c76f5467c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2e60ea04dadb428aaf0af035a756f542/volumes/d3159571-69fd-4ab2-ac97-de292689dcc0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d3159571-69fd-4ab2-ac97-de292689dcc0 could not be found."}}' 2024-02-28 08:32:04,358 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.124s 2024-02-28 08:32:04,358 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 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-cb1a741e-285c-4c0f-ad2f-48f1efd47f78', 'x-compute-request-id': 'req-cb1a741e-285c-4c0f-ad2f-48f1efd47f78', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'' 2024-02-28 08:32:04,608 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.249s 2024-02-28 08:32:04,608 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:04 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-048a3160-6ed4-4e71-b93f-08d13299ffe9', 'x-compute-request-id': 'req-048a3160-6ed4-4e71-b93f-08d13299ffe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"server": {"id": "3d295f30-5a71-44ee-9ff8-77c141d4c7dc", "name": "tempest-TestMinimumBasicScenario-server-1461008045", "status": "ACTIVE", "tenant_id": "2e60ea04dadb428aaf0af035a756f542", "user_id": "57bfe832b0c045ec84619c4266077593", "metadata": {}, "hostId": "ffdf174b8fbfd5ebe8cb8ac3aaeb7ce631011fb3b6a16630f5440cea", "image": {"id": "e1c2b129-26f8-40c0-a5ce-9335f08d3926", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:30:11Z", "updated": "2024-02-28T08:32:04Z", "addresses": {"tempest-TestMinimumBasicScenario-322659556-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:79:91"}]}, "accessIPv4": "", "accessIPv6": "", "l inks": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-452369233", "OS-SRV-USG:launched_at": "2024-02-28T08:30:17.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": []}}' 2024-02-28 08:32:54,896 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc 0.223s 2024-02-28 08:32:54,897 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b7c56ad9-7f0e-4d5b-9d4e-8762a6584b78', 'x-compute-request-id': 'req-b7c56ad9-7f0e-4d5b-9d4e-8762a6584b78', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d295f30-5a71-44ee-9ff8-77c141d4c7dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3d295f30-5a71-44ee-9ff8-77c141d4c7dc could not be found."}}' 2024-02-28 08:32:54,926 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-452369233 0.029s 2024-02-28 08:32:54,927 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-157b5574-25d5-402e-a333-5672fc399b16', 'x-compute-request-id': 'req-157b5574-25d5-402e-a333-5672fc399b16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-452369233'} Body: b'' 2024-02-28 08:32:55,050 86065 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926 0.122s 2024-02-28 08:32:55,050 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-63fce781-a374-4e01-afc1-eb2271d4742b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e1c2b129-26f8-40c0-a5ce-9335f08d3926'} Body: b'' cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4261e325-e427-431d-9df2-cfdac5270f9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:33:04,487 86065 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/6b9926771f4c4913a8623904cf954c08/types 0.163s 2024-02-28 08:33:04,487 86065 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, 28 Feb 2024 08:33:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c434d2e5-8bcb-47ea-8e39-91bda9c2684b', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c434d2e5-8bcb-47ea-8e39-91bda9c2684b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b9926771f4c4913a8623904cf954c08/types'} Body: b'{"volume_type": {"id": "53ca931f-7f83-4165-a87d-6d4b10f31ca7", "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}}' 2024-02-28 08:33:05,132 86065 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 0.642s 2024-02-28 08:33:05,133 86065 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, 28 Feb 2024 08:33:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-51225baf-5d1b-4478-83e9-f72ae6cbc4e6', '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": "7b4254f0f4bf4ad2896cb74ef14c1e13", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "created_at": "2024-02-28T08:33:05Z", "updated_at": "2024-02-28T08:33:05Z", "tags": [], "self": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd", "file": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:33:06,053 86065 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/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file 0.918s 2024-02-28 08:33:06,054 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2b7254d8-0ae5-4eb6-97ff-f78e885d2496', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file'} Body: b'' 2024-02-28 08:33:06,073 86065 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/246b0f95-1cde-46a6-a85c-0d50e6d141cd 0.019s 2024-02-28 08:33:06,073 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9a37921e-e659-4705-b487-33c08fbf8dcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd'} 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": "57355d607fae7027f7fad3e90e2a4995", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7b4254f0f4bf4ad2896cb74ef14c1e13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f04d5883471bcc090d353b468823f30411520fc30f5561a7d3a76a92e5107d3b54fd51766e830cf58664901d92226c9f36b6463abd70bf85a92dc274bcd32b5", "id": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "created_at": "2024-02-28T08:33:05Z", "updated_at": "2024-02-28T08:33:06Z", "tags": [], "self": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd", "file": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:33:06,092 86065 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/246b0f95-1cde-46a6-a85c-0d50e6d141cd 0.018s 2024-02-28 08:33:06,092 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-18234338-f48b-467c-ad42-1db61d2f1cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd'} 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": "57355d607fae7027f7fad3e90e2a4995", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7b4254f0f4bf4ad2896cb74ef14c1e13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f04d5883471bcc090d353b468823f30411520fc30f5561a7d3a76a92e5107d3b54fd51766e830cf58664901d92226c9f36b6463abd70bf85a92dc274bcd32b5", "id": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "created_at": "2024-02-28T08:33:05Z", "updated_at": "2024-02-28T08:33:06Z", "tags": [], "self": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd", "file": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:33:06,118 86065 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/246b0f95-1cde-46a6-a85c-0d50e6d141cd 0.025s 2024-02-28 08:33:06,119 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5c9442c0-ae72-41da-9d4f-5bdfff9b7e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd'} 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": "57355d607fae7027f7fad3e90e2a4995", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7b4254f0f4bf4ad2896cb74ef14c1e13", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f04d5883471bcc090d353b468823f30411520fc30f5561a7d3a76a92e5107d3b54fd51766e830cf58664901d92226c9f36b6463abd70bf85a92dc274bcd32b5", "id": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "created_at": "2024-02-28T08:33:05Z", "updated_at": "2024-02-28T08:33:06Z", "tags": [], "self": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd", "file": "/v2/images/246b0f95-1cde-46a6-a85c-0d50e6d141cd/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:33:06,541 86065 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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes 0.422s 2024-02-28 08:33:06,542 86065 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": "246b0f95-1cde-46a6-a85c-0d50e6d141cd", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47355666-d2ea-4f8f-9c45-788fdbe9e106', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47355666-d2ea-4f8f-9c45-788fdbe9e106', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes'} Body: b'{"volume": {"id": "4261e325-e427-431d-9df2-cfdac5270f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:06.458875", "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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}], "user_id": "73da2c41158d4b44b20bfa44ededa639", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:06,593 86065 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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f 0.040s 2024-02-28 08:33:06,593 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ff3797-07cd-48e6-94d6-002d66661f07', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ff3797-07cd-48e6-94d6-002d66661f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f'} Body: b'{"volume": {"id": "4261e325-e427-431d-9df2-cfdac5270f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:06.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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}], "user_id": "73da2c41158d4b44b20bfa44ededa639", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b4254f0f4bf4ad2896cb74ef14c1e13"}}' 2024-02-28 08:33:07,642 86065 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/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f 0.036s 2024-02-28 08:33:07,643 86065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f9fae4-b50f-4d6a-8eca-f8cd26a5da38', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f9fae4-b50f-4d6a-8eca-f8cd26a5da38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f'} Body: b'{"volume": {"id": "4261e325-e427-431d-9df2-cfdac5270f9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:06.000000", "updated_at": "2024-02-28T08:33:07.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b4254f0f4bf4ad2896cb74ef14c1e13/volumes/4261e325-e427-431d-9df2-cfdac5270f9f"}], "user_id": "73da2c41158d4b44b20bfa44ededa639", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b4254f0f4bf4ad2896cb74ef14c1e13"}}' 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 46193b3b-8cfa-4007-9b21-4140380f8f08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:31:10,709 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362 0.250s 2024-02-28 08:31:10,709 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:10 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-aae4b05b-c3c4-4089-8cbf-5029dc8c3b71', 'x-compute-request-id': 'req-aae4b05b-c3c4-4089-8cbf-5029dc8c3b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362'} Body: b'{"server": {"id": "190f0e36-c9c7-4481-af9d-43467ab12362", "name": "tempest-ServersNegativeTestJSON-server-1755807765", "status": "ACTIVE", "tenant_id": "9348737e41fc4572b7687cb254e10c96", "user_id": "3df48e7c592249ac9b5235186c15099e", "metadata": {}, "hostId": "fd7f9e64bdbd36caef948e187f1dc45b9dc169d04e6ec130cc582530", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:36Z", "updated": "2024-02-28T08:24:46Z", "addresses": {"tempest-ServersNegativeTestJSON-841431494-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ad:dc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:10,960 86051 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/9348737e41fc4572b7687cb254e10c96/volumes 0.216s 2024-02-28 08:32:10,960 86051 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-1419523495"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a30f7b53-23cd-4178-8c9d-5a3427aff6de', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a30f7b53-23cd-4178-8c9d-5a3427aff6de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes'} Body: b'{"volume": {"id": "46193b3b-8cfa-4007-9b21-4140380f8f08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:10.872460", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1419523495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}, {"rel": "bookmark", "href": "http://10.0.0.210 /volume/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:32:11,018 86051 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/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08 0.048s 2024-02-28 08:32:11,019 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a18507-aa16-4955-9806-e91e967adf45', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a18507-aa16-4955-9806-e91e967adf45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08'} Body: b'{"volume": {"id": "46193b3b-8cfa-4007-9b21-4140380f8f08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:11.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1419523495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9348737e41fc4572b7687cb254e10c96"}}' 2024-02-28 08:32:12,071 86051 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/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08 0.038s 2024-02-28 08:32:12,072 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ec81e0-8b06-44dc-87b9-5d4daf453c0b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ec81e0-8b06-44dc-87b9-5d4daf453c0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08'} Body: b'{"volume": {"id": "46193b3b-8cfa-4007-9b21-4140380f8f08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:32:11.000000", "updated_at": "2024-02-28T08:32:11.000000", "name": "tempest-ServersNegativeTestJSON-volume-1419523495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9348737e41fc4572b7687cb254e10c96/volumes/46193b3b-8cfa-4007-9b21-4140380f8f08"}], "user_id": "3df48e7c592249ac9b5235186c15099e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant- attr:tenant_id": "9348737e41fc4572b7687cb254e10c96"}}' 2024-02-28 08:32:12,305 86051 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362 0.221s 2024-02-28 08:32:12,306 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1bda29c-d4b9-4638-b1f1-1fe09fb7e374', 'x-compute-request-id': 'req-b1bda29c-d4b9-4638-b1f1-1fe09fb7e374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362'} Body: b'{"server": {"id": "190f0e36-c9c7-4481-af9d-43467ab12362", "name": "tempest-ServersNegativeTestJSON-server-1755807765", "status": "ACTIVE", "tenant_id": "9348737e41fc4572b7687cb254e10c96", "user_id": "3df48e7c592249ac9b5235186c15099e", "metadata": {}, "hostId": "fd7f9e64bdbd36caef948e187f1dc45b9dc169d04e6ec130cc582530", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:24:36Z", "updated": "2024-02-28T08:24:46Z", "addresses": {"tempest-ServersNegativeTestJSON-841431494-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ad:dc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/190f0e36-c9c7-4481-af9d-43467ab12362"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:24:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 288, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 340, 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 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server dc052cfd-f245-4f7a-aabd-aac0561cdc2b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2024-02-28T08:32:35Z', 'message': 'Build of instance dc052cfd-f245-4f7a-aabd-aac0561cdc2b aborted: Volume 29445953-a6be-4739-ab00-cb6ebbafb479 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-b4de5eea-f3b5-4b4b-9d32-b30b04a07184. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:29:28,832 86047 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.032s 2024-02-28 08:29:28,832 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e8107d18-db66-48f3-ba8d-c7a69e66d147', '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": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "password_expires_at": null}, "audit_ids": ["x51MTbBBRK6OHvyKShI0ew"], "expires_at": "2024-02-28T09:29:28.000000Z", "issued_at": "2024-02-28T08:29:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad5806d57e2a4d7192477009fbf5974a", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:29:28,832 86047 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '7e1d7d1b-7149-43ed-bc12-7a5336fb1b17', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1869076972-network', 'tenant_id': 'ad5806d57e2a4d7192477009fbf5974a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': 'ad5806d57e2a4d7192477009fbf5974a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:29:21Z', 'updated_at': '2024-02-28T08:29:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:29:29,654 86047 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.821s 2024-02-28 08:29:29,655 86047 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-420463085", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "7e1d7d1b-7149-43ed-bc12-7a5336fb1b17"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e', '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-d7174daa-00af-409a-9270-f21437dcbb5f', 'x-compute-request-id': 'req-d7174daa-00af-409a-9270-f21437dcbb5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2h54NkBQYDp7"}}' 2024-02-28 08:29:29,737 86047 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/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e 0.080s 2024-02-28 08:29:29,738 86047 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, 28 Feb 2024 08:29:29 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-2ee35854-a33d-41e2-9950-f446c238ea85', 'x-compute-request-id': 'req-2ee35854-a33d-41e2-9950-f446c238ea85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e'} Body: b'{"server": {"id": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-420463085", "status": "BUILD", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:29:30Z", "updated": "2024-02-28T08:29:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0fcd6 ad9-6a2e-4490-b8e7-53bb46a3782e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}], "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": []}}' 2024-02-28 08:30:20,103 86047 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/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e 0.297s 2024-02-28 08:30:20,104 86047 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, 28 Feb 2024 08:30:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7150981-f7d0-4773-b3d8-af2c5f56eaa1', 'x-compute-request-id': 'req-b7150981-f7d0-4773-b3d8-af2c5f56eaa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e'} Body: b'{"server": {"id": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-420463085", "status": "ACTIVE", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "8afa2e77596c8759534ace0d83fd6ae16383d895eb09bf2d5ff8ccae", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:29:29Z", "updated": "2024-02-28T08:29:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1869076972-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:68:08"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:29: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": []}}' 2024-02-28 08:30:20,123 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:31:20,902 86047 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/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e/action 0.738s 2024-02-28 08:31:20,902 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-1043370956"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d381f32-f3b4-471a-a01a-ccdcb9adc8a4', 'x-compute-request-id': 'req-0d381f32-f3b4-471a-a01a-ccdcb9adc8a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e/action'} Body: b'{"image_id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e"}' 2024-02-28 08:31:21,129 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.225s 2024-02-28 08:31:21,129 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-32f8d742-33f8-4f5e-b9b6-f2b64469707c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:21Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:22,156 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.024s 2024-02-28 08:31:22,156 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e7c2970c-e2f9-4945-b3e7-d2e049391d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:21Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:23,180 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.023s 2024-02-28 08:31:23,181 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bba6aa11-0ef0-4f16-b295-b9350a882b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:21Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:24,209 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.026s 2024-02-28 08:31:24,209 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-85254b0d-8d4a-49bc-b45e-f688a0e835cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:24Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:25,235 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.025s 2024-02-28 08:31:25,236 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-65823cdc-f084-4e4e-a120-5f565e3026ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:25Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:26,268 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.030s 2024-02-28 08:31:26,269 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cff85d2d-04e4-46b0-8762-eb6cb870d5dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "4014ffacbfb1ddff71234fde96e0e6cf", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f54152f450971682b7e3f8b58a3037a8d46fd2a7dabaace6f916559de5fa50ceb468a6251c9328d12e55ef393a87dcd2044f8eaadc7befd117b2da67a663b6af", "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:26Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:26,292 86047 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/0485ddfa-4bde-43fa-88e1-9ed35df2918e 0.023s 2024-02-28 08:31:26,292 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-32db11a8-e65b-43ad-9322-98a01eb48d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1043370956", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "4014ffacbfb1ddff71234fde96e0e6cf", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ad5806d57e2a4d7192477 009fbf5974a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f54152f450971682b7e3f8b58a3037a8d46fd2a7dabaace6f916559de5fa50ceb468a6251c9328d12e55ef393a87dcd2044f8eaadc7befd117b2da67a663b6af", "id": "0485ddfa-4bde-43fa-88e1-9ed35df2918e", "created_at": "2024-02-28T08:31:21Z", "updated_at": "2024-02-28T08:31:26Z", "tags": [], "self": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e", "file": "/v2/images/0485ddfa-4bde-43fa-88e1-9ed35df2918e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:31:26,873 86047 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/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e 0.581s 2024-02-28 08:31:26,874 86047 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, 28 Feb 2024 08:31:26 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-d9b48e06-fe22-412e-9e47-c56e84d7919e', 'x-compute-request-id': 'req-d9b48e06-fe22-412e-9e47-c56e84d7919e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e'} Body: b'{"server": {"id": "0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-420463085", "status": "ACTIVE", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "8afa2e77596c8759534ace0d83fd6ae16383d895eb09bf2d5ff8ccae", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:29:29Z", "updated": "2024-02-28T08:31:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1869076972-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:68:08"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0fcd6ad9-6a2e-4490-b8e7-53bb46a3782e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:29: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": []}}' 2024-02-28 08:32:27,037 86047 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.080s 2024-02-28 08:32:27,037 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cf337c6d-7270-40d8-9668-4ae7f776484a', '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": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "password_expires_at": null}, "audit_ids": ["Qy6D7RjoTsyLiL8Bksdy5w"], "expires_at": "2024-02-28T09:32:26.000000Z", "issued_at": "2024-02-28T08:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad5806d57e2a4d7192477009fbf5974a", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:32:27,038 86047 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '7e1d7d1b-7149-43ed-bc12-7a5336fb1b17', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1869076972-network', 'tenant_id': 'ad5806d57e2a4d7192477009fbf5974a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad5806d57e2a4d7192477009fbf5974a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:29:21Z', 'updated_at': '2024-02-28T08:29:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:32:27,513 86047 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.474s 2024-02-28 08:32:27,513 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-479679638", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "7e1d7d1b-7149-43ed-bc12-7a5336fb1b17"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b', '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-b4de5eea-f3b5-4b4b-9d32-b30b04a07184', 'x-compute-request-id': 'req-b4de5eea-f3b5-4b4b-9d32-b30b04a07184', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dc052cfd-f245-4f7a-aabd-aac0561cdc2b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "BF8s42rKayKn"}}' 2024-02-28 08:32:27,597 86047 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/dc052cfd-f245-4f7a-aabd-aac0561cdc2b 0.081s 2024-02-28 08:32:27,597 86047 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, 28 Feb 2024 08:32: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-0f386eb3-af50-434d-8f59-d6cb164ea6a5', 'x-compute-request-id': 'req-0f386eb3-af50-434d-8f59-d6cb164ea6a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b'} Body: b'{"server": {"id": "dc052cfd-f245-4f7a-aabd-aac0561cdc2b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-479679638", "status": "BUILD", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:32:27Z", "updated": "2024-02-28T08:32:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}], "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": []}}' 2024-02-28 08:33:17,877 86047 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/dc052cfd-f245-4f7a-aabd-aac0561cdc2b 0.215s 2024-02-28 08:33:17,878 86047 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, 28 Feb 2024 08:33: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-66ddaa55-fefe-4451-bc50-806dc3620005', 'x-compute-request-id': 'req-66ddaa55-fefe-4451-bc50-806dc3620005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b'} Body: b'{"server": {"id": "dc052cfd-f245-4f7a-aabd-aac0561cdc2b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-479679638", "status": "ERROR", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:32:27Z", "updated": "2024-02-28T08:32:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2024-02-28T08:32:35Z", "message": "Build of instance dc052cfd-f245-4f7a-aabd-aac0561cdc2b aborted: Volume 29445953-a6be-4739-ab00-cb6ebbafb479 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 08:33:17,895 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2024-02-28 08:33:18,705 86047 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/dc052cfd-f245-4f7a-aabd-aac0561cdc2b 0.809s 2024-02-28 08:33:18,705 86047 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, 28 Feb 2024 08:33:17 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-5758071b-1d78-4288-a9ea-39e01c64bbc6', 'x-compute-request-id': 'req-5758071b-1d78-4288-a9ea-39e01c64bbc6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b'} Body: b'' 2024-02-28 08:33:18,775 86047 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 /dc052cfd-f245-4f7a-aabd-aac0561cdc2b 0.070s 2024-02-28 08:33:18,776 86047 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, 28 Feb 2024 08:33: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-82b3b2f3-87cc-4884-a1d4-6b4429263a4d', 'x-compute-request-id': 'req-82b3b2f3-87cc-4884-a1d4-6b4429263a4d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dc052cfd-f245-4f7a-aabd-aac0561cdc2b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dc052cfd-f245-4f7a-aabd-aac0561cdc2b could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] --------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 43, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 3d616dd1-c3d0-4a34-9576-a460aef404c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:08,380 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types 0.246s 2024-02-28 08:34:08,380 86051 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-154442535"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fdd3a08-aca3-46c2-a0e3-0d8cea602b53', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fdd3a08-aca3-46c2-a0e3-0d8cea602b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types'} Body: b'{"volume_type": {"id": "2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc", "name": "tempest-GroupsTest-volume-type-154442535", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:08,416 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types 0.032s 2024-02-28 08:34:08,416 86051 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-548988027"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c082488-6c3e-4e23-8890-27667a501a61', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c082488-6c3e-4e23-8890-27667a501a61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types'} Body: b'{"group_type": {"id": "47a0a84d-825a-410b-ac74-e745289643c3", "name": "tempest-GroupsTest-group-type-548988027", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:34:08,609 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups 0.190s 2024-02-28 08:34:08,609 86051 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": "47a0a84d-825a-410b-ac74-e745289643c3", "volume_types": ["2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc"], "name": "tempest-Group1-885127242"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10af2083-7942-4cca-b714-37c4dfd213c9', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10af2083-7942-4cca-b714-37c4dfd213c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups'} Body: b'{"group": {"id": "3d616dd1-c3d0-4a34-9576-a460aef404c0", "name": "tempest-Group1-885127242"}}' 2024-02-28 08:34:08,642 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0 0.030s 2024-02-28 08:34:08,642 86051 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, 28 Feb 2024 08:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c1ab33d-00e2-4266-946a-8be0f4ba1c34', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c1ab33d-00e2-4266-946a-8be0f4ba1c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0'} Body: b'{"group": {"id": "3d616dd1-c3d0-4a34-9576-a460aef404c0", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:34:09.000000", "name": "tempest-Group1-885127242", "description": null, "group_type": "47a0a84d-825a-410b-ac74-e745289643c3", "volume_types": ["2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc"]}}' 2024-02-28 08:34:09,679 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0 0.031s 2024-02-28 08:34:09,679 86051 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, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-117c532c-921b-449e-9cf9-61bb80ce08cc', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-117c532c-921b-449e-9cf9-61bb80ce08cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0'} Body: b'{"group": {"id": "3d616dd1-c3d0-4a34-9576-a460aef404c0", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:34:09.000000", "name": "tempest-Group1-885127242", "description": null, "group_type": "47a0a84d-825a-410b-ac74-e745289643c3", "volume_types": ["2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc"]}}' 2024-02-28 08:34:09,722 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/volumes/detail 0.036s 2024-02-28 08:34:09,723 86051 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, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb49c84-b752-409b-922c-c2229b119c5d', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb49c84-b752-409b-922c-c2229b119c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:34:09,796 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0/action 0.060s 2024-02-28 08:34:09,796 86051 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, 28 Feb 2024 08:34:09 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-i d': 'req-c4972d57-3b95-4f11-aae9-460648fa8540', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0/action'} Body: b'' 2024-02-28 08:34:09,812 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0 0.016s 2024-02-28 08:34:09,813 86051 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, 28 Feb 2024 08:34:09 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-cb8c7ecf-6325-4101-819d-e70e6b143563', 'x-openstack-request-id': 'req-cb8c7ecf-6325-4101-819d-e70e6b143563', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/3d616dd1-c3d0-4a34-9576-a460aef404c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3d616dd1-c3d0-4a34-9576-a460aef404c0 could not be found."}}' 2024-02-28 08:34:09,843 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types/47a0a84d-825a-410b-ac74-e745289643c3 0.030s 2024-02-28 08:34:09,843 86051 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, 28 Feb 2024 08:34:09 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-ae135473-6e91-4a66-8858-43fef63285bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types/47a0a84d-825a-410b-ac74-e745289643c3'} Body: b'' 2024-02-28 08:34:09,891 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc 0.047s 2024-02-28 08:34:09,891 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd3f691-f902-45c7-b321-c63ee1908cf3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc'} Body: b'' 2024-02-28 08:34:09,909 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc 0.017s 2024-02-28 08:34:09,909 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 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-ecd97339-abcb-48e5-8ce8-714dd0c7c737', 'x-openstack-request-id': 'req-ecd97339-abcb-48e5-8ce8-714dd 0c7c737', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2bc04cfb-2b3e-40d1-a4ae-4180270a1ffc could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] ---------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 111, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 1bee0f8b-ba19-46f6-add9-207ba1bc14af failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:09,948 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types 0.035s 2024-02-28 08:34:09,948 86051 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-1351204443"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c458b21f-1b05-47e4-8670-dd317b6ea267', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c458b21f-1b05-47e4-8670-dd317b6ea267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types'} Body: b'{"volume_type": {"id": "b379209a-490f-48cc-9d98-0261637a968c", "name": "tempest-GroupsTest-volume-type-1351204443", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:09,982 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types 0.030s 2024-02-28 08:34:09,983 86051 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-1531916245"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ca3a1c-f5e6-4918-b5c7-2e4fc347403e', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ca3a1c-f5e6-4918-b5c7-2e4fc347403e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types'} Body: b'{"group_type": {"id": "eb1bf718-6da8-4e2f-8a0c-87fc9594624b", "name": "tempest-GroupsTest-group-type-1531916245", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:34:10,090 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups 0.105s 2024-02-28 08:34:10,090 86051 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": "eb1bf718-6da8-4e2f-8a0c-87fc9594624b", "volume_types": ["b379209a-490f-48cc-9d98-0261637a968c"], "name": "tempest-GroupsTest-Group-1535737697"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2be02f9e-b73b-4d0c-aba6-774423ecdcb4', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2be02f9e-b73b-4d0c-aba6-774423ecdcb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups'} Body: b'{"group": {"id": "1bee0f8b-ba19-46f6-add9-207ba1bc14af", "name": "tempest-GroupsTest-Group-1535737697"}}' 2024-02-28 08:34:10,136 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af 0.044s 2024-02-28 08:34:10,136 86051 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, 28 Feb 2024 08:34:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dede8b83-2a3e-4f2d-b9e0-ad62528a90c8', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dede8b83-2a3e-4f2d-b9e0-ad62528a90c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af'} Body: b'{"group": {"id": "1bee0f8b-ba19-46f6-add9-207ba1bc14af", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:34:10.000000", "name": "tempest-GroupsTest-Group-1535737697", "description": null, "group_type": "eb1bf718-6da8-4e2f-8a0c-87fc9594624b", "volume_types": ["b379209a-490f-48cc-9d98-0261637a968c"]}}' 2024-02-28 08:34:11,173 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af 0.031s 2024-02-28 08:34:11,173 86051 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, 28 Feb 2024 08:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db53afc3-38db-42c1-bd38-932c9aef9faf', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db53afc3-38db-42c1-bd38-932c9aef9faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af'} Body: b'{"group": {"id": "1bee0f8b-ba19-46f6-add9-207ba1bc14af", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:34:10.000000", "name": "tempest-GroupsTest-Group-1535737697", "description": null, "group_type": "eb1bf718-6da8-4e2f-8a0c-87fc9594624b", "volume_types": ["b379209a-490f-48cc-9d98-0261637a968c"]}}' 2024-02-28 08:34:11,232 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/volumes/detail 0.052s 2024-02-28 08:34:11,232 86051 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, 28 Feb 2024 08:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64df06f9-ae16-49ad-a2f2-aee9945d9ee0', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64df06f9-ae16-49ad-a2f2-aee9945d9ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:34:11,315 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af/action 0.066s 2024-02-28 08:34:11,315 86051 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, 28 Feb 2024 08:34:11 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-8c714212-78b0-48d3-a663-262 363e1688b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af/action'} Body: b'' 2024-02-28 08:34:11,331 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af 0.015s 2024-02-28 08:34:11,331 86051 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, 28 Feb 2024 08:34:11 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-8594d631-0f5c-4814-94cb-0e3419bdc7aa', 'x-openstack-request-id': 'req-8594d631-0f5c-4814-94cb-0e3419bdc7aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a76d762ba394978830ae3fb89530109/groups/1bee0f8b-ba19-46f6-add9-207ba1bc14af'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1bee0f8b-ba19-46f6-add9-207ba1bc14af could not be found."}}' 2024-02-28 08:34:11,389 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types/eb1bf718-6da8-4e2f-8a0c-87fc9594624b 0.058s 2024-02-28 08:34:11,390 86051 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, 28 Feb 2024 08:34:11 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-9c78364c-5613-4bf8-b16b-0c6302102250', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/group_types/eb1bf718-6da8-4e2f-8a0c-87fc9594624b'} Body: b'' 2024-02-28 08:34:11,438 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/b379209a-490f-48cc-9d98-0261637a968c 0.047s 2024-02-28 08:34:11,438 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7417d6-24cc-4cf1-8d90-a576b4df2b31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/b379209a-490f-48cc-9d98-0261637a968c'} Body: b'' 2024-02-28 08:34:11,455 86051 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/b379209a-490f-48cc-9d98-0261637a968c 0.016s 2024-02-28 08:34:11,456 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb67afc-2aee-4529-a4de-fc7b0c86cb69', 'x-openstack-request-id': 'req-7bb67afc-2aee-4529-a4de-fc7b0c86cb69', 'connection': 'close', 'st atus': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5d89f47d65342218182edc62c41bc89/types/b379209a-490f-48cc-9d98-0261637a968c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b379209a-490f-48cc-9d98-0261637a968c could not be found."}}' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 227, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:14,652 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types 0.180s 2024-02-28 08:34:14,653 86051 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-1512506391"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83811cd-bac7-49bc-9ee6-dc727652e85d', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83811cd-bac7-49bc-9ee6-dc727652e85d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types'} Body: b'{"volume_type": {"id": "b35a0296-81f8-4642-a647-7922dfdb86f5", "name": "tempest-GroupsV320Test-volume-type-1512506391", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:14,692 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/group_types 0.037s 2024-02-28 08:34:14,693 86051 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-904575497"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1ad4d31-047b-44b3-bed3-5aa98a7c8adb', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1ad4d31-047b-44b3-bed3-5aa98a7c8adb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/group_types'} Body: b'{"group_type": {"id": "98b1bb3d-69be-4307-8f0d-a91d8e1bc524", "name": "tempest-GroupsV320Test-group-type-904575497", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:34:14,869 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups 0.173s 2024-02-28 08:34:14,869 86051 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": "98b1bb3d-69be-4307-8f0d-a91d8e1bc524", "volume_types": ["b35a0296-81f8-4642-a647-7922dfdb86f5"], "name": "tempest-GroupsV320Test-Group-234950416"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb1f415b-429d-407e-9fe8-e79ba9e68d0e', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb1f415b-429d-407e-9fe8-e79ba9e68d0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups'} Body: b'{"group": {"id": "7ffe63ae-3deb-43ad-bc13-3f44c6df24b7", "name": "tempest-GroupsV320Test-Group-234950416"}}' 2024-02-28 08:34:14,906 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 0.035s 2024-02-28 08:34:14,907 86051 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, 28 Feb 2024 08:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a12f067-428f-4b9b-a769-6f554525bf58', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a12f067-428f-4b9b-a769-6f554525bf58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7'} Body: b'{"group": {"id": "7ffe63ae-3deb-43ad-bc13-3f44c6df24b7", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:34:15.000000", "name": "tempest-GroupsV320Test-Group-234950416", "description": null, "group_type": "98b1bb3d-69be-4307-8f0d-a91d8e1bc524", "volume_types": ["b35a0296-81f8-4642-a647-7922dfdb86f5"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:34:15,951 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 0.037s 2024-02-28 08:34:15,951 86051 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, 28 Feb 2024 08:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c820c1e0-04c9-4717-9347-17bf185454bf', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c820c1e0-04c9-4717-9347-17bf185454bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7'} Body: b'{"group": {"id": "7ffe63ae-3deb-43ad-bc13-3f44c6df24b7", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:34:15.000000", "name": "tempest-GroupsV320Test-Group-234950416", "description": null, "group_type": "98b1bb3d-69be-4307-8f0d-a91d8e1bc524", "volume_types": ["b35a0296-81f8-4642-a647-7922dfdb86f5"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:34:15,991 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/volumes/detail 0.033s 2024-02-28 08:34:15,991 86051 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, 28 Feb 2024 08:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b94a3a2a-e363-4af3-9a7b-c63b224f0268', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b94a3a2a-e363-4af3-9a7b-c63b224f0268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:34:16,072 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7/action 0.069s 2024-02-28 08:34:16,073 86051 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, 28 Feb 2024 08:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d218c4-6d9b-41bd-9e0c-e9a0e5896f60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7/action'} Body: b'' 2024-02-28 08:34:16,090 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 0.016s 2024-02-28 08:34:16,090 86051 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, 28 Feb 2024 08:34:16 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-8e96435b-b669-417b-8586-961f14768fd6', 'x-openstack-request-id': 'req-8e96435b-b669-417b-8586-961f14768fd6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b883675551d34c1585751979ad5938a9/groups/7ffe63ae-3deb-43ad-bc13-3f44c6df24b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 7ffe63ae-3deb-43ad-bc13-3f44c6df24b7 could not be found."}}' 2024-02-28 08:34:16,118 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/group_types/98b1bb3d-69be-4307-8f0d-a91d8e1bc524 0.028s 2024-02-28 08:34:16,119 86051 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, 28 Feb 2024 08:34:16 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-9096db65-0e5f-4625-99b9-1c2a86af5aae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/group_types/98b1bb3d-69be-4307-8f0d-a91d8e1bc524'} Body: b'' 2024-02-28 08:34:16,172 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types/b35a0296-81f8-4642-a647-7922dfdb86f5 0.053s 2024-02-28 08:34:16,173 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-edc90cf3-684b-4fd9-8303-f2f35098cdf4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types/b35a0296-81f8-4642-a647-7922dfdb86f5'} Body: b'' 2024-02-28 08:34:16,190 86051 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types/b35a0296-81f8-4642-a647-7922dfdb86f5 0.017s 2024-02-28 08:34:16,191 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '11 4', 'content-type': 'application/json', 'x-compute-request-id': 'req-4408f8e9-6a77-4290-973f-590b2e0ab039', 'x-openstack-request-id': 'req-4408f8e9-6a77-4290-973f-590b2e0ab039', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3f85f14214a2466a9d1f09d8fcc35982/types/b35a0296-81f8-4642-a647-7922dfdb86f5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b35a0296-81f8-4642-a647-7922dfdb86f5 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d5c36ded-1086-42a5-ac55-c3421fa37147 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:19,992 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes 0.450s 2024-02-28 08:34:19,993 86051 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-623390212"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6ac37d7-cabf-4d9b-a403-64bb9b879d54', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6ac37d7-cabf-4d9b-a403-64bb9b879d54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes'} Body: b'{"volume": {"id": "d5c36ded-1086-42a5-ac55-c3421fa37147", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:19.923199", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-623390212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 08:34:20,069 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.063s 2024-02-28 08:34:20,069 86051 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, 28 Feb 2024 08:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff041a8c-f0b4-4b9c-a582-ff52983ef646', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff041a8c-f0b4-4b9c-a582-ff52983ef646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'{"volume": {"id": "d5c36ded-1086-42a5-ac55-c3421fa37147", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:20.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-623390212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:21,130 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.045s 2024-02-28 08:34:21,130 86051 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, 28 Feb 2024 08:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc40a8e-5634-4360-88bd-ec4ba9c94a71', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc40a8e-5634-4360-88bd-ec4ba9c94a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'{"volume": {"id": "d5c36ded-1086-42a5-ac55-c3421fa37147", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:20.000000", "updated_at": "2024-02-28T08:34:20.000000", "name": "tempest-VolumesTransfersV355Test-Volume-623390212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:21,196 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.052s 2024-02-28 08:34:21,197 86051 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, 28 Feb 2024 08:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a4e5fe-76bd-43f7-8dc0-75bdaea8a222', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37a4e5fe-76bd-43f7-8dc0-75bdaea8a222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'{"volume": {"id": "d5c36ded-1086-42a5-ac55-c3421fa37147", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:20.000000", "updated_at": "2024-02-28T08:34:20.000000", "name": "tempest-VolumesTransfersV355Test-Volume-623390212", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:21,319 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.109s 2024-02-28 08:34:21,320 86051 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, 28 Feb 2024 08:34: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-77f2261c-decb-4797-8fe4-7765d335babf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'' 2024-02-28 08:34:21,344 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147 0.024s 2024-02-28 08:34:21,344 86051 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, 28 Feb 2024 08:34: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-823bda7d-6354-4468-82e3-28d577811d14', 'x-openstack-request-id': 'req-823bda7d-6354-4468-82e3-28d577811d14', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/d5c36ded-1086-42a5-ac55-c3421fa37147'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d5c36ded-1086-42a5-ac55-c3421fa37147 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 74121e8f-0325-4769-bb4b-21f9ddf0dac6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:21,524 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes 0.175s 2024-02-28 08:34:21,524 86051 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-1112410731"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35efaae4-92ea-43a1-b79c-cacb9a31aaa7', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35efaae4-92ea-43a1-b79c-cacb9a31aaa7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes'} Body: b'{"volume": {"id": "74121e8f-0325-4769-bb4b-21f9ddf0dac6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:21.467791", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1112410731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 08:34:21,578 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.041s 2024-02-28 08:34:21,578 86051 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, 28 Feb 2024 08:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcdbf1c1-848d-4871-969c-7e001ed7c57a', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcdbf1c1-848d-4871-969c-7e001ed7c57a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'{"volume": {"id": "74121e8f-0325-4769-bb4b-21f9ddf0dac6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:21.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1112410731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:22,636 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.044s 2024-02-28 08:34:22,637 86051 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, 28 Feb 2024 08:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c15b8c15-527e-4aee-a177-ad76ed1f22c4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c15b8c15-527e-4aee-a177-ad76ed1f22c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'{"volume": {"id": "74121e8f-0325-4769-bb4b-21f9ddf0dac6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:21.000000", "updated_at": "2024-02-28T08:34:22.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1112410731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:22,689 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.037s 2024-02-28 08:34:22,689 86051 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, 28 Feb 2024 08:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a916e211-c2c0-4440-85e7-18d220189192', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a916e211-c2c0-4440-85e7-18d220189192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'{"volume": {"id": "74121e8f-0325-4769-bb4b-21f9ddf0dac6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:21.000000", "updated_at": "2024-02-28T08:34:22.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1112410731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6"}], "user_id": "c7d9065e5e4e427b9d6410a05371f14a", "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": "71cee2d03d44456695d4d758b19929b5"}}' 2024-02-28 08:34:22,796 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.094s 2024-02-28 08:34:22,797 86051 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, 28 Feb 2024 08:34:22 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-9f61b5b5-a781-4ed1-b933-3e73e0c3423d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'' 2024-02-28 08:34:22,820 86051 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6 0.022s 2024-02-28 08:34:22,820 86051 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, 28 Feb 2024 08:34:22 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-cedf62d3-8008-4e20-b799-33227094824d', 'x-openstack-request-id': 'req-cedf62d3-8008-4e20-b799-33227094824d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/71cee2d03d44456695d4d758b19929b5/volumes/74121e8f-0325-4769-bb4b-21f9ddf0dac6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 74121e8f-0325-4769-bb4b-21f9ddf0dac6 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 491, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, 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 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d1db6b50-d468-4697-b07b-40b5e0923981 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:32:32,567 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.423s 2024-02-28 08:32:32,568 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:32 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-6ab0fec8-86a3-4850-858f-a77fffe16610', 'x-compute-request-id': 'req-6ab0fec8-86a3-4850-858f-a77fffe16610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:32,727 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.145s 2024-02-28 08:32:32,727 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:32 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-20c774b4-0401-4903-8864-b4ebc62f2ed5', 'x-compute-request-id': 'req-20c774b4-0401-4903-8864-b4ebc62f2ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "htt p://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:32,920 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.180s 2024-02-28 08:32:32,920 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:32 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-664b856b-dace-45da-90d5-cc6d8ae2f9ae', 'x-compute-request-id': 'req-664b856b-dace-45da-90d5-cc6d8ae2f9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:33:33,086 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v 3/auth/tokens 0.108s 2024-02-28 08:33:33,087 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-18b00964-51e2-409b-a9c9-426cbb05119e', '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": "6907afb9539d4cd48892d10e0ee7d38c", "name": "tempest-ServerActionsTestOtherA-2112095447-project-member", "password_expires_at": null}, "audit_ids": ["bzDsptiBQAu0vhF-BCFmog"], "expires_at": "2024-02-28T09:33:33.000000Z", "issued_at": "2024-02-28T08:33:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31d6b3629e574f20a13d3e6bd5553f17", "name": "tempest-ServerActionsTestOtherA-2112095447"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:33:33,087 86061 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'e3d6342c-7f29-4a98-9dcb-1d5832473f1a', 'name': 'tempest-ServerActionsTestOtherA-903269826-network', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63537, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:24:54Z', 'updated_at': '2024-02-28T08:24:54Z', 'revision_number': 1} available for tenant 2024-02-28 08:33:33,088 86061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1831849867', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGWmED2OgtIr3GEkIE/gMQLuLfzIzKrVi3ieEt3ffWk6Er4wuRHGR+nyLMY1mYDhGx0zAQjdo2JtfY8cuMuwO0iAinc561KsaoRDQpbx8nl3vScEtoDPQCd9FuV1HCON4A==', 'fingerprint': '45:b8:91:d1:b8:b5:b9:78:f1:03:41:be:0b:cd:6d:1e', 'user_id': '6907afb9539d4cd48892d10e0ee7d38c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDRCGQOvr6j2yWxDtl6OG4Z77PdgaxpZPY9HdRK3pBcPMvRY8gPFdXt\nLrGHWBb68w6gBwYFK4EEACKhZANiAARlphA9joLSK9xhJCBP4DEC7i38yMyq1Yt4\nnhLd331pOhK+MLkRxkfp8izGNZmA4RsdMwEI3aNibX2PHLjLsDtIgIp3OetSrGqE\nQ0KW8fJ5d70nBLaAz0AnfRbldRwjjeA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '09e12b3c-eec2-4fc8-bfef-87983ec2b752', 'name': 'tempest-securitygroup--702692728', 'stateful': True, 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': 'tempest-description--80654533', 'shared': False, 'security_group_rules': [{'id': '67d8b76f-7f90-493e-a11d-1a2e6e0b5a6a', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'security_group_id': '09e12b3c-eec2-4fc8-bfef-87983ec2b752', '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': 573, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:25:00Z', 'updated_at': '2024-02-28T08:25:00Z', 'revision_number': 0}, {'id': '7e67d549-90b4-428d-8331-b625b78a596b', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'security_group_id': '09e12b3c-eec2-4fc8-bfef-87983ec2b752', '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': 574, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:25:00Z', 'updated_at': '2024-02-28T08:25:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:25:00Z', 'updated_at': '2024-02-28T08:25:00Z', 'revision_number': 1, 'project_id': '31d6b3629e574f20a13d3e6bd5553f17'}, 'floating_ip': {'id': '16c6f87d-0373-4129-b52a-6492a4392c86', 'tenant_id': '31d6b3629e574f20a13d3e6bd5553f17', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '31d6b3629e574f20a13d3e6bd5553f17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:25:01Z', 'updated_at': '2024-02-28T08:25:01Z', 'revision_number': 0, 'ip': '172.24.4.186'}} 2024-02-28 08:33:33,419 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes 0.330s 2024-02-28 08:33:33,420 86061 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-1928598260", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46e6eca-f8a2-404f-948f-5bc9e55179a7', 'content-length': '820', 'openstack-api-version': 'volume 3. 0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46e6eca-f8a2-404f-948f-5bc9e55179a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes'} Body: b'{"volume": {"id": "d1db6b50-d468-4697-b07b-40b5e0923981", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:33.360066", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1928598260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:33,470 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981 0.039s 2024-02-28 08:33:33,470 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f6cd5a4-89ba-43de-add5-2dadaa575bb7', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f6cd5a4-89ba-43de-add5-2dadaa575bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981'} Body: b'{"volume": {"id": "d1db6b50-d468-4697-b07b-40b5e0923981", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:33.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1928598260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:33:34,523 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981 0.040s 2024-02-28 08:33:34,523 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48abac6a-0d79-44bf-be3c-5dbdd3d734c0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48abac6a-0d79-44bf-be3c-5dbdd3d734c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981'} Body: b'{"volume": {"id": "d1db6b50-d468-4697-b07b-40b5e0923981", "stat us": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:33.000000", "updated_at": "2024-02-28T08:33:33.000000", "name": "tempest-tempest.common.compute-volume-1928598260", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981"}], "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31d6b3629e574f20a13d3e6bd5553f17"}}' 2024-02-28 08:33:34,632 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981 0.097s 2024-02-28 08:33:34,633 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33: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-6f4cbaf4-b87b-45d3-bc34-968e20707f17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981'} Body: b'' 2024-02-28 08:33:34,654 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981 0.021s 2024-02-28 08:33:34,654 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-88ced783-dfcc-4a07-942a-5187e667b640', 'x-openstack-request-id': 'req-88ced783-dfcc-4a07-942a-5187e667b640', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/31d6b3629e574f20a13d3e6bd5553f17/volumes/d1db6b50-d468-4697-b07b-40b5e0923981'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d1db6b50-d468-4697-b07b-40b5e0923981 could not be found."}}' 2024-02-28 08:33:34,655 86061 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 2024-02-28 08:33:34,871 86061 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158 0.214s 2024-02-28 08:33:34,871 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:34 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-390be9c3-d683-47e8-9276-1ba77ebf8e58', 'x-compute-request-id': 'req-390be9c3-d683-47e8-9276-1ba77ebf8e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2 .1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158'} Body: b'{"server": {"id": "cbbec599-efe9-48c5-a17b-6f4aadd58158", "name": "tempest-ServerActionsTestOtherA-server-1966817317", "status": "ACTIVE", "tenant_id": "31d6b3629e574f20a13d3e6bd5553f17", "user_id": "6907afb9539d4cd48892d10e0ee7d38c", "metadata": {}, "hostId": "4630916aa9fe0733683d225d78a6dc30fa2fe5d16e6b6777da032bb4", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:25:02Z", "updated": "2024-02-28T08:25:12Z", "addresses": {"tempest-ServerActionsTestOtherA-903269826-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:29:d6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cbbec599-efe9-48c5-a17b-6f4aadd58158"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1831849867", "OS-SRV-USG:launched_at": "2024-02-28T08:25:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--702692728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c84af9e1-fc51-4ee6-84e0-807ff7dc32ea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:31:53,030 86053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:31:53,031 86053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:31:53,082 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2024-02-28 08:31:53,083 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1810013497", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGoVZQi+sfVa4j7o4wFQMHw9YAi1sKu5WpC4/G58qz9TiVFV/jjBLPhKKLUXy1gGht6SS0KaVdj8EAtUJ3vHJUaWBQN9cnd2DT6LQfi5UfOWEhR/b8OHDfr6Cl9DdOOKrg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:53 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-9bfbe2a2-6596-4a9e-b250-f55e22882938', 'x-compute-request-id': 'req-9bfbe2a2-6596-4a9e-b250-f55e22882938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1810013497", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGoVZQi+sfVa4j7o4wFQMHw9YAi1sKu5WpC4/G58qz9TiVFV/jjBLPhKKLUXy1gGht6SS0KaVdj8EAtUJ3vHJUaWBQN9cnd2DT6LQfi5UfOWEhR/b8OHDfr6Cl9DdOOKrg==", "fingerprint": "3c:9d:67:cd:f3:60:8d:12:1c:ab:95:54:af:89:01:c2", "user_id": "218f5d76ad824a1abc95a08cf721e2ba"}}' 2024-02-28 08:31:53,085 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1810013497 created 2024-02-28 08:31:53,233 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.147s 2024-02-28 08:31:53,234 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1005426564", "description": "tempest-description--1975136558"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-9f00e43e-6084-40a6-8929-2fd6bfb7905c', 'date': 'Wed, 28 Feb 2024 08:31:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "name": "tempest-securitygroup--1005426564", "stateful": true, "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "tempest-description--1975136558", "shared": false, "security_group_rules": [{"id": "17ada305-dbdb-4869-b1f2-3494b7400858", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "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": 872, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}, {"id": "54d21d41-86e1-4b58-9f51-7a0d2b0a3dfd", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "por t_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 873, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:31:53,424 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.190s 2024-02-28 08:31:53,425 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e0063205-3c58-47bf-812c-de85299c4dd2', 'date': 'Wed, 28 Feb 2024 08:31:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3a385ba7-f1ea-4841-a2c0-f4f603ab2902", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}}' 2024-02-28 08:31:53,627 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.201s 2024-02-28 08:31:53,628 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e8ae2636-c784-44d7-8ac6-006519b356cf', 'date': 'Wed, 28 Feb 2024 08:31:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9b905d0c-350c-4ad4-b9d4-49aa20a1d8a9", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "security_group_id": "b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}}' 2024-02-28 08:31:53,628 86053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1005426564 created 2024-02-28 08:31:54,213 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.584s 2024-02-28 08:31:54,213 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id" : "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-66136797-15b5-4fef-ada4-9041c0e55392', 'date': 'Wed, 28 Feb 2024 08:31:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7642331f-b5f8-40cb-9392-57d988a41145", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.83", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cf279a5b5bc6440e9916e829bd29e2b9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:31:53Z", "revision_number": 0}}' 2024-02-28 08:31:54,214 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7642331f-b5f8-40cb-9392-57d988a41145', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.83', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 0, 'ip': '172.24.4.83'} created 2024-02-28 08:31:54,265 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.046s 2024-02-28 08:31:54,265 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f8f95d7a-6aab-4361-a8d2-76a62fee1ae2', '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": "218f5d76ad824a1abc95a08cf721e2ba", "name": "tempest-AttachVolumeNegativeTest-321882960-project-member", "password_expires_at": null}, "audit_ids": ["OsE-graJR9ydq03pEjX98Q"], "expires_at": "2024-02-28T09:31:54.000000Z", "issued_at": "2024-02-28T08:31:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf279a5b5bc6440e9916e829bd29e2b9", "name": "tempest-AttachVolumeNegativeTest-321882960"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "netw ork", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:31:54,266 86053 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '3bab0135-a744-47ea-8119-b4d8366bbc06', 'name': 'tempest-AttachVolumeNegativeTest-552754571-network', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4156, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:26:12Z', 'updated_at': '2024-02-28T08:26:12Z', 'revision_number': 1} available for tenant 2024-02-28 08:31:54,266 86053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1810013497', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGoVZQi+sfVa4j7o4wFQMHw9YAi1sKu5WpC4/G58qz9TiVFV/jjBLPhKKLUXy1gGht6SS0KaVdj8EAtUJ3vHJUaWBQN9cnd2DT6LQfi5UfOWEhR/b8OHDfr6Cl9DdOOKrg==', 'fingerprint': '3c:9d:67:cd:f3:60:8d:12:1c:ab:95:54:af:89:01:c2', 'user_id': '218f5d76ad824a1abc95a08cf721e2ba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBUlHpgZuSCGllwWNXwZL6BkX9rfmGT9wLG5TeXR8+31qY+jMtPAwBO\nQd3lfnCE8UigBwYFK4EEACKhZANiAARqFWUIvrH1WuI+6OMBUDB8PWAItbCruVqQ\nuPxufKs/U4lRVf44wSz4Sii1F8tYBobekktCmlXY/BALVCd7xyVGlgUDfXJ3dg0+\ni0H4uVHzlhIUf2/Dhw36+gpfQ3Tjiq4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3', 'name': 'tempest-securitygroup--1005426564', 'stateful': True, 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': 'tempest-description--1975136558', 'shared': False, 'security_group_rules': [{'id': '17ada305-dbdb-4869-b1f2-3494b7400858', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': 'b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3', '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': 872, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 0}, {'id': '54d21d41-86e1-4b58-9f51-7a0d2b0a3dfd', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'security_group_id': 'b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3', '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': 8 73, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 1, 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9'}, 'floating_ip': {'id': '7642331f-b5f8-40cb-9392-57d988a41145', 'tenant_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'floating_ip_address': '172.24.4.83', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cf279a5b5bc6440e9916e829bd29e2b9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:31:53Z', 'updated_at': '2024-02-28T08:31:53Z', 'revision_number': 0, 'ip': '172.24.4.83'}} 2024-02-28 08:31:54,842 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.574s 2024-02-28 08:31:54,842 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1104166792", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3bab0135-a744-47ea-8119-b4d8366bbc06"}], "security_groups": [{"name": "tempest-securitygroup--1005426564"}], "key_name": "tempest-keypair-1810013497", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd9957d7-16cd-482b-a90c-c6ba3e1b7b17', 'x-compute-request-id': 'req-fd9957d7-16cd-482b-a90c-c6ba3e1b7b17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1005426564"}], "adminPass": "password"}}' 2024-02-28 08:31:54,912 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.067s 2024-02-28 08:31:54,913 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:31:54 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-9cb2938c-b89a-496b-ba4f-cfa0f5695a64', 'x-compute-request-id': 'req-9cb2938c-b89a-496b-ba4f-cfa0f5695a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'{"server": {"id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "name": "tempest-AttachVolumeNegativeTest-server-1104166792", "status": "BUILD", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, " hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:31:55Z", "updated": "2024-02-28T08:31:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1810013497", "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": []}}' 2024-02-28 08:32:45,189 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.218s 2024-02-28 08:32:45,189 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:32:44 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-8d49044a-d181-480e-a160-b82823d75791', 'x-compute-request-id': 'req-8d49044a-d181-480e-a160-b82823d75791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'{"server": {"id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "name": "tempest-AttachVolumeNegativeTest-server-1104166792", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb0964be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:31:54Z", "updated": "2024-02-28T08:32:01Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e9:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1810013497", "OS-SRV-USG:launched_at": "2024-02-28T08:32:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005426564"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:32:45,218 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:33:45,466 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd/os-interface 0.180s 2024-02-28 08:33:45,467 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:45 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-9304be04-7b2c-4324-a20b-463a2de2aced', 'x-compute-request-id': 'req-9304be04-7b2c-4324-a20b-463a2de2aced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "port_id": "e069f2b1-1bde-4581-ab4c-9e0422017c8a", "mac_addr": "fa:16:3e:50:e9:19", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "246caaab-61df-4778-80bf-9328ee1bf49c", "ip_address": "10.0.0.7"}]}]}' 2024-02-28 08:33:46,216 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/7642331f-b5f8-40cb-9392-57d988a41145 0.743s 2024-02-28 08:33:46,216 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e069f2b1-1bde-4581-ab4c-9e0422017c8a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-a423086b-af98-4baf-930a-a88e89dfd115', 'date': 'Wed, 28 Feb 2024 08:33:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7642331f-b5f8-40cb-9392-57d988a41145'} Body: b'{"floatingip": {"id": "7642331f-b5f8-40cb-9392-57d988a41145", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "floating_ip_address": "172.24.4.83", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "18e82cfe-d646-4d57-8f9b-a97fc16363e0", "port_id": "e069f2b1-1bde-4581-ab4c-9e0422017c8a", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3bab0135-a744-47ea-8119-b4d8366bbc06", "mac_address": "fa:16:3e:50:e9:19", "admin_state_up": true, "status": "ACTIVE", "device_id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:31:53Z", "updated_at": "2024-02-28T08:33:45Z", "revision_number": 1, "project_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:33:46,222 86053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.83:22' as 'cirros' with public key authentication 2024-02-28 08:33:46,235 86053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:33:46,347 86053 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:33:46,347 86053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.83 successfully created 2024-02-28 08:33:46,396 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd/ips 0.047s 2024-02-28 08:33:46,396 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:46 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-10353dd2-53a2-4ecc-97cc-63ea00192cde', 'x-compute-request-id': 'req-10353dd2-53a2-4ecc-97cc-63ea00192cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1 /servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2024-02-28 08:33:46,589 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes 0.188s 2024-02-28 08:33:46,589 86053 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-197587222"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-714be588-93c5-4de9-8f9f-72dd85784372', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-714be588-93c5-4de9-8f9f-72dd85784372', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes'} Body: b'{"volume": {"id": "c84af9e1-fc51-4ee6-84e0-807ff7dc32ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:46.530735", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-197587222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:46,641 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea 0.040s 2024-02-28 08:33:46,641 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ab741d-dbf2-4e8f-a8df-438952b25115', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ab741d-dbf2-4e8f-a8df-438952b25115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea'} Body: b'{"volume": {"id": "c84af9e1-fc51-4ee6-84e0-807ff7dc32ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:47.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-197587222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:33:47,697 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http ://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea 0.041s 2024-02-28 08:33:47,697 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de1ec985-4d81-44a7-a5c8-9657c8c50cc9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de1ec985-4d81-44a7-a5c8-9657c8c50cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea'} Body: b'{"volume": {"id": "c84af9e1-fc51-4ee6-84e0-807ff7dc32ea", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:47.000000", "updated_at": "2024-02-28T08:33:47.000000", "name": "tempest-AttachVolumeNegativeTest-volume-197587222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cf279a5b5bc6440e9916e829bd29e2b9/volumes/c84af9e1-fc51-4ee6-84e0-807ff7dc32ea"}], "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9"}}' 2024-02-28 08:33:47,820 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.107s 2024-02-28 08:33:47,820 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:47 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-e790e4f9-f5e6-48bf-ba5c-f8b33e5cf175', 'x-compute-request-id': 'req-e790e4f9-f5e6-48bf-ba5c-f8b33e5cf175', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'' 2024-02-28 08:33:48,000 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.179s 2024-02-28 08:33:48,000 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eff27b91-21ac-4a1f-84e6-a24456be000f', 'x-compute-request-id': 'req-eff27b91-21ac-4a1f-84e6-a24456be000f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'{"server": {"id": "e0447d7f-6744-45a2-8d80-0d2f0cae13bd", "name": "tempest-AttachVolumeNegativeTest-server-1104166792", "status": "ACTIVE", "tenant_id": "cf279a5b5bc6440e9916e829bd29e2b9", "user_id": "218f5d76ad824a1abc95a08cf721e2ba", "metadata": {}, "hostId": "7704880d16174f07909e2f4a4288c7cb096 4be2a4e7d48fa24a9a532", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:31:54Z", "updated": "2024-02-28T08:33:48Z", "addresses": {"tempest-AttachVolumeNegativeTest-552754571-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e9:19"}, {"version": 4, "addr": "172.24.4.83", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:e9:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1810013497", "OS-SRV-USG:launched_at": "2024-02-28T08:32:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005426564"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:34:38,124 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd 0.059s 2024-02-28 08:34:38,124 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:38 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-65030605-a19b-41c1-98d0-0d404ef77e3a', 'x-compute-request-id': 'req-65030605-a19b-41c1-98d0-0d404ef77e3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e0447d7f-6744-45a2-8d80-0d2f0cae13bd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e0447d7f-6744-45a2-8d80-0d2f0cae13bd could not be found."}}' 2024-02-28 08:34:38,158 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1810013497 0.032s 2024-02-28 08:34:38,159 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:38 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-e4b16934-001c-435e-9196-35a06541c1fd', 'x-compute-request-id': 'req-e4b16934-001c-435e-9196-35a06541c1fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1810013497'} Body: b'' 2024-02-28 08:34:38,337 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3 0.178s 2024-02-28 08:34:38,338 86053 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-0ae07a32-37b8-4c1f-aada-03bab0993513', 'content-length': '0', 'date': 'Wed, 28 F eb 2024 08:34:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3'} Body: b'' 2024-02-28 08:34:38,358 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3 0.020s 2024-02-28 08:34:38,359 86053 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-a2224108-3376-420d-bb45-b968b79e26f2', 'date': 'Wed, 28 Feb 2024 08:34:38 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b9d1b90b-80e5-426a-b5db-4d12aeaf3ee3 does not exist", "detail": ""}}' 2024-02-28 08:34:38,706 86053 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7642331f-b5f8-40cb-9392-57d988a41145 0.346s 2024-02-28 08:34:38,706 86053 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-f32b008d-a3ad-4fee-95da-57e4fffcac80', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:34:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7642331f-b5f8-40cb-9392-57d988a41145'} Body: b'' 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 144, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:39,499 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.218s 2024-02-28 08:34:39,499 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-aedaf1d4-ab49-4039-8e70-dce3fbef6531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:34:39,890 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes 0.389s 2024-02-28 08:34:39,891 86051 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-1281475579", "snapshot_id": null, "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611d4b96-33eb-4aac-8344-1f20c976d9fd', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611d4b96-33eb-4aac-8344-1f20c976d9fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes'} Body: b'{"volume": {"id": "2be962fd-c8d0-4ed4-bc0a-6c26f0c25410", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:39.818476", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1281475579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:34:39,942 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 0.039s 2024-02-28 08:34:39,943 86051 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edcb5761-3cf6-4776-849e-befa10b97604', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edcb5761-3cf6-4776-849e-befa10b97604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410'} Body: b'{"volume": {"id": "2be962fd-c8d0-4ed4-bc0a-6c26f0c25410", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1281475579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:40,998 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 0.042s 2024-02-28 08:34:40,999 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baa59fd0-511a-4a2e-92ec-6cac95d18599', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baa59fd0-511a-4a2e-92ec-6cac95d18599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410'} Body: b'{"volume": {"id": "2be962fd-c8d0-4ed4-bc0a-6c26f0c25410", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:40.000000", "updated_at": "2024-02-28T08:34:40.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1281475579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:41,124 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 0.110s 2024-02-28 08:34:41,125 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:41 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-b8a0462c-74f1-437b-a6bd-c8973c706415', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410'} Body: b'' 2024-02-28 08:34:41,145 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 0.020s 2024-02-28 08:34:41,146 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-3637465b-4f38-42b0-b334-0307c69d337e', 'x-openstack-request-id': 'req-3637465b-4f38-42b0-b334-0307c69d337e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/2be962fd-c8d0-4ed4-bc0a-6c26f0c25410'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2be962fd-c8d0-4ed4-bc0a-6c26f0c25410 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 189, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f02e66bb-9caa-4b92-8280-dd3dc2de2b2e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:41,172 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.022s 2024-02-28 08:34:41,173 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-060651e7-a877-42c2-8391-40d0ed8fba84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:34:41,546 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes 0.372s 2024-02-28 08:34:41,546 86051 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-2129173507", "snapshot_id": null, "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a302a12-a975-4dbf-ba67-1fe72536f615', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a302a12-a975-4dbf-ba67-1fe72536f615', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes'} Body: b'{"volume": {"id": "f02e66bb-9caa-4b92-8280-dd3dc2de2b2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:41.483191", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2129173507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:34:41,602 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e 0.044s 2024-02-28 08:34:41,602 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b86c200b-2f44-41bd-8ef0-f6e309e1f8a5', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b86c200b-2f44-41bd-8ef0-f6e309e1f8a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e'} Body: b'{"volume": {"id": "f02e66bb-9caa-4b92-8280-dd3dc2de2b2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:41.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2129173507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:42,653 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e 0.037s 2024-02-28 08:34:42,653 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77ce37c2-4837-484a-b43f-cba5be33ccc1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77ce37c2-4837-484a-b43f-cba5be33ccc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e'} Body: b'{"volume": {"id": "f02e66bb-9caa-4b92-8280-dd3dc2de2b2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:41.000000", "updated_at": "2024-02-28T08:34:42.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2129173507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:42,765 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e 0.098s 2024-02-28 08:34:42,765 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-04d810ac-c9e6-4b16-8cc0-fec783ecbbc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e'} Body: b'' 2024-02-28 08:34:42,788 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e 0.022s 2024-02-28 08:34:42,788 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-e76b09dd-ea5a-4fc0-9504-a68e50b510fa', 'x-openstack-request-id': 'req-e76b09dd-ea5a-4fc0-9504-a68e50b510fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/f02e66bb-9caa-4b92-8280-dd3dc2de2b2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f02e66bb-9caa-4b92-8280-dd3dc2de2b2e could not be found."}}' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 55, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4c3be141-f92c-4370-b8e1-9e31f1e89a31 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:44,119 86053 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.441s 2024-02-28 08:34:44,119 86053 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-1093587225", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/4c3be141-f92c-4370-b8e1-9e31f1e89a31', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec93414e-b25a-4f34-860f-5890c86d94b0', 'x-compute-request-id': 'req-ec93414e-b25a-4f34-860f-5890c86d94b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "4c3be141-f92c-4370-b8e1-9e31f1e89a31", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:34:44.006944", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1093587225", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2024-02-28 08:34:44,182 86053 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/4c3be141-f92c-4370-b8e1-9e31f1e89a31 0.057s 2024-02-28 08:34:44,182 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:44 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-0cb99e90-3cb5-4d3f-8379-16293bc0b42d', 'x-compute-request-id': 'req-0cb99e90-3cb5-4d3f-8379-16293bc0b42d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4c3be141-f92c-4370-b8e1-9e31f1e89a31'} Body: b'{"volume": {"id": "4c3be141-f92c-4370-b8e1-9e31f1e89a31", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:34:44.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1093587225", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2024-02-28 08:34:45,247 86053 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/4c3be141-f92c-4370-b8e1-9e31f1e89a31 0.058s 2024-02-28 08:34:45,247 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:45 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-cf3d95dd-88bb-4810-808c-e54851642a1c', 'x-compute-request-id': 'req-cf3d95dd-88bb-4810-808c-e54851642a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4c3be141-f92c-4370-b8e1-9e31f1e89a31'} Body: b'{"volume": {"id": "4c3be141-f92c-4370-b8e1-9e31f1e89a31", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T08:34:44.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1093587225", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 77, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 22679ab2-58e9-4077-9da7-70abf2c6742c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:42,791 86051 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2024-02-28 08:34:42,840 86051 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.045s 2024-02-28 08:34:42,841 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-20461401", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrh6i2D3DgoNjrXVMaubzzlPxz43j0FV0KlZ/452VFxpnk7qK5TAbOSAL+Ca8EZBsMrIMOLw3fRhcCwo3JqFK0ET06NBcKFBEV+vm+RdDbPufxZza1aY8hwPFy7yep5tw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37896148-afc2-4831-b611-8f9b16b594af', 'x-compute-request-id': 'req-37896148-afc2-4831-b611-8f9b16b594af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-20461401", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLrh6i2D3DgoNjrXVMaubzzlPxz43j0FV0KlZ/452VFxpnk7qK5TAbOSAL+Ca8EZBsMrIMOLw3fRhcCwo3JqFK0ET06NBcKFBEV+vm+RdDbPufxZza1aY8hwPFy7yep5tw==", "fingerprint": "2f:f9:4e:03:c1:15:f5:6b:d2:9c:d5:f1:02:a4:50:a6", "user_id": "6a1c656b9d69473ead5997cb4ad6bd46"}}' 2024-02-28 08:34:43,009 86051 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 2024-02-28 08:34:43,010 86051 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-754140905", "description": "tempest-secgroup-smoke-754140905 description", "project_id": "9f07ab6871a34e79876eb923cab1bdb2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-80e114b4-8d36-4b88-8b33-dd39cd649fef', 'date': 'Wed, 28 Feb 2024 08:34:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "name": "tempest-secgroup-smoke-754140905", "stateful": true, "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "description": "tempest-secgroup-smoke-754140905 description", "shared": false, "security_group_rules": [{"id": "4741677d-068f-4291-bd1f-ac3e0cf27bb6", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "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": 1023, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:34:42Z", "updated_at": "2024-02-28T08:34:42Z", "revision_number": 0}, {"id": "6d804dd1-87bf-4598-a708-543f9460d032", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "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": 1024, "belongs_to_default_sg": false, "description": null, "tags": [], "created_a t": "2024-02-28T08:34:42Z", "updated_at": "2024-02-28T08:34:42Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:34:42Z", "updated_at": "2024-02-28T08:34:42Z", "revision_number": 1, "project_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:43,208 86051 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.197s 2024-02-28 08:34:43,208 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f8627f97-96de-4617-8c9f-4139b22b33cf', 'date': 'Wed, 28 Feb 2024 08:34: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": "b64f0b93-c46b-449c-8b3a-7e9d1a4f2fe3", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:43Z", "updated_at": "2024-02-28T08:34:43Z", "revision_number": 0}}' 2024-02-28 08:34:43,425 86051 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.215s 2024-02-28 08:34:43,425 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-4e141e3f-36e8-4871-90f1-46d032422677', 'date': 'Wed, 28 Feb 2024 08:34: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": "36fbf66f-e375-4846-be21-f325c88b482a", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:43Z", "updated_at": "2024-02-28T08:34:43Z", "revision_number": 0}}' 2024-02-28 08:34:43,679 86051 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.253s 2024-02-28 08:34:43,679 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b1fe098e- 08f2-4175-9766-9c8969fdf3d1', 'date': 'Wed, 28 Feb 2024 08:34: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": "dcac5d67-f6a0-46d5-b5fd-6a6a9fad6b00", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:43Z", "updated_at": "2024-02-28T08:34:43Z", "revision_number": 0}}' 2024-02-28 08:34:43,923 86051 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.242s 2024-02-28 08:34:43,923 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-694b53db-6d1d-4061-b61f-12f9ad7e03aa', 'date': 'Wed, 28 Feb 2024 08:34: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": "c1699cce-694f-4b2f-9451-98f54bde7d6b", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:43Z", "updated_at": "2024-02-28T08:34:43Z", "revision_number": 0}}' 2024-02-28 08:34:44,186 86051 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.262s 2024-02-28 08:34:44,186 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-58e15ebc-edce-4b16-a5fc-d4bbc57a3adb', 'date': 'Wed, 28 Feb 2024 08:34: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": "627a9aff-3153-4fb8-a034-229917f48df8", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:44Z", "updated_at": "2024-02-28T08:34:44Z", "revision_number": 0}}' 2024-02-28 08:34:44,577 86051 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.3 90s 2024-02-28 08:34:44,577 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-e29d7d33-c699-48fa-908c-c6271fa7f6cc', 'date': 'Wed, 28 Feb 2024 08:34: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": "e48e2b02-7321-46a0-94b5-f5bbbc4ad0d9", "project_id": "9f07ab6871a34e79876eb923cab1bdb2", "tenant_id": "9f07ab6871a34e79876eb923cab1bdb2", "security_group_id": "519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:34:44Z", "updated_at": "2024-02-28T08:34:44Z", "revision_number": 0}}' 2024-02-28 08:34:44,578 86051 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2024-02-28 08:34:44,601 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e 0.021s 2024-02-28 08:34:44,602 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d3361cdd-19e3-4b30-9491-828cd4142ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a12f2306b1194d57b0362026c9f68dd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "created_at": "2024-02-28T08:19:49Z", "updated_at": "2024-02-28T08:19:51Z", "tags": [], "self": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e", "file": "/v2/images/df4e8146-e2f1-442e-90d6-0c890f14657e/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:34:44,951 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes 0.347s 2024-02-28 08:34:44,951 86051 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-1755389189", "snapshot_id": null, "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa3169d7-f4be-467c-afb1-64d390f7b694', 'content-length': '826', 'openstack-api-ver sion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa3169d7-f4be-467c-afb1-64d390f7b694', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes'} Body: b'{"volume": {"id": "22679ab2-58e9-4077-9da7-70abf2c6742c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:44.878587", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755389189", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:34:45,044 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c 0.080s 2024-02-28 08:34:45,044 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d06d8b7-7f35-457f-8d7b-4108477f20b4', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d06d8b7-7f35-457f-8d7b-4108477f20b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c'} Body: b'{"volume": {"id": "22679ab2-58e9-4077-9da7-70abf2c6742c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:45.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1755389189", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:46,098 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c 0.040s 2024-02-28 08:34:46,098 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f38f68fe-1f44-4f9c-851d-73ede8b85bae', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f38f68fe-1f44-4f9c-851d-73ede8b85bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c'} Body: b'{"volume": {"id": "22679ab2-58e9-4077-9da7-70abf2c6742c", "status": "e rror", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:45.000000", "updated_at": "2024-02-28T08:34:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1755389189", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c"}], "user_id": "6a1c656b9d69473ead5997cb4ad6bd46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9f07ab6871a34e79876eb923cab1bdb2"}}' 2024-02-28 08:34:46,209 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c 0.097s 2024-02-28 08:34:46,209 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a779c0e-0928-4ef8-98cc-7b234e86d88f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c'} Body: b'' 2024-02-28 08:34:46,232 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c 0.022s 2024-02-28 08:34:46,233 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b12d149-2314-4803-963b-ee6dc8037f6e', 'x-openstack-request-id': 'req-4b12d149-2314-4803-963b-ee6dc8037f6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9f07ab6871a34e79876eb923cab1bdb2/volumes/22679ab2-58e9-4077-9da7-70abf2c6742c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 22679ab2-58e9-4077-9da7-70abf2c6742c could not be found."}}' 2024-02-28 08:34:46,465 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f 0.231s 2024-02-28 08:34:46,465 86051 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-9cd602b2-0316-4908-83e2-f080ae13a09c', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:34:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/519ec8c0-8d6f-44a4-af7b-9e4a54c24f4f'} Body: b'' 2024-02-28 08:34:46,497 86051 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-20461401 0.031s 2024-02-28 08:34:46,498 86051 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-182b6bc2-8d94-4423-ab36-98c007a70df0', 'x-compute-request-id': 'req-182b6bc2-8d94-4423-ab36-98c007a70df0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-20461401'} Body: b'' setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c7e47b52-db44-4d1c-a82f-742fdde30a35 failed to build and is in ERROR status tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 56, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume acd001a4-f0e0-4942-a5b6-cec0de6f34ad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:34:55,135 86053 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/ab863237c6854b479ba6f78665e45277/types 0.162s 2024-02-28 08:34:55,136 86053 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-1904565789", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c6496d-212a-4d61-9153-9ec38543448d', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c6496d-212a-4d61-9153-9ec38543448d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types'} Body: b'{"volume_type": {"id": "6077bf94-17d0-44b1-8ff9-a60f0268b70d", "name": "tempest-VolumeTypesTest-volume-type-1904565789", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:55,172 86053 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/ab863237c6854b479ba6f78665e45277/types 0.032s 2024-02-28 08:34:55,172 86053 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-1842696045", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638040da-a108-4c6f-bc7e-7bc9a9af2a04', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638040da-a108-4c6f-bc7e-7bc9a9af2a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types'} Body: b'{"volume_type": {"id": "8f30fa66-048c-4c37-a615-ab6af4fc4126", "name": "tempest-VolumeTypesTest-volume-type-1842696045", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:34:55,486 86053 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/a4f2f1f93cfd4511b2cf55290c6a5620/volumes 0.311s 2024-02-28 08:34:55,487 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-275706290", "volume_type": "6077bf94-17d0-44b1-8ff9-a60f0268b70d", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c52fdff-e9b9-4a04-8dde-7653ceed8835', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c52fdff-e9b9-4a04-8dde-7653ceed8835', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes'} Body: b'{"volume": {"id": "acd001a4-f0e0-4942-a5b6-cec0de6f34ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:55.427536", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-275706290", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1904565789", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}], "user_id": "260a94af834542318ed13b99f0c6a296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:34:55,536 86053 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/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.039s 2024-02-28 08:34:55,537 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f14253c-b570-49ce-a213-b051ead6a637', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f14253c-b570-49ce-a213-b051ead6a637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'{"volume": {"id": "acd001a4-f0e0-4942-a5b6-cec0de6f34ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:55.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-275706290", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1904565789", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}], "user_id": "260a94af834542318ed13b99f0c6a296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4f2f1f93cfd4511b2cf55290c6a5620"}}' 2024-02-28 08:34:56,589 86053 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/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.038s 2024-02-28 08:34:56,590 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af0460a-e70a-4999-8955-56b481e7a3b3', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af0460a-e70a-4999-8955-56b481e7a3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'{"volume": {"id": "acd001a4-f0e0-4942-a5b6-cec0de6f34ad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:55.000000", "updated_at": "2024-02-28T08:34:56.000000", "name": "tempest-VolumeTypesTest-volume-275706290", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1904565789", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-494 2-a5b6-cec0de6f34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}], "user_id": "260a94af834542318ed13b99f0c6a296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4f2f1f93cfd4511b2cf55290c6a5620"}}' 2024-02-28 08:34:56,641 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.038s 2024-02-28 08:34:56,641 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3422b37-cb27-4c58-a731-bd5b01696787', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3422b37-cb27-4c58-a731-bd5b01696787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'{"volume": {"id": "acd001a4-f0e0-4942-a5b6-cec0de6f34ad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:34:55.000000", "updated_at": "2024-02-28T08:34:56.000000", "name": "tempest-VolumeTypesTest-volume-275706290", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1904565789", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad"}], "user_id": "260a94af834542318ed13b99f0c6a296", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4f2f1f93cfd4511b2cf55290c6a5620"}}' 2024-02-28 08:34:56,757 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.100s 2024-02-28 08:34:56,757 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-147a226f-169a-47ab-bcb3-15ad3fac62f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'' 2024-02-28 08:34:56,781 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad 0.023s 2024-02-28 08:34:56,781 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf603a2-3c88-4553-9b45-e9c5068eacd3', 'x-openstack-request-id': 'req-6cf603a2-3c88-4553-9b45-e9c506 8eacd3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a4f2f1f93cfd4511b2cf55290c6a5620/volumes/acd001a4-f0e0-4942-a5b6-cec0de6f34ad'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume acd001a4-f0e0-4942-a5b6-cec0de6f34ad could not be found."}}' 2024-02-28 08:34:56,836 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/8f30fa66-048c-4c37-a615-ab6af4fc4126 0.054s 2024-02-28 08:34:56,836 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-845f899f-ff6b-4c07-8013-5f0212de733c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/8f30fa66-048c-4c37-a615-ab6af4fc4126'} Body: b'' 2024-02-28 08:34:56,857 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/8f30fa66-048c-4c37-a615-ab6af4fc4126 0.019s 2024-02-28 08:34:56,857 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-2c3e7b34-695e-48a0-809c-944b97f5b2bd', 'x-openstack-request-id': 'req-2c3e7b34-695e-48a0-809c-944b97f5b2bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/8f30fa66-048c-4c37-a615-ab6af4fc4126'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8f30fa66-048c-4c37-a615-ab6af4fc4126 could not be found."}}' 2024-02-28 08:34:56,905 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/6077bf94-17d0-44b1-8ff9-a60f0268b70d 0.047s 2024-02-28 08:34:56,905 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-7ea902a6-f9b0-4db8-8cb6-438fd424ae53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/6077bf94-17d0-44b1-8ff9-a60f0268b70d'} Body: b'' 2024-02-28 08:34:56,922 86053 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/6077bf94-17d0-44b1-8ff9-a60f0268b70d 0.017s 2024-02-28 08:34:56,922 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34: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-08e55572-0888-4248-a13f-3eed556c443f', 'x-openstack-request-id': 'req-08e55572-0888-4248-a13f-3eed556c443 f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ab863237c6854b479ba6f78665e45277/types/6077bf94-17d0-44b1-8ff9-a60f0268b70d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6077bf94-17d0-44b1-8ff9-a60f0268b70d could not be found."}}' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 86, in test_server_detach_rules waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 73321156-35ae-43cb-b51d-9d77e7421b99 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:33:10,327 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes 0.363s 2024-02-28 08:33:10,328 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-544881185", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-801ad100-3616-4883-8c0f-199b7a1b299d', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-801ad100-3616-4883-8c0f-199b7a1b299d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes'} Body: b'{"volume": {"id": "73321156-35ae-43cb-b51d-9d77e7421b99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:10.266792", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-544881185", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}], "user_id": "cd284e7f94284d38a383f8c7676fd020", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:10,529 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes 0.190s 2024-02-28 08:33:10,530 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1917433489", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bac7aec-2f5f-4351-adb8-7c1261aea411', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bac7aec-2f5f-4351-adb8-7c1261aea411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes'} Body: b'{"volume": {"id": "2cdc4759-3816-43c7-a006-3b007cdd78dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:10.466565", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1917433489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd"}], "user_id": "cd284e7f94284d38a383f8c7676fd020", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:33:10,629 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2024-02-28 08:33: 10,629 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2841', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-298aabd6-7b74-4cef-8e4c-0a94738100d5', '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": "cd284e7f94284d38a383f8c7676fd020", "name": "tempest-TestServerVolumeAttachmentScenario-1586757519-project-member", "password_expires_at": null}, "audit_ids": ["HIHBDzjfTpG3wi6LhW0a5A"], "expires_at": "2024-02-28T09:33:10.000000Z", "issued_at": "2024-02-28T08:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b721524e07eb4166a1874c5094b9890a", "name": "tempest-TestServerVolumeAttachmentScenario-1586757519"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b721524e07eb4166a1874c5094b9890a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:33:10,630 86043 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '6e503a0a-03bd-47ed-8a2a-92f77be94710', 'name': 'tempest-TestServerVolumeAttachmentScenario-81591388-network', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41930, 'is_default': False, 'availability_zone_hints': [], 'availa bility_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:32:55Z', 'updated_at': '2024-02-28T08:32:55Z', 'revision_number': 1} available for tenant 2024-02-28 08:33:10,631 86043 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:33:10,631 86043 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:33:10,685 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2024-02-28 08:33:10,685 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-854737514", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBmS5AgH95OTCDBwSrKk1J5xzBpQ7/kIHtcsHmCdn6KthzzIjLY4neis9BlQRE4zEG+SwCZUyiUYdnZgwl82qszIGh4p8tDpR1ZI/Hns7aAd2wChIVhvlnJEPXSYoAGGgg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33: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-a5e6335b-b861-4569-b9bc-3041913ea7cd', 'x-compute-request-id': 'req-a5e6335b-b861-4569-b9bc-3041913ea7cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-854737514", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBmS5AgH95OTCDBwSrKk1J5xzBpQ7/kIHtcsHmCdn6KthzzIjLY4neis9BlQRE4zEG+SwCZUyiUYdnZgwl82qszIGh4p8tDpR1ZI/Hns7aAd2wChIVhvlnJEPXSYoAGGgg==", "fingerprint": "eb:99:7e:d0:f1:32:8a:35:79:10:e1:9e:c6:aa:0c:de", "user_id": "cd284e7f94284d38a383f8c7676fd020"}}' 2024-02-28 08:33:10,687 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-854737514 created 2024-02-28 08:33:10,856 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.168s 2024-02-28 08:33:10,856 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1963507363", "description": "tempest-description--1849993526"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-a7045d83-9064-4c62-8dce-e38440fb6706', 'date': 'Wed, 28 Feb 2024 08:33:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "name": "tempest-securitygroup--1963507363", "stateful": true, "tenant_id": "b721524e07eb4166a1874c5094b9890a", "description": "tempest-description--1849993526", "shared": false, "security_group_rules": [{"id": "5a1d3f65-2b83-4213-9196-aebf6d3c26ee", "project_id": "b721524e07eb4166a1874c5094b9890a", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "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": 956, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:33:10Z", "updated_at": "2024-02-28T08:33:10Z", "revision_number": 0}, {"id": "bd0d346f-3e59-4bfe-a2ad-943462f0b3a5", "project_id": "b721524e07eb4 166a1874c5094b9890a", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "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": 955, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:33:10Z", "updated_at": "2024-02-28T08:33:10Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:33:10Z", "updated_at": "2024-02-28T08:33:10Z", "revision_number": 1, "project_id": "b721524e07eb4166a1874c5094b9890a"}}' 2024-02-28 08:33:11,058 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.201s 2024-02-28 08:33:11,059 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-efc6990f-77ef-445a-87b9-a6823501bb87', 'date': 'Wed, 28 Feb 2024 08:33:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d05d55a-47b2-449d-87de-53a94cc7a259", "project_id": "b721524e07eb4166a1874c5094b9890a", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:33:10Z", "updated_at": "2024-02-28T08:33:10Z", "revision_number": 0}}' 2024-02-28 08:33:11,311 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.252s 2024-02-28 08:33:11,312 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-faf87468-fa0c-4ab3-8756-d81f1552cf61', 'date': 'Wed, 28 Feb 2024 08:33:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a0ba1c5-68cf-4010-8f93-01c614b8f2a1", "project_id": "b721524e07eb4166a1874c5094b9890a", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "security_group_id": "420e73a8-f164-4af7-83e0-bf70b9fcef8d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:33:11Z", "updated_at": "2024-02-28T08:33:11Z", "revision_number": 0}}' 2024-02-28 08:33:11,312 86043 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1963507363 created 2024-02-28 08:33:11,932 86043 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.619s 2024-02-28 08:33 :11,932 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-bbcdb51c-161d-4714-890c-24d61c339c08', 'date': 'Wed, 28 Feb 2024 08:33:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7cddbda8-07c4-42cd-9662-b5b6059bb71c", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "floating_ip_address": "172.24.4.140", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b721524e07eb4166a1874c5094b9890a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:33:11Z", "updated_at": "2024-02-28T08:33:11Z", "revision_number": 0}}' 2024-02-28 08:33:11,932 86043 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7cddbda8-07c4-42cd-9662-b5b6059bb71c', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:33:11Z', 'updated_at': '2024-02-28T08:33:11Z', 'revision_number': 0, 'ip': '172.24.4.140'} created 2024-02-28 08:33:11,933 86043 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-854737514', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBmS5AgH95OTCDBwSrKk1J5xzBpQ7/kIHtcsHmCdn6KthzzIjLY4neis9BlQRE4zEG+SwCZUyiUYdnZgwl82qszIGh4p8tDpR1ZI/Hns7aAd2wChIVhvlnJEPXSYoAGGgg==', 'fingerprint': 'eb:99:7e:d0:f1:32:8a:35:79:10:e1:9e:c6:aa:0c:de', 'user_id': 'cd284e7f94284d38a383f8c7676fd020', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAsWYuFCoTESMGMMdJfqJAR/1hKXuCwu0TccfU0zzCPLlvY7ZC9yVhg\nxVJPIqrX8oigBwYFK4EEACKhZANiAAQZkuQIB/eTkwgwcEqypNSeccwaUO/5CB7X\nLB5gnZ+irYc8yIy2OJ3orPQZUEROMxBvksAmVMolGHZ2YMJfNqrMyBoeKfLQ6UdW\nSPx57O2gHdsAoSFYb5ZyRD10mKABhoI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '420e73a8-f164-4af7-83e0-bf70b9fcef8d', 'name': 'tempest-securitygroup--1963507363', 'stateful': True, 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'description': 'tempest-description--1849993526', 'shared': False, 'security_group_rules': [{'id': '5a1d3f65-2b83-4213-9196-aebf6d3c26ee', 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'security_group_id': '420e73a8-f164-4af7-83e0-bf70b9fcef8d', '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': 956, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:33:10Z', 'updated_at': '2024-02-28T08:33:10Z', 'revision_number': 0}, {'id': 'bd0d346f-3e59-4bfe-a2ad-943462f0b3a5', 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'security_group_id': '420e73a8-f164-4af7-83e0-bf70b9fcef8d', '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': 955, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:33:10Z', 'updated_at': '2024-02-28T08:33:10Z', 'revision_number': 0}], 'tag s': [], 'created_at': '2024-02-28T08:33:10Z', 'updated_at': '2024-02-28T08:33:10Z', 'revision_number': 1, 'project_id': 'b721524e07eb4166a1874c5094b9890a'}, 'floating_ip': {'id': '7cddbda8-07c4-42cd-9662-b5b6059bb71c', 'tenant_id': 'b721524e07eb4166a1874c5094b9890a', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b721524e07eb4166a1874c5094b9890a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:33:11Z', 'updated_at': '2024-02-28T08:33:11Z', 'revision_number': 0, 'ip': '172.24.4.140'}} 2024-02-28 08:33:12,695 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.761s 2024-02-28 08:33:12,695 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "6e503a0a-03bd-47ed-8a2a-92f77be94710"}], "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "key_name": "tempest-keypair-854737514", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a512435d-ab3c-4bbd-bf0f-e86b85257e37', 'x-compute-request-id': 'req-a512435d-ab3c-4bbd-bf0f-e86b85257e37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "adminPass": "yQ4mp46E6qPQ"}}' 2024-02-28 08:33:12,942 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.244s 2024-02-28 08:33:12,942 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42fb61b6-d733-4d77-89a3-f679861d00f6', 'x-compute-request-id': 'req-42fb61b6-d733-4d77-89a3-f679861d00f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "status": "BUILD", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "user_id": "cd284e7f94284d38a383f8c7676fd020", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e -90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:33:13Z", "updated": "2024-02-28T08:33:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-854737514", "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": []}}' 2024-02-28 08:34:03,180 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.215s 2024-02-28 08:34:03,180 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86ddc0d9-dddd-4a44-a56b-992734a5c791', 'x-compute-request-id': 'req-86ddc0d9-dddd-4a44-a56b-992734a5c791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "status": "ACTIVE", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "user_id": "cd284e7f94284d38a383f8c7676fd020", "metadata": {}, "hostId": "75132e780ca5519a3996fd6fdc70620d527a24eeb4d17a13d62a6433", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:33:12Z", "updated": "2024-02-28T08:33:20Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-81591388-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:3b:a2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-854737514", "OS-SRV-USG:launched_at": "2024-02-28T08:33:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:34:03,193 86043 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:35:03,682 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3/os-interface 0.429s 2024-02-28 08:35:03,682 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:03 GMT', 'server': 'Ap ache/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-fa1cc82b-47d2-4149-bbfb-8b6f09d865b9', 'x-compute-request-id': 'req-fa1cc82b-47d2-4149-bbfb-8b6f09d865b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "6e503a0a-03bd-47ed-8a2a-92f77be94710", "port_id": "e3548449-88fc-4b66-a139-c49e505ad2f0", "mac_addr": "fa:16:3e:81:3b:a2", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7db7bbae-4e52-4131-a9e4-d4cda2cb8aad", "ip_address": "10.0.0.8"}]}]}' 2024-02-28 08:35:05,478 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/7cddbda8-07c4-42cd-9662-b5b6059bb71c 1.792s 2024-02-28 08:35:05,478 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e3548449-88fc-4b66-a139-c49e505ad2f0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-4fac2049-7cc2-444b-894f-17f63252887e', 'date': 'Wed, 28 Feb 2024 08:35:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cddbda8-07c4-42cd-9662-b5b6059bb71c'} Body: b'{"floatingip": {"id": "7cddbda8-07c4-42cd-9662-b5b6059bb71c", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "floating_ip_address": "172.24.4.140", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "bdc80ef9-35ad-47c1-b3d7-986d4bbb125e", "port_id": "e3548449-88fc-4b66-a139-c49e505ad2f0", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "6e503a0a-03bd-47ed-8a2a-92f77be94710", "mac_address": "fa:16:3e:81:3b:a2", "admin_state_up": true, "status": "ACTIVE", "device_id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:33:11Z", "updated_at": "2024-02-28T08:35:04Z", "revision_number": 1, "project_id": "b721524e07eb4166a1874c5094b9890a"}}' 2024-02-28 08:35:05,482 86043 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.140:22' as 'cirros' with public key authentication 2024-02-28 08:35:05,500 86043 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:35:05,605 86043 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:35:05,606 86043 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.140 successfully created 2024-02-28 08:35:05,777 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.170s 2024-02-28 08:35:05,777 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a70f1660-b4fa-4f87-b81e-3d0e4614f121', 'x-compute-request-id': 'req-a70f1660-b4fa-4f87-b81e-3d0e4614f121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6 d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "status": "ACTIVE", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "user_id": "cd284e7f94284d38a383f8c7676fd020", "metadata": {}, "hostId": "75132e780ca5519a3996fd6fdc70620d527a24eeb4d17a13d62a6433", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:33:12Z", "updated": "2024-02-28T08:33:20Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-81591388-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:3b:a2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-854737514", "OS-SRV-USG:launched_at": "2024-02-28T08:33:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:35:06,005 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.214s 2024-02-28 08:35:06,005 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4277616e-a5c5-4c5c-8731-853660564367', 'x-compute-request-id': 'req-4277616e-a5c5-4c5c-8731-853660564367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}]}]}' 2024-02-28 08:35:06,103 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99 0.095s 2024-02-28 08:35:06,104 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65fbd65b-1d8a-48ad-922d-af23d771dcf8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65fbd65b-1d8a-48ad-922d-af23d771dcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99'} Body: b'{"volume": {"id": "73321156-35ae-43cb-b51d-9d77e7421b99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:10.000000", "updated_at": "2024-02-28T08:33:10.000000", "name": "tempest-TestServerVolumeA ttachmentScenario-volume-544881185", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}], "user_id": "cd284e7f94284d38a383f8c7676fd020", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b721524e07eb4166a1874c5094b9890a"}}' 2024-02-28 08:35:07,162 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99 0.044s 2024-02-28 08:35:07,162 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2395d0c2-6560-439e-9390-cdf3be280ef1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2395d0c2-6560-439e-9390-cdf3be280ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99'} Body: b'{"volume": {"id": "73321156-35ae-43cb-b51d-9d77e7421b99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:33:10.000000", "updated_at": "2024-02-28T08:33:10.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-544881185", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99"}], "user_id": "cd284e7f94284d38a383f8c7676fd020", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b721524e07eb4166a1874c5094b9890a"}}' 2024-02-28 08:35:07,290 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.116s 2024-02-28 08:35:07,291 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35: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-352eca97-90f8-451d-aa1d-cc402c34db97', 'x-compute-request-id': 'req-352eca97-90f8-451d-aa1d-cc402c34db97', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'' 2024-02-28 08:35:07,876 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.585s 2024-02-28 08:35:07,877 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Wed, 28 Feb 2024 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1686', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7a616e3-e19b-4451-98ea-8fee75f1cf9a', 'x-compute-request-id': 'req-a7a616e3-e19b-4451-98ea-8fee75f1cf9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"server": {"id": "25a58066-c230-441a-9c2d-7df02b6d54b3", "name": "tempest-TestServerVolumeAttachmentScenario-server-1715445517", "status": "ACTIVE", "tenant_id": "b721524e07eb4166a1874c5094b9890a", "user_id": "cd284e7f94284d38a383f8c7676fd020", "metadata": {}, "hostId": "75132e780ca5519a3996fd6fdc70620d527a24eeb4d17a13d62a6433", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:33:12Z", "updated": "2024-02-28T08:35:07Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-81591388-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:3b:a2"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:3b:a2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/25a58066-c230-441a-9c2d-7df02b6d54b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-854737514", "OS-SRV-USG:launched_at": "2024-02-28T08:33:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1963507363"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:35:57,984 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3 0.042s 2024-02-28 08:35:57,984 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:57 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-1e6def18-f06c-4060-a77e-245ab53e3a79', 'x-compute-request-id': 'req-1e6def18-f06c-4060-a77e-245ab53e3a79', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/25a58066-c230-441a-9c2d-7df02b6d54b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 25a58066-c230-441a-9c2d-7df02b6d54b3 could not be found."}}' 2024-02-28 08:35:58,019 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-854737514 0.034s 2024-02-28 08:35:58,020 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack- API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01b4fd0b-b64e-46b0-b336-7123cf73a416', 'x-compute-request-id': 'req-01b4fd0b-b64e-46b0-b336-7123cf73a416', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-854737514'} Body: b'' 2024-02-28 08:35:58,354 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/420e73a8-f164-4af7-83e0-bf70b9fcef8d 0.334s 2024-02-28 08:35:58,355 86043 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-1f9befe4-0f3a-4aed-9368-01bb46f44fa5', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/420e73a8-f164-4af7-83e0-bf70b9fcef8d'} Body: b'' 2024-02-28 08:35:58,391 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/420e73a8-f164-4af7-83e0-bf70b9fcef8d 0.035s 2024-02-28 08:35:58,396 86043 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-64d949d9-11ff-4231-b64c-60feaac6771c', 'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/420e73a8-f164-4af7-83e0-bf70b9fcef8d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 420e73a8-f164-4af7-83e0-bf70b9fcef8d does not exist", "detail": ""}}' 2024-02-28 08:35:58,840 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7cddbda8-07c4-42cd-9662-b5b6059bb71c 0.443s 2024-02-28 08:35:58,840 86043 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-1bd7ebeb-690d-4af6-897f-d6ccf2ba98dc', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cddbda8-07c4-42cd-9662-b5b6059bb71c'} Body: b'' 2024-02-28 08:35:58,946 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd 0.105s 2024-02-28 08:35:58,947 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be687b4-7b5e-4b86-93c7-ce67303a59ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd'} Body: b'' 2024-02-28 08:35:58,979 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd 0.031s 2024-02-28 08:35:58,979 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35: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-a1fe3119-8795-41d3-8500-11cc198731b0', 'x-openstack-request-id': 'req-a1fe3119-8795-41d3-8500-11cc198731b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/2cdc4759-3816-43c7-a006-3b007cdd78dd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2cdc4759-3816-43c7-a006-3b007cdd78dd could not be found."}}' 2024-02-28 08:35:59,076 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99 0.096s 2024-02-28 08:35:59,076 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5523ed3c-1161-4275-a002-7295f0096463', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99'} Body: b'' 2024-02-28 08:35:59,101 86043 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99 0.024s 2024-02-28 08:35:59,101 86043 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c84e9ab-793f-4b79-9eb6-fec880f42c2f', 'x-openstack-request-id': 'req-3c84e9ab-793f-4b79-9eb6-fec880f42c2f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b721524e07eb4166a1874c5094b9890a/volumes/73321156-35ae-43cb-b51d-9d77e7421b99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 73321156-35ae-43cb-b51d-9d77e7421b99 could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 307, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 340, 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 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server ac6b0699-e9c9-49bd-9ff3-caab74e46c50 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2024-02-28T08:36:21Z', 'message': 'Build of instance ac6b0699-e9c9-49bd-9ff3-caab74e46c50 aborted: Volume 1a319a44-1b35-447b-9a7e-8e7924626bef did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-9e8007a2-c87e-45cc-8382-c13bcf223252. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:33:18,894 86047 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.101s 2024-02-28 08:33:18,894 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2660ffdc-274c-4acb-acb5-7b152a59ff33', '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": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "password_expires_at": null}, "audit_ids": ["5rJW7myBTJKGWvtIkspsFg"], "expires_at": "2024-02-28T09:33:18.000000Z", "issued_at": "2024-02-28T08:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad5806d57e2a4d7192477009fbf5974a", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:33:18,895 86047 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '7e1d7d1b-7149-43ed-bc12-7a5336fb1b17', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1869076972-network', 'tenant_id': 'ad5806d57e2a4d7192477009fbf5974a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': 'ad5806d57e2a4d7192477009fbf5974a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:29:21Z', 'updated_at': '2024-02-28T08:29:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:33:19,389 86047 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.493s 2024-02-28 08:33:19,389 86047 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-419703311", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "7e1d7d1b-7149-43ed-bc12-7a5336fb1b17"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab', '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-1126a9a8-e520-4312-9019-b1c818010fa4', 'x-compute-request-id': 'req-1126a9a8-e520-4312-9019-b1c818010fa4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "GFeJ86aHAx65"}}' 2024-02-28 08:33:19,510 86047 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/c04f50c3-182f-49c6-b4f2-86e8637d88ab 0.117s 2024-02-28 08:33:19,510 86047 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, 28 Feb 2024 08:33: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-525b372b-55ca-4a33-9a4f-1ca8a47e74a1', 'x-compute-request-id': 'req-525b372b-55ca-4a33-9a4f-1ca8a47e74a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab'} Body: b'{"server": {"id": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-419703311", "status": "BUILD", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:33:19Z", "updated": "2024-02-28T08:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c04f5 0c3-182f-49c6-b4f2-86e8637d88ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}], "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": []}}' 2024-02-28 08:34:09,819 86047 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/c04f50c3-182f-49c6-b4f2-86e8637d88ab 0.241s 2024-02-28 08:34:09,820 86047 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, 28 Feb 2024 08:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-976bb7c5-8f7b-4d31-8d91-a377eb6f4989', 'x-compute-request-id': 'req-976bb7c5-8f7b-4d31-8d91-a377eb6f4989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab'} Body: b'{"server": {"id": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-419703311", "status": "ACTIVE", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "8afa2e77596c8759534ace0d83fd6ae16383d895eb09bf2d5ff8ccae", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:33:19Z", "updated": "2024-02-28T08:33:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1869076972-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:36:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:33:25.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": []}}' 2024-02-28 08:34:09,837 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:35:10,714 86047 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/c04f50c3-182f-49c6-b4f2-86e8637d88ab/action 0.816s 2024-02-28 08:35:10,715 86047 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-ServerBootFromVolumeStab leRescueTest-image-1864699499"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35: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-f194c14c-0526-4e7a-827f-9f9d9ce6da9e', 'x-compute-request-id': 'req-f194c14c-0526-4e7a-827f-9f9d9ce6da9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab/action'} Body: b'{"image_id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23"}' 2024-02-28 08:35:10,740 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.023s 2024-02-28 08:35:10,740 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0c849257-6a41-4b1f-92d0-e6c717adb347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:11,771 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.029s 2024-02-28 08:35:11,771 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b4cfb1a1-83f1-46ee-8334-5b34d6cbeb64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_project_name": "tempest-ServerB ootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:12,797 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.024s 2024-02-28 08:35:12,797 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-871929ea-5abb-42f0-9bd6-67af9ccd8464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:13,821 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.023s 2024-02-28 08:35:13,821 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8b001dbc-250e-4011-a8c6-9a0e2c30583f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:14,848 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.025s 2024-02-28 08:35:14,849 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e6b40e00-f7fe-4659-9425-87bc51e6ccc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:14Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:15,874 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.024s 2024-02-28 08:35:15,874 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: { 'date': 'Wed, 28 Feb 2024 08:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6a808c24-5530-4f9c-9c12-e219014d08a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "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": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:15Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:16,905 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.029s 2024-02-28 08:35:16,905 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-68ef437a-3639-4533-9c66-0fe04f2b2f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "d380ff88d6dc168370df053722729880", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cd90cc010c2fdeaf078e346b79cdcdd0a2e555908cfab256c366c56a399942088f7cc254f7fda48e6c5ad209a45c93c16cf76a1f89c4720da57fb7a7f93ed6e3", "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28 T08:35:11Z", "updated_at": "2024-02-28T08:35:16Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:16,933 86047 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/d1a344e6-d24a-4154-8b48-2fa206ca0c23 0.027s 2024-02-28 08:35:16,933 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c186403e-d3d4-498e-b062-9992baf533bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23'} Body: b'{"base_image_ref": "df4e8146-e2f1-442e-90d6-0c890f14657e", "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": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "owner_id": "ad5806d57e2a4d7192477009fbf5974a", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1864699499", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "d380ff88d6dc168370df053722729880", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ad5806d57e2a4d7192477009fbf5974a", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cd90cc010c2fdeaf078e346b79cdcdd0a2e555908cfab256c366c56a399942088f7cc254f7fda48e6c5ad209a45c93c16cf76a1f89c4720da57fb7a7f93ed6e3", "id": "d1a344e6-d24a-4154-8b48-2fa206ca0c23", "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:16Z", "tags": [], "self": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23", "file": "/v2/images/d1a344e6-d24a-4154-8b48-2fa206ca0c23/file", "schema": "/v2/schemas/image"}' 2024-02-28 08:35:17,165 86047 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/c04f50c3-182f-49c6-b4f2-86e8637d88ab 0.231s 2024-02-28 08:35:17,165 86047 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, 28 Feb 2024 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4231e48f-6da4-45c9-9c32-277c9e197fab', 'x-compute-request-id': 'req-4231e48f-6da4-45c9-9c32-277c9e197fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab'} Body: b'{"server": {"id": "c04f50c3-182f-49c6-b4f2-86e8637d88ab", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-419703311", "status": "ACTIVE", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "8afa2e77596c8759534ace 0d83fd6ae16383d895eb09bf2d5ff8ccae", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:33:19Z", "updated": "2024-02-28T08:35:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1869076972-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:36:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c04f50c3-182f-49c6-b4f2-86e8637d88ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T08:33:25.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": []}}' 2024-02-28 08:36:17,319 86047 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.089s 2024-02-28 08:36:17,320 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d683c750-db8f-419c-a62b-f3a0ed8fd1e1', '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": "f86310ff365f4576853d6fe1224a8ca0", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689-project-member", "password_expires_at": null}, "audit_ids": ["TTVqHbDeQ42ZfnEip97Hjg"], "expires_at": "2024-02-28T09:36:17.000000Z", "issued_at": "2024-02-28T08:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad5806d57e2a4d7192477009fbf5974a", "name": "tempest-ServerBootFromVolumeStableRescueTest-1197190689"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "publi c", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ad5806d57e2a4d7192477009fbf5974a", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:36:17,320 86047 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '7e1d7d1b-7149-43ed-bc12-7a5336fb1b17', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1869076972-network', 'tenant_id': 'ad5806d57e2a4d7192477009fbf5974a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad5806d57e2a4d7192477009fbf5974a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:29:21Z', 'updated_at': '2024-02-28T08:29:21Z', 'revision_number': 1} available for tenant 2024-02-28 08:36:17,877 86047 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.555s 2024-02-28 08:36:17,877 86047 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-187519082", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "df4e8146-e2f1-442e-90d6-0c890f14657e", "destination_type": "volume"}], "networks": [{"uuid": "7e1d7d1b-7149-43ed-bc12-7a5336fb1b17"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50', '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-9e8007a2-c87e-45cc-8382-c13bcf223252', 'x-compute-request-id': 'req-9e8007a2-c87e-45cc-8382-c13bcf223252', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ac6b0699-e9c9-49bd-9ff3-caab74e46c50", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "4pfn4SC7mTgC"}}' 2024-02-28 08:36:17,969 86047 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/ac6b0699-e9c9-49bd-9ff3-caab74e46c50 0.088s 2024-02-28 08:36:17,969 86047 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, 28 Feb 2024 08:36: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-cb1bd551-1577-4f92-8242-a1376a6d8d38', 'x-compute-request-id': 'req-cb1bd551-1577-4f92-8242-a1376a6d8d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50'} Body: b'{"server": {"id": "ac6b0699-e9c9-49bd-9ff3-caab74e46c50", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-187519082", "status": "BUILD", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:36:18Z", "updated": "2024-02-28T08:36:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}], "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": []}}' 2024-02-28 08:37:08,174 86047 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/ac6b0699-e9c9-49bd-9ff3-caab74e46c50 0.119s 2024-02-28 08:37:08,175 86047 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, 28 Feb 2024 08:37:08 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-35ed4a95-92c0-42e1-9ea5-3fdbcff7b176', 'x-compute-request-id': 'req-35ed4a95-92c0-42e1-9ea5-3fdbcff7b176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50'} Body: b'{"server": {"id": "ac6b0699-e9c9-49bd-9ff3-caab74e46c50", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-187519082", "status": "ERROR", "tenant_id": "ad5806d57e2a4d7192477009fbf5974a", "user_id": "f86310ff365f4576853d6fe1224a8ca0", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T08:36:17Z", "updated": "2024-02-28T08:36:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"} , {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2024-02-28T08:36:21Z", "message": "Build of instance ac6b0699-e9c9-49bd-9ff3-caab74e46c50 aborted: Volume 1a319a44-1b35-447b-9a7e-8e7924626bef 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": []}}' 2024-02-28 08:37:08,196 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2024-02-28 08:37:08,739 86047 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/ac6b0699-e9c9-49bd-9ff3-caab74e46c50 0.543s 2024-02-28 08:37:08,739 86047 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, 28 Feb 2024 08:37:08 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-b329e4e3-b619-4108-8ad8-f335cd7e94af', 'x-compute-request-id': 'req-b329e4e3-b619-4108-8ad8-f335cd7e94af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50'} Body: b'' 2024-02-28 08:37:08,770 86047 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/ac6b0699-e9c9-49bd-9ff3-caab74e46c50 0.030s 2024-02-28 08:37:08,770 86047 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, 28 Feb 2024 08:37: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-9498e5c5-f0fc-4c26-82f8-790a0396e741', 'x-compute-request-id': 'req-9498e5c5-f0fc-4c26-82f8-790a0396e741', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ac6b0699-e9c9-49bd-9ff3-caab74e46c50'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ac6b0699-e9c9-49bd-9ff3-caab74e46c50 could not be found."}}' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 186, in test_old_versions_reject volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4c33e730-42e4-4c64-af18-70b5944d0df3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:35:11,816 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.085s 2024-02-28 08:35:11,817 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2851', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cdb2dfeb-bd07-49a7-acc8-4eea4098ca66', '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": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-294180332-project-member", "password_expires_at": null}, "audit_ids": ["f6gmlDWfR0m42zIi2n_slA"], "expires_at": "2024-02-28T09:35:11.000000Z", "issued_at": "2024-02-28T08:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "309f3d39096e4ca0926bbb9d64ffbcbc", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-294180332"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/309f3d39096e4ca0926bbb9d64ffbcbc", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:35:11,817 86053 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': 'a4e39de2-d019-423c-bb9c-c1f51bc17759', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1134704161-network', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '309f3d39 096e4ca0926bbb9d64ffbcbc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62113, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:35:00Z', 'updated_at': '2024-02-28T08:35:00Z', 'revision_number': 1} available for tenant 2024-02-28 08:35:11,818 86053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:35:11,819 86053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:35:11,915 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.094s 2024-02-28 08:35:11,915 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1563631070", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLeGgzhqx6hZDzjYDVzKDhexscwuIvwToRK+b6J9k4FnSo9JFypFqHSY2RWZHS2wEXcdHjxx/hMh9GehDkHAedC+3/RdjL2AObTD18ujhXZAJVBVud09OKFPI+5F4JEUTg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:11 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-6e50a13b-2851-4a26-9813-ff62be7d9bce', 'x-compute-request-id': 'req-6e50a13b-2851-4a26-9813-ff62be7d9bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1563631070", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLeGgzhqx6hZDzjYDVzKDhexscwuIvwToRK+b6J9k4FnSo9JFypFqHSY2RWZHS2wEXcdHjxx/hMh9GehDkHAedC+3/RdjL2AObTD18ujhXZAJVBVud09OKFPI+5F4JEUTg==", "fingerprint": "8b:b4:d5:7c:62:2f:a2:5f:b0:ed:39:ee:e5:4d:dc:11", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a"}}' 2024-02-28 08:35:11,918 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1563631070 created 2024-02-28 08:35:12,068 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2024-02-28 08:35:12,069 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1435804508", "description": "tempest-description--1469313774"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-184b0490-91a1-4708-aa0a-799743957151', 'date': 'Wed, 28 Feb 2024 08:35:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "name": "tempest-securitygroup--1435804508", "stateful": true, "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "description": "tempest-description--1469313774", "shared": false, "security_group_rules": [{"id": "68ec7113-dcef-43c3-8b55-0790e02b9f60", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "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_att r_id": 1087, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "revision_number": 0}, {"id": "f941750a-5fca-46c9-b54c-1ef1a2bb54d4", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "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": 1086, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:35:11Z", "updated_at": "2024-02-28T08:35:11Z", "revision_number": 1, "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc"}}' 2024-02-28 08:35:12,260 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.190s 2024-02-28 08:35:12,260 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d487bba3-3b14-4a14-a351-44a795e4edd8', 'date': 'Wed, 28 Feb 2024 08:35: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": "870fa2ac-2371-4c2d-97c2-1a1c2ce44522", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:35:12Z", "updated_at": "2024-02-28T08:35:12Z", "revision_number": 0}}' 2024-02-28 08:35:12,497 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.236s 2024-02-28 08:35:12,497 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4cba5bf4-1f4d-46b9-adcd-2d02d2c7f09e', 'date': 'Wed, 28 Feb 2024 08:35: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": "4b0deda4-1241-40ba-9557-3354cf97765f", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "security_group_id": "ff0da3c7-aad9-4edc-8eef-70cd148c2093", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:35:12Z", "updated_at": "2024-02-28T08:35:12Z", "revision_number": 0}}' 2024-02-28 08:35:12,498 86053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1435804508 created 2024-02-28 08:35:13,111 86053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.612s 2024-02-28 08:35:13,111 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4944b9a0-e5db-4520-aacd-b4d2fd92030e', 'date': 'Wed, 28 Feb 2024 08:35:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "73661c8b-23c7-4a03-972d-62ae68bf4e9e", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "floating_ip_address": "172.24.4.104", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:35:12Z", "updated_at": "2024-02-28T08:35:12Z", "revision_number": 0}}' 2024-02-28 08:35:13,111 86053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '73661c8b-23c7-4a03-972d-62ae68bf4e9e', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'floating_ip_address': '172.24.4.104', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:35:12Z', 'updated_at': '2024-02-28T08:35:12Z', 'revision_number': 0, 'ip': '172.24.4.104'} created 2024-02-28 08:35:13,112 86053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1563631070', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLeGgzhqx6hZDzjYDVzKDhexscwuIvwToRK+b6J9k4FnSo9JFypFqHSY2RWZHS2wEXcdHjxx/hMh9GehDkHAedC+3/RdjL2AObTD18ujhXZAJVBVud09OKFPI+5F4JEUTg==', 'fingerprint': '8b:b4:d5:7c:62:2f:a2:5f:b0:ed:39:ee:e5:4d:dc:11', 'user_id': '73da7b8171ad4b0b9f5c9a7b6f5c536a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDAfXqdKFbMcXTPQnMHBISpwygpbE0jbav55j6vNv+4qAZtACH0G4QE\n6LUGIFc7KyOgBwYFK4EEACKhZANiAAS3hoM4aseoWQ842A1cyg4XsbHMLiL8E6ES\nvm+ifZOBZ0qPSRcqRah0mNkVmR0tsBF3HR48cf4TIfRnoQ5BwHnQvt/0XYy9gDm0\nw9fLo4V2QCVQVbndPTihTyPuReCRFE4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ff0da3c7-aad9-4edc-8eef-70cd148c2093', 'name': 'tempest-securitygroup--1435804508', 'stateful': True, 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'description': 'tempest-description--1469313774', 'shared': False, 'security_group_rules': [{'id': '68ec7113-dcef-43c3-8b55-0790e02b9f60', 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'security_group_id': 'ff0da3c7-aad9-4edc-8eef-70cd148c2093', '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': 1087, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:35:11Z', 'updated_at': '2024-02-28T08:35:11Z', 'revision_number': 0}, {'id': 'f941750a-5fca-46c9-b54c-1ef1a2bb54d4', 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'security_group_id': 'ff0da3c7-aad9-4edc-8eef-70cd148c2093', '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': 1086, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:35:11Z', 'updated_at': '2024-02-28T08:35:11Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:35:11Z', 'updated_at': '2024-02-28T08:35:11Z', 'revision_number': 1, 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc'}, 'floating_ip': {'id': '73661c8b-23c7-4a03-972d-62ae68bf4e9e', 'tenant_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'floating_ip_address': '172.24.4.104', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '309f3d39096e4ca0926bbb9d64ffbcbc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:35:12Z', 'updated_at': '2024-02-28T08:35:12Z', 'revision_number': 0, 'ip': '172.24.4.104'}} 2024-02-28 08:35:13,874 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.761s 2024-02-28 08:35:13,874 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "networks": [{"uuid": "a4e39de2-d019-423c-bb9c-c1f51bc17759"}], "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "key_name": "tempest-keypair-1563631070", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-828cf9f2-abfe-4d0d-a1d4-82294f78ab0f', 'x-compute-request-id': 'req-828cf9f2-abfe-4d0d-a1d4-82294f78ab0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "adminPass": "y2RVRM43Yvk2"}}' 2024-02-28 08:35:13,949 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.072s 2024-02-28 08:35:13,949 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2e2f932-a083-487e-ac7c-73f220b6d04c', 'x-compute-request-id': 'req-d2e2f932-a083-487e-ac7c-73f220b6d04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "status": "BUILD", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:35:14Z", "updated": "2024-02-28T08:35:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1563631070", "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": []}}' 2024-02-28 08:36:04,361 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.350s 2024-02-28 08:36:04,361 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:36:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bc60524-6d7e-47ed-ad8d-42ddbe1b2b98', 'x-compute-request-id': 'req-2bc60524-6d7e-47ed-ad8d-42ddbe1b2b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "status": "ACTIVE", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "metadata": {}, "hostId": "d07c956d6a780499974044d075376a592fd7ddf99f263d4b9b51483a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:35:13Z", "updated": "2024-02-28T08:35:21Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1134704161-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:a8:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1563631070", "OS-SRV-USG:launched_at": "2024-02-28T08:35:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:36:04,375 86053 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 08:37:04,543 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d 964/os-interface 0.148s 2024-02-28 08:37:04,544 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:04 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-95f4fd27-e216-4907-8d03-7051828cec8c', 'x-compute-request-id': 'req-95f4fd27-e216-4907-8d03-7051828cec8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a4e39de2-d019-423c-bb9c-c1f51bc17759", "port_id": "9805747c-3937-4074-a08d-a03d6c71bc71", "mac_addr": "fa:16:3e:5c:a8:22", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "61261114-8f46-4c25-99cb-9c7ef779ee9b", "ip_address": "10.0.0.3"}]}]}' 2024-02-28 08:37:05,457 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/73661c8b-23c7-4a03-972d-62ae68bf4e9e 0.908s 2024-02-28 08:37:05,458 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9805747c-3937-4074-a08d-a03d6c71bc71"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b84fcd6c-2d08-4598-baa3-9ff0d9818c16', 'date': 'Wed, 28 Feb 2024 08:37:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/73661c8b-23c7-4a03-972d-62ae68bf4e9e'} Body: b'{"floatingip": {"id": "73661c8b-23c7-4a03-972d-62ae68bf4e9e", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "floating_ip_address": "172.24.4.104", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "b1134173-56c5-44b9-933e-01e37d07e872", "port_id": "9805747c-3937-4074-a08d-a03d6c71bc71", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a4e39de2-d019-423c-bb9c-c1f51bc17759", "mac_address": "fa:16:3e:5c:a8:22", "admin_state_up": true, "status": "ACTIVE", "device_id": "26b94305-c900-49eb-a581-4b8314f7d964", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:35:12Z", "updated_at": "2024-02-28T08:37:04Z", "revision_number": 1, "project_id": "309f3d39096e4ca0926bbb9d64ffbcbc"}}' 2024-02-28 08:37:05,459 86053 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.104:22' as 'cirros' with public key authentication 2024-02-28 08:37:05,481 86053 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:37:05,589 86053 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:37:05,590 86053 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.104 successfully created 2024-02-28 08:37:05,760 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.169s 2024-02-28 08:37:05,760 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-i d': 'req-046f31d4-22f7-4394-8ade-1e6bcdcc7027', 'x-compute-request-id': 'req-046f31d4-22f7-4394-8ade-1e6bcdcc7027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "status": "ACTIVE", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "metadata": {}, "hostId": "d07c956d6a780499974044d075376a592fd7ddf99f263d4b9b51483a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:35:13Z", "updated": "2024-02-28T08:35:21Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1134704161-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:a8:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1563631070", "OS-SRV-USG:launched_at": "2024-02-28T08:35:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:37:05,842 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.069s 2024-02-28 08:37:05,843 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f509411-e4bf-43b4-954d-2c6225df6be9', 'x-compute-request-id': 'req-4f509411-e4bf-43b4-954d-2c6225df6be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}]}]}' 2024-02-28 08:37:06,055 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes 0.209s 2024-02-28 08:37:06,056 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1586288838", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa29716e-9e48-4864-a44f-ce59bca27215', 'content-length': '856', 'openstack-api-version': 'volume 3.27', 'vary': 'Op enStack-API-Version', 'x-openstack-request-id': 'req-fa29716e-9e48-4864-a44f-ce59bca27215', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes'} Body: b'{"volume": {"id": "4c33e730-42e4-4c64-af18-70b5944d0df3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:37:05.996411", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1586288838", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}], "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 08:37:06,114 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3 0.044s 2024-02-28 08:37:06,114 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6771927-d9b8-40da-8abf-0749d40ced9d', 'content-length': '924', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6771927-d9b8-40da-8abf-0749d40ced9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3'} Body: b'{"volume": {"id": "4c33e730-42e4-4c64-af18-70b5944d0df3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:37:06.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1586288838", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}], "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc"}}' 2024-02-28 08:37:07,242 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3 0.114s 2024-02-28 08:37:07,243 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea802d1-7253-49b2-9535-e41f7c4eed8b', 'content-length': '945', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea802d1-7253-49b2-9535-e41f7c4eed8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca092 6bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3'} Body: b'{"volume": {"id": "4c33e730-42e4-4c64-af18-70b5944d0df3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:37:06.000000", "updated_at": "2024-02-28T08:37:06.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1586288838", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3"}], "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc"}}' 2024-02-28 08:37:07,361 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3 0.102s 2024-02-28 08:37:07,361 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dbd44f-d87f-4230-a3b8-d0b7f53dba58', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3'} Body: b'' 2024-02-28 08:37:07,383 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3 0.022s 2024-02-28 08:37:07,384 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db81416-8b45-4cfa-b53e-b33dc7afa673', 'x-openstack-request-id': 'req-5db81416-8b45-4cfa-b53e-b33dc7afa673', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/309f3d39096e4ca0926bbb9d64ffbcbc/volumes/4c33e730-42e4-4c64-af18-70b5944d0df3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4c33e730-42e4-4c64-af18-70b5944d0df3 could not be found."}}' 2024-02-28 08:37:07,515 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.131s 2024-02-28 08:37:07,516 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37: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-0696c34b-35aa-42ed-a526-3dda44aaed4c', 'x-compute-request-id': 'req-0696c34b-35aa-42ed-a526-3dda44aaed4c', 'connection': 'close', 'status': ' 204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'' 2024-02-28 08:37:07,957 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.441s 2024-02-28 08:37:07,958 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16eb8c1c-261a-4592-96f0-13b7d377f71f', 'x-compute-request-id': 'req-16eb8c1c-261a-4592-96f0-13b7d377f71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"server": {"id": "26b94305-c900-49eb-a581-4b8314f7d964", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1099809363", "status": "ACTIVE", "tenant_id": "309f3d39096e4ca0926bbb9d64ffbcbc", "user_id": "73da7b8171ad4b0b9f5c9a7b6f5c536a", "metadata": {}, "hostId": "d07c956d6a780499974044d075376a592fd7ddf99f263d4b9b51483a", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:35:13Z", "updated": "2024-02-28T08:37:07Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1134704161-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:a8:22"}, {"version": 4, "addr": "172.24.4.104", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:a8:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/26b94305-c900-49eb-a581-4b8314f7d964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1563631070", "OS-SRV-USG:launched_at": "2024-02-28T08:35:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435804508"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:37:58,024 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964 0.042s 2024-02-28 08:37:58,025 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:57 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-63a962ce-11bd-4ccf-becb-b8b2fb89b4ba', 'x-compute-request-id': 'req-63a962ce-11bd-4ccf-becb-b8b2fb89b4ba', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/26b94305-c900-49eb-a581-4b8314f7d964'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 26b94305-c900-49eb-a581-4b8314f7d964 could not be found."}}' 2024-02-28 08:37:58,059 86053 INFO [tempest.lib.common.rest_client] Reque st (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1563631070 0.034s 2024-02-28 08:37:58,060 86053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:37:58 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-b3bd410c-aea6-49de-a8df-df235b030fb1', 'x-compute-request-id': 'req-b3bd410c-aea6-49de-a8df-df235b030fb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1563631070'} Body: b'' 2024-02-28 08:37:58,221 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ff0da3c7-aad9-4edc-8eef-70cd148c2093 0.160s 2024-02-28 08:37:58,221 86053 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-4100330f-1c23-4635-ac82-2181f9b59cd1', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:37:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ff0da3c7-aad9-4edc-8eef-70cd148c2093'} Body: b'' 2024-02-28 08:37:58,240 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ff0da3c7-aad9-4edc-8eef-70cd148c2093 0.018s 2024-02-28 08:37:58,240 86053 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-b4b7fe90-b9d0-4f8e-912e-e08605c9e828', 'date': 'Wed, 28 Feb 2024 08:37:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ff0da3c7-aad9-4edc-8eef-70cd148c2093'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ff0da3c7-aad9-4edc-8eef-70cd148c2093 does not exist", "detail": ""}}' 2024-02-28 08:37:58,630 86053 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/73661c8b-23c7-4a03-972d-62ae68bf4e9e 0.389s 2024-02-28 08:37:58,630 86053 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-afb04c05-3992-4fc1-84ad-3317475304c5', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:37:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/73661c8b-23c7-4a03-972d-62ae68bf4e9e'} 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 293, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 8e35a4b2-16f3-43ff-904e-fa1b680c6975 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:38:55,140 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types 0.166s 2024-02-28 08:38:55,140 86047 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-627912375"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbc4edcb-f4b6-42e5-8a9c-f22336c04360', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc4edcb-f4b6-42e5-8a9c-f22336c04360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types'} Body: b'{"volume_type": {"id": "331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab", "name": "tempest-GroupSnapshotsV319Test-volume-type-627912375", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 08:38:55,176 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/group_types 0.033s 2024-02-28 08:38:55,176 86047 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-66525090"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86aecf64-2f58-4c38-82b9-5b88170c9ea0', 'content-length': '183', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86aecf64-2f58-4c38-82b9-5b88170c9ea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/group_types'} Body: b'{"group_type": {"id": "b0600c0d-5a22-4a0e-afec-70caa21d5ff8", "name": "tempest-GroupSnapshotsV319Test-group-type-66525090", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 08:38:55,431 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups 0.252s 2024-02-28 08:38:55,431 86047 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": "b0600c0d-5a22-4a0e-afec-70caa21d5ff8", "volume_types": ["331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab"], "name": "tempest-GroupSnapshotsV319Test-Group-668435840"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2314f0f3-5190-4ce3-b419-310713d9d400', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2314f0f3-5190-4ce3-b419-310713d9d400', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups'} Body: b'{"group": {"id": "8e35a4b2-16f3-43ff-904e-fa1b680c6975", "name": "tempest-GroupSnapshotsV319Test-Group-668435840"}}' 2024-02-28 08:38:55,466 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975 0.033s 2024-02-28 08:38:55,466 86047 DEBUG [t empest.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, 28 Feb 2024 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc5eb40-7296-4046-bcc5-ed6c1a1623cc', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc5eb40-7296-4046-bcc5-ed6c1a1623cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975'} Body: b'{"group": {"id": "8e35a4b2-16f3-43ff-904e-fa1b680c6975", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T08:38:55.000000", "name": "tempest-GroupSnapshotsV319Test-Group-668435840", "description": null, "group_type": "b0600c0d-5a22-4a0e-afec-70caa21d5ff8", "volume_types": ["331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:38:56,507 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975 0.035s 2024-02-28 08:38:56,507 86047 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, 28 Feb 2024 08:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9873d266-3da8-428e-bd2a-3261b40fbc07', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9873d266-3da8-428e-bd2a-3261b40fbc07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975'} Body: b'{"group": {"id": "8e35a4b2-16f3-43ff-904e-fa1b680c6975", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T08:38:55.000000", "name": "tempest-GroupSnapshotsV319Test-Group-668435840", "description": null, "group_type": "b0600c0d-5a22-4a0e-afec-70caa21d5ff8", "volume_types": ["331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 08:38:56,553 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/volumes/detail 0.041s 2024-02-28 08:38:56,553 86047 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, 28 Feb 2024 08:38:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e89474e-b7e1-41aa-b91a-5068d461540a', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e89474e-b7e1-41aa-b91a-5068d461540a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 08:38:56,631 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975/action 0.063s 2024-02-28 08:38:56,631 86047 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, 28 Feb 2024 08:38:56 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-505fb11b-aac0-4f0b-8ab8-1435b9e5a489', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975/action'} Body: b'' 2024-02-28 08:38:56,647 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975 0.015s 2024-02-28 08:38:56,647 86047 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, 28 Feb 2024 08:38:56 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-bd82052d-5d19-482d-8958-7752a29972c2', 'x-openstack-request-id': 'req-bd82052d-5d19-482d-8958-7752a29972c2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/34f55569805d40a6ac49821a8f796396/groups/8e35a4b2-16f3-43ff-904e-fa1b680c6975'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8e35a4b2-16f3-43ff-904e-fa1b680c6975 could not be found."}}' 2024-02-28 08:38:56,679 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/group_types/b0600c0d-5a22-4a0e-afec-70caa21d5ff8 0.031s 2024-02-28 08:38:56,679 86047 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, 28 Feb 2024 08:38:56 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-72886b11-eaf4-4f5b-85c6-668c94dac052', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/group_types/b0600c0d-5a22-4a0e-afec-70caa21d5ff8'} Body: b'' 2024-02-28 08:38:56,730 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types/331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab 0.050s 2024-02-28 08:38:56,730 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38: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-7bd445a8-08e0-4e79-bcc2-20201a1109a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types/331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab'} Body: b'' 2024-02-28 08:38:56,746 86047 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types/331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab 0.015s 2024-02-28 08:38:56,747 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:38: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-ff2531c6-6160-4c1a-9590-357c212eac0f', 'x-openstack-request-id': 'req-ff2531c6-6160-4c1a-9590-357c212eac0f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d15875cef5224cb0ab4f34ce5820212a/types/331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 331ed5b0-f4d8-47d5-81ca-d4f019d5a5ab 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 78ff9f93-ab3d-4a44-a7ab-fb6e27aa0107 failed to build and is in ERROR status 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95a88e6c-1bb2-4621-92d6-ddd95aaa41b7 failed to build and is in ERROR status 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2404c469-eb0f-4d8b-9c2e-a66340fcf4d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:40:20,370 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes 0.209s 2024-02-28 08:40:20,370 86061 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-1481814872"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb68541-d939-459b-bf52-3d720a6c70eb', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb68541-d939-459b-bf52-3d720a6c70eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes'} Body: b'{"volume": {"id": "2404c469-eb0f-4d8b-9c2e-a66340fcf4d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:20.308803", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1481814872", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:40:20,424 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1 0.043s 2024-02-28 08:40:20,425 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92a6c0f9-0585-4e99-adff-9c587ead02bf', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92a6c0f9-0585-4e99-adff-9c587ead02bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1'} Body: b'{"volume": {"id": "2404c469-eb0f-4d8b-9c2e-a66340fcf4d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:20.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1481814872", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41301a3fd18d4a948ce5b1778f15f4fb"}}' 2024-02-28 08:40:21,480 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1 0.042s 2024-02-28 08:40:21,480 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-193cadff-2e37-4c2e-9d56-ed69997360bf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-193cadff-2e37-4c2e-9d56-ed69997360bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1'} Body: b'{"volume": {"id": "2404c469-eb0f-4d8b-9c2e-a66340fcf4d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:20.000000", "updated_at": "2024-02-28T08:40:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1481814872", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/2404c469-eb0f-4d8b-9c2e-a66340fcf4d1"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41301a3fd18d4a948ce5b1778f15f4fb"}}' 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f3479588-a608-405e-a215-6decc9effc48 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:40:21,677 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes 0.180s 2024-02-28 08:40:21,678 86061 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-1119900196"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7041e98f-4ddc-4816-a28b-13f6ac76e4ce', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7041e98f-4ddc-4816-a28b-13f6ac76e4ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes'} Body: b'{"volume": {"id": "f3479588-a608-405e-a215-6decc9effc48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:21.618390", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1119900196", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:40:21,731 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48 0.038s 2024-02-28 08:40:21,732 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e08bd887-697a-4389-b289-c9b37f137095', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e08bd887-697a-4389-b289-c9b37f137095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48'} Body: b'{"volume": {"id": "f3479588-a608-405e-a215-6decc9effc48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:22.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1119900196", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41301a3fd18d4a948ce5b1778f15f4fb"}}' 2024-02-28 08:40:22,784 86061 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48 0.040s 2024-02-28 08:40:22,785 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb9112b-b20a-4040-b81e-8847048e64b0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb9112b-b20a-4040-b81e-8847048e64b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48'} Body: b'{"volume": {"id": "f3479588-a608-405e-a215-6decc9effc48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:40:22.000000", "updated_at": "2024-02-28T08:40:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1119900196", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/41301a3fd18d4a948ce5b1778f15f4fb/volumes/f3479588-a608-405e-a215-6decc9effc48"}], "user_id": "955fb761d4634edfb5dc11f6efea4b4e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41301a3fd18d4a948ce5b1778f15f4fb"}}' 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 64, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4641f534-df7b-40be-b811-abe89c2360b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:39:24,821 86047 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 08:39:24,822 86047 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 08:39:24,981 86047 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.158s 2024-02-28 08:39:24,982 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1651506164", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL/GpD0jP4awrrXPXFKadtWoa+FL42GAXrOSW8jSkkAGQNX5XY+ulIh6azAbYvv0RB2Slask96qvVYMV2zS9QX+NX08GLlgq2WnrN5FFLG/HwZzyaZypAQitECzAKDCpug=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:39:24 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-b63adc63-157c-40f8-bc9e-a1f90d65c28a', 'x-compute-request-id': 'req-b63adc63-157c-40f8-bc9e-a1f90d65c28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1651506164", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL/GpD0jP4awrrXPXFKadtWoa+FL42GAXrOSW8jSkkAGQNX5XY+ulIh6azAbYvv0RB2Slask96qvVYMV2zS9QX+NX08GLlgq2WnrN5FFLG/HwZzyaZypAQitECzAKDCpug==", "fingerprint": "93:19:ff:66:ee:bd:76:37:aa:fe:ff:1a:6a:62:2e:0f", "user_id": "385981e00f724fcd934522c6dfc016fe"}}' 2024-02-28 08:39:24,984 86047 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1651506164 created 2024-02-28 08:39:25,136 86047 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.151s 2024-02-28 08:39:25,136 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--57564803", "description": "tempest-description--1423145039"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-2e28c34d-5f97-4e8b-9434-fb05cdd8600a', 'date': 'Wed, 28 Feb 2024 08:39:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "name": "tempest-securitygroup--57564803", "stateful": true, "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "description": "tempest-description--1423145039", "shared": false, "security_group_rules": [{"id": "1fa6929a-d6bf-46f2-be85-c18e16b20f3f", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "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": 1169, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}, {"id": "adeef1bd-c08a-4c72-831a-bbb7683f9e68", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_r ange_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1168, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 1, "project_id": "05222fdb49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:39:25,330 86047 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 2024-02-28 08:39:25,330 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0bb4fe48-b225-4017-a96a-22180a4378d4', 'date': 'Wed, 28 Feb 2024 08:39:25 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": "0bd4dcc6-57a3-4926-a81c-ccc9855e6aad", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}}' 2024-02-28 08:39:25,525 86047 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.195s 2024-02-28 08:39:25,526 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6cbfde7b-0524-4ddd-adc3-774f9fa2e854', 'date': 'Wed, 28 Feb 2024 08:39:25 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": "e7f29320-52fa-49c0-996d-155bf67518d8", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "66261213-9f12-4a08-b8b3-b6d8ae40f6f5", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}}' 2024-02-28 08:39:25,526 86047 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--57564803 created 2024-02-28 08:39:26,131 86047 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.604s 2024-02-28 08:39:26,131 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9 93b7f8c-fcf9-4e49-adef-45b3a6ff64c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0f890d2d-512e-41d7-81b8-58f91941fbc2', 'date': 'Wed, 28 Feb 2024 08:39:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "016059ec-d1eb-46cc-ac20-f281b11fb322", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "floating_ip_address": "172.24.4.226", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:39:25Z", "revision_number": 0}}' 2024-02-28 08:39:26,131 86047 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '016059ec-d1eb-46cc-ac20-f281b11fb322', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 0, 'ip': '172.24.4.226'} created 2024-02-28 08:39:26,280 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.147s 2024-02-28 08:39:26,280 86047 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-203573671", "description": "tempest-secgroup-smoke-203573671 description", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-b2c1a794-8716-456c-bea4-d7c175304cbc', 'date': 'Wed, 28 Feb 2024 08:39:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "737910e9-b0e2-4251-8354-bf7eef886281", "name": "tempest-secgroup-smoke-203573671", "stateful": true, "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "description": "tempest-secgroup-smoke-203573671 description", "shared": false, "security_group_rules": [{"id": "40a850ae-e2cf-4f54-90f8-a47dd91b08bd", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "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": 1176, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}, {"id": "89eb0836-4caf-451b-a083-4c3cbb837eb8", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "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": 1175, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 1, "project_id": "05222f db49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:39:26,451 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2024-02-28 08:39:26,452 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-79545a0f-fd74-4a3d-8bfe-a99e3963dca2', 'date': 'Wed, 28 Feb 2024 08:39:26 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": "b60c7735-81ca-438b-b3ce-b617880b8b2b", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}}' 2024-02-28 08:39:26,651 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.198s 2024-02-28 08:39:26,651 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-99609482-83da-44ef-b42b-7d9743c3519c', 'date': 'Wed, 28 Feb 2024 08:39:26 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": "8a30850b-7ba8-4492-a44b-4c15836a0923", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}}' 2024-02-28 08:39:26,874 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.222s 2024-02-28 08:39:26,874 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-dcdb9c83-9114-42a6-9d82-b3eab8bb3e86', 'date': 'Wed, 28 Feb 2024 08:39:26 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": "247f9a60-9eae-4536-bb 82-61fdf252d320", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}}' 2024-02-28 08:39:27,109 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.234s 2024-02-28 08:39:27,109 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-30df590e-fa36-40bd-b00e-97f1c0780155', 'date': 'Wed, 28 Feb 2024 08:39:27 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": "9d1c4c0a-fb93-407f-a1a6-6782509733c3", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:26Z", "updated_at": "2024-02-28T08:39:26Z", "revision_number": 0}}' 2024-02-28 08:39:27,366 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.252s 2024-02-28 08:39:27,370 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-f9e7b68d-b88e-485a-b4b9-889fbd897369', 'date': 'Wed, 28 Feb 2024 08:39:27 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": "1f808d5f-c6ab-4034-a5fe-ba3122374ab6", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:27Z", "updated_at": "2024-02-28T08:39:27Z", "revision_number": 0}}' 2024-02-28 08:39:27,671 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.295s 2024-02-28 08:39:27,671 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-5b634960-4e3e-419e-b3ec-a2af928a6454', 'date': 'Wed, 28 Feb 2024 08:39:27 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": "02365a27-a131-4f71-9c13-1989c5377e60", "project_id": "05222fdb49694acf9bba4dfd9c3e33ab", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "security_group_id": "737910e9-b0e2-4251-8354-bf7eef886281", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T08:39:27Z", "updated_at": "2024-02-28T08:39:27Z", "revision_number": 0}}' 2024-02-28 08:39:27,726 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2024-02-28 08:39:27,727 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 08:39:27 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-419c9158-5169-414c-b278-18bb8b9683c3', '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": "385981e00f724fcd934522c6dfc016fe", "name": "tempest-SnapshotDataIntegrityTests-1094541957-project-member", "password_expires_at": null}, "audit_ids": ["8vZiAD1PRG2VfNJlgtxeow"], "expires_at": "2024-02-28T09:39:27.000000Z", "issued_at": "2024-02-28T08:39:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05222fdb49694acf9bba4dfd9c3e33ab", "name": "tempest-SnapshotDataIntegrityTests-1094541957"}, "is_domain": false, "roles": [{"id": "4e49a69baf6b4e15a3c9fc77b3958741", "name": "member"}, {"id": "30e3d85db4c545f1a8f9d19b102706b4", "name": "reader"}], "catalog": [{"endpoints": [{"id": "607283a99d5a4ee5810a6d2a0f6e7d67", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab", "region": "RegionOne"}], "id": "07948cf8039346ce9693bff381d7e1b1", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24d33f146e1347d59249891fe1e9d9ba", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/05222fdb49694acf9bba4dfd9c3e33ab", "region": "RegionOne"}], "id": "0aeb2ba54ea94902b357269a06cd81a1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9294798f50c54a69911401aae000b6f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "2f4e8e5db1c049cbb80b2fa245ede2c7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7dfc30b2b73d4b479c5aa705d6528bee", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "4abd0ecf49114850af1d8ed527c1eca4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "84e13a247ba04748b59e4ca68bb899cd", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "d0999b77734f48889cbc9a1f79fbe34a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "9230019cc973479f9174d7833e5e253f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "d6894239a5f1431c8f717c989d4b9e65", "type": "i mage", "name": "glance"}, {"endpoints": [{"id": "87ad8b6771424815b1e87aa7f2a00014", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab", "region": "RegionOne"}], "id": "e32892fa7229461e8fa9a904eb6371d2", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6a3d3b2021cd4cd99bbb300892fc933c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ebc6e44e607d4325a3b9c86a6f0b39c2", "type": "compute", "name": "nova"}]}}' 2024-02-28 08:39:27,728 86047 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'c11b48d4-14e0-4a95-a688-c81384aa378b', 'name': 'tempest-SnapshotDataIntegrityTests-1667726933-network', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29346, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T08:39:11Z', 'updated_at': '2024-02-28T08:39:11Z', 'revision_number': 1} available for tenant 2024-02-28 08:39:27,729 86047 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1651506164', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL/GpD0jP4awrrXPXFKadtWoa+FL42GAXrOSW8jSkkAGQNX5XY+ulIh6azAbYvv0RB2Slask96qvVYMV2zS9QX+NX08GLlgq2WnrN5FFLG/HwZzyaZypAQitECzAKDCpug==', 'fingerprint': '93:19:ff:66:ee:bd:76:37:aa:fe:ff:1a:6a:62:2e:0f', 'user_id': '385981e00f724fcd934522c6dfc016fe', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCymADEMtlXOeitwal9h7IedT/R4xRiUVM8hNEo5x+Jh0ypmgyh+H5s\nHMgCRufhPDugBwYFK4EEACKhZANiAAS/xqQ9Iz+GsK61z1xSmnbVqGvhS+NhgF6z\nklvI0pJABkDV+V2PrpSIemswG2L79EQdkpWrJPeqr1WDFds0vUF/jV9PBi5YKtlp\n6zeRRSxvx8Gc8mmcqQEIrRAswCgwqbo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '66261213-9f12-4a08-b8b3-b6d8ae40f6f5', 'name': 'tempest-securitygroup--57564803', 'stateful': True, 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'description': 'tempest-description--1423145039', 'shared': False, 'security_group_rules': [{'id': '1fa6929a-d6bf-46f2-be85-c18e16b20f3f', 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'security_group_id': '66261213-9f12-4a08-b8b3-b6d8ae40f6f5', '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': 1169, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 0}, {'id': 'adeef1bd-c08a-4c72-831a-bbb7683f9e68', 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'security_group_id': '66261213-9f12-4a08-b8b3-b6d8ae40f6f5', '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': 1168, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 1, 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab'}, 'floating_ip': {'id': '016059ec-d1eb-46cc-ac20-f281b11fb322', 'tenant_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'floating_ip_address': '172.24.4.226', 'floating_ne twork_id': '993b7f8c-fcf9-4e49-adef-45b3a6ff64c2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '05222fdb49694acf9bba4dfd9c3e33ab', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T08:39:25Z', 'updated_at': '2024-02-28T08:39:25Z', 'revision_number': 0, 'ip': '172.24.4.226'}} 2024-02-28 08:39:28,442 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.711s 2024-02-28 08:39:28,443 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-541444637", "imageRef": "df4e8146-e2f1-442e-90d6-0c890f14657e", "flavorRef": "1", "key_name": "tempest-keypair-1651506164", "security_groups": [{"name": "tempest-secgroup-smoke-203573671"}, {"name": "tempest-securitygroup--57564803"}], "networks": [{"uuid": "c11b48d4-14e0-4a95-a688-c81384aa378b"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:39:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '448', 'location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-280e404a-9d04-460d-aab7-4fa5cd5e7130', 'x-compute-request-id': 'req-280e404a-9d04-460d-aab7-4fa5cd5e7130', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-203573671"}, {"name": "tempest-securitygroup--57564803"}], "adminPass": "CwucGeFHtx3K"}}' 2024-02-28 08:39:28,518 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.071s 2024-02-28 08:39:28,519 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:39:28 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-0449d9d6-b379-4ea0-a4dd-fef2a1cb81e2', 'x-compute-request-id': 'req-0449d9d6-b379-4ea0-a4dd-fef2a1cb81e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "name": "tempest-SnapshotDataIntegrityTests-server-541444637", "status": "BUILD", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "user_id": "385981e00f724fcd934522c6dfc016fe", "metadata": {}, "hostId": "", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:39:28Z", "updated": "2024-02-28T08:39:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links" : [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1651506164", "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": []}}' 2024-02-28 08:40:18,837 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.253s 2024-02-28 08:40:18,837 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4704ebe-2d82-416e-b882-2faf79ed977b', 'x-compute-request-id': 'req-f4704ebe-2d82-416e-b882-2faf79ed977b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "name": "tempest-SnapshotDataIntegrityTests-server-541444637", "status": "ACTIVE", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "user_id": "385981e00f724fcd934522c6dfc016fe", "metadata": {}, "hostId": "086a05c22b60e9113fc51d4544f7a3a5b803318b908ad9eff7963b7e", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:39:28Z", "updated": "2024-02-28T08:39:35Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1667726933-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:b4:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1651506164", "OS-SRV-USG:launched_at": "2024-02-28T08:39:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--57564803"}, {"name": "tempest-secgroup-smoke-203573671"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:40:18,850 86047 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 08:41:19,055 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89/os-interface 0.144s 2024-02-28 08:41:19,056 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:18 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-open stack-request-id': 'req-c672c6e1-2355-41f0-b58a-be9cf3ed60ec', 'x-compute-request-id': 'req-c672c6e1-2355-41f0-b58a-be9cf3ed60ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c11b48d4-14e0-4a95-a688-c81384aa378b", "port_id": "4f210d83-cf52-456d-a808-ab2b220d7fbb", "mac_addr": "fa:16:3e:4a:b4:0f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a190a3a0-7806-445f-9a2d-35cc9615b97d", "ip_address": "10.0.0.12"}]}]}' 2024-02-28 08:41:19,866 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/016059ec-d1eb-46cc-ac20-f281b11fb322 0.806s 2024-02-28 08:41:19,866 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4f210d83-cf52-456d-a808-ab2b220d7fbb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-05323f51-a502-47a2-b4ea-05696a4cd06e', 'date': 'Wed, 28 Feb 2024 08:41:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/016059ec-d1eb-46cc-ac20-f281b11fb322'} Body: b'{"floatingip": {"id": "016059ec-d1eb-46cc-ac20-f281b11fb322", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "floating_ip_address": "172.24.4.226", "floating_network_id": "993b7f8c-fcf9-4e49-adef-45b3a6ff64c2", "router_id": "2867960a-b6d4-4fa4-99f7-5ceace031e3e", "port_id": "4f210d83-cf52-456d-a808-ab2b220d7fbb", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c11b48d4-14e0-4a95-a688-c81384aa378b", "mac_address": "fa:16:3e:4a:b4:0f", "admin_state_up": true, "status": "ACTIVE", "device_id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T08:39:25Z", "updated_at": "2024-02-28T08:41:19Z", "revision_number": 1, "project_id": "05222fdb49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:41:19,870 86047 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.226:22' as 'cirros' with public key authentication 2024-02-28 08:41:19,883 86047 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 08:41:19,992 86047 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 08:41:19,993 86047 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.226 successfully created 2024-02-28 08:41:20,200 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.206s 2024-02-28 08:41:20,201 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a0e9ff0-8453-41b7-b445-433d0bdb116d', 'x-compute-request-id': 'req-2a0e9ff0-8453-41b7-b445-433d0bdb116d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "name": "tempest-SnapshotDataIntegrityTests-server-541444637", "status": "ACTIVE", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "user_id": "385981e00f724fcd934522c6dfc016fe", "metadata": {}, "hostId": "086a05c22b60e9113fc51d45 44f7a3a5b803318b908ad9eff7963b7e", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:39:28Z", "updated": "2024-02-28T08:39:35Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1667726933-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:b4:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1651506164", "OS-SRV-USG:launched_at": "2024-02-28T08:39:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--57564803"}, {"name": "tempest-secgroup-smoke-203573671"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:41:20,444 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes 0.220s 2024-02-28 08:41:20,444 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1748188147", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245fe523-f923-412b-830a-702d87a03910', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245fe523-f923-412b-830a-702d87a03910', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes'} Body: b'{"volume": {"id": "4641f534-df7b-40be-b811-abe89c2360b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:41:20.382788", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1748188147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}], "user_id": "385981e00f724fcd934522c6dfc016fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:41:20,501 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2 0.045s 2024-02-28 08:41:20,501 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f597b1d8-e898-4084-b01d-3be48908a4f1', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f597b1d8-e898-4084-b01d-3be48908a4f1', 'connection': 'close', 'status' : '200', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2'} Body: b'{"volume": {"id": "4641f534-df7b-40be-b811-abe89c2360b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:41:20.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1748188147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}], "user_id": "385981e00f724fcd934522c6dfc016fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:41:21,555 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2 0.040s 2024-02-28 08:41:21,555 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e3dc49-1b64-489c-9905-c26a352d03eb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e3dc49-1b64-489c-9905-c26a352d03eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2'} Body: b'{"volume": {"id": "4641f534-df7b-40be-b811-abe89c2360b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:41:20.000000", "updated_at": "2024-02-28T08:41:21.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1748188147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2"}], "user_id": "385981e00f724fcd934522c6dfc016fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab"}}' 2024-02-28 08:41:21,666 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2 0.097s 2024-02-28 08:41:21,667 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41: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-12a5c119-5d22-4780-a299-9def81a1d2fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2'} Body: b'' 2024-02-28 08:41:21,691 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/ v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2 0.024s 2024-02-28 08:41:21,692 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41: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-41595f70-a729-4c6d-a041-a7cb601735e9', 'x-openstack-request-id': 'req-41595f70-a729-4c6d-a041-a7cb601735e9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/05222fdb49694acf9bba4dfd9c3e33ab/volumes/4641f534-df7b-40be-b811-abe89c2360b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4641f534-df7b-40be-b811-abe89c2360b2 could not be found."}}' 2024-02-28 08:41:21,807 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.114s 2024-02-28 08:41:21,807 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac4d73f1-d963-4100-aafe-a579752fb242', 'x-compute-request-id': 'req-ac4d73f1-d963-4100-aafe-a579752fb242', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'' 2024-02-28 08:41:22,220 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.412s 2024-02-28 08:41:22,221 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:41:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1717', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6f88432-bbe9-437c-b3b2-86e8063de841', 'x-compute-request-id': 'req-b6f88432-bbe9-437c-b3b2-86e8063de841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"server": {"id": "e2036a53-ba62-4ac9-9a40-74997565fd89", "name": "tempest-SnapshotDataIntegrityTests-server-541444637", "status": "ACTIVE", "tenant_id": "05222fdb49694acf9bba4dfd9c3e33ab", "user_id": "385981e00f724fcd934522c6dfc016fe", "metadata": {}, "hostId": "086a05c22b60e9113fc51d4544f7a3a5b803318b908ad9eff7963b7e", "image": {"id": "df4e8146-e2f1-442e-90d6-0c890f14657e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/df4e8146-e2f1-442e-90d6-0c890f14657e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T08:39:28Z", "updated": "2024-02-28T08:41:22Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1667726933-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:b4:0f"}, {"version": 4, "addr": "172.24.4.226", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:b4:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd8 9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e2036a53-ba62-4ac9-9a40-74997565fd89"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1651506164", "OS-SRV-USG:launched_at": "2024-02-28T08:39:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--57564803"}, {"name": "tempest-secgroup-smoke-203573671"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 08:42:12,330 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89 0.048s 2024-02-28 08:42:12,331 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7fd25a22-f218-4738-a27e-52095d7f8f87', 'x-compute-request-id': 'req-7fd25a22-f218-4738-a27e-52095d7f8f87', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e2036a53-ba62-4ac9-9a40-74997565fd89'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e2036a53-ba62-4ac9-9a40-74997565fd89 could not be found."}}' 2024-02-28 08:42:12,596 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/737910e9-b0e2-4251-8354-bf7eef886281 0.265s 2024-02-28 08:42:12,596 86047 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-883ccecc-7e51-4625-9e29-0cc83565fb69', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/737910e9-b0e2-4251-8354-bf7eef886281'} Body: b'' 2024-02-28 08:42:12,631 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1651506164 0.033s 2024-02-28 08:42:12,631 86047 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c164b77-e712-41c2-96e3-7eeba1cceb32', 'x-compute-request-id': 'req-3c164b77-e712-41c2-96e3-7eeba1cceb32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1651506164'} Body: b'' 2024-02-28 08:42:12,777 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/66261213-9f12-4a08-b8b3-b6d8ae40f6f5 0.145s 2024-02-28 08:42:12,778 86047 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-7c174cca-21c3-4b3e-bb6c-255ae3250bed', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/66261213-9f12-4a08-b8b3-b6d8ae40f6f5'} Body: b'' 2024-02-28 08:42:12,797 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/66261213-9f12-4a08-b8b3-b6d8ae40f6f5 0.019s 2024-02-28 08:42:12,798 86047 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-0cc91fd1-de23-4455-bec3-cf02c5be5ede', 'date': 'Wed, 28 Feb 2024 08:42:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/66261213-9f12-4a08-b8b3-b6d8ae40f6f5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 66261213-9f12-4a08-b8b3-b6d8ae40f6f5 does not exist", "detail": ""}}' 2024-02-28 08:42:13,167 86047 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/016059ec-d1eb-46cc-ac20-f281b11fb322 0.369s 2024-02-28 08:42:13,168 86047 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-a9712a39-db47-4f80-a703-7577b5341166', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 08:42:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/016059ec-d1eb-46cc-ac20-f281b11fb322'} Body: b'' tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] --------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 87f1dea8-edb9-4311-a838-1163aff3346f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 08:42:18,031 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes 0.322s 2024-02-28 08:42:18,031 86061 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-2066924480"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07cc637-38ae-477d-bf49-51994b10b3b9', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07cc637-38ae-477d-bf49-51994b10b3b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes'} Body: b'{"volume": {"id": "87f1dea8-edb9-4311-a838-1163aff3346f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:42:17.958279", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-2066924480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}], "user_id": "773b033da251494cb9444114ec79415e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 08:42:18,105 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.063s 2024-02-28 08:42:18,106 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b85a4a1-1407-4fb9-80dd-e304834ceabf', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b85a4a1-1407-4fb9-80dd-e304834ceabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'{"volume": {"id": "87f1dea8-edb9-4311-a838-1163aff3346f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:42:18.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-2066924480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}], "user_id": "773b033da251494cb9444114ec79415e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941a3b7ee3143c697edca9e0d444b42"}}' 2024-02-28 08:42:19,157 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.038s 2024-02-28 08:42:19,157 86061 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f3eb2d-d33f-49a2-a3e5-b1718308419f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f3eb2d-d33f-49a2-a3e5-b1718308419f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'{"volume": {"id": "87f1dea8-edb9-4311-a838-1163aff3346f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:42:18.000000", "updated_at": "2024-02-28T08:42:18.000000", "name": "tempest-VolumesServicesTestJSON-Volume-2066924480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}], "user_id": "773b033da251494cb9444114ec79415e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941a3b7ee3143c697edca9e0d444b42"}}' 2024-02-28 08:42:19,211 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.039s 2024-02-28 08:42:19,211 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fe9aba-c0d4-4ef6-b267-04170c1d2743', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fe9aba-c0d4-4ef6-b267-04170c1d2743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'{"volume": {"id": "87f1dea8-edb9-4311-a838-1163aff3346f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T08:42:18.000000", "updated_at": "2024-02-28T08:42:18.000000", "name": "tempest-VolumesServicesTestJSON-Volume-2066924480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f"}], "user_id": "773b033da251494cb9444114ec79415e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6941a3b7ee3143c697edca9e0d444b42"}}' 2024-02-28 08:42:19,320 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.096s 2024-02-28 08:42:19,320 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc89c111-86eb-4c5e-a117-07fd038c3515', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'' 2024-02-28 08:42:19,341 86061 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f 0.020s 2024-02-28 08:42:19,341 86061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aaa126c-b72d-4c34-9a5d-052cb13de09f', 'x-openstack-request-id': 'req-7aaa126c-b72d-4c34-9a5d-052cb13de09f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6941a3b7ee3143c697edca9e0d444b42/volumes/87f1dea8-edb9-4311-a838-1163aff3346f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 87f1dea8-edb9-4311-a838-1163aff3346f could not be found."}}' ====== Totals ====== Ran: 206 tests in 1162.8638 sec. - Passed: 75 - Skipped: 31 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 100 Sum of execute time for each test: 4559.4302 sec. ============== Worker Balance ============== - Worker 0 (17 tests) => 0:12:30.004174 - Worker 1 (11 tests) => 0:04:54.984473 - Worker 2 (15 tests) => 0:16:42.069067 - Worker 3 (17 tests) => 0:01:20.787222 - Worker 4 (17 tests) => 0:11:05.285563 - Worker 5 (22 tests) => 0:15:03.698487 - Worker 6 (10 tests) => 0:01:04.485419 - Worker 7 (11 tests) => 0:06:07.422894 - Worker 8 (23 tests) => 0:06:58.759911 - Worker 9 (24 tests) => 0:18:37.652436 - Worker 10 (12 tests) => 0:06:01.154634 - Worker 11 (27 tests) => 0:10:04.708842 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed